@charset "UTF-8";

body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	line-height: 21px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.red {
	color: #F00;
	
}
#container {
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
}
.header_contain {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	display: block;
	padding: 0px;
	height: 196px;
	width: 750px;
	clear: both;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.smaller {
	font-size: 12px;
}

hr {
	height: 1px;
	width: 100%;
	background-color: #3B3E4D;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#logo_sm {
	background-image: url(images/logo_new.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 120px;
	float: right;
}

#nav_expand {
	display: block;
	clear: both;
	height: 25px;
	width: 100%;
	border: 0px;
	padding: 0px;
	background-color: #ECECEC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav_expand_border {
	display: block;
	clear: both;
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.fr {
	float: right;
}
#nav_expand .header_contain ul {
	margin: 0px;
	padding: 0px;
}
#nav_expand .header_contain ul li {
	float: left;
	list-style-type: none;
	font-weight: 100;
	font-size: 12px;
	line-height: 24px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 25px;
	margin: 0;
	vertical-align: middle;
}
#content ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#content li {
	list-style-type: none;
	margin-left: 15px;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 15px;
}

h2 {
	font-size: 16px;
	font-weight: lighter;
	color: #42426E;
	margin: 0px;
}
#contact {
	margin-left: 20px;
	margin-bottom: 35px;
}
#sidebar {
	height: auto;
	width: 200px;
	margin-top: 35px;
	float: left;
	margin-left: 5px;
	padding: 0px;
}
#sidebar ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#sidebar li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
a:link, a:visited, a:active {
	color: #363C67;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #9097BD;
}
#nav_expand .header_contain ul li a:link, 
#nav_expand .header_contain ul li a:visited, 
#nav_expand .header_contain ul li a:active {
	color: #3B3E4D;
	text-decoration: none;
	margin-left: 15px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	vertical-align: 50%;
}
#nav_expand .header_contain ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #3B3E4D;
	margin-left: 15px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	vertical-align: 50%;
}
#nav_expand .header_contain ul li a.active:link, 
#nav_expand .header_contain ul li a.active:visited, 
#nav_expand .header_contain ul li a.active:active
#nav_expand .header_contain ul li a.active:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #3B3E4D;
	margin-left: 15px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#content {
	height: auto;
	width: 510px;
	margin-left: 20px;
	margin-top: 35px;
	float: left;
}

.copyright {
	font-size: 9px;
}
img {
	border:0;
}

.fl {
	float: left;
}
.img_border {
	margin: 10px;
}
.footer {
	clear: both;
}
ol {
	list-style-type: lower-roman;
}
.header_contain #content ol li {
	list-style-type: decimal;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}
h3 {
	font-size: 14px;
	line-height: normal;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
big16 {
	text-transform: uppercase;
	letter-spacing: 2px;
}

.content_inside {
	margin: 0px;
}
h4 {
	font-size: 18px;
	line-height: normal;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: lighter;
}

.header_contain #content .content_inside ul li {
	background-image: url(images/plus.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 25px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 25px;
}

p.first{
	margin-top: 0px;
	display: block;
	margin-bottom: 0px;
	height: 20px;
}
#content ol {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h5 {
	font-size: 14px;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#blog_title{
	background-image: url(images/titles_resources.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
	width: 345px;
}

.blog_footer {
	background-color: #EDEDED;
	padding-left: 15px;	
	
}



/********************FORM STYLES***********************/



.form_here fieldset ul,.form_here fieldset li{
border:0; margin:0; padding:0; list-style:none;
}
.form_here fieldset li{
	clear:both;
	list-style:none;
	padding-bottom:10px;
	background-image: none;
}

.form_here fieldset input{
float:left;
}
.form_here fieldset label{
	width:170px;
	float:left;
	text-align: right;
	margin-right: 15px;
}
