@charset "UTF-8";
/* CSS Document */

* {
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

img {
	border: 0;
}

body {
	margin: 0 auto;
	background: #0b1649;
	color: #000;
	font: 14px/140% Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
}

#container {
	margin: 0 auto;
	width: 960px;
	clear: both;
	/*border-left: solid #000000 1px;*/
}

#header {
	background: url(../i/headerBG.jpg) no-repeat;
	height: 220px;
	width: 100%;
	border-bottom: solid 5px #034f93;
}

#logo  {
	margin: 32px 0 0 54px; 
	padding: 0;
	width: 189px;
	height: 161px;
	position: absolute;
}

#columns {

}

#leftColumn {
	width: 268px;
	height: 429px;
	float: left;
	background: url(../i/navBG.jpg) no-repeat;
}

#nav {
	margin: 8px 0 0 0;
	font-variant:small-caps;
	font-size: 1.2em;
	overflow: hidden;	
}

#nav ul li {
	text-decoration: none;
	display: block;
	width: 100px;
	margin: 0 0 0 63px;
	overflow: hidden;
}

#nav li {
	padding: 13px;
	list-style-type: none;
}

#blank {
	height: 428px;
	width: 10px;
	float: left;
	overflow: hidden;
}

#gradient {
	width: 672px;
	float: left;
	overflow: hidden;
}

#content {
	width: 692px;
	float: left;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
}

#content2 {
	height: 100%;
	width: 690px;
	float: left;
	padding: 0;
	margin: 0;
	background: url(../i/contentGradient.jpg) no-repeat #ffffff;
	overflow: hidden;
	border-right: solid 2px #000000
}

#contentLeft {
	width: 290px;
	float: left;
	padding: 10px 10px 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#contentRight {
	width: 380px;
	height: 424px;
	float: right;
	background-repeat: no-repeat;
}

#clear {
	clear: both;
}

#footer {
	height: 68px;
	clear:both;
	color: #ffffff;
	font-size: .6em;
	text-align: center;
}

#footerLeft {
	width: 268px;
	height: 100%;
	float:left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#footerRight {
	width: 692px;
	height: 36px;
	margin: -3px 0 0 0;
	float: left;
	background-color: #de1111;

}


/* ---------Typography----------*/

p {
	margin: 0 0 1em 0;
	font-size: 1.1em;
	line-height: 1.9em;
}

h1 {
	font-size: 2.2em;
	line-height: 150%;
	padding: 10px 0;
	font-variant: small-caps;
}

h2 {
	font-size: 1.9em;
	line-height: 150%;
	padding: 6px 0;
	font-variant: small-caps;
	text-decoration: underline;
}

h3 {	
	font-size: 1.4em;
	line-height: 140%;
	padding: 6px 0 0 0;
}

h4 {
	font-size: 1.2em;
	line-height: 150%;
	padding: 6px 0;
	color: #333;
	padding: 6px 0 0 0;
}

h5 {
	font-size: 1.1em;
	line-height: 150%;
	color: #333;
}

h6 {
	font-size: 1em;
	line-height: 150%;
	color: #333;
}

blockquote { 
	margin: 1em;
}

.red {
	color: #a81522;  
}

ul {
	margin: 0 0 15px 0;
}

li {
	margin: 0 0 0 20px;
	list-style-type: none;
}

/* ---------End Typography----------*/


a:link {
	color: #ffffff;
	text-decoration: none;
	outline: none;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #a81522;
	text-decoration: none;
	outline: none;
}


a:active {
	color: #a81522;
	text-decoration: none;
	outline: none;
}

#content2 a:link {
	color: #0b1678;
	font-weight: bold;
	text-decoration: underline;
	outline: none;
}

#content2 a:visited {
	color: #0b1678;
	font-weight: bold;
	text-decoration: underline;
	outline: none;
}

#content2 a:hover {
	color: #a81522;
	font-weight: bold;
	text-decoration: underline;
	outline: none;
}


#content2 a:active {
	color: #a81522;
	font-weight: bold;
	text-decoration: underline;
	outline: none;
}

	
/* Assignable */
.clr {clear: both;}
.clear {clear: both; height: 1px; visibility: hidden; overflow: hidden;}
.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}
.float-lft {float: left; padding-right: 6px;}
.float-rt {float: right; padding-left: 6px;}
.underline {border-bottom: thin;}
.smaller {font-size: small;}
.larger{font-size: larger;}

.link {
	color: #0b1678;
	font-weight: bold;
	text-decoration: underline;
}

.op {
	margin: -20px 0 20px 0;
}
