/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  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
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
html {
	background:#c8e0eb url("../images/bg-html.jpg") top repeat-x;
	width:100%;
	}

body { 
	background:url("../images/bg-body.jpg") center top no-repeat;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#294253;
	}
	
	body#consult-from { 
		background:none;
		} 

blockquote { 
	margin-left:20px; 
	margin-right:20px; 
	}

h1, h2, h3	{ font-size:1.3em; color:#294253; }

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

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

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

.clear {
	clear:both;
	}

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	}
	
img.img-left { 
	float:left; 
	margin-right:10px;
	clear:both; 
	}	
	
img.img-right { 
	float:right; 
	margin:0; 
	}
	
img.img-center { margin-left:125px; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
.example-img { margin:0 0 10px 6px; }

p.center { text-align:center; }
	
img.btn-care-credit { margin-left:15px; }
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	
/* ----- global form elements ----- */ 

form {
	width:300px;
	margin:0 0 15px 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 #b6cad4;
	color:#2d373c;
	width:133px; /* 5 pixels 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;
	}
	
#column-right form#searchform input#s { width:200px; }
	
select { width:138px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

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

div.fields-left {
	width:145px;
	float:left;
	}

/* ----- main contact form ----- */ 
 
#contact-main { margin:0 0 18px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:left; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select {
	width:220px;
	}
	
#contact-main label select { width:220px; }
	
#contact-main label textarea { height:100px; width:220px; 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:0; }



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

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:920px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:100px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:513px;
		width:400px;
		top:31px;
		height:55px; 
		}
	#masthead a span {
		display:none;
		}
		
#gradient {
	background:url("../images/bg-gradient.jpg") top no-repeat;
	width:920px;
	}
	 
/* ----- column-left ----- */

#column-left {
	width:596px;
	float:left;
	}
	
body#index #column-left, body#candidate #column-left {
	width:461px;
	float:left;
	}
	
	#column-left img.media-img { margin:0 22px 18px 14px; }
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 22px 18px 14px;
		}
		
	#column-left form { margin-left:0px; }
	
	/* single column list */
	#column-left ul { padding-left:15px; }
		#column-left ul li {
			list-style-type:disc; 
			}
			
	#column-left ul li ul { margin:0 0 0 5px; }
	
	/* definition list */
	#column-left dl { padding-left:15px; }
		#column-left dl dt {
			font-weight:bold;
			}
		#column-left dl dd {
			list-style-type:disc;
			margin-left:10px;
			}
			
	#column-left h1.inline-block, #column-left h2.inline-block, #column-left h3.inline-block { display:inline-block; margin-bottom:4px; }
	
	#column-left #procedures-left { float:left; margin-right: 50px; }
	
	#primary-thumbs {
		float:left;
		width:298px;	
		}
				
	#secondary-thumbs {
		float:right;
		width:298px;
		}
		#sec-03{ margin-top:23px; }
    #sec-04{ margin-top:21px; }
	#prime-02 { margin-top:55px; }
	#prime-03 { margin-top:50px; }
	#prime-04 { margin-top:35px; }
	#prime-05 { margin-top:35px; }
	#prime-06 { margin-top:50px; }
	
/* ----- media thumbs ----- */
#btn-media-thumbs {
	background:url("../images/btn-media-thumbs2.jpg");
	height:482px;
	position:relative;
	}
	
body#index #btn-media-thumbs a.vogue {
	position:absolute;
	height:50px;
	width:216px;
	left: 11px;
	}
	
body#index #btn-media-thumbs a.texas-monthly {
	position:absolute;
	height:48px;
	width:216px;
	left: 11px;
	top:62px
	}
	
body#index #btn-media-thumbs a.new-beauty {
	position:absolute;
	height:48px;
	width:216px;
	left: 12px;
	top:124px
	}
	
body#index #btn-media-thumbs a.daily-mail {
	position:absolute;
	height:48px;
	width:216px;
	left: 11px;
	top:187px
	}
	
body#index #btn-media-thumbs a.allure {
	position:absolute;
	height:48px;
	width:216px;
	left: 11px;
	top:248px
	}
	
body#index #btn-media-thumbs a.texas-monthly2 {
	position:absolute;
	height:48px;
	width:216px;
	left: 11px;
	top:309px
	}
	
body#index #btn-media-thumbs a.d {
	position:absolute;
	height:48px;
	width:216px;
	left: 11px;
	top:372px
	}
	
body#index #btn-media-thumbs a.ny-times {
	position:absolute;
	height:48px;
	width:216px;
	left: 238px;
	top:0px
	}
	
body#index #btn-media-thumbs a.w {
	position:absolute;
	height:48px;
	width:216px;
	left: 238px;
	top:63px
	}
	
body#index #btn-media-thumbs a.new-beauty2 {
	position:absolute;
	height:48px;
	width:216px;
	left: 238px;
	top:125px
	}
	
body#index #btn-media-thumbs a.self {
	position:absolute;
	height:48px;
	width:216px;
	left: 238px;
	top:186px
	}
	
body#index #btn-media-thumbs a.bazaar {
	position:absolute;
	height:48px;
	width:216px;
	left: 238px;
	top:249px
	}
	
body#index #btn-media-thumbs a.dallas-morning-news {
	position:absolute;
	height:48px;
	width:216px;
	left: 238px;
	top:312px
	}
	
body#index #btn-media-thumbs a.d2 {
	position:absolute;
	height:48px;
	width:216px;
	left: 238px;
	top:371px
	}
	
body#index #btn-media-thumbs span { display:none; }
			
/* ----- column-right ----- */


#column-right {
  	background:url("../images/colright-bkg-inside.jpg") no-repeat;
	width:320px;
	float:right;
	}

body#index #column-right, body#candidate #column-right {
	width:455px;
	float:right;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 11px 18px 16px;
		}
	#column-right form { margin-left:16px; }
	 
	/* single column list */
	#column-right ul { padding-left:15px; }
		#column-right ul li {
			list-style-type:disc; 
			}

	#column-right ul li ul { margin:0 0 0 5px; }
	
	/* definition list */
	#column-right dl { padding-left:15px; }
		#column-right dl dt {
			font-weight:bold;
			}
		#column-right dl dd {
			list-style-type:disc;
			margin-left:10px;
			}
	
	#column-right ol { padding-left:40px; }
		#column-right ol li { list-style-type:decimal; margin:0 30px 10px 0; }
		
	#credentials { font:10px/14px Arial, Helvetica, sans-serif; }
	
	#column-right h1.inline-block, 
	#column-right h2.inline-block, 
	#column-right h3.inline-block { display:inline-block; margin-bottom:4px; }
	
	#column-right #fps-logo { 
		background:url("../images/fps_logo.jpg"); 
		height:119px;
		margin:0 80px 0 80px;
		}
		
	#column-right #book {
		height:218px;
		width:223px;
		background:url("../images/rhinoplasty-textbook.jpg") no-repeat;
		margin:0 auto;
		}
	
	#photo-instructions {
		position:relative;
		background:url("../images/btn-photo-instructions.jpg");
		height:103px;
		}
		#photo-instructions a {
			position:absolute;
			height:62px;
			width:428px;
			top:20px;
			left:18px;
			}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:20px;
	clear:both;
	width:100%; 
	}

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

body#index #header-graphic { height:255px; background:url("../images/header-graphic.jpg"); position:relative; } 
body#thankyou #header-graphic { height:255px; background:url("../images/header-graphic-thankyou.jpg"); position:relative; }
body#sitemap #header-graphic { height:255px; background:url("../images/header-graphic-sitemap.jpg"); position:relative; }
body#secondary-rhino #header-graphic { height:255px; background:url("../images/header-graphic-secondary.jpg"); position:relative; }
body#primary-rhino #header-graphic { height:255px; background:url("../images/header-graphic-primary.jpg"); position:relative; }
body#patients #header-graphic { height:255px; background:url("../images/header-graphic-patients.jpg"); position:relative; }
body#meet-dr-gunter #header-graphic { height:255px; background:url("../images/header-graphic-dr-gunter.jpg"); position:relative; }
body#meet-dr-cochran #header-graphic { height:255px; background:url("../images/header-graphic-dr-cochran.jpg"); position:relative; }
body#meet-dr-cochran #header-graphic { height:255px; background:url("../images/header-graphic-dr-cochran.jpg"); position:relative; }
body#gallery #header-graphic { height:255px; background:url("../images/header-graphic-gallery.jpg"); position:relative; }
body#faqs #header-graphic { height:255px; background:url("../images/header-graphic-faqs.jpg"); position:relative; }
body#ethnic-rhino #header-graphic { height:255px; background:url("../images/header-graphic-ethnic.jpg"); position:relative; }
body#contact #header-graphic { height:255px; background:url("../images/header-graphic-contact.jpg"); position:relative; }
body#candidate #header-graphic { height:255px; background:url("../images/header-graphic-candidate.jpg"); position:relative; }
body#blog #header-graphic { height:255px; background:url("../images/header-graphic-blog.jpg"); position:relative; }

	#header-graphic a.link-home {
		position:absolute;
		width:247px;
		height:126px;
		left:229px;
		top:19px;
		}
	
	#header-graphic a.link-gunter {
		position:absolute;
		width:152px;
		height:41px;
		left:191px;
		top:145px;
		}
		
	#header-graphic a.link-cochran {
		position:absolute;
		width:174px;
		height:41px;
		left:371px;
		top:145px;
		}
		
		#header-graphic span { display:none; }


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

#subhead { height:47px; } /* sets height for all non-flash subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); height:78px; }
	body#gunter-center #subhead { background:url("../images/subhead-gunter-center.jpg"); }
	body#meet-dr-gunter #subhead { background:url("../images/subhead-meet-dr-gunter.jpg"); }
	body#meet-dr-cochran #subhead { background:url("../images/subhead-meet-dr-cochran.jpg"); }
	body#candidate #subhead { background:url("../images/subhead-candidate.jpg"); }
	body#patients #subhead { background:url("../images/subhead-patients.jpg"); }
	body#faqs #subhead { background:url("../images/subhead-faqs.jpg"); }
	body#primary-rhino #subhead { background:url("../images/subhead-primary.jpg"); margin-bottom:20px; }
	body#secondary-rhino #subhead { background:url("../images/subhead-secondary.jpg"); margin-bottom:20px; }
	body#ethnic-rhino #subhead { background:url("../images/subhead-ethnic.jpg"); margin-bottom:20px; }
	body#gallery #subhead { background:url("../images/subhead-gallery.jpg"); margin-bottom:20px; }
	body#consultation #subhead { background:url("../images/subhead-consultation.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
	body#blog #subhead { background:url("../images/subhead-blog.jpg"); }
	
body#photo-instructions #subhead { background:url("../images/subhead-photo-instructions.jpg"); width:600px; margin:0 auto; }
body#popup-thankyou #subhead { background:url("../images/subhead-popup-thankyou.jpg"); width:600px; margin:0 auto; }


/* ------------------------ title framework with varying heights ------------------------- */
#title-qcontact {
	height:73px;
	background:url("../images/title-qcontact.jpg") ;
	}

body#contact #title-qcontact, body#thankyou #title-qcontact {
	height:73px;
	background:url("../images/title-location.jpg") ;
	}

#title-ftrd-case {
	height:40px;
	background:url("../images/title-ftrd-case.jpg") no-repeat;
	}
	
body#index #title-ftrd-case {
	height:58px;
	background:url("../images/title-ftrd-case-index.jpg");
	}
body#patients #title-ftrd-case, 
body#contact #title-ftrd-case, 
body#primary-rhino #title-ftrd-case,
body#secondary-rhino #title-ftrd-case,
body#ethnic-rhino #title-ftrd-case,
body#meet-dr-cochran #title-ftrd-case,
body#blog #title-ftrd-case { height:40px; background:url("../images/title-ftrd-case-multi.jpg") no-repeat; }


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:920px;
	margin:0 auto;
	text-align:center;
	color:#305572;
	padding-bottom:5px;
	}

#footer a { color:#305572; }

#footer p, #footer ul {
	margin:0 20px 10px 20px;
	}

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

	#footer li.first { border: none; }

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:920px; 
	height:32px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 88px;}
#nav-02 { width: 135px;}
#nav-03 { width: 141px;}
#nav-04 { width: 161px;}
#nav-05 { width: 161px;}
#nav-06 { width: 76px;}
#nav-07 { width: 65px;}
#nav-08 { width: 93px;}


/*-------------- (-79px) X position of button / (-32px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  0 -32px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -88px -32px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -223px -32px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -364px -32px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -525px -32px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -686px -32px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -762px -32px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -827px -32px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")  0 -32px no-repeat; }
body#meet-dr-gunter #nav-02 { background:url("../images/nav.jpg") -88px -32px no-repeat; }
body#meet-dr-cochran #nav-03 { background:url("../images/nav.jpg") -223px -32px no-repeat; }
body#candidate #nav-04 { background:url("../images/nav.jpg") -364px -32px no-repeat; }
body#patients #nav-05 { background:url("../images/nav.jpg") -525px -32px no-repeat; }
body#faqs #nav-06 { background:url("../images/nav.jpg") -686px -32px no-repeat; }
body#blog #nav-07 { background:url("../images/nav.jpg") -762px -32px no-repeat; } 
body#contact #nav-08 { background:url("../images/nav.jpg") -827px -32px no-repeat; }

/* Horizontal Sprite nav-procedures
 * ------------------------------------------------------------------------- */

#nav-procedures { 
	background:url("../images/nav-procedures.jpg") no-repeat; 
	width:920px; 
	height:48px; 
	margin:0;
	padding:0; 
	}

#nav-procedures span { display: none; }

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

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

#nav-procedures-01 { width: 182px; margin-left: 21px;}
#nav-procedures-02 { width: 189px;}
#nav-procedures-03 { width: 167px;}
#nav-procedures-04 { width: 156px;}
#nav-procedures-05 { width: 184px;}


/*-------------- (-79px) X position of button / (-48px) height of image from above ------------- */
#nav-procedures-01 a:hover { background:url("../images/nav-procedures.jpg")  -21px -48px no-repeat; }
#nav-procedures-02 a:hover { background:url("../images/nav-procedures.jpg") -203px -48px no-repeat; }
#nav-procedures-03 a:hover { background:url("../images/nav-procedures.jpg") -392px -48px no-repeat; }
#nav-procedures-04 a:hover { background:url("../images/nav-procedures.jpg") -559px -48px no-repeat; }
#nav-procedures-05 a:hover { background:url("../images/nav-procedures.jpg") -715px -48px no-repeat; }

/* photo instructions pop up */
#middle-column { width:600px; margin:0 auto; background-color:#cde3ed; }
	#middle-column p { text-align:left; margin:0 22px 18px 14px; }

/* photogropher instructions print page */
body#photo-instructions form { margin:0 auto; } 

/* Blog Styles
 * ------------------------------------------------------------------------- */

#column-left .post {
margin-top:25px;
	width:596px;
	}
	
#column-left .meta, #column-left .feedback {
	margin:25px 25px 18px 13px;
	}
	
#column-right #menu { border:none; padding-top:18px; }

#column-right #menu ul {
	margin:0px 10px 18px 17px;
	padding:0;
	}
	
	#column-right #menu ul li {
	margin:0;
	padding:0;
	list-style-type:none;
	}
	
	#column-right li#search form {
		margin:0 0 18px 0;
		padding:0;
		width:210px;
		}
		
	#column-right form#searchform input.submit { 
		width:60px;
		height:20px;
		cursor:pointer; 
		padding:0; 
		}
		

 .feed-button {
  margin: 2px 0 0 0;
}

/*-- internet consultation sect --*/
#internet-consult {
	background:url("../images/internet-consult-wrap.jpg");
	}
	#internet-consult p, #internet-consult ul { margin:0 42px 10px 103px; }
	#internet-consult img { margin:0 0 0 103px; }

#internet-consult-01 {
	background:url("../images/internet-consult-01.jpg") no-repeat;
	height:176px;
	}
	
#internet-consult-02 {
	background:url("../images/internet-consult-02.jpg") no-repeat;
	height:59px;
	}
	
	#internet-consult .consult-caption { margin:0 0 10px 170px; }
	
#internet-consult-03 {
	background:url("../images/internet-consult-03.jpg") no-repeat;
	height:59px;
	}
	
#internet-consult-04 {
	background:url("../images/internet-consult-04.jpg") no-repeat;
	height:59px;
	}
	
.internet-consult-divider {
	background:url("../images/internet-consult-divider.jpg") bottom no-repeat;
	height:10px;
	}
	
#internet-consult-bottom {
	background:url("../images/internet-consult-bottom.jpg") no-repeat;
	height:18px;
	}

#btn-consult {
	position:relative;
	background:url("../images/btn-consult.jpg");
	height:100px;
	}
	
	#btn-consult span { display:none; }	
	
	#btn-consult a {
	position:absolute;
	height:52px;
	width:216px;
	top:32px;
	left:17px;
		}
		
	#btn-consult a:hover {
		background:url("../images/btn-consult.jpg") -262px -32px no-repeat;
		}

body#index #video_website {
padding:15px 0 3px 15px;
		}

body#candidate #video_website {
padding:15px 0 3px 15px;
		}


#video_website {
	padding:15px 0 0 12px;
		}


	#video_website span	{
	display:none;
	}
.fsps-img {
	margin-left: 200px;
	padding-bottom:10px;
}


img.bna {margin:2px 2px 0 0; border:1px solid; border-color:#000000;}
p.bna-2up  {

	float: left;

	width: 210px;

	display: inline;

	margin: 0px 0px 10px 50px;

	}

