/*--------------------- 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:#999999 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; margin:0px 50px 0px 30px; }
h2	{ font-size:1.1em; color:#000; margin:15px 0px 0px 30px;  }
h3	{ font-size:1.0em; color:#000; margin:15px 0px 0px 30px;  }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#0B204E; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#576685; text-decoration:underline; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	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 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}

.eleven { font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
/* ----- global form elements ----- */ 

form {
	width:145px;
	margin:10px 0 0px 0;
	}

form label	{ font-size:.95em; }

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:140px; /* 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:1.0em;
	}
	
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; }

#contact-business-main { display: none; } /* do not remove */ 


/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:85px 0 0 243px; }

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:64px;
	height:20px;
	border:1px solid #000;
	cursor:pointer;
	}


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:764px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:23px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:217px;
		top:5px;
		height:18px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	width:192px;
	float:left;
	}
	
	#column-left p{
		margin:30px 30px 10px 40px;
		}
	#column-left form { 
	margin-left:30px;
	}
	

#bg-contact { 
	background:url("../images/bg-contact.jpg") no-repeat;
	width:192px;	
	height:360px;
	}

#bg-contact-extend { 
	background:url("../images/bg-contact2.jpg") no-repeat;
	width:192px;	
	height:400px;
	}
#bg-contact-extendmore { 
	background:url("../images/bg-contact2.jpg") no-repeat;
	width:192px;	
	height:450px;
	}

/* ----- column-right ----- */

#column-right {
	width:572px;
	float:left;
	}

	#column-right p {
		margin:10px 50px 10px 30px;
		}

	/* multi column list */
	#column-right ul { padding-left:30px; } 
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:25px;  /* pushes text to the right to display bg img */
			}

	#column-right .tr-line {
	background:url("../images/tr-line.gif");
	width:500px;
	height:20px;
	margin-left:30px;
	}

#we-can-do {
	background:url("../images/what-we-can-do.jpg");
	width:556px;
	height:43px;
	margin-top:20px;
	}

#wrap-current {
	width:256px;
	float:left;
	}
	#current-news {
	background:url("../images/current-news.jpg") no-repeat;
	width:256px;
	height:43px;
	float:left;
	}

#wrap-featured {
	width:299px;
	float:left;
	}
	#featured-procedure {
	background:url("../images/featured-procedure.jpg") no-repeat;
	width:299px;
	height:47px;
	float:left;
	}


/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:52px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */
#header-graphic { height:129px; background:url("../images/header-graphic.jpg"); } /* sets height for all non-flash headers */


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:764px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#000;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#000; }

#footer a:hover, #footer a:active { color:#666; }

#footer ul {margin:10px 0px 10px 0px;}

#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 #000;
	}

	#footer li.first { border: none; }


/* Vertical Sprite Nav

 * ------------------------------------------------------------------------- */



#nav { 
	background: url("../images/nav.jpg") no-repeat; 
	width:192px;
	height:164px;
	margin-top:0px;
	margin-left:0px;
	}



#nav span { display: none; }


#nav-01 li, #nav-01 a, #nav-02 li, #nav-02 a { height: 21px; display: block; }


#nav-03 li, #nav-03 a, #nav-04 li, #nav-04 a { height: 21px; display: block; }
#nav-05 li, #nav-05 a { height: 22px; display: block; }
#nav-06 li, #nav-06 a, #nav-07 li, #nav-07 a { height: 20px; display: block; }

#nav li { float: left; list-style: none; _display: inline; }



#nav-01 { width: 192px; margin-top:1px}
#nav-02 { width: 192px; margin-top:1px;}
#nav-03 { width: 192px; margin-top:1px;}
#nav-04 { width: 192px; margin-top:1px;}
#nav-05 { width: 192px; margin-top:1px;}
#nav-06 { width: 192px; margin-top:1px;}
#nav-07 { width: 192px; margin-top:1px;}



#nav-01 a:hover {background: transparent url("../images/nav.jpg") -192px -1px no-repeat;}
#nav-02 a:hover {background: transparent url("../images/nav.jpg") -192px -23px no-repeat;}
#nav-03 a:hover {background: transparent url("../images/nav.jpg") -192px -45px no-repeat;}
#nav-04 a:hover {background: transparent url("../images/nav.jpg") -192px -67px no-repeat;}
#nav-05 a:hover {background: transparent url("../images/nav.jpg") -192px -89px no-repeat;}
#nav-06 a:hover {background: transparent url("../images/nav.jpg") -192px -112px no-repeat;}
#nav-07 a:hover {background: transparent url("../images/nav.jpg") -192px -133px no-repeat;}


/* Son of Suckerfish: Vertical Sprite Nav
 * ------------------------------------------------------------------------- */
 
#nav li ul {
	position:absolute;
	left:-9999px;
	background-color:#A5B4D1;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin-left:166px;			/* Set to same width as in #nav */
	margin-top:-21px;			/* Set to each button height, same as used above */
	}

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

#nav 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 */
	}

#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:1.0em;
	color:#000;
	text-decoration:none;
	}

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

/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-05 ul a:hover { 
	background-image:none;
	background-color:#7E96C4;
	color:#000;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li, #nav-05 ul, #nav-05 li  { width:145px; }		



