/* Copyright (c) 2006 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: #FFFFFF; /* Keep as is so that the UA editor shows the content correctly */
}
.body {
	background: url(assets/overall_bg.jpg) 0 0 repeat #571600; 
}
/* page (the biggest div, containing everything else) ------------*/
div#page {
	text-align:left;/* to counteract the IE5x hack in the body tag for centering*/
	padding: 10px 0 0 0;
	margin: auto;
	background: transparent; /*EDIT: color of the content area bg*/
	width: 1003px; 
	font-family:Georgia, "Times New Roman", Times, serif;
	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) top left no-repeat transparent;  
	height: 181px; /*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*/
	padding: 20px 0 0 0; 
	margin: 0 auto 0 auto; 
	width:244px; /*EDIT for style:logo image size */	
	height:94px; /*EDIT for style:logo image size */
	background: 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: absolute;
	top: 60px; 
	left: 770px;	
	padding: 0; 
	margin: 0; 
	height:40px; /* EDIT for style*/
	width:200px; /* EDIT for style */
	font-family:Georgia, "Times New Roman", Times, serif; /* EDIT for style */
	font-size: 26px;/* EDIT for style */
	color: #631517;/* EDIT for style */
}
/* banner ^ -----------------*/
/* horizontal  navigation ------------*/
div#horizNav {
	position:absolute;
	top: 131px;
	left:165px;
	margin-: 0;
	padding: 0 0 0 0;
	font-size: 19px;/*EDIT for style*/
	font-weight: normal;/*EDIT for style*/
	color: #FFFFFF;/*EDIT for style*/
	background:transparent;/*EDIT for style*/
	height:43px;
	text-align:center;
	width:900px;
}
div.hnavButton {
	float:left;
	text-align:center;
    background: transparent;
	height: 38px;
	margin: 0 20px 0 20px;
	padding: 0 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div.hnavButton a:link, div.hnavButton a:visited {
	display:block;	
	text-decoration: none;/*EDIT for style*/
	color: #FFFFFF !important;/*EDIT for style*/
	margin: 0;
	padding: 9px 0 0 0;  /*EDIT for style*/
}
div.hnavButton a:hover, div.hnavButton a:active {
	color: #E4D79C !important;
}
div.hnavButton a.YAH:link, div.hnavButton a.YAH:visited, div.hnavButton a.YAH:hover, div.hnavButton a.YAH:active {
	_cursor: text !important;
	color: #E4D79C !important;/*EDIT for style*/
	text-decoration: none !important;
}
div.hnavButton a.YAH {
	cursor: text !important;
}
/* horizontal  navigation ^ -------------*/


/* content div ---------------*/
div#content {
	background: url(assets/pg_rpt.jpg) 0 0 repeat-y #FCF7DD; /*EDIT: color of the content area bg*/
	margin: 0; /* EDIT for style: left margin for left navigation width */
	padding: 10px 50px 50px 50px; 
	text-align: left;
}
/* content div ^  ---------------- */

/* text in the content area ---------------- */
h1 {
	font-size: 20px;/*EDIT for style */
	font-weight: bold;/*EDIT for style */
	margin: 1.3em 0 5px 0;
	line-height: 1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#631517;/* EDIT for style */
	border-bottom: 1px solid #E7B54F;
	padding-bottom: 5px;
	width: 490px;
}
h2 {
    font-size: 18px;/*EDIT for style */
	font-weight:bold;/*EDIT for style */
	margin: 1.3em 0 0 0;
	line-height: 1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#631517;/* EDIT for style */
	border-bottom: 1px solid #E7B54F;
	padding-bottom: 5px;
	width: 490px;
}
h3 {
    font-size: 17px;/*EDIT for style */
	font-weight:bold;/*EDIT for style */
	margin: 1.3em 0 0 0;
	line-height: 1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#631517;/* EDIT for style */
}
h4 {
    font-size: 16px;/*EDIT for style */
	font-weight:bold;/*EDIT for style */
	margin: 1.3em 0 0 0;
	line-height: 1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#631517;/* EDIT for style */
}
h5 {
    font-size: 15px;/*EDIT for style */
	font-weight:bold;/*EDIT for style */
	margin: 1.3em 0 0 0;
	line-height: 1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#631517;/* EDIT for style */
}
p {
	line-height: 1.7em;
	padding-top: 0.1em; /*inherits font size from page, has bottom margin built in by browser*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;/* EDIT for style */
	color:#000000;/* EDIT for style */
}
.firstPara {
	padding-top: 0.3em;/*if you need snugged up first paras, use inline to make bottom margin 0px*/
	margin-top:0;
}
.firstH1 {
	padding-top: 0.3em;/*if you need snugged up first paras, use inline to make bottom margin 0px*/
	margin-top:0;
}
.beforeUL {
	margin-bottom:0;
}
.firstParabeforeUL {
	padding-top: 0.3em;
	margin-top:0;
	margin-bottom:0;
}
a {
	color: #631517 !important;/*EDIT for style */
	text-decoration: underline;
}
ul {
	list-style-type: disc;/*EDIT for style */
	list-style-position: outside;
	margin: 0em 0 0 3em; /* T R B L */
	padding: 0;
}
li {
	color: #631517;/*EDIT for style -- the bullet color */
	font-size: 18px;/*EDIT for style -- the bullet size */
}
li p {
	margin: 0 0 0 0;
	color: #000000;/*EDIT for style -- match page color, if bullet color is different */
	font-size:15px;/*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  --------------------- */
.floatedChalkboard {
	float:right;
	width: 378px;
	height: 236px;
	margin: 10px -15px 5px 30px;  /* T R B L */
	padding: 0px;
	background: url(assets/chalkboard_bg.png) 0 0 no-repeat transparent;
	text-align:center;
}
.ie6 .floatedChalkboard {
	background: url(assets/chalkboard_bg.gif) 0 0 no-repeat transparent; 
}
.floatedChalkboard h3 {
	font-family:"Comic Sans MS", cursive;
	font-weight: bold;
	color: white;
	font-size: 24px;
	padding: 0;
	margin:10px 0 0 0;
}
.redChalk {
	color:#FF0000;
	font-size:20px;
	font-weight:bold;
	padding: 0 0 0 10px;
}
.floatedChalkboard p {
	font-family:"Comic Sans MS", cursive;
	padding: 2px 20px 0 12px;
	margin:0;
	color: white;
	font-size: 20px;
	line-height:1.1em;
}
.sidebarFoo {/* a div where the img would go in a floatedPhotoRight, to make a sidebar */
	padding:10px 10px 10px 10px;
	width:351px;
	max-width:331px;
}
.ie6 .sidebarFoo {/* a div where the img would go in a floatedPhotoRight, to make a sidebar */
	padding:15px 17px 15px 17px;
	width:351px;
	background:white;
}
.floatedSidebar {
	float: right;
	margin: 10px 0 5px 15px;  /* T R B L */
	padding: 6px 6px 6px 6px;
	background: #F5F1B7;/*EDIT for style*/
	border: 1px solid #4F7835;/*EDIT for style*/
	width: 200px;
}
.floatedSidebar h3 {
	margin: 0;
	padding: 0;
}
.floatedPullquote {
	float: right;
	margin: 10px 0px 15px 25px;
	padding: 13px 0px 13px 0px;
	border-top: 3px solid #DD9712;/*EDIT for style*/
	border-bottom: 6px double #DD9712;/*EDIT for style*/
	width: 250px; 
}
.floatedPullquote p {
	margin: 0;
	font-size: 17px;/*EDIT for style*/
	line-height: 1.2em;
	letter-spacing: 0.01em;
	color: #444444;/*EDIT for style*/
	padding: 0px 5px 0px 8px; 
}
p.quoteAttrib {
	font-size: 13px;/*EDIT for style*/
	text-align: right;
	padding-top: 5px;
}
/* floated sidebars and pullquotes ^ --------------------- */

/* floated photos/graphics --------------*/
div.floatedPhotoRight {
	float: right;
	margin: 5px 0 5px 30px;
	width:379px;
}
.ie6 div.floatedPhotoRight {
	float: right;
	margin: 5px 0 5px 30px;
	width:351px;
	border:1px solid #bbbbbb;
}
.ie9 div.floatedPhotoRight {
	float: right;
	margin: 5px -26px 5px 30px;
	width:379px;
}
div.fpTopRight {
	background: url(assets/photo_top_351.png) 0 0 no-repeat transparent;
	height: 11px;
	width: 379px;
	font-size:1px;/*for all IE's to collapse it small enough*/
}
.ie6 div.fpTopRight {
	background:transparent;
	height: 0;
	width: 351px;
}
div.fpMiddleRight {
	padding: 0 18px 0 10px;
	width:379px;
	margin:0;
	background: url(assets/photo_middle_351.png) 0 0 repeat-y transparent;
}
.ie6 div.fpMiddleRight {
	padding: 0;
	width:351px;
	margin:0;
	background: transparent;
}
div.fpBottomRight {
	background: url(assets/photo_bottom_351.png) 0 0 no-repeat transparent;
	height: 19px;
	width: 379px;
	font-size:1px;
}
.ie6 div.fpBottomRight {
	background: transparent;
	height: 0;
	width: 351px;
}

.floatedPhotoLeft {
	float: left;
	margin: 10px 25px 5px 0px;
	width:222px;
}
.ie6 .floatedPhotoLeft {
	float: left;
	margin: 10px 25px 5px 0px;
	width:193px;
	border:1px solid #bbbbbb;
}
div.fpTopLeft {
	height: 11px;
	width: 222px;
	padding:0;
	margin:0;	
	background: url(assets/photo_top_193.png) 0 0 no-repeat transparent;
	font-size:1px;
}
.ie6 div.fpTopLeft {
	height: 0;
	width: 193px;
	padding:0;
	margin:0;	
	background: transparent;
}
div.fpMiddleLeft {
	padding: 0 18px 0 11px;
	width:222px;
	margin:0;
	background: url(assets/photo_middle_193.png) 0 0 repeat-y transparent;
}
.ie6 div.fpMiddleLeft {
	padding: 0;
	width:193px;
	margin:0;
	background: transparent;
}
div.fpBottomLeft {
	background: url(assets/photo_bottom_193.png) 0 0 no-repeat transparent;
	height: 19px;
	width: 222px;
	font-size:1px;
}
.ie6 div.fpBottomLeft {
	background: transparent;
	height:0;
	width: 193px;
}
.floatedPhotoRight img, .floatedPhotoLeft img {
	border: none;/*EDIT for style*/
}
.ie6 .floatedPhotoRight img, .ie6 .floatedPhotoLeft img {
	border-top: 5px solid white;
	border-bottom: 5px solid white;
	border-right: 7px solid white;
	border-left: 7px solid white;
}

/* floated photos/graphics ^--------------*/
table#hoursTable tr td {
vertical-align:top;
}
/* floated tables -------------------*/
.floatedTableLeft table,.floatedTableRight table,.floatedTableFull table {
	border-collapse: collapse;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;/* EDIT for style */
	font-size: 13px; /* EDIT for style */
	margin-bottom: 5px;	
}
.floatedTableLeft th,.floatedTableRight th,.floatedTableFull th {
	text-align:center;
	background-color: #631517;/* 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 dashed #631517;/* EDIT for style: bottom table border */
}
.row {
	background-color:#fdfaf1;/* EDIT for style: row color */
}
.altRow {
	background-color:#f6f0d6;/* 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 dotted #9B9BFF;/* EDIT for style */
	border-bottom: 2px dotted #9B9BFF;/* EDIT for style */
}
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: 14px;
	font-weight: bold;
	color: #FFFFFF !important;/*EDIT for style*/
	text-decoration: none !important;
	background: #4F7835; /*EDIT for style*/
	padding: 3px 8px 3px 8px; 
	margin: 2px 0 2px 0;
	height: 25px; /*EDIT for style*/
}
.button:hover {
	color: #000000 !important;/*EDIT for style*/
	background: #FFFFFF;/*EDIT for style*/
	border: 1px solid #6BA348;/*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  ^ ------------------------- */

/* bottom contact strip ----------- */
div#bottomContact {
	background: url(assets/footer_bg.gif) 0 0 no-repeat #631517;/*EDIT for style*/
	padding: 2px 0 0 160px;/*EDIT for style*/
	margin:0;
	height: 39px;/*EDIT for style*/
}
div#bottomContact span.contactSegment {
	font-weight: normal;/*EDIT for style*/
	color: #FFFFFF;
	font-size: 13px;
	margin:0;
	padding:0 0 0 30px;
}
div#bottomContact a {
	color: #FFFFFF !important;/*EDIT for style*/
}
div#contact1 {
	padding: 5px 0 0 0;/*EDIT for style*/
	float: left;
}
/* bottom contact strip ^ ----------- */

/* footer (copyright) -----------*/
div#footer {
	text-align:center;
	clear: both;
	margin: 0;
	padding: 5px 0 0 0;/*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: transparent;/*EDIT for style*/
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;/*EDIT for style*/
	height: 30px;
}
div#footer .copy {/* do not edit this style */
	font-family: Verdana, geneva, "helvetica neue", arial, sans-serif;
}
div#footer .allRights {
	padding: 10px 0 5px 5px;
	background: transparent;
	margin: 0;
}
div#footer a {
	color: #FFFFFF !important;/*EDIT for style*/
	text-decoration: none;
}
div#footer a:hover {
	text-decoration:underline;
}
.goRight {
	float:right;
	padding: 4px 30px 0 0;
}
/* footer ^ ----------------*/

div#stats {
	margin: 0;
	padding:0;
	width:1px;
	height:1px;
}
