/* ------------------------------------------------------------------------------------- */
/* 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                                                                          */
/* ------------------------------------------------------------------------------------- */

/* undohtml.css
 * (CC) 2004 Tantek Celik. Some Rights Reserved.
 * http://creativecommons.org/licenses/by/2.0
 * This style sheet is licensed under a Creative Commons License.
 **********************************************************************/

/* Purpose: undo some default styling of common (X)HTML browsers      */

/* link underlines tend to make hypertext less readable, 
 * because underlines obscure the shapes of the lower halves of words
  *********************************************************************/
:link,:visited { text-decoration:none }

/* no list-markers by default (optional)                              */
/* ul,ol { list-style:none }

/* Avoid browser default inconsistent font-sizes                      */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* Remove inconsistent (among browsers) default ul,ol padding or margin
 * the default spacing on headings does not match nor align with normal
 * interline spacing at all, so let's get rid of it.
 * Zero out the spacing around pre, form, body, html, p, blockquote as well
 * form elements are oddly inconsistent, and not quite CSS emulatable.
 * Nonetheless, strip their margin and padding as well.
 **********************************************************************/
ul,ol,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote, fieldset, input
{ margin:0; padding:0 }

/* more varnish stripping as necessary...                             */

/* basic elements
 * ------------------------------------------------------------------------------------- */

p, div, li, div, h1, h2, h3, h4, td, input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
}

a img, :link img, :visited img { border: none }

a:link, a:visited {
	color: #225FA3;
	text-decoration: underline;
}
a:hover, a:active {
	color: #B2A690;
	text-decoration: underline;
}

/* main structural elements
 * ------------------------------------------------------------------------------------- */
body {
	background: url(../images/bg.gif);
}

#wrapper {
	width: 770px;
	background: url(../images/page_bg.jpg) left top repeat-y;
	margin: 0px auto;
	padding: 0px;
}

#main {
	width: 760px;
	margin: 0px auto;
	padding: 0px;
}

/* navigation
 * ------------------------------------------------------------------------------------- */
#menu {
	background: url(../images/menu.jpg) left top no-repeat;					
	width: 760px;
	height: 68px;
	position: relative;
}
#menu li a span {display: none;}
#menu li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}

#menu li, #menu a {height: 68px; display: block;}
#menu-01 {left: 30px; width: 76px;}
#menu-02 {left: 106px; width: 150px;}
#menu-03 {left: 256px; width: 139px;}
#menu-04 {left: 395px; width: 130px;}
#menu-05 {left: 525px; width: 137px;}
#menu-06 {left: 662px; width: 98px;}

#menu-01 a:hover {background: transparent url(../images/menu.jpg) -30px -68px no-repeat;}
#menu-02 a:hover {background: transparent url(../images/menu.jpg) -106px -68px no-repeat;}
#menu-03 a:hover {background: transparent url(../images/menu.jpg) -256px -68px no-repeat;}
#menu-04 a:hover {background: transparent url(../images/menu.jpg) -395px -68px no-repeat;}
#menu-05 a:hover {background: transparent url(../images/menu.jpg) -525px -68px no-repeat;}
#menu-06 a:hover {background: transparent url(../images/menu.jpg) -662px -68px no-repeat;}

#menu2 {
	background: url(../images/index/buttons.jpg) left top no-repeat;					
	width: 529px;
	height: 158px;
	position: relative;
	float: left;
}
#menu2 li a span {display: none;}
#menu2 li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}

#menu2 li, #menu2 a {height: 158px; display: block;}
#menu2-01 {left: 30px; width: 162px;}
#menu2-02 {left: 198px; width: 162px;}
#menu2-03 {left: 367px; width: 162px;}

#menu2-01 a:hover {background: transparent url(../images/index/buttons.jpg) -30px -158px no-repeat;}
#menu2-02 a:hover {background: transparent url(../images/index/buttons.jpg) -198px -158px no-repeat;}
#menu2-03 a:hover {background: transparent url(../images/index/buttons.jpg) -367px -158px no-repeat;}

/* header
 * ------------------------------------------------------------------------------------- */
#header {
	width: 760px;
	height: 59px;
	margin: 0px auto;
	padding: 0px;
	background: url(../images/header.jpg) left top no-repeat;
}

#banner-left {
	width: 537px;
	height: 217px;
	float: right;
}

#banner-right {
	width: 223px;
	float: right;
}

/* content
 * ------------------------------------------------------------------------------------- */
#content-container {
	width: 760px;
	margin: 0px auto;
	padding: 0px;
	float: left;
}

#content-left {
	width: 537px;
	float: left;
}

	#content-left p, #content-left h1, #content-left h2, #content-left h3 {
		margin-left: 48px;
		margin-right: 30px;
	}
	#content-left h2 {
		color: #7C3201;
	}
	
#content-right {
	width: 223px;
	float: right;
}
	
	#content-right p, #content-right h1, #content-right h2, #content-right h3 {
		margin-left: 30px;
		margin-right: 26px;
	}

#welcome {
	width: 537px;
	float: left;	
}

	#welcome-img {
		background: url(../images/index/welcome_image.jpg) left top no-repeat;
		width: 165px;
		height: 166px;
		float: right;
		margin-top: 0px;
		padding: 0px;
	}
	
	#welcome p, #welcome h1, #welcome h2, #welcome h3 {
		margin-left: 48px;
		margin-right: 170px;
	}
	
#dr {
	width: 537px;
	padding: 0px;
	margin-top: 0px;
	float: left;
}

	#dr-img {
		background: url(../images/index/dr_image2.jpg) left top no-repeat;
		width: 191px;
		height: 167px;
		float: left;
		margin-top: 0px;
		padding: 0px;
	}
	
	#dr p, #dr h1, #dr h2, #dr h3 {
		margin-left: 200px;
		margin-right: 30px;
	}

#did-you-know {
	width: 223px;
	float: right;
	background: url(../images/did_you_know_bg.jpg) top left repeat-y;
}
	#did-you-know p {
		font-size: 13px;
	}
	#did-you-know-footer {
		width: 223px;
		height: 15px;
	}

#sub {
	width: 537px;
}

	#sub-footer {
		width: 537px;
		height: 10px;
	}
	
	#sub li {
		margin-left: 55px;
		margin-right: 30px;
	}

#did-you-know-contact {
	width: 223px;
}

/* footer
 * ------------------------------------------------------------------------------------- */
#page-footer {
	background: url(../images/footer_img.jpg) top left no-repeat;
	width: 770px;
	height: 75px;
	clear: both;
}

#footer {
	width: 760px;
	margin: 0px auto;
	padding: 14px;
	text-align: center;
}

	#footer li { 
		margin: 0px;
		padding: 0px;
		display: inline;
	}
	
	#footer a:link, #footer a:visited {
		color: #000000;
		text-decoration: underline;
	}
	#footer a:hover, #footer a:active {
		color: #FCF4E3;
		text-decoration: underline;
	}

/* misc layout elements 
 * ------------------------------------------------------------------------------------- */
 
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #225FA3;
	border: 1px solid #E4DCCA;
	background-color: #FFFFFF;
	margin-bottom: 2px;
	margin-left: 21px;
}

.quickcontact {
	width: 150px;
}

.big-form label, .big-form-field {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

.big-form label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
}

.big-form br {
	clear: left;
}

.address {
	color: #225FA3;
	font-size: 17px;
}
.address2 {
	color: #225FA3;
	font-size: 14px;
}
.csNumber {
	color:#000000;
	font-weight:bold;
	font-size: 14px;
}

img.img-left {
	float: left;
	padding: 0px 10px 5px 0px;
}

img.img-right {
	float: right;
	padding: 0px 0px 5px 10px;
}

.top {
	display: block;
	text-align: right;
	font-size: 13px;
	clear: both;
}

a img.map, :link img.map, :visited img.map {
	border: 1px solid #000000;
}

.bna-thumbs {
	float: right;
	padding: 20px 10px 5px 10px;
	width: 215px;
	text-align: center;
	font-size: 13px;
}