@charset "utf-8";

html {
  /* force scrollbars on at all times so that the page does not jump when going from short to long pages */
  height: 100%;
  margin-bottom: 1px;
}
 /* same hack for firefox */
html {
overflow: -moz-scrollbars-vertical;
} 
body {
	background-image: url(../images/bg.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #cdcbc7;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 12px;
	font-family: Verdana;
}
a {
	color: #01225a;
}
a:hover {
	color: #FFFFFF;	
}
a:visited {
	color: #9b0d0d;	
}
#wrapper {
	padding: 0px;
	width: 994px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(../images/header.png);
	background-position: top;
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	height: 162px;
	width: 994px;
}
#header_wrap {
	float: right;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	height: 105px;
	width: 390px;
	padding-right: 10px;
	vertical-align: bottom;
	text-align: right;
}
#contact_info {
	float: right;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #a0a0a0;
	height: 25px;
	width: 392px;
	vertical-align: bottom;
	text-align: right;
	padding-top: 20px;
}
#breadcrumb {
	float: right;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	height: 20px;
	width: 392px;
	text-align: right;
	padding-top: 33px;
}
#breadcrumb a{
	color: #333333;
}
#breadcrumb a:hover{
	color: #FFFFFF;
}
#breadcrumb a:visited{
	color: #fce5e5;
}
#nav_box {
	float: left;
	background-image: url(../images/nav_bg.png);
	background-repeat: no-repeat;
	width: 994px;
	height: 58px;
}
#main_nav {
	float: left;
	width: 860px;
	height: 58px;
	padding-left: 20px;
	padding-top: 1px;
}
#banner_flash {
	float: left;
	width: 744px;
	height: 249px;
}
#content_wrap {
	float: left;
	width: 994px;
	padding-top: 10px;
}
#cont_head {
	float: left;
	width: 994px;
	height: 28px;
}
#cont_head_tag {
	float: left;
	width: 704px;
	height: 23px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	text-align: left;
}
#rt_col {
	float: right;
	width: 249px;
}
#cont_rt_tag {
	float: right;
	background-image: url(../images/rt_col_head.png);
	background-repeat: no-repeat;
	width: 219px;
	height: 18px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	text-align: left;
}
#cont_rt {
	float: right;
	background-image: url(../images/rt_col_mid.png);
	background-repeat: repeat-y;
	width: 219px;
	padding-left: 15px;
	padding-right: 15px;
}
#cont_rt_btm {
	float: right;
	background-image: url(../images/rt_col_btm.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 249px;
	height: 16px;
}
#cont_mid {
	float: left;
	width: 994px;
}
#cont_mid2 {
	float: left;
	width: 744px;
}
#main_cont {
	float: left;
	width: 982px;
	padding-left: 6px;
	padding-right: 6px;
}
#main_cont2 {
	float: left;
	width: 712px;
	padding-left: 6px;
	padding-right: 6px;
}
#cont_btm {
	float: left;
	width: 994px;
}
#footer {
	float: left;
	width: 994px;
	height: 82px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
}
#footer_nav {
	float: left;
	padding-top: 10px;
	width: 994px;
	height: 20px;
	font-size: 10px;
	font-family: Verdana;
	color: #a0a0a0;
	text-align: center;
}
#footer_nav a{
	
	color: #CCCCCC;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h1 {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #c8c7c7;
	margin: 0px;
}
h2 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333230;
	margin: 0px;
}
h3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333230;
	margin: 0px;
}
h4 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
	margin: 0px;
}
.light-ul {
	font-size: 12px;
	font-family: Verdana;
	color: #FFFFFF;
}
.light-li {
	font-size: 12px;
	font-family: Verdana;
	color: #FFFFFF;
	margin-left: -20px;
}
.home_main_cont {
	font-size: 12px;
	font-family: Verdana;
	color: #000000;
	width: 704px;
	padding-left: 20px;
	padding-right: 20px;
}