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

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	color:#041E69;
	font-style:italic;
}

ul li {
	padding-bottom:5px;
	color:#036;
}

#topGrayBar {
	height:35px;
	width:100%;
	background-color:#041E69;
}

#header {
	width:990px;
	margin-left:auto;
	margin-right:auto;
	height:92px;
}

#header #headerRight {
	float:right;
	text-align:right;
	margin-top:40px;
}

#header #headerLeft {
	float:left;
	height:82px;
}

#header #headerRight ul {
	margin:0px;
	padding:0px;
}

#header #headerRight ul li {
	float:left;
	margin-left:20px;
	list-style:none;
}

#header #headerRight ul li a {
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	color:#041E69;
	font-size:14px;
	font-style:normal;
}

#header #headerRight span {
	color:#036;
	font-style:italic;
}

#content {
	width:990px;
	margin-left:auto;
	margin-right:auto;
}

#content #leftCol {
	width:300px;
	float:left;
}

/** Left Column Styles **/

#content #leftCol ul {
	list-style:none;
}

#content #leftCol h3 {
	margin-bottom:0px;	
}

#content #leftCol img {
	display:block;
	margin-top:5px;
	margin-bottom:5px;
	width:300px;
	height:2px;
}

#content #leftCol .navLinks {
	list-style:none;
	margin:0px;
	margin-left:5px;
	padding:0px;
}

/** Left Column Styles **/

#content #rightCol {
	margin-top:18px;
	width:625px;
	float:right;
}

#content #rightCol #innerLeftCol {
	float:left;
	width:405px;
}

#content #rightCol #innerRightCol {
	float:left;
	margin-left:20px;
	width:200px;
}

#content #rightCol table 
{
	width:600px;
}

#content #rightCol table tr.header
{
	color: #FFF;
	background:#051F6A;
	background-repeat:y-repeat;
	line-height: 16px;
	font-weight: bold;
	font-size: 14px;
}

#content h1, #content span.drkHeader {
	font-size:15px;
	margin:0px;
	color:#041E69;
	font-weight:bold;
	display:block;
}

#content h2 {
	font-size:33px;
	margin:0px;
	color:#041E69;
}

#content span {
	color:#036;	
}
#rightCol  {
	color:#036;
}


#content #logoContainer {
	margin-top:25px;
	float:left;
}

#content #ccContainer {
	margin-top:25px;
	float:right;
	text-align:right;
}

#content #logoContainer img, #content #ccContainer img{
	margin-left:35px;	
}

#footer {
	margin-top:25px;
	width:990px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:#036;
}

.dropShadow {
	-webkit-box-shadow: 5px 5px 5px #000000;
	-moz-box-shadow: 5px 5px 5px #000000;
	border:#021E68 solid 5px;
}

.inlineImage {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.application {
	margin-bottom:15px;	
}

.aBox {
	width:200px;
	margin-right:8px;
	float:left;
	height: 200px;
}

.aBox img {
	border:#021E68 solid 5px;
	-webkit-box-shadow: 5px 5px 5px #000000;
	-moz-box-shadow: 5px 5px 5px #000000;
}

.clear {
	clear:both;	
}

.prodImg {
	float:left;
	margin:15px;	
}
