/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2005. 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
 * ------------------------------------------------------------------------- */

 @font-face {
     font-family: 'BakerSignetBTRoman';
     src: url('fonts/bakrsign-webfont.eot');
     src: url('fonts/bakrsign-webfont.eot?#iefix') format('embedded-opentype'),
          url('fonts/bakrsign-webfont.woff') format('woff'),
          url('fonts/bakrsign-webfont.ttf') format('truetype'),
          url('fonts/bakrsign-webfont.svg#BakerSignetBTRoman') format('svg');
     font-weight: normal;
     font-style: normal;

 }

/* ----- type selectors ----- */ 
body { 
	background:#1E150B url("../images/bg-body.jpg") top left repeat;
	text-align:center; 
	font:12px/18px Arial, Helvetica, sans-serif; 
	color:#ECA85E; 
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left: 10px; 
	margin-right: 10px; 
	}

p.h1,p.h2,p.h3 { margin-bottom:8px; }

p.h1	{ font-size:1.2em; color:#fff; font-weight:bold; }
p.h2	{ font-size:1.1em; color:#BD632C; font-weight:bold; }
p.h3	{ font-size:1.0em; color:#E18F49; font-weight:bold; }

p.h1 span,p.h2 span,p.h3 span	{ display:none; }

a:link,a:visited	{ color:#956037; text-decoration:underline; }
a:hover,a:active	{ color:#FBEFD1; text-decoration:underline; }


/* ----- classes ----- */

div.clear	{ 
	clear:both;
	width:100%;
	height:.01em; 
	overflow:hidden; 
	}

p.top {
	text-align:right;
	display:block;
	background:url("../images/bg-top.jpg") right no-repeat;
	padding-right:15px;
	} 
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float: right; 
	margin: 5px 0 10px 10px; 
	}

#content-container.padding {
	padding-bottom:120px;
	}
	
/* ----- global form elements ----- */ 

form {
	width:150px;
	padding:0 0 15px 0;
	}

form label	{ font-size:.95em; }

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#FBEFD1 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #6F3C16;
	color:#763C1B;
	width:145px; /* 5 pixles smaller than form width !important */
	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; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:90px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:90px 0 0 242px; }

#contact_business { display: none; } /* do not remove */ 
  


/* ----- main contact form ----- */ 
 
#contact-main { 
	padding: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:200px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select {
	width:205px;
	}
	
#contact-main label textarea { height:100px; }



/* framework
 * ------------------------------------------------------------------------- */

#wrap { 
	background:url("../images/bg-wrap.jpg") repeat-y; 
	width:732px; 
	margin:0 auto; 
	text-align:left; 
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:134px;
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		left:20px;
		width:313px;
		top:20px;
		height:94px;
		}
	#masthead a span {
		display:none;
		}
		
#content-container {
	width:732px;
	float:left;
	overflow:hidden;
	}
	

/* ----- column-left ----- */ 
#column-left { 
	width:529px; 
	float:left;
	background:url("../images/bg-column-left.jpg") no-repeat; 
	}
	
	/* background image list items */
	#column-left ul { 
		margin-left:3px; 
		} 
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:8px; 
			}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left dl, #column-left dl.body { margin:0 23px 10px 23px; }

	#img-candidate-index {
		width:165px;
		height:136px;
		background:url("../images/img-candidate-index.jpg") no-repeat;
		float:left;
		padding-right:20px;
		}

	#featured-index {
		position:relative;
		background:url("../images/img-featured-cases.jpg");
		height:178px;
		}
		/* home link within #masthead */		
		#featured-index a.face {	
			position:absolute;
			left:21px;
			width:155px;
			top:5px;
			height:152px;
			}
		#featured-index a.body {	
			position:absolute;
			left:187px;
			width:155px;
			top:5px;
			height:152px;
			}
		#featured-index a.breast {	
			position:absolute;
			left:354px;
			width:155px;
			top:5px;
			height:152px;
			}
		#featured-index a span {
			display:none;
			}
	
	#column-left dl dt.heading {
		font-size:1.1em; 
		color:#BD632C;
		font-weight:bold;
		margin-bottom:10px; 
		}
	#column-left dl dt {
		margin-bottom:10px;
		}
		
	#column-left dl dd {
		background:url("../images/bullet.jpg") 0px 4px no-repeat;
		padding-left:15px;
		margin-left:5px;
		}
	
	#column-left dl.body dt {
		font-weight:bold;
		color:#fff;
		font-size:1.0em;
		}
	
	#column-left dl.body dd {
		background:none;
		margin-bottom:10px;
		}
		
		

/* ----- column-right ----- */ 
#column-right { 
	width:203px; 
	float:left;
	background:url("../images/bg-column-right.jpg") no-repeat;
	}
	
	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right form { margin:0 15px 10px 20px; font-size:11px; }

	/* background image list items */
	#column-right dl { 
		margin:0 15px 10px 20px; 
		}
		#column-right dl dt {
			font-size:1.1em;
			color:#BD632C;
			font-weight:bold;
			}
		#column-right dl dd { 
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat;
			padding-left:15px; 
			}
	
	

/* ----- bottom-wrap-index ----- */ 
#bottom-wrap-index { 
	background:url("../images/bottom-wrap-index.jpg"); 
	height:214px; 
	clear:both; 
	overflow:hidden;
	width:732px; 
	position:relative;
	}
	#bottom-wrap-index a.asps {	
		position:absolute;
		left:16px;
		width:136px;
		top:44px;
		height:145px;
		}
	#bottom-wrap-index a.asaps {	
		position:absolute;
		left:168px;
		width:106px;
		top:39px;
		height:151px;
		}
	#bottom-wrap-index a.uspss {	
		position:absolute;
		left:295px;
		width:106px;
		top:42px;
		height:146px;
		}
	#bottom-wrap-index a.bbb {
		position:absolute;
		left:416px;
		width:106px;
		top:42px;
		height:146px;
		}
	#bottom-wrap-index a.irs {	
		position:absolute;
		left:517px;
		width:201px;
		top:64px;
		height:124px;
		}
	#bottom-wrap-index a span {
		display:none;
		}
	


/* ----- bottom-wrap ----- */ 
#bottom-wrap { 
	background:url("../images/bottom-wrap.jpg"); 
	height:32px; 
	clear:both; 
	overflow:hidden;
	width:100%; 
	}


/* header framework - inside
 * ------------------------------------------------------------------------- */

#header-graphic {
	height:276px;
	}
	

body#index #header-graphic {
	background:url("../images/header-index.jpg");
	}

body#about #header-graphic {
	background: url("../images/header-about.jpg");
	}

body#face #header-graphic {
	background:url("../images/header-face.jpg"); 
	}

body#body #header-graphic {
	background:url("../images/header-body.jpg"); 
	}

body#breast #header-graphic {
	background:url("../images/header-breast.jpg"); 
	}

body#contact #header-graphic {
	background:url("../images/header-contact.jpg"); 
	}

body#thankyou #header-graphic {
	background:url("../images/header-thankyou.jpg"); 
	}


/* subhead framework - index
 * ------------------------------------------------------------------------- */

#subhead-welcome {
	height:35px; /* sets height for all subheads */
	background:url("../images/subhead-welcome.jpg"); 
	}

#subhead-candidate-index {
	height:59px;
	background:url("../images/subhead-candidate-index.jpg"); 
	}
	
body#index #subhead-ourprocedures-index {
	height:35px;
	background:url("../images/subhead-ourprocedures-index-col-left.jpg") no-repeat;
}

#subhead-featured-index {
	height:55px;
	background:url("../images/subhead-featured-index.jpg"); 
	}

#subhead-ourprocedures-index {
	height:35px;
	background:url("../images/subhead-ourprocedures-index.jpg") no-repeat; 
	}
	
#column-right p.subhead
{
  font-family:'BakerSignetBTRoman';
  font-size:22px;
  color:#fff;
}


/* subhead framework - inside
 * ------------------------------------------------------------------------- */

#subhead {
	height:35px; /* sets height for all subheads */
	}

body#about #subhead {
	background:url("../images/subhead-about.jpg"); 
	}

body#face #subhead {
	background:url("../images/subhead-face.jpg"); 
	}

body#body #subhead {
	background:url("../images/subhead-body.jpg"); 
	}

body#breast #subhead {
	background:url("../images/subhead-breast.jpg"); 
	}

body#contact #subhead {
	background:url("../images/subhead-contact.jpg"); 
	}
	
body#thankyou #subhead {
	background:url("../images/subhead-thankyou.jpg"); 
	}

#contactus {
	background:url("../images/subhead-right-contactus.jpg");
	height:35px; 
	}
	
#directions {
	background:url("../images/subhead-directions.jpg");
	height:35px; 
	}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer { 
	width:732px; 
	margin:auto; 
	text-align:center; 
	}

#footer p {
	color:#ECA85E;
	}

#footer a:link, #footer a:visited {
	color:#ECA85E;
	}

#footer a:hover, #footer a:active {
	color:#fff;
	}

#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 #ECA85E;
	}

	#footer li.first { border: none; }


/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background: url("../images/nav.gif") no-repeat; 
	width:732px; 
	height:31px; 
	margin:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height: 31px; display: block; }

#nav li { float: left; list-style: none; _display: inline; }

#nav-01 { width: 70px; margin-left: 0px;}
#nav-02 { width: 92px;}
#nav-03 { width: 61px;}
#nav-04 { width: 65px;}
#nav-05 { width: 74px;}
#nav-06 { width: 108px;}

#nav-01 a:hover {background:url("../images/nav.gif") -0px -31px no-repeat;}
#nav-02 a:hover {background:url("../images/nav.gif") -70px -31px no-repeat;}
#nav-03 a:hover {background:url("../images/nav.gif") -162px -31px no-repeat;}
#nav-04 a:hover {background:url("../images/nav.gif") -223px -31px no-repeat;}
#nav-05 a:hover {background:url("../images/nav.gif") -288px -31px no-repeat;}
#nav-06 a:hover {background:url("../images/nav.gif") -362px -31px no-repeat;}

div.social
{
  clear:both;
  width:168px;
  overflow:hidden;
  margin: 0 15px 10px 20px;
}

div.social a
{
  float:left;
  display:block;
}

div.social a.btn-blog
{
  width:41px;
  height:71px;
  background: url('/images/social.png') no-repeat -200px 0px;
}

div.social a.btn-blog:hover
{
  background-position:-200px -71px;
}

div.social a.btn-fb
{
  width:40px;
  height:40px;
  background: url('/images/social.png') no-repeat 0px 0px;
}

div.social a.btn-fb:hover
{
  background-position:0px -71px;
}

div.social a.btn-tw
{
  width:40px;
  height:40px;
  background: url('/images/social.png') no-repeat -50px 0px;
}

div.social a.btn-tw:hover
{
  background-position:-50px -71px;
}

div.social a.btn-li
{
  width:40px;
  height:40px;
  background: url('/images/social.png') no-repeat -100px 0px;
}

div.social a.btn-li:hover
{
  background-position:-100px -71px;
}



.news-ticker {
	height:200px;
	position:relative;
	overflow:hidden;
	margin-top:20px;
}
.news-ticker .items {
	position:absolute;
	/* this time we have very large space for the height */
	height:20000em;
		width:310px;
}

.news-ticker .when {
	display: block;
	font-style: italic;
}

.news-ticker li {
	height: 50px;
	margin-bottom: 6px;
}
