/* Copyright (c) 2006 Service First Webmasters, Inc. All Rights Reserved. */
body,html {
	text-align: center; /*for IE5x only*/
	margin:0; padding:0;
}
body {
	background-color: #FFFFFF;
}
.body {
	background-color: #C1BAA5;
	padding: 4px 0 0 0;
	
}
/* 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 */
	/* for a left column that goes all the way down, we have a bg image in the page div background*/
	background: url(assets/page_bg.png) 0 0 repeat-y #FFFFFF; /*EDIT: color of the content area bg*/
	width: 1004px; 
	/*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:13px;/* EDIT for style */
	color:#000000;/* EDIT for style */
}
/* page ^ ---------------*/

/* banner -----------------*/
div#banner {
	position: relative;
	margin: 0;
	padding: 0;
	background: url(assets/banner.png) right top no-repeat #FFFFFF; /*EDIT for bg image name and left or right*/
	height: 96px; /*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:164px; /*EDIT for style:logo image size */	
	height:80px; /*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: relative;
	top: 10px; /*EDIT for style:position*/
    float:right;
	padding: 0; 
	margin: 0; 
	height:50px; /* EDIT for style*/
	width:500px; /* EDIT for style */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;/* EDIT for style */
}
div#slogan {
	padding: 36px 30px 0 40px;/* EDIT for style */
	font-size: 14px;/* EDIT for style */
	font-weight:bold;
}
/* banner ^ -----------------*/

/* left column and badges ----------*/
div#leftcol {
	float: left;
	background: url(assets/nav_bg.png) 10px 0 no-repeat transparent; 
	margin: 0 0 0 0;	
	padding: 0;
	border:0; 
	width: 213px;
	height: 500px;
}
/* left column and badges ^ ----------*/


/* start of the css that makes the fly out work: delete if not using flyouts */
div#nav {
	position: relative;
	background: transparent;
	margin:0;
	padding:10px 0 20px 0;
	width:213px;
}
div#nav ul.level1 {
	position:absolute;/* for IE6 AGAIN */
	list-style-position:outside;
	list-style-type:none;
	margin: 0 0 0 0;/*EDIT for style*/
	padding: 0 0 0 0;/*EDIT for style*/
	width: 213px;/*EDIT for style*/
}
div#nav ul.level1 li {
	font-family:inherit;/*EDIT for style*/
	color: #FFFFFF;/*EDIT for style*/
	font-size: 15px;/*EDIT for style*/
	margin: 0;
	padding: 0 0 8px 0;/*EDIT for style: controls button separation vertically*/
}
div#nav ul.level1 li a:link, div#nav ul.level1 li a:visited {	
    display: block;
	text-decoration: none;
	margin: 0 0 0 2px;/* EDIT for style: controls button width */
	color: #000000 !important;/* EDIT for style */
	background: transparent;
	padding: 7px 5px 7px 55px;/* EDIT for style */
}
div#nav ul.level1 li a:hover,div#nav ul.level1 li a:active, div#nav ul.level1 li a.YAH:link, div#nav ul.level1 li a.YAH:visited  {
	background: url(assets/btn_bg.gif) 9px 0px no-repeat transparent;	
}
div#nav ul.level1 li a.YAH:link {
	cursor: text !important;
	background:url(assets/btn_bg.gif) 9px 0px no-repeat transparent;	
}

ul#list1 {
	 top:42px;
	 _top:44px;
	 left:213px;
}
*:first-child+html ul#list1 {/*IE7 only*/
	 top:44px;
	 left:213px;
}
ul#list2 {
 	 top:82px;
	 _top:84px;
	 left:213px;
}
*:first-child+html ul#list2 {/*IE7 only*/
 	 top:84px;
	 left:213px;
}
ul#list3 {
	top:121px;
	_top:123px;
	left:213px;
}
*:first-child+html ul#list3 {/*IE7 only*/
	top:124px;
	left:213px;
}

div#nav ul.level2 {
	display:none;/*for initially invisible*/
	position:absolute;/* edit the top and left inline, for each submenu */
	list-style-position:outside;
	list-style-type:none;
	background: #FFF7D3;
	border-top: 1px solid #BFBEA0;
	border-right: 1px solid #BFBEA0;
	border-bottom: 1px solid #BFBEA0;
	margin: 0;
	padding: 5px 0 0 0;/*EDIT for style: controls placement of buttons top and left of edges*/
	width: 200px;/*EDIT for style: controls width of flyout box*/
}
div#nav ul.level2 li {
	font-family:inherit;/*EDIT for style*/
	color: #000000;/*EDIT for style*/
	font-size: 15px;/*EDIT for style*/
	margin: 0 0 0 0;/*EDIT for style*/
	padding: 0 0 8px 0;/*EDIT for style: controls button separation vertically*/
	border-bottom:1px solid #FFF7D3;/*EDIT for style: match color to background of flyout; for IE6 only*/
}
div#nav ul.level2 li a:link, div#nav ul.level2 li a:visited {	
    display: block;
	text-decoration: none;
	margin: 2px 0 0 0;
	color: #000000 !important;/* EDIT for style */
	background:transparent;	/* EDIT for style */
	padding: 7px 0 7px 20px;/* EDIT for style */
	width:180px;
	_width: 200px; /* for that piece of crap IE6 */
}
div#nav ul.level2 li a:hover,div#nav ul.level2 li a:active, div#nav ul.level2 li a.YAH:link, div#nav ul.level2 li a.YAH:visited  {
	background:url(assets/btn_bg.gif) 0 0 no-repeat transparent;	
}
div#nav ul.level2 li a.YAH:link {
	cursor: text !important;
	background:url(assets/btn_bg.gif) 0 0 no-repeat transparent;
}

div#nav ul.level2wide {
	display:none;/*for initially invisible*/
	position:absolute;/* edit the top and left inline, for each submenu */
	list-style-position:outside;
	list-style-type:none;
	background: #FFF7D3;
	border-top: 1px solid #BFBEA0;
	border-right: 1px solid #BFBEA0;
	border-bottom: 1px solid #BFBEA0;
	margin: 0;
	padding: 5px 0 0 0;/*EDIT for style: controls placement of buttons top and left of edges*/
	width: 400px;/*EDIT for style: controls width of flyout box*/
}
div#nav ul.level2wide li {
	font-family:inherit;/*EDIT for style*/
	color: #000000;/*EDIT for style*/
	font-size: 15px;/*EDIT for style*/
	margin: 0 0 0 0;/*EDIT for style*/
	padding: 0 0 8px 0;/*EDIT for style: controls button separation vertically*/
	border-bottom:1px solid #FFF7D3;/*EDIT for style: match color to background of flyout; for IE6 only*/
}
div#nav ul.level2wide li a:link, div#nav ul.level2wide li a:visited {	
    display: block;
	text-decoration: none;
	margin: 2px 0 0 0;
	color: #000000 !important;/* EDIT for style */
	background:transparent;	/* EDIT for style */
	padding: 7px 0 7px 20px;/* EDIT for style */
	width:380px;
	_width: 400px; /* for that piece of crap IE6 */
}
div#nav ul.level2wide li a:hover,div#nav ul.level2wide li a:active, div#nav ul.level2wide li a.YAH:link, div#nav ul.level2wide li a.YAH:visited  {
	background:url(assets/btn_bg.gif) 0 0 no-repeat transparent;	
}
div#nav ul.level2wide li a.YAH:link {
	cursor: text !important;
	background:url(assets/btn_bg.gif) 0 0 no-repeat transparent;
}

div#nav ul.noScript {
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 10px 0 0 0;/*EDIT for style: controls placement of buttons top and left of edges*/
	width: 200px;/*EDIT for style: controls width of flyout box*/
}
div#nav ul.noScript li {
	font-family:inherit;/*EDIT for style*/
	color: #000000;/*EDIT for style*/
	font-size: 13px;/*EDIT for style*/
	margin: 0 0 0 0;/*EDIT for style*/
	padding: 0 0 8px 0;/*EDIT for style: controls button separation vertically*/
}
div#nav ul.noScript li a:link, div#nav ul.noScript li a:visited {	
    display: block;
	text-decoration: none;
	margin: 2px 0 0 0;
	color: #000000 !important;/* EDIT for style */
	background:transparent;	/* EDIT for style */
	padding: 9px 0 9px 65px;/* EDIT for style */
}
div#nav ul.noScript li a:hover,div#nav ul.noScript li a:active, div#nav ul.noScript li a.YAH:link, div#nav ul.noScript li a.YAH:visited  {
	color: #000000 !important;/* EDIT for style */	
	background:url(assets/btn_bg.gif) 25px 0 no-repeat transparent;	
}
div#nav ul.noScript li a.YAH:link {
	cursor: text !important;
}
/* vertical  navigation ^ -------------*/

/* content div ---------------*/
div#content {
	background: transparent;/*EDIT for style*/
	margin: 0 0 0 250px; /* EDIT for style: left margin for left navigation width */
	padding: 10px 50px 50px 0; /* EDIT for style: right padding for content margin (and left, if we are using horiz nav */
	text-align: left;
	min-height: 450px; /* EDIT for style: keeps the content area taller than the left column on the shortest page */
	_height: 500px;
}
/* content div ^  ---------------- */

/* text in the content area ---------------- */
h1 {
	font-size: 17px;/*EDIT for style */
	font-weight: bold;/*EDIT for style */
	margin: 1.3em 0 0 0;
	line-height: 1.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;/* EDIT for style */
	color:#724C09;/* EDIT for style */
}
h2 {
    font-size: 15px;/*EDIT for style */
	font-weight:bold;/*EDIT for style */
	margin: 1.3em 0 0 0;
	line-height: 1.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;/* EDIT for style */
	color:#724C09;/* EDIT for style */
}
h3 {
    font-size: 13px;/*EDIT for style */
	font-weight:bold;/*EDIT for style */
	margin: 1.3em 0 0 0;
	line-height: 1.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;/* EDIT for style */
	color:#724C09;/* EDIT for style */
}
h4 {
    font-size: 12px;/*EDIT for style */
	font-weight:bold;/*EDIT for style */
	margin: 1.3em 0 0 0;
	line-height: 1.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;/* EDIT for style */
	color:#000000;/* EDIT for style */
}
h5 {
    font-size: 11px;/*EDIT for style */
	font-weight:bold;/*EDIT for style */
	margin: 1.3em 0 0 0;
	line-height: 1.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;/* EDIT for style */
	color:#724C09;/* 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:Verdana, Arial, Helvetica, sans-serif;/* EDIT for style */
	font-size:13px;/* 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: #014A22 !important;/*EDIT for style */
	text-decoration: underline;
}
ul {
	list-style-type: square;/*EDIT for style */
	list-style-position: outside;
	margin: 0em 0 0 3em; /* T R B L */
	padding: 0;
}
li {
	color: #BFBEA0;/*EDIT for style -- the bullet color */
	font-size: 16px;/*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:13px;/*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;
	padding: 0 0 0 0;
	margin: 10px 0 5px 15px;  /* T R B L */
	background: url(assets/sidebar_bg.png) 0 5px no-repeat #ffffff;/*EDIT for style*/
	border: 0;/*EDIT for style*/
	width: 193px;
}
div.sBottom {
	width: 193px;
	height: 11px;
}
.floatedSidebar p {
	font-size:12px;
	padding: 3px 8px 0 8px;
}
.floatedSidebar p.headline {
	margin: 0;
	padding: 0;
	font-weight:bold;
	font-size:12px;
	color: #724C09;
	width: 193px;
	padding: 0px 8px 0 8px;
}
.floatedSidebarQuickBooks {
	float: right;
	text-align:center;
	padding: 5px 0 0 0;
	margin: 10px 0 5px 15px;  /* T R B L */
	width: 193px;
	height: 378px;
	background: url(assets/quickbooks_experts.png) 0 0 no-repeat #ffffff;
}
.floatedSidebarQuickBooks p.QBHeadline {
	font-size:20px;
	line-height: 1.3em;
}
.floatedSidebarQuickBooks p {
	padding: 10px 0 0 3px;
	margin:0;
	width: 183px;
	font-size: 11px;
	line-height: 1.5em;
}
.floatedPullquote {
	float: right;
	margin: 10px 0px 15px 25px;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #BFBEA0;/*EDIT for style*/
	border-bottom: 1px solid #BFBEA0;/*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, div.photoContainer p {
	margin: 0;
	padding: 5px 1px 0 1px;
	font-size: 12px;/*EDIT for style*/
	line-height: 1.3em;
	text-align:left;
}
.floatedPhotoLeft {
	float: left;
	margin: 10px 15px 5px 0;
}
div.photoContainer {
 	text-align:center;
	margin-left:50px;/*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-family:Verdana, Arial, Helvetica, sans-serif;/* EDIT for style */
	color:#000000;/* EDIT for style */
	font-size: 11px; /* EDIT for style */
	margin-bottom: 5px;	
}
.floatedTableLeft th,.floatedTableRight th,.floatedTableFull th {
	text-align:center;
	background-color: #014A22;/* 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 #BFBAE0;/* EDIT for style: bottom table border */
}
.row {
	background-color:#fffae5;/* EDIT for style: row color */
}
.altRow {
	background-color:#FFF7D3;/* 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: 14px;/* 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: 1px solid #BFBEA0;/* EDIT for style */
	border-bottom: 2px solid #BFBEA0;/* 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: 15px;
	font-weight: normal;
	color: #014A22 !important;/*EDIT for style*/
	text-decoration: none !important;
	padding: 7px 20px 7px 20px; 
	margin: 2px 0 2px 0;
	height: 31px; /*EDIT for style*/	
	background: #FFF7D3;
	border: 1px solid #BFBEA0;
}
.button:hover {
	color: #000000 !important;/*EDIT for style*/
	background: url(assets/btn_bg.png) 0 0 no-repeat #FFFFFF;/*EDIT for style*/
	border:1px solid white;
	border-right: 1px solid #BFBEA0;/*EDIT for style*/
}
.buttonSmaller {
	display: inline;
	font-size: 13px;
	font-weight: normal;
	color: #014A22 !important;/*EDIT for style*/
	text-decoration: none !important;
	padding: 5px 17px 5px 17px; 
	margin: 2px 0 2px 0;
	height: 27px; /*EDIT for style*/	
	background: #FFF7D3;
	border: 1px solid #BFBEA0;
}
.buttonSmaller:hover {
	color: #000000 !important;/*EDIT for style*/
	background: url(assets/btn_bg.gif) 0 0 no-repeat #FFFFFF;/*EDIT for style*/
	border:1px solid white;
	border-right: 1px solid #BFBEA0;/*EDIT for style*/
	border-bottom: 1px solid #BFBEA0;/*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: -66px;
	left: 10px;
	height:63px;
}
/* placed divs ^ ------------*/


/* bottom contact strip ----------- */
div#bottomContact {
	position:relative;
	background: url(assets/footer_bg.png) 0 0 no-repeat #C1BAA5;/*EDIT for style*/
	padding: 20px 10px 0 10px;/*EDIT for style*/
	margin:0;
	height: 53px;/*EDIT for style*/
	text-align:center;
}
div#bottomContact p {
	font-weight: bold;/*EDIT for style*/
	color:#FFFFFF;
	margin:0;
	padding:0;
	font-size:10px;
}
div#bottomContact .locationName {
	color: #FFD621;
	text-transform:uppercase;
}
/* bottom contact strip ^ ----------- */

/* footer (copyright) -----------*/
div#footer {
	clear: both;
	margin: 0;
	padding: 0 0 0 10px;/*EDIT for style*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #C1BAA5;/*EDIT for style*/
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;/*EDIT for style*/
	height: 26px;
}
div#footer .copy {/* do not edit this style */
	font-family: Verdana, geneva, "helvetica neue", arial, sans-serif;
}
div#footer .allRights {
	float: left;
	padding: 7px 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 {
	display:none;
	visibility:hidden;
	float:right;
	padding: 4px 30px 0 0;
}
/* footer ^ ----------------*/

div#stats {
	margin: 0;
	padding:0;
	width:1px;
	height:1px;
}