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


body {
	background-color: #458fc0;
	margin: 0;
	width: 100%;
	background-image: url('../images/body_bg.gif');
	background-repeat: repeat-x;
	
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#header_gradient {
	background-image: url('../images/header_bg.gif');
	height: 150px;
	width: 100%;
}
#header {
	background-image: url('../images/header_logo.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height: 150px;
}

#nav {
	background-image: url('../images/nav_bg.gif');
	height: 30px;
}

#nav_content {
	margin-left: auto;
	margin-right: auto;

	width: 960px;
}

#nav_content a {
	color: #fff;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
}

#nav_content a:hover {
	color: #000;
}

#nav_content ul {
	margin: 0;
	padding: 0;
}
	
#nav_content li {
	display: inline;
	list-stype-type: none;
	padding-right: 50px;
}

#subnav {
	color: #fff;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
}

#subnav a {
	color: #fff;
	
	text-decoration: none;
}

#content_title {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

#content_title h1 {
	margin-bottom: 0;
}

#content_title h3 {
	margin-top: 0;
}

#content_wrap {
	background-color: #fff;
	width: 570px;
}
#content {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	line-height: 18px;
}

#content p, ul, ol {
	margin: 0;
	padding-top: 9px;
	padding-bottom: 9px;
}

#content a {
	color: #10719f;
}

#right_wrap {
	float: left;
	width: 350px;
	margin-left: 10px;

}

#left_wrap {
	float: left;
}

#right_item {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom:10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #fff;
}

#right_item a {
	color: #0d004c;
}

#right_item h2 {
	margin-top: 0px;
}

