/*--------------------- Last Modified --> 2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#567546 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#000;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#5b7a4b; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#5b7a4b; text-decoration:none; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}
	
.featured-container {
	width:167px;
	float:left;
	margin-left:2px;
	}

/* ------------------------ form elements ------------------------ */

input, textarea,  select{ 
	background-color:#5b7a4b !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #000;
	color:#fff;
	width:130px; /* 5 pixles smaller than form width !important */
	height:20px;
	line-height:16px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif; 
	font-size:.9em;
	}


select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:760px;
	margin:0 auto;
	text-align:left;
	}

#inner-wrap {
	background:url("../images/bg-inner-wrap.jpg") 0 bottom no-repeat;
	padding-bottom:50px;
	}

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.gif") no-repeat; 
	width:760px; 
	height:30px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:30px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 63px;}
#nav-02 { width: 64px;}
#nav-03 { width: 142px;}
#nav-04 { width: 134px;}
#nav-05 { width: 62px;}
#nav-06 { width: 79px;}

#nav-01 a:hover { background:url("../images/nav.gif")  -0px -30px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.gif") -63px -30px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.gif") -127px -30px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.gif") -269px -30px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.gif") -403px -30px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.gif") -465px -30px no-repeat; }

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:182px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 15px 10px 22px;
		}
		
#featured {
	width:532px;
	background:url("../images/featured-wrap.jpg") 0 0 repeat-y;
	margin:15px auto 0;
	}
	
	#featured-title {
	height:113px;
	background:url("../images/featured-title.jpg");
	margin-bottom:15px;
	}
	
	#featured-inner {
	background:url("../images/featured-inner-wrap.jpg") 1px bottom no-repeat;
	padding-bottom:50px;
	}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:578px;
	float:left;
	background:url("../images/bg-right-col.jpg") 0 0 repeat-x;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 22px 10px 21px;
		}

/* ------------------------ header framework ------------------------ */
#header-graphic { height:312px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#faq #header-graphic { background:url("../images/header-faq.jpg"); }
	body#cosmetic #header-graphic { background:url("../images/header-cosmetic.jpg"); }
	body#general #header-graphic { background:url("../images/header-general.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-index.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-index.jpg"); }

#header-graphic a {
display:block;
height:75px;
width:575px;
}

#header-graphic a span {
display:none;
}

/* ------------------------ subhead framework ------------------------ */
#subhead { height:128px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); height:137px; }
	body#about #subhead { background:url("../images/subhead-about.jpg") 6px 0 no-repeat; }
	body#contact #subhead { background:url("../images/subhead-contact.jpg") 6px 0 no-repeat; }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") 6px 0 no-repeat; }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") 6px 0 no-repeat; }
	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.jpg") 6px 0 no-repeat; }
	body#general #subhead { background:url("../images/subhead-general.jpg") 6px 0 no-repeat; }
	body#faq #subhead { background:url("../images/subhead-faq.jpg") 6px 0 no-repeat; }

/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:118px;
	background:url("../images/title-contact.jpg") ;
	}

#title-our-procedures {
	height:35px;
	background:url("../images/title-our-procedures.jpg") ;
	}

/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:0;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#fff;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#fff; text-decoration:underline; }
#footer a:hover, #footer a:active { color:#fff; text-decoration:none; }

#footer ul {margin:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #fff;
		}
	#footer li.first { border: none; }
	