/*--------------------- Last Modified  2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  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
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#8B1F1F url(../images/home/bg-body.jpg) top repeat-x;
	text-align:center; 
	font-size:11px;
	font-family:Arial;
	font-color:#3E0401; 
	}

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:#CC0000; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#2f86af; text-decoration:underline; outline:none; }

/* ----- classes ----- */

div.clear	{
	clear:both;
	height:1px;
	width: 100%;
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/home/bullet-back-to-top.jpg") right no-repeat;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}
	
/* ----- global form elements ----- */ 
#quick-contact{ width:150px;margin:0px;padding:0px; margin-left:57px;}
#quick-contact div.header{ 
	background:url(../images/home/header-quickcontact.gif) no-repeat;
	height:37px;
	margin-top:60px;
	}
form {
	width:150px;
	margin:10px 0 15px 0;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#FDD1A2!important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #FFEFDE;
	color:#000;
	width:145px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1em;
	}
	
select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ----- 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:170px; }
	
#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; }

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url(../images/home/button-submit.jpg);
	width:52px;
	height:15px;
	border:none;
	cursor:pointer;
	}


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url(../images/home/bg-wrap.jpg) repeat-y;
	width:800px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url(../images/home/masthead.jpg);
	height:104px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:45px;
		width:708px;
		top:0px;
		height:104px; 
		}
	#masthead a span {
		display:none;
		}
#container{
	background:url(../images/home/bg-container.jpg) top no-repeat;
	clear: both;
}
	body#index #container h1{ display:none;}
      
/* ----- content-left ----- */

body#index #column-left {
	width:577px;
	float:left;
	background:url(../images/home/bg-col-left.jpg) no-repeat;
	
}
	
	body#index #column-left div.left{
	float:left;
	width:248px;
}
	
	div.address{
	background:url(../images/home/header-addres.gif) no-repeat;
	padding-top: 39px;
	margin-left: 45px;
	width:174px;
}
	div.address p {margin:0 15px 10px 15px;text-align: center;color: #8B1F1F;font-weight: bold;text-transform: uppercase;}
		
		
	body#index #column-left div.right{
	float:left;
	width:295px;
}
	div.right a{
	margin-bottom:10px;
	display: block;
}
		div.right p{
	margin-left: 10px;
	margin-bottom: 10px;
}

#media-center-index {
position:relative;
top:56px;
height:259px;
width:149px;
margin:0px;
padding:0px;
}

div.disclaimer {margin:65px 0 0 10px; font-size:9px; color:#FF9933; padding:0px;}

	
/* ----- content-mid ----- */		


/* ----- content-right ----- */

body#index #column-right {
	float:left;
	width: 223px;
	background:url(../images/home/bg-col-right.jpg) no-repeat;
}
	#column-right div.menu{
	display:block;
	margin-top:84px;
	height: 592px;
}

#column-right ul { padding-left:0px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.gif") 0px 0px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:23px;  /* pushes text to the right to display bg img */
			width:140px;
			margin-bottom:10px;
			}


/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/home/bottom-wrap.jpg");
	height:87px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

#header-flash { background:url(../images/home/bg-flash.jpg) no-repeat;	height:201px;	width: 800px;} 
	#header-flash div.content{	margin-left:73px;	width: 656px;	height: 189px;}

#header-graphic { height:189px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/home/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/home/header-about.jpg"); }
	body#contact #header-graphic { background:url("../images/home/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/home/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("../images/home/header-sitemap.jpg"); }

/* subhead framework
 * ------------------------------------------------------------------------- */

 #subhead {height:115px; display:block; } /* sets height for all subheads */

	
	body#about #subhead { background:url("../images/home/subhead-about.jpg"); }
	body#contact #subhead { background:url("../images/home/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/home/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/home/subhead-sitemap.jpg"); }

	 #subhead h1{ display:none;}
/* ----- subhead framework with varying heights ----- */

#subhead-meet-doc {
	height:55px;
	background:url("../images/home/subhead-meet-doc.jpg") ;
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#FFEDD5;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#FFEDD5; }

#footer a:hover, #footer a:active { color:#FFEDD5; }

#footer ul {margin-top:10px;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #FFEDD5;
	}

	#footer li.first { border: none; }
/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url(images/home/sprite-nav.jpg) no-repeat; 
	width:800px; 
	height:30px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:30px; display:block; } 

#nav li { float:left; list-style:none; display:inline; }

#nav-01 { width: 99px; margin-left: 144px;}
#nav-02 { width: 96px;}
#nav-03 { width: 65px;}
#nav-04 { width: 55px;}
#nav-05 { width: 47px;}
#nav-06 { width: 84px;}
#nav-07 { width: 77px;}


#nav-01 a:hover { background:url(images/home/sprite-nav.jpg) -144px -30px no-repeat; }
#nav-02 a:hover { background:url(images/home/sprite-nav.jpg) -242px -30px no-repeat; }
#nav-03 a:hover { background:url(images/home/sprite-nav.jpg) -337px -30px no-repeat; }
#nav-04 a:hover { background:url(images/home/sprite-nav.jpg) -401px -30px no-repeat; }
#nav-05 a:hover { background:url(images/home/sprite-nav.jpg) -455px -30px no-repeat; }
#nav-06 a:hover { background:url(images/home/sprite-nav.jpg) -501px -30px no-repeat; }
#nav-07 a:hover { background:url(images/home/sprite-nav.jpg) -584px -30px no-repeat; }

#nav {
	background: url(images/home/sprite-nav.jpg) top left no-repeat;					
	width: 800px;		/* Width of buttons, not entire image (or half of entire image) */
	height: 30px;		/* Height of entire image */
	}

#nav span { display: none; }

#nav li, #nav a { 
	height: 30px;			/* Each button must have the same height, define it here */
	display: block;
	}

#nav li {
	float: left;
	list-style: none;
	display: inline;	/* fixes IE/Win double margin float bug (safe) */
	}
	
	/* SPRITE NAVIGATION */
#nav {
	background: url(../images/home/sprite-nav.jpg) top left no-repeat;
	width: 800px;		/* Width of buttons, not entite image (or half of entire image) */
	height: 30px;		/* Height of entire image */
	}

#nav span { display: none; }

#nav li, #nav a { 
	height: 30px;			/* Each button must have the same height, define it here */
	display: block;
	}

#nav li {
	float: left;
	list-style: none;
	display: inline;	/* fixes IE/Win double margin float bug (safe) */
	}


/* SON OF SUCKERFISH */

#nav li ul {
	position: absolute;
	left: -9999px;
	background-color: #FDBC9B;	/* Background color of drop down menu - add more styles (i.e. background image) if you want */
	}

#nav li ul li { height: 20px; }	/* Height of each drop down menu item */

#nav li ul li a {
	width: 100%;
	height: 20px;				/* Height of each drop down menu item, should match above */
	line-height: 20px;			/* Height of each drop down menu item again, should match above */
	}

#nav li ul li a span {
	display: block;
	padding-left: 5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size: 11px;
	color: #9C0F0C;
	text-decoration: none;
	}

#nav li:hover ul, #nav li.sfhover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-01 ul a:hover, #nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover, #nav-06 ul a:hover { 
	background-image: none;
	background-color: #FECD96; 
	}

/* width of drop down menu - choose width that allows items to display on one line */
#nav-01 ul, #nav-01 li { width: 95px; }		
#nav-02 ul, #nav-02 li { width: 96px; }
#nav-03 ul, #nav-03 li { width: 120px; }		
#nav-04 ul, #nav-04 li { width: 95px; }
#nav-05 ul, #nav-05 li { width: 140px; }		
#nav-06 ul, #nav-06 li { width: 170px; }
