@charset "utf-8";
/* CSS Document */

body
{
	background: url(/img/body_back.jpg) repeat-x;
	height: 113px;
	margin: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
}

.clearBoth
{
	clear: both;
}

#container
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#header_container
{
	width: 900px;
}

#logo_left
{
	float: left;

}

#header_right
{
	float: right;
	width: 200px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin-top: 25px;
	text-align: right;
}

#header_right span {
	color: #FFFFFF;
}

#nav_container {
	width: 900px;
	margin-top: 10px;
}

ul#navigation {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

#navigation li {
	float: left;
	position:relative;
	list-style: none;
	margin-right: 50px;
}

#navigation li a {
	float: left;
	text-decoration: none;
	color: #CCCCCC;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#navigation li a:hover {
	text-decoration: none;
	color: #E4514A;
}


#navigation li ul {
	display:none;
	position:absolute;
	width:140px;
	top:15px;
	left:0px;
	background:#313031;
	padding:0px;
	margin:0px;
}

#navigation li ul li {
	float:left;
	display:block;
	margin:5px 0px 5px 0px;
}

#navigation li ul li a {
	width:140px;
	display:block;
}

#content_container
{
	width: 900px;
	padding-top: 20px;
	background: url(/img/background_curve.png) no-repeat;
}

#content_left
{
	float: left;
	width: 470px;
	color:#003366;
}

#content_right
{
	float: right;
	width: 380px;
}

#content_header_back_left
{
	width: 470px;
	background: url(/img/black_back.jpg) repeat-x;
	height: 30px;
}

#content_header_back_right
{
	width: 380px;
	background: url(/img/black_back.jpg) repeat-x;
	height: 30px;
}

.content_header_back_right_red
{
	width: 380px;
	background: url(/img/red_back.jpg) repeat-x;
	height: 30px;
}

.content_right_left
{
	float: left;
	width: 280px;
}

.content_right_right
{
	float: right;
	width: 90px;
	height: 200px;
}

ul.sub_nav
{
	margin: 10px 0px 20px 10px;
	padding: 0px 0px 0px 0px;
}

.sub_nav li
{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	list-style: none;
}

.sub_nav li a
{
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.sub_nav li a:hover
{
	text-decoration: underline;
}


#downloads
{
	margin: 10px 0px 20px 10px;
	padding: 0px 0px 0px 0px;
}

#downloads li
{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	list-style: none;
}

#downloads li a
{
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#downloads li a:hover
{
	text-decoration: underline;
}



#footer
{
	margin-top: 10px;
	width: 900px;
	border-top: 1px solid #CCCCCC;
}

#footer_left
{
	float: left;
}
	
#footer_right
{
	float: right;
}

/* Headers */

h1
{
	font-size: 14px;
	padding: 5px 0px 5px 0px;
	color: #FFFFFF;
	margin: 0px 0px 0px 5px;
}

h2
{
	font-size: 14px;
	color: red;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 5px;
}


.content_header_back_right_red h2
{
	font-size: 14px;
	color:#000 !important;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 5px;
}

h3
{
	color: #000;
	line-height: 140%;
	font-size: 20px;
}

#footer p
	{
	font-size: 10px;
	}

#footer p a
{
	font-size: 10px;
	line-height: 140%;
	color: #E4514A;
	text-decoration: none;
}

p
{
	font-size: 13px;
	line-height: 140%;
}

p a
{
	font-size: 13px;
	line-height: 140%;
	color: #E4514A;
	text-decoration: none;
}

p a:hover
{
	text-decoration: underline;
}


#singlepanel {
	width: 900px;
	float: left;
	display: inline;
	overflow: auto;
	height: 288px;
	padding-right: 5px;
	margin: 10px 0px 0px 0px;
	color:#003366;
}

#singlepanel strong {
	color:red !important;
}
