@charset "UTF-8";
/* CSS Document */

body {
	background: #ebebeb url(images/page-background.jpg) repeat-x scroll center top;
	margin: 0px;
	padding: 0px;
	min-width: 960px;
	font-size: 100%;
}
img {
	border: 0px;
}
a, a:visited {
	font-weight: bold;
	color: #CB0A24;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	font: 0.85em Arial, Helvetica, sans-serif;
	margin: 0px auto;
	padding: 0px;
	width: 960px;
}
#header {
	background: url(images/header.jpg) no-repeat center top;
	margin: 0px;
	padding: 0px;
	height: 160px;
	width: 960px;
	float: left;
}

.headerlink {
	width:350px; 
	height:80px; 
	padding-left:20px;
	}
	
/** Top Navigation **/
#topnav {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	height: 50px;
	width: 400px;
	float: right;
}
#topnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topnav li {
	display: inline;
}
#topnav li span {
	display: none;
}
#topnav li a {
	display: block;
	float: left;
	height: 50px;
	background: url(images/topnav.jpg) no-repeat;
}
#topnav li a.item1 {
	background-position: 0px 0px;
	width: 70px;
}
#topnav  li  a.item1:hover   {
	background-position: 0px -50px;
}
#topnav li a.item2 {
	background-position: -70px 0px;
	width: 100px;
}
#topnav  li  a.item2:hover   {
	background-position: -70px -50px;
}
#topnav li a.item3 {
	background-position: -170px 0px;
	width: 120px;
}
#topnav  li  a.item3:hover   {
	background-position: -170px -50px;
}
#topnav li a.item4 {
	background-position: -290px 0px;
	width: 110px;
}
#topnav  li  a.item4:hover   {
	background-position: -290px -50px;
}




/** Main Navigation **/
#navbar {
	margin: 0px;
	padding: 0px;
	height: 55px;
	width: 960px;
	float: left;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navbar li {
	display: inline;
}
#navbar li span {
	display: none;
}
#navbar li a {
	display: block;
	float: left;
	height: 55px;
	background: url(images/navbar.jpg) no-repeat;
}
#navbar li a.item1 {
	background-position: 0px 0px;
	width: 156px;
}
#navbar  li  a.item1:hover   {
	background-position: 0px -55px;
}
#navbar li a.item2 {
	background-position: -156px 0px;
	width: 132px;
}
#navbar  li  a.item2:hover   {
	background-position: -156px -55px;
}
#navbar li a.item3 {
	background-position: -288px 0px;
	width: 162px;
}
#navbar  li  a.item3:hover   {
	background-position: -288px -55px;
}
#navbar li a.item4 {
	background-position: -450px 0px;
	width: 146px;
}
#navbar  li  a.item4:hover   {
	background-position: -450px -55px;
}
#navbar li a.item5 {
	background-position: -596px 0px;
	width: 185px;
}
#navbar  li  a.item5:hover   {
	background-position: -596px -55px;
}
#navbar li a.item6 {
	background-position: -781px 0px;
	width: 179px;
}
#navbar  li  a.item6:hover   {
	background-position: -781px -55px;
}

#banner {
	margin: 0px;
	padding: 0px;
	width: 960px;
	float: left;
}
#main {
	margin: 0px 0px 20px;
	padding: 0px;
	width: 960px;
	float: left;
}
#sidebar {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 295px;
	color: #333333;
	line-height: 1em;
	font-size: 0.9em;
}
.sidebar-box {
	background: url(images/sidebar_box-back.jpg) repeat-y center top;
	width: 295px;
}
.sidebar-textbox  {
	width: 250px;
	margin-left: 25px;
	margin-bottom: 10px;
}
.sidebar-box-bt {
	background: url(images/sidebar_box-bottom.jpg) no-repeat center bottom;
	width: 295px;
}
.hotspot-image {
	height: 174px;
	width: 244px;
	border: 3px solid #CF1C34;
	margin-bottom: 10px;
}
.submit-btn {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #FFFFFF;
	background: #000000;
	text-align: center;
	display: block;
	float: right;
	height: 22px;
	width: 80px;
	margin-right: 5px;
	margin-top: 5px;
	border: 0px;
}
.sidebar-fieldset {
	width: 98%;
	margin-top: 3px;
	margin-bottom: 3px;
}
#content {
	float: left;
	width: 615px;
	margin-left: 30px;
	margin-top: 10px;
	line-height: 1.5em;
	color: #333333;
	text-align: justify;
	font-size: 0.96em;
}
.clear {
	font-size: 0px;
	clear: both;
	height: 0px;
	width: 100%;
}
#footer {
	background: url(images/footer.jpg) no-repeat center top;
	height: 73px;
	width: 960px;
	color: #FFFFFF;
	float: left;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
}
#footer-logos {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 73px;
	width: 380px;
}
#footer-text {
	float: left;
	width: 560px;
	margin-left: 20px;
	margin-top: 20px;
}
#footer-text a, #footer-text a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer-text a:hover {
	text-decoration: underline;
}
#web312 {
	margin: 0px auto;
	padding: 0px;
	width: 200px;
}
h1 {
	color: #C41A31;
	font: bold 1.5em/1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: #FFFFFF;
	padding: 2px;
	letter-spacing: 0.05em;
	text-align: left;
}
h2 {
	font: bold 1.35em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 0px;
	text-align: left;
	border-bottom: 1px solid #000000;
}
.floatright {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
.floatleft {
	float: left;
}
.bodytitle {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #C62036;
}
.bodytitle a, bodytitle a:visited {
	color: #C62036;
	text-decoration: underline;
}
.bodytitle a:hover {
	text-decoration: none;
}
.row-s1 {
	border-bottom: 1px solid #999999;
}

.clear {
	clear:both;
	}