@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #313131;
	background-image: url(../images/gradient_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
}
.home_body{
	background-image: url(../images/home_bg.jpg);
	background-repeat: repeat-x;
}
#home_header_container {
	text-align: left;
	margin: auto;
	height: 368px;
	width: 800px;
}
#header_container {
	text-align: left;
	margin: auto;
	height: 169px;
	width: 800px;
}
#topbar {
	height: 111px;
	width: 800px;
}
#top_pic {
	float: right;
	height: 237px;
	width: 220px;
	margin-top:10px;
	text-align: center;
}
#nav {
	background-image: url(../images/nav_bg.png);
	background-repeat: no-repeat;
	float: left;
	height: 31px;
	width: 570px;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	color: #FFF;
	font-size: 13px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: inline;
	list-style-type: none;
	margin-right: 2px;
	margin-left: 2px;
	padding-left:2px;
	padding-right:2px;
}
#nav a:link, #nav a:visited{
	font-weight: bold;
	color: #FFF;
	font-size: 13px;
	text-decoration:none;
}
#nav a:hover{
	color:#b4b3b3;
}
#bluebar_left {
	height: 190px;
	width: 510px;
	color: #FFF;
	padding-top: 35px;
	font-size:16px;
	font-weight:bold;
}
#bluebar_left a:link, #bluebar_left a:visited{
	color:#FFF;
	font-size:16px;
}
#bluebar_left a:hover{
	color: #BB0D0B;
}
#center_bg {
	background-color: #FFF;
	min-height: 300px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #232323;
}
#center_content {
	margin: auto;
	width: 800px;
	text-align: left;
	padding-top:5px;
	padding-bottom:15px;
}
#right_col {
	text-align: center;
	float: right;
	width: 225px;
}
#left_col {
	width: 570px;
	min-height:375px;
	padding-right:10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DEDEDE;
}
#left_col_home {
	width: 570px;
	min-height:300px;
	padding-right:10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DEDEDE;
}
#footer {
	color: #FFF;
	text-align: center;
}
#footer a:link, #footer a:visited{
	color:#FFF;
}
#footer a:hover{
	color:#5973a6;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #0F296D;
	padding-bottom:3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDE;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #0F296D;
	padding-bottom:3px;
	padding-top:3px;
	margin-bottom:2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDE;
}
h3{
	font-size: 14px;
	font-weight: bold;
	color: #BB0D0B;
}
strong{
	color: #0F296D;
}
a:link, a:visited{
	color: #0F296D;	
}
a:hover{
	color: #BB0D0B;
}
.red {
	color: #BB0D0B;
}li {
	list-style-image: url(../images/bullet.png);
}
#social{
	text-align:center;
	padding-right:25px;
}
/* resources page definitions*/
#resourses_right {
	float: right;
	width: 250px;
	margin-top:-11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DEDEDE;
	padding-left:15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DEDEDE;
	padding-right:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDE;
	padding-bottom:15px;
}
#resources_left {
	width: 450px;
	padding-right: 10px;
}
#fullpage{
	width:800px;
}
#clear{
	width:800px;
	clear:both;
	height:1px;
}
