/* 
 ----------------------------------------------------------------------------
  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 span */
span { display:none; }

/* global elements - type selectors
 * ------------------------------------------------------------------------- */

body { 
	background:#FFF url("../images/index/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.3em; color:#000; }
h2 {font: bold 1.2em Georgia, "Times New Roman", serif; letter-spacing: 1px;}
h3 {font: 1em Verdana, Arial, sans-serif; letter-spacing: 2px; text-transform: uppercase;}
h4 {font: bold 1.1em Georgia, "Times New Roman", serif; letter-spacing: 1px;}

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

 a:link,  a:visited {color: #294790; }
html body  a:hover {color: #807973; }

table.indexnav { 	font:10px/12px Arial, Helvetica, sans-serif; margin: 0; padding: 0;}

td.indexnav { padding-top: 2px; font:10px/12px Arial, Helvetica, sans-serif; margin: 0; }


table { padding: 0; border-spacing: 0; }


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

div.clear { clear:both; height:.01em; overflow:hidden; }
	
p.back-to-top { font-size:10px; text-align:right; display:block; padding-right:15px; }
	
img.img-left { float:left; margin:2px 10px 10px 0; }
img.img-right { float:right; margin:5px 0 10px 10px; }
	
.req {font-size:10px;}
	
/* main framework
 * ------------------------------------------------------------------------- */

#wrap { background:url("../images/index/bg-wrap.gif") repeat-y; width:761px; margin:0 auto; text-align:left;}
#masthead { position:relative; background:url(../images/index/masthead.jpg) left top no-repeat; width:761px; height:208px;}
#masthead-btn a { position:absolute; width:761px; height:208px; top:0px; left:0px;}/* home link within header */

#header-flash { width:289px; height:231px;} 

#header-graphic { height:300px; } /* sets height for all non-flash headers */
	body#index #header-graphic { background:url("../images/index/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/sub/header-about.jpg"); }
	body#contact #header-graphic { background:url("../images/sub/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/sub/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("../images/sub/header-sitemap.jpg"); }
	
/* index frame work only */	
#content-container { width:761px; float:left;}/* content container */	
#top-container-hr { background:url("../images/index/top-container-hr.gif"); height:18px;} 
#top-content-container { width:761px; float:left;}/* content container */	
#flash-container { width:289px; float:left;}/* content container */	
#procedures-container { /*background:url("../images/index/bg-middle-column.gif") left top repeat-y;*/ width:334px; float:left; margin-bottom:15px; }
#procedures-btns { background:url("../images/index/procedures-btns.jpg"); height:99px; }

#intro-content {
	width:600px;
}
		#intro-content p  { padding:5px 10px 5px 55px; }
		#intro-content h1 { padding:20px 10px 5px 55px; }
		#intro-content h2 { padding:20px 10px 5px 55px; }
#drs-container {
	background:url("../images/index/bg-drs.gif") left top repeat-y;
	width:138px;
	float:right;
}
		#drs-container p { text-align:center; margin:5px 12px 5px 10px; }
#title-meet-drs { background:url("../images/index/title-meet-drs.gif"); height:20px;}
#drs-footer { background:url("../images/index/drs-footer.gif"); height:20px; float:left; }

/* start bottom container */
#bottom-content-container { width:761px; float:left; }
#procedure-focus-container { width:289px; float:left; }
		#procedure-focus-container p { padding:5px 10px 5px 55px; }
#title-procedure-focus { background:url("../images/index/title-procedure-focus.gif"); height:34px; }
#welcome-container { width:242px; float:left; }
#title-welcome { background:url("../images/index/title-welcome.gif"); height:34px; }
		#welcome-container p { padding:5px 5px 5px 13px; }
#contact-container { width:230px; float:left; }
		#contact-container form, #contact-container p { margin:5px 10px 5px 10px; }
#title-quick-contact { background:url("../images/index/title-talk-to-a-doctor.gif"); height:34px; }

.module { background:url("../images/index/bg-module.gif") left top repeat-y; width:242px; }
.module-footer { background:url("../images/index/module-footer.gif"); height:15px; }

.sub-module { background:url("../images/sub/bg-module.gif") left top repeat-y; width:230px; }
.sub-module-footer { background:url("../images/sub/module-footer.gif"); height:22px; }

#page-footer { background:url("../images/index/page-footer.gif") no-repeat; width:761px; height:42px; clear:both; overflow:hidden;}
	 

/* inside sub pages framework
 * ------------------------------------------------------------------------- */
#column-left { width:531px; float:left;}/* column left */	 
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left form { margin:10px 10px 15px 55px; }
	
#column-right { width:230px; float:left;}/* column right */	
		#column-right p { margin:0 2px 5px 35px; }
	    #column-right form { margin-left:35px; }
		#title-locations { background:url("../images/sub/title-locations.gif"); height:58px; }
		#title-locations-two { background:url("../images/sub/title-locations-two.gif"); height:58px; }
		#column-right p.locations { margin:5px 10px 0 45px; }
 
#subhead { height:20px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/sub/subhead-index.gif"); }
	body#about #subhead { background:url("../images/sub/subhead-about.gif"); }
	body#contact #subhead { background:url("../images/sub/subhead-contact.gif"); }
	body#thankyou #subhead { background:url("../images/sub/subhead-thankyou.gif"); }
	body#sitemap #subhead { background:url("../images/sub/subhead-sitemap.gif"); }

/* ul list - column left */
#column-left ul { padding-left:60px; }
#column-left ul li { background:transparent url("../images/index/list-style.gif") 0px 6px no-repeat;
			          padding-left:10px; } /* pushes text to the right to display bg img */

			       
/* ul list 1 */
#procedures-container ul.procedures { padding-left:0px; /*float:left;*/ width:108px; }
#procedures-container ul li { background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
			          padding-left:10px; } /* pushes text to the right to display bg img */
			          
			          
/* ul list 1 */
#procedures-container ul.face { padding-left:0px; float:left; width:108px; }
#procedures-container ul li { background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
			          padding-left:10px; } /* pushes text to the right to display bg img */
			          
/* ul list 2 */
#procedures-container ul.breast { padding-left:5px; float:left; width:108px; }
#procedures-container ul li { background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
			          padding-left:10px; } /* pushes text to the right to display bg img */
/* ul list 3 */
#procedures-container ul.body { padding-left:5px; float:left; width:108px; }
#procedures-container ul li { background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
			          padding-left:10px; } /* pushes text to the right to display bg img */
/* ul list 4 */
#procedures-container ul.skin { padding-left:5px; }
#procedures-container ul li { background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
			          padding-left:10px; } /* pushes text to the right to display bg img */
			  
/* Global Footer
 * ------------------------------------------------------------------------- */
 
#footer { width:761px; text-align:center; margin:0 auto; padding-bottom:10px; }
#footer p { margin-left:55px; }
#footer a:link, #footer a:visited, #footer p { text-decoration:none; color:#000; }
#footer a:hover, #footer a:active { text-decoration:underline; color:#000; }

#footer ul { margin-bottom:5px; }
#footer li { padding: 0 5px 0 7px; display:inline; border-left: 1px solid #000; }
#footer li.first { border: none; }


/* Horozontal Sprite Nav 
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/index/nav.gif") no-repeat; 
	width:761px; 
	height:16px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:16px; display:block; } /* change height here also */

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

#nav-01 { width: 53px; margin-left: 245px;}
#nav-02 { width: 110px;}
#nav-03 { width: 82px;}
#nav-04 { width: 70px;}
#nav-05 { width: 51px;}
#nav-06 { width: 73px;}
#nav-07 { width: 77px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/index/nav.gif") -245px -16px no-repeat; }
#nav-02 a:hover { background:url("../images/index/nav.gif") -298px -16px no-repeat; }
#nav-03 a:hover { background:url("../images/index/nav.gif") -408px -16px no-repeat; }
#nav-04 a:hover { background:url("../images/index/nav.gif") -490px -16px no-repeat; }
#nav-05 a:hover { background:url("../images/index/nav.gif") -560px -16px no-repeat; }
#nav-06 a:hover { background:url("../images/index/nav.gif") -611px -16px no-repeat; }
#nav-07 a:hover { background:url("../images/index/nav.gif") -684px -16px no-repeat; }


/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */
#nav li ul {
	position: absolute;
	left: -9999px;
	background-color:#FFF;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	border:1px solid #F8E280;
	}

#nav li ul li { 
	height: 16px; /* Height of each drop down nav item */
	}	

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

#nav li ul li a span {
	display: block;
	padding-left: 13px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size: 11px;
	text-decoration: none;
	}

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

/* Hover styles for drop down items */
#nav-02 ul a:hover { 
	background-image: none;
	background-color: #F8E280;
	color:#000;
	}

#nav-03 ul a:hover { 
	background-image: none;
	background-color: #F8E280;
	color:#000;
	}

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


#nav-03 ul, #nav-03 li { width:102px;  }

#nav-03 ul li ul, #nav-03 ul li ul li { width:150px;  }


	/* 2nd tier drop down */
	#nav-03 ul li ul  {
		display:none;
		width:280px;
		margin-left:100px; /* width of drop down nav +2 */
		margin-top:-17px; /* height of drop down nav item +1 */
		}
		
	#nav-03 ul li ul li  {
		width:280px;
		}

	#nav-03 ul li:hover ul, #nav-03 ul li.sfHover ul { 
		display:block;
		}
	
	#nav-03 ul li ul li a {
		width:280px;
		height:16px;
		}
	
/* Quick Contact Form
 * ------------------------------------------------------------------------- */
 
form { width:185px; margin:10px 0 15px 0; }
	
form label	{ font-size:.95em; }

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

form  .checkbox { background:none !important; border:0; width:16px;} /* check box */

input, textarea, select { 
	background-color:#FFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #000;
	color:#000;
	width:170px; /* 5 pixles smaller than form width !important */
	height:20px;
	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:1.0em;
	}
	
select { width:185px; 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:175px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-main  .checkbox { background:none !important; border:0; width:16px; margin-top:5px;}  /* check box */

/* Contact Submit Buttons
 * ------------------------------------------------------------------------- */

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

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

.asaps_logo {
	clear: none;
	float: none;
	text-align: center;
}


/* E-Newsletter
 * ------------------------------------------------------------------------- */
.e-news { 
background:url("../images/sub/bg-module.jpg") left top repeat-y; 
width:230px; 
margin-top: 20px;
}

.e-news-home {
width:230px;
margin-top: 20px;
}

.e-news-footer { 
background:url("../images/sub/module-footer.jpg") no-repeat; 
height:22px; 
}
.e-news form { 
margin-left: 38px; 
}

#news-input {
margin-left:6px;
}

#news-input-home {
margin-left:6px;
padding-top:5px;
}

p.news {
padding:10px 10px 0 6px;
color: #FFF;
font-size: 16px;
line-height: normal;
}

p.news-home {
padding:10px 10px 0 6px;
color: #3a92fe;
font-size: 16px;
line-height: normal;
}

.e-news-home form {
	background-color: #3a92fe;
}
.blue {
color: #3a92fe;
}
#home-news {
	background-image: url(../images/index/bg-wrap-enews.jpg);
	height: 80px;
	background-repeat: no-repeat;
}
#home-news form {
	padding-left: 70px;
}
