/* ------------------------------------------------------------------------------------- */
/* Copyright Einstein Industries 2004. 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/Op7/NS7/Safari/FireFox                             */
/*                                                                                       */
/* CSS Document                                                                          */
/* ------------------------------------------------------------------------------------- */


/* basic elements
 * ------------------------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/bg.jpg) repeat-x left top;
}



ul,ol,li,h1,h2,h3,h4,h5,h6,pre,body,html,blockquote,fieldset,input { 
	margin: 0; 
	padding: 0;
}

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }

p, td, li, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

p.top{
	text-align:right;
	}
	
.small
{
font-size:10px;
font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#052439;
	font-size: 13px;
	margin-bottom: 8px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#115C8F;
	font-size: 12px;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#58386A;
	font-size: 11px;
	}


a img, :link img, :visited img { border: none }

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* main structural elements
 * ------------------------------------------------------------------------------------- */

#wrapper {	
	width: 786px;
	margin: 0px auto;
	padding: 0px;
	border: none;
	background: url(../images/index/index_spacer.jpg) repeat-y left top;
}
#banner {
	background-image: url(../images/index/banner.jpg);
	background-repeat: no-repeat;
	height: 297px;
	width: 786px;
}
#banner1 {
	background-image: url(../images/index/banner1.jpg);
	background-repeat: no-repeat;
	height: 297px;
	width: 786px;
}
#banner2 {
	background-image: url(../images/index/banner2.jpg);
	background-repeat: no-repeat;
	height: 297px;
	width: 786px;
}
#banner3 {
	background-image: url(../images/index/banner3.jpg);
	background-repeat: no-repeat;
	height: 297px;
	width: 786px;
}
#banner4 {
	background-image: url(../images/index/banner4.jpg);
	background-repeat: no-repeat;
	height: 297px;
	width: 786px;
}

/* navigation
 * ------------------------------------------------------------------------------------- */
#menubar {
	position: relative;
	text-align: left;
}
#homenav { 
	background: url(../images/index/nav.jpg) no-repeat top left;
	width: 786px;
	height: 30px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#homenav li { 
	list-style: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
}

#homenav li, #homenav a { 
	height: 30px;
	display: block;
}

#homenav li ul li{ float:left;
	list-style:none;
	display:inline;
	position:relative; }

#homenav span { 
	display: none;
}



#homenav1 { width: 12px; left: 0px;}
#homenav2 { width: 80px; left: 12px;}
#homenav3 { width: 79px; left: 90px;}
#homenav4 { width: 142px; left: 169px;}
#homenav5 { width: 181px; left: 310px;}
#homenav6 { width: 110px; left: 490px;}
#homenav7 { width: 78px; left: 600px;}
#homenav8 { width: 96px; left: 678px;}
#homenav9 { width: 13px; left: 774px;}

#homenav1 a:hover { background: transparent url(../images/index/nav.jpg) -0px -30px no-repeat;}
#homenav2 a:hover { background: transparent url(../images/index/nav.jpg) -12px -30px no-repeat;}
#homenav3 a:hover { background: transparent url(../images/index/nav.jpg) -90px -30px no-repeat;}
#homenav4 a:hover { background: transparent url(../images/index/nav.jpg) -169px -30px no-repeat;}
#homenav5 a:hover { background: transparent url(../images/index/nav.jpg) -310px -30px no-repeat;}
#homenav6 a:hover { background: transparent url(../images/index/nav.jpg) -490px -30px no-repeat;}
#homenav7 a:hover { background: transparent url(../images/index/nav.jpg) -600px -30px no-repeat;}
#homenav8 a:hover { background: transparent url(../images/index/nav.jpg) -678px -30px no-repeat;}

/* header
 * ------------------------------------------------------------------------------------- */
/* ----- global form elements ----- */ 

form {
	width:200px;
	padding:10px 0 15px 23px;
	}

form label	{ font-size:10px; font-family: Arial, Helvetica, sans-serif; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #000;
	color:#000;
	width:195px; /* 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: Arial, Helvetica, sans-serif; 
	font-size:11px;
	}
	
select { width:200px; 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:11px;
	}
	
#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:177px; }
	
#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; border: 1px solid #000; }

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;
	border: 1px solid #000;
	}



/* content
 * ------------------------------------------------------------------------------------- */
#content {
	width: 786px;
}
#content-left {
	width: 526px;
	float: left;
}
	#content-welcome {
		width: 526px;
		}
		#content-welcome p{
			margin-left: 35px;
			margin-right: 30px;
			}
		#content-welcome h1, h2, h3{
			margin-left: 35px;
			margin-right: 30px;
			}
		#content-welcome ul{
			margin: 0 0 10px 50px;
			list-style: none;
			}
		#content-welcome ul.bna-thumbs li {
			width: 220px;
			float: left;
			list-style: none;
			text-align:center;
			margin: 2px 0 3px 0;
			}

		
	#content-gallery {
		width: 258px;
		float: left;
	}
		#content-gallery p{
			margin-left: 50px;
		}
		
	#content-procedures {
		width: 268px;
		float: left;
		}
	#content-procedures p {
		margin: 10px 30px 10px 10px;
	}
	#content-procedures ul{
		margin-left: 12px;
		list-style: none;
		}

.divider {
		width: 526px;
		height: 53px;
		background: url(../images/index/hr.jpg) top left no-repeat;
	}
#content-right {
	width: 260px;
	float: right;
	}
	#content-right p{
		margin-left: 23px;
		margin-right: 35px;
	}
	.address{
		text-align: center;
	}
	#content-pocerdures {
		width: 268px;
		float: left;
	}
/* footer
 * ------------------------------------------------------------------------------------- */
#main-footer {
	background: url(../images/index/footer.jpg) no-repeat left top;
	width: 786px;
	height: 120px;
	clear: both;
}

#footer p{
	width: 740px;
	font-size: 11px;
	color: #051122;
	margin: 0px auto;
	text-align: center;
}
		#footer p a:link, #footer p a:visited {
			color: #051122;
			text-decoration: underline;
		}
		#footer p a:hover, #footer p a:active {
			color: #DBB152;
			text-decoration: underline;
		}

#footer p.docshop { margin-bottom:10px;} 

/* misc layout elements 
 * ------------------------------------------------------------------------------------- */
 #bna {
 	background: #76D2EC url(../images/bna/spacer.gif) repeat-y;
 }
 	 #bna p{
		margin-left: 35px;
		margin-right: 35px;
		text-align: center;
		font-size: 12px;
	 }
#gallery p{
	text-align: center
	 }

.clear {
	height: 0; 
	overflow: hidden; 
	clear: both;
}

#btn-contact{
	background:url("../images/btn-contact.jpg");
	width:189px;
	height:84px;
	margin-left:30px;
	position:relative;
	display:block;
}
#btn-contact a{
	width:189px;
	height:84px;
	position:absolute;
	display:block;
}

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#homenav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#fff;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	z-index: 9999;
	font-size: .95em;
	}

#homenav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #F9D57F;
	border-top:none;
	}	

#homenav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#homenav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#homenav a:link, #homenav a:visited, #homenav a:hover, #homenav a:active {
	font-size:1.0em;
	color:#3d402b;
	text-decoration:none;
	}

#homenav li:hover ul, #homenav li.sfHover ul { left: auto; }

/* Hover styles for drop down items */
#homenav2 ul a:hover, #homenav3 ul a:hover, #homenav4 ul a:hover, #homenav5 ul a:hover, #homenav6 ul a:hover { 
	background-image:none;
	background-color:#F9D57F;
	color:#000;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#homenav2 ul, #homenav2 li { width:145px; }
#homenav3 ul, #homenav3 li { width:285px; }
#homenav4 ul, #homenav4 li { width:150px; }
#homenav5 ul, #homenav5 li { width:170px; }		
#homenav6 ul, #homenav6 li { width:170px; }		