html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	background-color:#FFFFFF;
}
img {
	border: 0;
}
input, textarea, select {
	font: 11px Tahoma, Arial, Geneva, sans-serif;
	color: #000000;
	border-right: 1px solid #CAD2D5;
	border-bottom: 1px solid #CAD2D5;
	padding-left:2px;
}
form {
	margin: 0;
	padding: 0;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -46px;
}
#head-wrapper {
	background-color: #e1e1e1;
}
#header {
	width: 1000px;
	height: 281px;
	margin: auto;
	background: url('images/header.png') top left no-repeat;
}
#address {
	height: 24px;
	float: left;
	color: #c5c5c5;
	font: normal 10px/24px arial;
	padding-left: 256px;
}
#top-links {
	height: 24px;
	color: #c5c5c5;
	font: normal 10px/24px arial;
	text-align: right;
	padding-right: 20px;
}
#top-links a {
	color: #c5c5c5;
	font: normal 10px/24px arial;
	text-decoration: none;
}
#top-links a:hover {
	text-decoration: underline;
}
#menu {
	width: 995px;
	height: 236px;
}
#menu ul {
	margin: 0;
	padding: 68px 0px 0px 41px;
	background: url('images/logo.png') top left no-repeat;
}
#menu li {
	margin: 0px;
	padding: 0px;
	width: 190px;
	height: 29px;
	list-style: none;
}
#menu a {
	display: block;
	height: 29px;
	background: url('images/menu-item.gif') top left no-repeat;
	color: #464646;
	font: bolder italic 12px/29px sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 28px;
}
#menu a:hover {
	background: url('images/menu-item.gif') top right no-repeat;
	text-decoration: underline;
}
#menu .active a {
	background: url('images/menu-item.gif') bottom left no-repeat;
	color: #ab2928;
	padding-left: 40px;
}
#submenu {
	width: 1002px;
	height: 128px;
	margin: auto;
	font: bold 70%/140% Arial, Helvetica, sans-serif;
}
#submenu div {
	float: left;
	position: relative;
	margin: 1px;
}
#submenu em {
	background:#FFFFFF none repeat scroll 0 0;
             border-color:#999999 #999999 #999999 #888888;
             border-style:solid;
             border-width:1px;
             bottom:2px;
             color:#000000;
             display:block;
             font-style:normal;
             opacity:0.8;
             padding:2px 10px;
	align:center;   

}
#submenu a {
	text-decoration: none;
}
#submenu a:hover em {
	background: #cccccc;
	border-color: none;
}
#content {
	width: 960px;
height:auto;
min-height:500px;
	margin: auto;
	padding: 20px 0px 50px 0px;
	font:11px/13px tahoma, arial, helvetica, sans-serif;
	color:#555555;
}
#content b{
	font:11px/13px tahoma, arial, helvetica, sans-serif;
	color:#555555;
	font-weight:bold;
}
#content strong{
	font:10px/13px tahoma, arial, helvetica, sans-serif;
	color:#2A6087;
	font-weight:bold;
	text-transform:uppercase;
}
#content span{
	font:10px/13px tahoma, arial, helvetica, sans-serif;
	color:#2A6087;
	font-weight:bold;
	text-transform:uppercase;
}
#content a{
	text-decoration:underline;
	color:#D52D00;
}
#content a:hover{
	text-decoration:none;
}
#content b a{
	text-decoration:underline;
	color:#555555;
	font-weight:normal;
}
#content b a:hover{
	text-decoration:none;
}

#content ul { 
	margin:0;
	padding:0; 
	list-style:none;
}
#content li {
	background:url(images/dot.jpg) center left no-repeat; 
	margin:0 0 0 0; 
	padding:0 0 0 7px;
}
#content li a { 
	font:9px/18px tahoma, arial, helvetica, sans-serif;
	color:#D52D00;
	text-decoration:underline;
	font-weight:bold;
	background-position:left center;
}
#content li a:hover { 
	text-decoration:none;
}
#footer {
	position: relative;
	width: 1000px;
	height: 46px;
	margin: auto;
	padding: 0px;
	background-color: #7d7d7d;
	text-align: center;
	font:10px/46px tahoma, arial, helvetica, sans-serif;
	color:#C5C5C5;
}
#footer a{
	text-decoration:none;
	color:#C5C5C5;
}
#footer a:hover{
	text-decoration:underline;
}
#banners {
	position: absolute;
	top: 8px;
	right: 5px;
	height: 38px;
}
#banners p {
	position: inline;
}
#sitemap ul { margin: 0 0 0 1px; padding: 0 0 0 3px; }
#sitemap ul li { margin: 0; padding: 0 0 0 14px; list-style: none; }
#sitemap ul li.last { margin-bottom: 6px; }
#sitemap a { font:14px tahoma, arial, helvetica, sans-serif !important; }

