/*///////////////BROWSER RESET//////////////////////////////////////////////////////////////////////////////////////////////*/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, th, td, input, textarea, select { 
margin: 0; padding: 0; 
}

/*///////////////BASIC TAGS//////////////////////////////////////////////////////////////////////////////////////////////*/

body {
font: 12px Trebuchet MS, Verdana, Arial, sans-serif; 
color: #000; 
line-height: 20px; 
background: #e0e0e0 url(../images/background.jpg) repeat-x 0 0;
margin-top: 12px;
}

h1 {
font: 18px Trebuchet MS, Verdana, Arial, sans-serif; 
color: #7F141A;  
font-weight: normal; 
margin-bottom: 10px;
border-bottom: 1px dashed #BF999C;
display: block;
width: 520px;
}
h2 {
font: 16px Trebuchet MS, Verdana, Arial, sans-serif;
color: #7F141A; 
font-weight: normal; 
margin-bottom: 10px;
}
h3 {font: 14px Trebuchet MS, Verdana, Arial, sans-serif;}
h4 {font: 12px Trebuchet MS, Verdana, Arial, sans-serif;}

p {margin-bottom: 10px;}

img {border:0;}

a:link {color: #7F141A; text-decoration: underline;}
a:visited {color: #000; text-decoration: underline;}
a:hover {color: #535252; text-decoration: underline;}

.clearing {clear: both;}

/*///////////////LAYOUT/////////////////////////////////////////////////////////////////////////////////////////////*/

#wrapper {
	width: 927px; 
	margin: 0 auto; 
}

#utility {
	float: right; 
	width: 80px;
	background: url(../images/icon-home.png) no-repeat right 2px;
	margin-right: 60px;
	margin-top: 20px;
	text-align: right;
	padding-right: 20px;
}

#utility a {text-decoration: none; font-size: 11px;}
#utility a:visited {color: #7F141A; text-decoration: none;}
#utility a:hover {color: #7F141A; text-decoration: underline;}


#branding {
	clear: right; 
	width: 927px; 
	height: 300px; 
	background: url(../images/branding.png) no-repeat 53px 45px;
	}

#logo {float: left; width: 500px; height: 225px;}

#nav {
	clear: both;
	list-style: none; 
	background: url(../images/nav-back.png) no-repeat 0 0; 
	height: 46px; 
	width: 778px;
	margin-left:33px;
	padding-top: 14px;
	padding-left: 22px;
	}
#nav li {float: left;}

#content {width: 820px; margin-left: 60px; min-height: 200px;}

#content ul, #content ol {margin-left: 30px; margin-bottom: 10px;}

#cta {
	width: 247px; 
	height: 120px; 
	background: url(../images/cta-back.png) no-repeat 0 0;
	float: right;
	margin: 0 -16px 10px 10px;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	padding: 10px 30px 0 23px; 
	line-height: 20px;
	}

#cta a, #cta a:visited, #cta a:hover {color: #fff; text-decoration: none;}
	
.ctatext {
	display: block; width: 247px; height: 70px; margin-bottom: 13px;
}
.ctaphone {
	display: block; width: 247px; height: 40px;
}

#footer {
	width: 808px; 
	margin-left: 60px; 
	height: 45px; 
	background: url(../images/footer-back.png) no-repeat 0 0;
	color: #fff;
	padding: 32px 0 0 12px;
	line-height: 16px;
	margin-bottom: 8px;
	}

#footer ul {list-style: none; margin-left: -8px; float: left; width: 800px;}	
#footer ul li {
	float: left; 
	padding: 0 8px; 
	border-right: 1px solid #fff; 
	line-height: 12px;
	}
#footer ul li.last {border: none;}

#footer .copyright {float: left; clear: left; margin-top: 4px; width: 800px;}
	
#webo {
	clear: both;
	width: 350px; 
	margin-left:60px; 
	background: url(../images/webo_icon.gif) no-repeat right -1px;
	padding-right: 18px;
	text-align: right;
	}

#webo a, #web a:visited {color: #000; text-decoration: none;}

#webo a:hover {color: #535252; text-decoration: underline;}

/*****************CHROME MENU STYLES***********************************************************************************/

/*main nav*/

ul#nav li#nav1 {width: 200px;}
ul#nav li#nav2 {width: 292px;}
ul#nav li#nav3 {width: 172px;}

ul#nav li a  {
display: block; 
height: 34px; 
background: #7F141A;
color: #fff;
overflow:hidden;
position:relative;
}

ul#nav li a span {
cursor: pointer; 
display: block; 
height: 34px; 
position: absolute; 
left: 0; 
top: 0;
}


ul#nav li#nav1 a span { width: 200px; background: url(../images/nav.jpg) no-repeat 0px 0px; }
ul#nav li#nav2 a span { width: 292px; background: url(../images/nav.jpg) no-repeat -200px 0px; }
ul#nav li#nav3 a span { width: 172px; background: url(../images/nav.jpg) no-repeat -492px 0px; }

ul#nav li#nav1 a:hover span, ul#nav li#nav1 a.selected span { background: url(../images/nav.jpg) no-repeat 0 -34px; }
ul#nav li#nav2 a:hover span, ul#nav li#nav2 a.selected span { background: url(../images/nav.jpg) no-repeat -200px -34px; }
ul#nav li#nav3 a:hover span, ul#nav li#nav3 a.selected span { background: url(../images/nav.jpg) no-repeat -492px -34px; }


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font: normal 11px Verdana;
line-height:18px;
z-index:100;
visibility: hidden;
list-style:none;
margin-top: -1px;
}

.dropmenudiv a{
display: block;
border-top: 1px solid #FFF; 
padding: 6px 24px 8px 24px;;
text-decoration: none;
font-weight: bold;
background-color: #8C292C;
width: 152px;
line-height: 14px;
}

.first a {border-top: 0px;}

ul.dropmenudiv li a:link, ul.dropmenudiv li a:visited {color: #FFF; text-decoration: none;}

ul.dropmenudiv li a:hover {color: #fff; text-decoration: none; background-color: #7F141A;}

/****FORM SPECIFIC STYLES****/

ol.forms {list-style: none; width: 100%; margin: 0px;}

ol.forms li { 
	clear: both; 
	float: left; 
	margin: 0 0 10px 0; 
	width: 100%; 
}
ol.forms label {
	cursor: pointer; 
	display: block; 
	float: left; 
	margin: 0 10px 0 0; 
	width: 140px; 
	text-align:right;
	line-height: 20px;
	font-weight: bold;
}
ol.forms input[type=text] { 
	width: 200px; 
	float: left;
	padding: 3px;
	line-height: 18px;
}

ol.forms textarea {
	width: 350px;
	height: 100px;
	padding: 4px;
	}
	
ol.forms li.buttons { float: none; width: auto; margin-left: 150px;}
ol.forms input[type=submit] {padding: 2px 8px; }

ol.forms li.checkboxes {margin-left: 150px;}
ol.forms li.checkboxes input { font: inherit; padding: 0px; width: 20px; }
ol.forms li.checkboxes label {float: none; display: inline;}

.infoText { font-size:9px; font-weight:bold; margin-top:10px; display:block; }
.req {font-weight: bold; color: #98005D; font-size: 14px;}
