@import url("initial.css");

body {
	margin: 0 auto;
	padding: 0px;
	color: #001651;
	font-size: 1em;
}

a:active,a:link,a:visited {
	color: #f7941d;
	text-decoration: none;
}

a:hover {
	color: #001651;
	text-decoration: none;
}

#contentRight ul{
	margin-left: 15px;
	font-size: 1.2em;
}

.submitButton {
	border: 0;
	padding: 0;
}

#outer {
	width: 100%;
	background: url(../images/bg_outer.gif) 50% 0 repeat-y;
}

#container {
	width: 876px;
	margin: 0 auto;
}

#header {
	background: url(../images/bg_header.gif) 0 0 repeat-y;
	padding: 20px 20px 0;
	margin: 0 auto;
	position: relative;
}

#header p#insight {
	position: absolute;
	right: 35px;
	top: 65px;
	text-align: right;
	font: bold 2.4em "Trebuchet MS", Arial, Verdana, serif;
	text-transform: uppercase;
	color: #0054a6;
}

#header p#insight span {
	font-size: 0.6em;
	line-height: 0;
	position: relative;
	bottom: 0.5em;
}

#logo {
	width: 243px;
	height: 96px;
}

#nav {
	margin: 10px 0 0;
}

#nav ul {
	width: 630px;
	background: url(../images/bg_nav_left.png) 0 0 no-repeat;
	padding: 0 0 0 4px;
}

#nav ul li {
	height: 34px;
	overflow: hidden;
	list-style: none;
	float: left;
	background: url(../images/bg_nav_divider.gif) 100% 0 no-repeat;
	padding: 0 1px 0 0;
}

#nav ul li.last {
	background: url(../images/bg_nav_right.png) 100% 0 no-repeat;
	padding: 0 4px 0 0;
}

#nav ul li a,#nav ul li a:visited {
	display: block;
	background: url(../images/bg_nav.gif) 0 0 repeat-x;
	font-size: 1.5em;
	color: #000825;
	font-weight: bold;
	padding: 8px 17px;
}

#nav ul li a:hover,#nav ul li a.active {
	background-position: 0 100% !important;
	color: #fff !important;
}

#searchForm {
	position: absolute;
	right: 20px;
	bottom: 8px;
}

#searchValue {
	width: 120px;
	height: 14px;
	font-size: 1.1em;
}

#searchSubmit {
	width: 82px;
	height: 21px;
	background: url(../images/button_search.gif) 50% 50% no-repeat;
}

#content {
	background: #00051c url(../images/bg_container.gif) 0 0 repeat-x;
	padding: 20px 0px 13px;
}

#contentLeft {
	float: left;
	width: 252px;
	color: #fff;
}

#leftNav {
	background: url(../images/bg_leftNav_bottom.gif) 100% 100% no-repeat;
	padding-bottom: 16px;
}

#leftNav ul {
	background: url(../images/bg_leftNav_top.gif) 100% 0 no-repeat;
	padding-top: 17px;
	margin: 0;
}

#leftNav ul li {
	background: url(../images/bg_leftNav_divider.gif) 100% 100% no-repeat;
	padding: 0 0 1px 0;
	text-align: right;
	list-style: none;
}

#leftNav ul li a,#leftNav ul li a:visited {
	color: #000c30;
	font-size: 1.2em;
	font-weight: bold;
	padding: 11px 20px 11px 0;
	display: block;
	background: url(../images/bg_leftNav_center.gif) 100% 0 repeat-y;
}

#leftNav ul li a:hover {
	color: #fff;
}

#leftNav ul li.selected {
	color: #fff !important;
	font-size: 1.2em;
	font-weight: bold;
	padding: 11px 20px 11px 0;
	display: block;
	background: #50000e url(../images/bg_leftNav_active.gif) 100% 0	no-repeat !important;
}

#leftNav ul li.hover, #leftNav ul li.hover a {
	color: #fff !important;
	background: #50000e url(../images/bg_leftNav_active.gif) 100% 0	no-repeat !important;
}

#leftNav ul li.sublist {
	padding: 10px 0 0 0;
	background: #210104;
}

#leftNav ul li.sublist a,#leftNav ul li.sublist a:visited {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px 20px 2px 0;
	display: block;
	background: none;
}

#leftNav ul li.sublist a:hover {
	color: #f7941d;
}

#contentRight {
	float: right;
	width: 605px;
}

.contentCol {
	margin: 0 20px 0 0;
	padding: 0 0 4px;
	background: url(../images/bg_contentCol_bottom.gif) 0 100% no-repeat;
}

.contentCol_header {
	background: url(../images/bg_contentCol_top.gif) 0 0 no-repeat;
	padding: 4px 0 0;
}

.contentCol_header h2 {
	background: #fff url(../images/bg_contentCol_header.gif) 0 100%
		no-repeat;
	margin: 0;
	padding: 10px 0 15px 18px;
	font-size: 2.2em;
	color: #001651;
}

.contentCol_content {
	background: #fff url(../images/bg_contentCol_footer.gif) 0 100%
		no-repeat;
	padding: 20px 30px 30px;
	color: #001651;
}

.contentCol_content h4 {
	font-size: 1.6em;
	margin: 0 0 1em;
}

.contentCol_content h5 {
	font-size: 1.4em;
	margin: 0 0 1em;
}

.contentCol_content p {
	font-size: 1.2em;
}

#footer {
	height: 117px;
	background: #000828 url(../images/bg_footer.gif) 0 0 repeat-x;
	color: #bfdbf7;
}

#footer p {
	padding: 20px;
	font-size: 1.1em;
}

#footer p a,#footer p a:visited {
	color: #f7941d;
}

#footer p a:hover {
	color: #fff;
}

div.info-large p
{
	color:#bfdbf7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	padding-left:35px;
	padding-right:50px;
}

div#red-news-bar{
	/*background-image:url(../images/red-news-bar-bg.png);
	background-repeat:repeat-x;*/
	padding-top:13px;
	margin-left:22px;
}
div#red-news-bar-bg{
	background-image:url(../images/red-news-bar.png);
	background-repeat: no-repeat;
	/*width:1075px;*/
	height:137px;
	/*border: 1px solid white;*/
}
div#red-news-bar-bg div#news{
	padding-left:33px;
	width:397px;
	float:left;
	margin-top:45px;
	margin-left:0px;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	/*border: 1px solid black;*/
}
div#red-news-bar-bg div#news p{
	padding:0;
	margin:0;
}
div#red-news-bar-bg div#contact-us{
	float:right;
	width:400px;
	margin-top:43px;
	margin-right:0px;
	padding-right:5px;
	text-align:center;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	/*border: 1px solid black;*/
}

.right
{
	float:right;
}