/* Copyright (c) 2005 Service First Webmasters, Inc. All Rights Reserved. */
body,html {
	text-align: center; /*for IE5x only*/
	margin:0; padding:0;
}
body {/*this is separated because DW applies the html background to everything */
	background-color: #003C7A; /* EDIT forart style: the color shown outside the 780 to 1004-wide page div */
}

/* page (the biggest div, containing everything else) ------------*/
div#page {
	text-align:left;/* to counteract the IE5x hack in the body tag for centering*/
	padding: 2;
	margin: auto;
	background: #FFFFFF; /*EDIT: color of the content area bg*/
	width: 96.8%;
	min-width: 780px;
	max-width: 1004px;

	width:expression(document.body.clientWidth < 780 ? "780px": document.body.clientWidth > 1004 ? "1004px": "auto" );
	/*font settings for the whole page, which only change where another style overrides them */
	font-family:Verdana, Arial, Helvetica, sans-serif;/* EDIT for style */
	font-size:14px;/* EDIT for style */
	color:#000000;/* EDIT for style */
}
/* page ^ ---------------*/

/* banner -----------------*/
div#banner {
	position: relative;
	margin: 0;
	padding: 0;
	background: url(assets/banner.gif) left top no-repeat #FFFFFF; /*EDIT for bg image name and left or right*/
	height: 75px; /*EDIT for style:match height of banner bg image: prefer 80-170px*/
	width: 100%;
}
div#logo {/*usually we put the logo image directly into the div and give it a link to Home*/
	position: absolute;
	top: 10px; /*EDIT for style:logo div position */
	left: 20px; /*EDIT for style:logo div position */
	padding: 0; 
	margin: 0; 
	width:330px; /*EDIT for style:logo image size */	
	height:60px; /*EDIT for style:logo image size */
	color: inherit;
	background-color: transparent; 
}
.logoDiv {
	cursor:pointer; /*the div itself links back to the home page, so you can have a background image as the logo*/
}
.logoDivYAH {
	cursor:text !important; /*the div itself links back to the home page, so you can have a background image as the logo*/
}
div#bannerRight{
/*holds the slogan, email and phone divs, floats right*/
	text-align: right;
	position: relative;
	top: 22px; /*EDIT for style:position*/
    float:right;
	padding: 0; 
	margin: 0; 
	height:60px; /* EDIT for style*/
	width:350px; /* EDIT for style */
	font-family:Verdana, Arial, Helvetica, sans-serif; /* EDIT for style */
	/*font-style:italic; EDIT for style */
	font-size: 14px;/* EDIT for style */
	color: #10228D;/* EDIT for style */
	font-weight: bold;/* EDIT for style */
	border-right: 13px solid white; /* covers up the blue line */
}
div#slogan {
	padding: 0 15px 0 40px;/* EDIT for style */
	font-size: 16px;/* EDIT for style */
	font-style: italic;/* EDIT for style */
}
div#phone {
	padding: 5px 15px 0 0; /* EDIT for style */
}
div#email {
	padding: 0 15px 0 0; /* EDIT for style */
	font-family: Verdana, Arial, Helvetica, sans-serif;/* EDIT for style */
	font-size: 13px;
}
div#email a {
	color: #10228D;/* EDIT for style:link color */
	text-decoration:none;/* EDIT for style */
}
/* banner ^ -----------------*/

/* left column and s ----------*/
div#leftcol {
	float: left;
	background: transparent; /* to have a colored column bg, make a content_bg.gif and put it as the page div bg */
	margin: 0;	
	padding: 0; 
	width: 180px; /* EDIT for style: could go smaller, but no wider than 170px */	
}
div#badge1 {
	padding: 5px 7px 7px 7px;/* EDIT for style: balance right and left */
	margin: 20px 5px 10px 25px;/* EDIT for style: balance right and left */
	background:#FFFFFF;/* EDIT for style */
	border: 0;/* EDIT for style */
	text-align:center;
}
/* left column and badges ^ ----------*/

/* vertical navigation-------------*/
div#nav ul {
	list-style-position:outside;
	list-style-type:none;
	margin: 5px 0 0 0;/*EDIT for style*/
	padding: 0;/*EDIT for style*/
	width: 180px;/*EDIT for style*/
}
div#nav li {
	font-family:inherit;/*EDIT for style*/
	color: #003C7A;/*EDIT for style*/
	font-weight: bold;/*EDIT for style*/
	font-size: 12px;/*EDIT for style*/
	margin: 0 0 2px 0;/*EDIT for style*/
	padding: 0 0 0 8px;/*EDIT for style*/
}
div#nav li a:link, div#nav li a:visited {	
    display: block;
	text-decoration: none;
	margin: 0;
	width: 155px;/* EDIT for style */
	width:expression("180px");/* EDIT for style */
	color: #003C7A !important;/* EDIT for style */
	background: url(assets/btn_mainnav_bg.gif) 0 0 no-repeat #FFFFFF;	/* EDIT for style */
	border: 0;/* EDIT for style */
	padding: 8px 0px 4px 28px;/* EDIT for style */
}
div#nav li a:hover,div#nav li a:active, div#nav li a.YAH:link, div#nav li a.YAH:visited  {
	color: #B82234 !important;/* EDIT for style */	
}
div#nav li a.YAH:link {
	_cursor: text !important;
}
div#nav li a.YAH {
	cursor: text !important;
}
/* selectors below are only for segmented navigation */
div#navSegment {
	padding: 10px 0 0 0px;/*EDIT for style*/
	margin: 0 0 0 0px;/*EDIT for style*/
}
div#navSegment h3 {
	margin: 0;
	padding: 15px 0 0 23px;
	color: #003C7A;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div#navSegment li a:link, div#navSegment li a:visited {	
	background: url(assets/btn_vendornav_bg.gif) 0 0 no-repeat #FFFFFF;
}
div#navSegment li a:link.bardNav, div#navSegment li a:visited.bardNav {
	background: url(assets/btn_bardnav_bg.gif) 0 0 no-repeat #FFFFFF;
	padding: 8px 0px 4px 30px;/* EDIT for style */
}
/* content div ---------------*/
div#content {
	background: #FFFFFF;/*EDIT for style*/
	margin: 0 0 0 220px; /* EDIT for style: left margin for left navigation width */
	padding: 5px 60px 50px 0; /* EDIT for style: right padding for content margin (and left, if we are using horiz nav */
	text-align: left;
	min-height: 500px; /* EDIT for style: keeps the content area taller than the left column on the shortest page */
	_height:550px;/*EDIT for style*/
}
/* content div ^  ---------------- */

/* text in the content area ---------------- */
h1, h2, h3 {
	margin: 1.3em 0 0 0;
	line-height: 1.2em;
	color:inherit;/*EDIT for style */
}
h1 {
	font-size: 16px;/*EDIT for style */
	font-weight: bold;/*EDIT for style */
}
h2 {
    font-size: 16px;/*EDIT for style */
	font-weight:bold;/*EDIT for style */
}
h3 {
    font-size: 13px;/*EDIT for style */
	font-weight:bold;/*EDIT for style */
}
p {
	line-height: 1.7em;
	padding-top: 0.1em; /*inherits font size from page, has bottom margin built in by browser*/
}
p.firstPara, h1.firstH1 {
	padding-top: 0.3em;/*if you need snugged up first paras, use inline to make bottom margin 0px*/
	margin-top:0;
}
p.beforeUL {
	margin-bottom:0;
}
p.firstParabeforeUL {
	padding-top: 0.3em;
	margin-top:0;
	margin-bottom:0;
}
table tr td p.firstPara {
	margin:0;
	padding:0;
	font-size:14px;
}
div#content a {
	color: #003C7A;/*EDIT for style */
	text-decoration: underline;
}
div#content ul {
	list-style-type:square;/*EDIT for style */
	list-style-position: outside;
	margin: 0em 0 0 3em; /* T R B L */
	padding: 0;
}
div#content li {
	color: #B82234;/*EDIT for style -- the bullet color */
	font-size: 16px;/*EDIT for style -- the bullet size */
}
div#content li p {
	margin: 0 0 0 0;
	color: #000000;/*EDIT for style -- match page color, if bullet color is different */
	font-size:14px;/*EDIT for style -- match page font size, if bullet size is different */
	/*padding: 0.3em 0 0 0;*/
}
/* text in the content area ^ ---------------- */

/* floated sidebars and pullquotes  --------------------- */
.floatedSidebar {
	float: right;
	margin: 10px 0 5px 15px;  /* T R B L */
	padding: 6px 6px 6px 6px;
	background: #CBD7EF;/*EDIT for style*/
	border: 1px solid #003C7A;/*EDIT for style*/
	width: 200px;
	font-size: 13px;
}
.floatedSidebar h3 {
	margin: 0;
	padding: 0;
}
.floatedPullquote {
	float: right;
	margin: 10px 0px 15px 25px;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #B82234;/*EDIT for style*/
	border-bottom: 2px solid #003C7A;/*EDIT for style*/
	width: 250px; 
}
.floatedPullquote p {
	margin: 0;
	font-size: 15px;/*EDIT for style*/
	line-height: 1.1em;
	letter-spacing: 0.01em;
	color: #444444;/*EDIT for style*/
	padding: 0px 5px 0px 8px; 
}
p.quoteAttrib {
	font-size: 11px;/*EDIT for style*/
	text-align: right;
}
/* floated sidebars and pullquotes ^ --------------------- */

/* floated photos/graphics --------------*/
.floatedPhotoRight {
	float: right;
	margin: 10px 0 5px 15px;
}
.floatedPhotoRight img, .floatedPhotoLeft img {
	border: none;/*EDIT for style*/
}
.floatedPhotoRight p, .floatedPhotoLeft p {
	margin: 0;
	padding: 5px 1px 0 1px;
	font-size: 12px;/*EDIT for style*/
	line-height: 1.2em;
	text-align:left;
}
.floatedPhotoLeft {
	float: left;
	margin: 10px 15px 5px 0;
}
div.photoContainer {
 	text-align:center;
	margin-left:30px;/*EDIT for style: match content area right margin*/
}
div.photoPair {
	margin: 20px auto 20px auto;
}
/* floated photos/graphics ^--------------*/

/* floated tables -------------------*/
.floatedTableLeft table,.floatedTableRight table,.floatedTableFull table {
	border-collapse: collapse;
	font-size: 11px; /* EDIT for style */
	margin-bottom: 5px;	
}
.floatedTableLeft th,.floatedTableRight th,.floatedTableFull th {
	text-align:center;
	background-color: #003C7A;/* EDIT for style */
	color: #FFFFFF;/* EDIT for style */
	padding: 2px;
}
.floatedTableLeft td,.floatedTableRight td,.floatedTableFull td {
	text-align: center;
	padding: 2px;
}
td.tBottomRow {
	border-bottom: 1px solid #B82234;/* EDIT for style: bottom table border */
}
.row {
	background-color:#FFFFFF;/* EDIT for style: row color */
}
.altRow {
	background-color:#CBD7EF;/* EDIT for style: alternate row color */
}
th.tLeft,td.tLeft {
	padding: 2px 2px 2px 5px;
	text-align:left;
}
.floatedTableLeft p,.floatedTableRight p,.floatedTableFull p {
	font-size: 11px;/* EDIT for style */
	margin: 0;
	padding: 0 2px 0 2px;
	line-height: 1.2em;
	text-align:left;
}
.floatedTableFull {
	margin: 10px auto 10px auto; /* T R B L */
}
.floatedTableLeft {
	float: left;
	margin: 15px 15px 10px 0;
}
.floatedTableRight {
	float: right;
	margin: 15px 0 10px 15px;
}
/* floated tables ^ -------------------*/

/* contact  ------------------------- */
.formPanel {
	border-top: 2px solid #B82234;/* EDIT for style */
	border-bottom: 2px solid #B82234;/* EDIT for style */
}
.formBox {
	font-size: 14px;
	line-height: 1.1em;
	padding: 2px;
}
.validationSummary, .validationSummary ul {
	font-family:Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	line-height: 1.4em;
	margin: 0.8em 0 0.5em 3em; /* T R B L */
	padding: 0;	
}
.validationSummary li {
	color: #FF0000 !important;
	list-style-type: disc;
	list-style-position: outside;
	font-family:Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 12px !important;
	font-weight: normal;
}
table.contactForm {
	clear: both;
	margin: 10px auto 0px auto; 
	border-collapse: collapse;
	width: 465px; 
	font-size: 12px;/*EDIT for style*/
}
td.contactLabel {
	text-align:right;
	vertical-align:top;
	padding: 3px 3px 3px 0;
	font-size: 12px;/*EDIT for style*/
}
td.contactBox {
	text-align:left;
	vertical-align:middle;
	font-size: 12px;/*EDIT for style*/
}
.Box {
	background-color:#FFFDDA;/*EDIT for style*/
	line-height: 1.1em;
	padding: 2px;
}
.button {
	display: inline;
	font-size: 13px;
	font-weight: bold;
	color: #003C7A !important;/*EDIT for style*/
	text-decoration: none !important;
	background: url(assets/btn_mainnav_bg.gif) 0 0 no-repeat #FFFFFF; /*EDIT for style*/
	padding: 6px 70px 4px 30px;
	padding:expression("6px 0px 4px 30px"); 
	margin: 0;
	height: 25px; /*EDIT for style*/
	width: 180px;
}
.button:hover {
	color: #B82234 !important;/*EDIT for style*/
}
/* do not edit the styles below pertaining to the validation summary */
.validationSummary, .validationSummary ul {
	font-family:Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	line-height: 1.4em;
	margin: 0.2em 0 0 3em;
	padding: 0;	
}
.validationSummary li {
	color: #FF0000 !important;
	list-style-type: disc;
	list-style-position: outside;
}
.validationSummary li b{
	font-family:Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
/* contact  ^ ------------------------- */

/* placed divs (usually with decorative graphics) ------------*/
div#bottomLeft {
	/* each placed div must be inside a div with positioning:relative */
	position: absolute;
	top: -55px;
	left: 8px;
	height:81px;
}
/* placed divs ^ ------------*/

/* bottom nav ---------------- */
div#bottomNavContainer {
	text-align:center;
}
div#bottomNav {
	position: relative;
	clear: both;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	font-size: 11px;/*EDIT for style*/
	font-weight: normal;/*EDIT for style*/
	color: #000000;/*EDIT for style*/
	background: transparent;/*EDIT for style*/
	height: 30px;/*EDIT for style*/
	border-bottom: 1px solid #B82234;
	width: 650px;
}
div#bottomNav ul {
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 5px 5px 0 0px;/*EDIT for style*/
}
div#bottomNav li {
	display: inline;
	line-height: 1.5em;
	margin: 0 5px 0 0;/*EDIT for style*/
	padding: 0;
}
div#bottomNav li a:link, div#bottomNav li a:visited {	
	display: inline;
	text-decoration: none;/*EDIT for style*/
	color: #000000 !important;/*EDIT for style*/
	padding: 0 2px 3px 5px; 
}
div#bottomNav li a:hover, div#bottomNav li a:active {
	text-decoration: underline;/*EDIT for style*/
	color: #B82234 !important;/*EDIT for style*/
}
div#bottomNav li a.YAH:link, div#bottomNav li a.YAH:visited, div#bottomNav li a.YAH:hover, div#bottomNav li a.YAH:active {
	cursor: text !important;
	color: #b82234 !important;/*EDIT for style*/
	text-decoration: none !important;
}
/* bottom nav ^ ---------------- */

/* bottom contact strip ----------- */
div#bottomContact {
	background: #FFFFFF;/*EDIT for style*/
	padding: 0;/*EDIT for style*/
	margin:0;
	height: 90px;/*EDIT for style*/
	text-align:center;
}
div#bottomContact p {
	margin:0;
	padding:0;	
	font-size:13px;
	font-weight:normal;
	line-height:normal;
}
div#bottomContact h2 {
	margin:0;
	padding:0;
	font-size: 14px;
}
div#bottomContact a {
	color: #003C7A !important;/*EDIT for style*/
}
div#contactContainer{
	margin: 0 auto 0 auto;
	text-align: left;
	width: 620px;
}
div#contact1 {
	padding: 5px 0 0 50px;/*EDIT for style*/
	float: left;
	width: 300px;
}
div#contact2 {
	padding: 5px 0 0 0;/*EDIT for style*/
}
div#bottomBar {
	width:96%;
	height: 1px;
	margin-left: 2%;
	margin-top:5px;
	border-top: 2px solid #003C7A;
}
/* bottom contact strip ^ ----------- */

/* footer (copyright) -----------*/
div#footer {
	clear: both;
	margin: 0;
	padding: 5px 0 0 15px;/*EDIT for style*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/* if you want the left column to extend to the bottom of the page, put the page div's background image into the footer; or you could have a different image in the background, such as a continuation of the banner photo */
	background: #FFFFFF;/*EDIT for style*/
	font-size: 10px;
	font-weight: normal;
	color: #003C7A;/*EDIT for style*/
	height: 25px;
}

div#footer .copy {/* do not edit this style */
	font-family: Verdana, geneva, "helvetica neue", arial, sans-serif;
}
div#footer .allRights {
	float: left;
	padding: 0 0 5px 5px;
	background: transparent;
	margin: 0;
}
div#footer a {
	color: #003C7A;/*EDIT for style*/
	text-decoration: none;
}
div#footer a:hover {
	text-decoration:underline;
}
/* footer ^ ----------------*/

div#stats {
	margin: 0;
	padding:0;
	width:1px;
	height:1px;
}
/* from CBTownside*/
.agent {
/*clear: both;*/
padding-bottom: 20px;
}
.agentBio {
	font-family:Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 14px;
	padding-top: 0;
}
