/* 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:#FFFDDA; /* the color shown outside the 780 or 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: 0;
	margin: auto; /* set this margin to zero for stuck-left designs, auto for float-center */
	background: url(assets/content_bg.gif) 0 0 repeat-y #FFFFFF;
	width: 96.8%;
	min-width: 780px;
	max-width: 1004px; 
	width:expression(document.body.clientWidth < 780 ? "780px": document.body.clientWidth > 1004 ? "1004px": "auto" );
}
/* --------------- ^ page ^ ---------------*/
/* ----------- banner -----------------*/
div#banner {
	position: relative;
	margin: 0;
	padding: 0;
	height: 171px;
	width: 100%;
}
/* the following 5 styles are for the randomly changing banner bg image */
.bannerbg0 {
	background: #FFFFFF;
}
.bannerbg1 {
	background: url(assets/banner_bg1.jpg) top left no-repeat #FFFFFF;
}
.bannerbg2 {
	background: url(assets/banner_bg2.jpg) top left no-repeat #FFFFFF;
}
.bannerbg3 {
	background: url(assets/banner_bg3.jpg) top left no-repeat #FFFFFF;
}
.bannerbg4 {
	background: url(assets/banner_bg4.jpg) top left no-repeat #FFFFFF;
}
.bannerbg5 {
	background: url(assets/banner_bg5.jpg) top left no-repeat #FFFFFF;
}
div#logo {
	position: absolute;
	top: 1px;
	left: 3px;
    float: left;
	padding: 0; /* T R B L */
	margin: 0; /* T R B L */
	height:100px;
	width:287px;
	background: url(assets/logo.png) top left no-repeat; 
	background: expression("transparent");
	filter:expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/logo.png', sizingMethod='scale')");	/* DO NOT put the image in the div; this only works as a background */
	z-index:10;
}
div#slogan {
	position: relative;
	top: -34px;
    float: right;
	padding: 0; /* T R B L */
	margin: 0; /* T R B L */
	height:29px;
	width:241px;
	background: url(assets/closer.png) top left no-repeat transparent;
	background: expression("transparent");
	filter:expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/closer.png', sizingMethod='scale')");  /* DO NOT put the image in the div; this only works as a background */
	z-index:20;
}
div#stripe {
	position: relative;
	top: 102px;
	left: 0;
	margin: 0;
	padding: 0;
	background: url(assets/redstrip_repeater.png) 0 0 repeat-x #FFFFFF;
	width: 100%;
	height: 67px;
	z-index:18;
}
div#photoStrip {
	position: relative;
	top: 13px;
	left:0;
	margin:0;
	padding:0;
	background: url(assets/photostrip.jpg) 0 0 no-repeat #FFFFFF;
	height: 55px;
	z-index: 20px;
}

/* ----------- ^ banner ^ -----------------*/

/* -------- left column ----------*/
div#leftcol {
	float: left; 
	background: transparent;
	margin: 0;	
	padding: 0 0px 10px 0px; /* T R B L */
	width: 167px; /* content + padding + border */	
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 167px; /* content only */
}
/* --------- vertical navigation-------------*/
div#nav ul {
	position: absolute;
	list-style-position:outside;
	list-style-type:none;
	margin: 15px 0 0 0;
	padding: 0;
	width: 167px;
}
div#nav li {
	text-align: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 15px 0;
	padding: 0 15px 0 15px;
	width: 167px; /* content + padding + border */	
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 137px; /* content only */

}
div#nav li a:link {	
    display: block;
	text-decoration: none;
	color: #FFFFFF !important;
	background: url(assets/flower.gif) left top no-repeat transparent;	
	margin: 0 0 0 0 ;
	padding: 0 0 0 23px;
	width: 138px; /* content + padding + border */
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 115px; /* content only */
}
div#nav li a:visited {	
    display: block;
	text-decoration: none;
	color: #FFFFFF !important;
	background: url(assets/flower.gif) left top no-repeat transparent;	
	margin: 0 0 0 0 ;
	padding: 0 0 0 23px;
	width: 138px; /* content + padding + border */
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 115px; /* content only */
}
div#nav li a:hover {
	color: #000000 !important;	
	background: url(assets/flower_over.gif) left top no-repeat transparent;	
}
div#nav li a:active {
	color: #000000 !important;	
	background: url(assets/flower_over.gif) left top no-repeat transparent;	
}
div#nav li a.YAH:link {
	_cursor: text !important;
	color: #000000 !important;	
	background: url(assets/flower_over.gif) left top no-repeat transparent;	
}
div#nav li a.YAH:visited {/*essential for IE when the current page has been visited */
	color: #000000 !important;	
	background: url(assets/flower_over.gif) left top no-repeat transparent;	
}
div#nav li a.YAH {
	cursor: text !important;
}
/* --------- ^ vertical  navigation ^ -------------*/

div#badge1 {
	position: relative;
	top: 250px;
	padding: 5px 0px 10px 5px;
	margin: 45px 0 0 8px;
	padding: 3px;
	height: 200px;
	width: 150px;
}
div#badge1 p {
	font-size: 14px;
	color: #F1F073;
	margin:0;
	padding: 0;
}
div#badge1 a {
	color: #FFFFFF;
}
div#badge2 {
	position: relative;
	top: 200px;
	padding: 5px 0px 10px 5px;
	margin: 45px 0 0 8px;
	padding: 3px;
	height: 200px;
	width: 150px;
}
div#badge2 p {
	font-weight: bold;
	color: #F1F073;
	margin:0;
	padding: 0;
}
div#badge2 a {
	color: #FFFFFF;
}
/* -------------content---------------*/
div#content {
	background: transparent;
	margin: 0 0 0 190px; /* wide left margin keeps the content from wrapping under the left column navigation */
	padding: 5px 50px 50px 0;  /*T R B L */
	text-align: left;
	min-height: 640px; /* keeps the content area taller than the left column */
	_height:640px;

}
div#contentSlogan {
	position: relative;
	left: 35px;
	margin-bottom:8px; 
	text-align: right;
}
div#coupon {
	margin:5px;
	text-align: center;
	width: 380px;
	border: 3px double #6AA247;
	padding: 10px;
}
div#coupon a, div#couponSidebar a {
	color: white;
	background: #6AA247;
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
}
/* content text styling */
h1, h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0;
	font-weight: bold;
	color: #000000;
}
h1 {
	font-size: 19px;
	line-height: 1.2em;
}
h2 {
    font-size: 17px;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 1.5em;
}
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
	line-height: 1.5em;
	padding-top: 1.2em; 
	margin: 0;
}
p.firstPara {
	padding-top: 0;
}
p.caption {
	padding-top: 0;
	font-size:12px;
}
/* links in the content area */
#content a {
	color: #6AA247;
	text-decoration: underline;
}
#content ul {
	list-style-type: disc;
	list-style-position: outside;
	margin:0 0 0 3em; /* T R B L */
	padding: 0;
}
#content li {
	color: #6BA347;/* the bullet color */
	font-size: 18px;/* the bullet size */
}
#content li p {
	color: #000000;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0.4em 0 0 0;
}

div.photoContainer {
 	text-align:center;
	/*EDIT for style: match content area right margin*/
}
div.photoContainer p {
	margin: 0;
	padding: 5px 1px 0 1px;
	font-size: 12px;/*EDIT for style*/
	line-height: 1.2em;
	text-align:left;
}
.photoPair {
	width:521px;
	padding-bottom: 10px;
	margin:20px auto 0 auto;
}
div.landscapeItem {
	padding: 20px 0 20px 0;
}
.floatedPhotoRight {
	float: right;
	margin: 10px 0 5px 15px;  /* T R B L */
}
.floatedPhotoRight img {
	display: block;
	padding-bottom: 3px;
}
.floatedPhotoRight p {
	margin: 1px 0 0 0;
	padding: 2px 2px 0 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
}
.floatedPhotoLeft {
	float: left;
	margin: 10px 15px 5px 0;  /* T R B L */
}
.floatedPhotoLeft img {
	display: block;
	padding-bottom: 3px;
}
.floatedPhotoLeft p {
	margin: 1px 0 0 0;
	padding: 2px 2px 0 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
}
.floatedSidebar {
	float: right;
	margin: 10px 0 5px 15px;  /* T R B L */
	padding: 6px 6px 6px 6px;
	background: #FFFCCE;
	border: 3px double #4F7835;
	width: 200px;
}
.floatedSidebar h2 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0;
}
.floatedPullquote {
	float: right;
	margin: 10px 0px 15px 25px;  /* T R B L */
	padding: 5px 0px 8px 0px;  /* T R B L */
	width: 250px; /* content + padding + border */
	background: url(assets/oval.gif) 0 0 no-repeat;
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 250px; /* content only */
	height: 90px;
}
.floatedPullquote p {
	margin: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.1em;
	letter-spacing: 0.01em;
	color: #000000;
	padding: 0px 5px 0px 8px;  /* T R B L */	
}
.floatedPullquote h1 {
	color: #4F7835;
	font-size: 18px;
	padding-top:5px;
}
/* the styles for the contact form */
td.contactLabel {
	text-align:right;
	vertical-align:top;
	padding: 3px 3px 3px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
td.contactBox {
	text-align:left;
	vertical-align:middle;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
table.contactForm {
	clear: both;
	margin: 10px auto 0px auto; /* T R B L */
	border-collapse: collapse;
	width: 465px; /* content + padding + border */
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 465px; /* content only */
}
.formBox {
	background-color:#FFFDDA;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.1em;
	padding: 2px;
}
.floatedTableLeft table,.floatedTableRight table,.floatedTableFull table {
	border-collapse: collapse;
	font-family: Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 11px;
	margin-bottom: 5px;	
}
.floatedTableLeft th,.floatedTableRight th,.floatedTableFull th {
	background-color: #374A75;
	color: #FFFFFF;
	padding: 2px;
}
.floatedTableLeft td,.floatedTableRight td,.floatedTableFull td {
	text-align: center;
	padding: 2px;
}
.floatedTableLeft td.tBottomRow,.floatedTableRight td.tBottomRow,.floatedTableFull td.tBottomRow {
	border-bottom: 1px solid #585769;
}
.floatedTableLeft .altRow,.floatedTableRight .altRow,.floatedTableFull .altRow {
	background-color: #FEEDA2;
}
.floatedTableLeft th.tLeft,.floatedTableRight th.tLeft,.floatedTableFull th.tLeft {
	padding: 2px 2px 2px 2px;
}
td#tBottomLeftFL, td#tBottomLeftFR, td#tBottomLeftFC {
	border-bottom: 1px solid #585769;
}
.floatedTableLeft p,.floatedTableRight p,.floatedTableFull p {
	font-family: Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0 2px 0 2px;
	line-height: 1.2em;
}
.floatedTableFull {
	margin: 10px auto 10px auto; /* T R B L */
}
.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 3em; /* T R B L */
	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;
}
.button {
	display: block;
	width: 55px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF !important;
	text-decoration: none !important;
	background: #4F7835;
	padding: 3px 0px 4px 12px; /* T R B L */
	padding:expression("3px 2px 4px 6px"); /* T R B L */
	margin: 2px 0 2px 0; /* T R B L */
}
.button:hover {
	color: #F5F1B7 !important;
}
.fillIn {
	float:left;
	width:120px;
	min-width:120px;
	text-align:right;
	padding-right:5px;
}
/* ----------------------- Bottom Navigation list styles ---------------- */
div#bottomNav {
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	height: 30px;
}
div#car {
	position: absolute;
	top: -40px;
	left: 8px;
	height:81px;
}
div#bottomNav ul {
	list-style-position:outside;
	list-style-type:none;
	margin: 0 0 0 0;/* T R B L */
	padding: 5px 10px 0 185px;
	float: left;
}
div#bottomNav li {
	display: inline;
	line-height: 1.7em;
	color: #FEECA1;
	margin: 0 10px 0 0; /* T R B L */
	padding: 0 0 0 0;
}
div#bottomNav li a:link {	
	display: inline;
	text-decoration: none;
	color: #000000 !important;	
	padding: 0 5px 3px 5px; /* T R B L */
}
div#bottomNav li a:visited {	
	display: inline;
	text-decoration: none;
	color: #000000 !important;	
	padding: 0 5px 3px 5px; /* T R B L */
}
div#bottomNav li a:hover {
	text-decoration: underline;
	color: #4F7835 !important;
}
div#bottomNav li a:active {
	text-decoration: underline;
	color: #4F7835 !important;
}
div#bottomNav li a.YAH {
	_cursor: text !important;
	color: #4F7835 !important;
	text-decoration: none !important;
}

div#bottomNav li a.YAH {
	cursor: text !important;
}
/* ------------ footer, where we put the copyright ----------------*/
div#footer {
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 0 185px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: url(assets/content_bg.gif) 0 0 repeat-y #DB1313;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;	
	height: 26px;
}
div#footer .copy {
	font-family: Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 10px;
}
div#footer .allRights {
	float: left;
	padding: 7px 0 5px 5px;
	background: transparent;
	margin: 0;
	font-family: Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
div#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration:underline;
}
.clearBoth {
	clear: both;
}
/* ------------ ^ footer ^ ----------------*/