body{
	padding: 10px 0px;
	margin: 0px;
	background: #f7f7f7;
	color: #72728a;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;	
}

img{
	vertical-align: bottom;
	border: none;
}

a{
	text-decoration: none;
	color: #000000;
}

a:hover{
	color: #ed1c24;
}

.clear{
	clear: both;
	height:0px;
	line-height: 0px;
	font-size: 0px;
	visibility: hidden;
}

.hr{
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background: #d1d1d8;
	border-bottom: solid 1px #e0e0e5;
	margin: 15px 0px;	
}

h1, h2, h3, h4, p, form{
	margin: 0px;
}

h1{
	color: #000000;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}

h2{
	color: #ed1c24;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 15px 0px 0px 0px;
}



h3{
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0px;
}

h4{
	font-size: 10px;
	line-height: 15px;
	color: #ed1d24;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0px;
}

p{
	padding: 5px 0px 5px 0px;
}

ul{
	margin: 0px;
	padding: 0px;
}

ul li{
	list-style: none;
	padding: 0px 0px 0px 13px;
	margin: 0px;
	background:url(images/arrow.png) no-repeat left top;
}


span.arrow{
	color: #ed1c24;
	font-size: 15px;	
	padding: 0px 0px 0px 3px;
}

.center{
	text-align: center;
}

img.toLeft{
	float: left;
	margin: 0px 10px 3px 0px;
}

#wrapper{
	text-align: left;
	width: 990px;
	margin: auto;
}

#header{
	padding: 0px 5px 5px 5px;
}

#logo{
	width: 400px;
	float: left;
}

#topMenu{
	width: 350px;
	float: right;
	text-align: right;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0px 15px 0px 0px;
}

#topMenu a{
	color: #72728a;
}

#topMenu a:hover{
	color: #ed1c24;
}

#sitemenu{
	background:url(images/menu-bg.png) repeat-x top #c92c19;
	padding: 0px 0px 0px 50px;
	height: 100%;
	margin: 0px 5px;
}

#sitemenu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sitemenu ul li{
	float: left;
	padding: 0px 22px;
	text-align: center;
	background: none;
	position: relative;
}

#sitemenu ul li a{	
	color: #ffffff;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 4px;
	display: block;
	padding: 0px 0px;
	text-align: center;
}

#sitemenu ul li a:hover, #sitemenu ul li a.selected{
	/* font-weight: bold; */
	/*color: #ffcd01; */
	color: #000000;
}

#sitemenu li ul li{
	text-align: left;	
}

#sitemenu li ul li a { 	
  color:#970020; 
  font-size:10px;
  text-transform: uppercase;
  color: #72728a;
  padding:2px 0px 2px 0px;
  text-align: left;
  letter-spacing: 1px;
}

#sitemenu li ul li a:hover {
  color: #ED1C24; 
  font-weight: normal;
}

#sitemenu li ul li a.selected {
  color: #970020;
  font-weight: normal;
}

.nav {  
	z-index: 1000;  
	position: relative;
}

.submenuBorder{
	background: url(images/submenu-border.png) repeat-x bottom;
	margin: 0px 3px;
	padding: 0px 15px 10px 15px;
}

.submenuWrapper2{
	position: absolute;  
	top: -999em;
	margin-left: 4px;	
	width: 388px;
	background: url(images/submenu-bg.png) no-repeat top left;
	z-index: 1000;
	left: 0px;
}

.submenuWrapper{
	position: absolute;  
	width:206px;  
	top: -999em;
	margin-left: 4px;
	background: url(images/submenu-bg2.png) no-repeat top left;	
	left: 0px;
}

#sitemenu .nav ul li { 
	margin:0; 
	padding:1px 0px 1px 0px; 
	display:block; 
	width:170px; 
	float:left; 
	display:block; 
	clear:left;
	position: static;
}

.submenudown{
	background: url(images/submenu-down.png) no-repeat top right;
	width: 50px;
	height: 6px;
	line-height: 6px;
	font-size: 6px;
	float: left;
}

.nav ul li a { 
	border-bottom:1px solid #C6C6C6; 
	padding-left:0px;
}

.nav li:hover div.submenuWrapper, .nav li.sfHover div.submenuWrapper,
.nav li:hover div.submenuWrapper2, .nav li.sfHover div.submenuWrapper2{  
	top: 20px;
}

#sitemenu .nav ul { 
}

#sitemenu ul li li.firstoption { 
	border-top:0px;
	padding: 5px 0px 2px 0px;
}

#sitemenu ul.hascontent { 
	width:352px; 
}

#sitemenu ul.hascontent li.menurightcontent   { 
	float:right; 
	clear:right; 
	width:160px; 
	padding: 0px 0px;	
}

#sitemenu ul.hascontent li.menurightcontent a { 
	border-bottom:0px; 
	display: inline;
}

#homeBanner{
	background:url(images/home-banner-mid.png) repeat-y center center;
	text-align: center;
	width: 990px;
}

.homeBannerTop{
	background:url(images/home-banner-top.png) no-repeat center top;
}

.homeBannerBot{
	background:url(images/home-banner-bot.png) no-repeat center bottom;
	padding: 2px 0px 5px 0px;
}

#footer{
	background:url(images/footer-bg.png) repeat-x bottom center;
	font-size: 9px;
	line-height: 1.3em;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 5px 0px 3px 0px;
	width: 980px;
	margin: 0px 0px 0px 5px;
}

#footer p{
	padding: 5px 0px;
}

span.separator{
	padding: 0px 15px;	
}

#homeContent{
	width: 520px;
	float: left;
	background:url(images/box1-mid.png) repeat-y left top;
}

.box1Top{
	background:url(images/box1-top.png) no-repeat left top;
	width: 100%;
}

.box1Bot{
	background:url(images/box1-bot.png) no-repeat left bottom;
	padding: 10px 35px;
}

#homeRight{
	width: 215px;
	float: right;
}

#homepage{
	padding: 4px 0px 5px 0px;	
	width: 990px;
}

#homepage a{
	color: #72728a;
}

#homepage a:hover{
	color: #000000;
}

#homepage h1{
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
	letter-spacing: 3px;
	font-weight: bold;
	padding: 10px 0px;	
}

 h2{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	padding: 0px;
}

#homepage h2 a { color: #ed1c24; }

#homeLeft{
	width: 230px;
	float: left;
	margin: 0px 15px 0px 0px;	
	line-height: 1.2em;
}

#homeLeft a{
	text-transform: uppercase;
	font-size: 12px;
}

#homeLeft p{
	padding: 0px 0px 11px 0px;
}

.vrRed{
	background:url(images/vr-red.png) repeat-y left top;
}

.col1{
	width: 280px;
	float: left;
}

.col2{
	width: 135px;
	float: right;
	text-transform: uppercase;
}

.col1 p, .col2 p{
	padding: 0px 0px 0px 0px;
}

.col3{
	width: 130px;
	float: left;
	margin: 0px 10px 0px 0px;
}

.col4{
	width: 200px;
	float: left;
}

.col5{
	width: 100px;
	float: right;
}

.col3, .col5{
	font-size: 11px;
	line-height: 16px;
}

.col3 span.arrow, .col5 span.arrow{
	line-height: 16px;
}

#homepage .col3 a:hover, #homepage .col5 a:hover{
	color: #ed1c24;
}

.imglink1, .imglink2, .imglink3, .imglink4{
	float: left;
	width: 97px;
	height: 90px;
	overflow: hidden;
}

.imglink1:hover img, .imglink2:hover img, .imglink3:hover img, .imglink4:hover img{
	display:none	
}
	
.imglink1{
	border-right: solid 1px #ed1d24;
	border-bottom: solid 1px #ed1d24;
	background:url(/images/contentimages/image_20_4_137.jpg) no-repeat left top;
}

.imglink2{
	border-bottom: solid 1px #ed1d24;
	background:url(/images/contentimages/image_20_4_136.jpg) no-repeat left top;	
}

.imglink3{
	border-right: solid 1px #ed1d24;
	background:url(/images/contentimages/image_20_4_134.jpg) no-repeat left top;	
}

.imglink4{
	background:url(/images/contentimages/image_20_4_138.jpg) no-repeat left top;	
}

#homeRight{
	font-size: 11px;
	line-height: 14px;
}

#homeRight p{
	padding: 3px 0px 14px 0px;
}

.rssIcon{
	float: right;
	margin: -1px 5px 0px 0px;
	display: inline;
}

#homeRight #homeNews{
	font-size: 11px;
	line-height: 17px;
	padding: 7px 0px 0px 0px;
}

#homeNews ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-top: solid 2px #a7a7b6;
}

#homeNews ul li{
	background: #ffffff;
	border-bottom: solid 1px #a7a7b6;
	padding: 7px 10px;
}

#homeNews span.date{
	width: 65px;
	float: left;
	word-spacing: 3px;
}

#homeNews a{
	color: #000000;
	display: block;
	width: 130px;
	float: right;
	text-transform: uppercase;
}

#homeNews a:hover{
	color: #ED1C24;
}

#homeNews span.arrow{
	line-height: 10px;
}

.pad1{
	padding: 3px 0px;
}

#lander{
	padding: 8px 0px;
	width: 980px;
	margin: 0px 0px 0px 5px;
}

#leftSide{
	width: 230px;
	float: left;
	padding: 15px 0px;
}

#contentWrapper{
	width: 738px;
	float: right;
}

#landerBanner{
	background:url(images/box2-mid.png) repeat-y left top;
}

.box2Top{
	background:url(images/box2-top.png) no-repeat left top;
}

.box2Bot{
	background:url(images/box2-bot.png) no-repeat left bottom;
	text-align: center;
	padding: 7px 0px;
}

#contentWrapper2{
	background:url(images/box3-mid.png) repeat-y left top;
	margin: 20px 0px 0px 0px;
}

.box3Top{
	background:url(images/box3-top.png) no-repeat left top;
}

.box3Bot{
	background:url(images/box3-bot.png) no-repeat left bottom;
	padding: 15px 25px 20px 28px;
}

#profile .box3Bot{
	padding: 15px 35px 20px 28px;
}

.border2{
	background:url(images/border2.png) repeat-y left;
}

.border3{
	background:url(images/border3.png) repeat-y left;
}

#mainContent{
	width: 475px;
	float: left;
}

#mainContent2{
	width: 430px;
	float: left;
}

#rightSide{
	width: 175px;
	float: right;
	font-size: 11px;
}

#rightSide2{
	width: 200px;
	float: right;
	font-size: 11px;
}

#leftSide h3{
	color: #ed1c24;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	background:url(images/hr2.png) repeat-x bottom;
	padding: 8px 12px 10px 12px;
	letter-spacing: 1px;
	margin: 0px 5px 0px 0px;
}

#sideMenu{
	padding: 0px 0px 20px 0px;	
	width: 225px;
	
}

#sideMenu ul li{
	background:url(images/hr2.png) repeat-x bottom;
	padding: 5px 0px 7px 12px;
}

#sideMenu ul li a{
	background:url(images/arrow.png) no-repeat left top;
	display: block;
	padding: 2px 0px 2px 12px;
	color: #72728a;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 17px;
	letter-spacing: 1px;
}

#sideMenu ul li a:hover{
	color: #ed1c24;
}

#sideMenu ul li a.selected{
	color: #000000;
	font-weight: bold;
}

#profile{
	padding: 8px 0px;
	width: 980px;
	margin: 0px 0px 0px 5px;
}

#profile h1{
	padding: 0px;
}

#profile h3 {
	color: #000000;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

#breadcrumbs{
	font-size: 10px;
	line-height: 13px;
	text-transform: uppercase;
	color: #72728a;
	letter-spacing: 1px;
	padding: 0px 0px 15px 0px;
}

#breadcrumbs a{
	color: #72728a;
}

#breadcrumbs a:hover{
	color: #ed1c24;
}

.profileImg{
	padding: 0px 0px 20px 0px;
	text-align: center;
}

#rightSide2 h3{
	padding: 10px 0px 5px 0px;
}

#profile #landerBanner .box2Bot{
	text-align: left;
	padding: 10px 12px 11px 12px;
}

#profileBanner{
	width: 340px;
	float: left;
}

#profileHeader{
	height: 149px;
	width: 365px;
	float: right;
	position: relative;
}

#profileHeader h1{
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 0px;
}

#profileHeader h2{
	color: #72728a;
	font-size: 14px;
	line-height: 19px;
	text-transform: none;
	padding: 0px;
}

#profileHeaderInner{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 355px;
	padding: 0px 0px 5px 0px;
}

#contents{
	padding: 10px 0px;
	width: 980px;
	margin: 0px 0px 0px 5px;
}

.input { border:1px solid #72728a; }
.button { border:0; background-color:#ed1c24; color:#FFFFFF; padding:5px 10px;}
#contactwrapper .input { width:350px;}

.ErrorBox { padding-bottom:10px;}
.ErrorBox li { margin-left:10px;}