body { background: #441d0e; color: #441c00; font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 15pt; text-decoration: none; text-align: left; margin: 0px auto 0px auto;}

h1 {
	font-size: 14px;
}

h1 span {
	display: none;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 12px;
}


p, li { color: #441c00; font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 13pt; text-decoration: none; }

#content {
	width: 700px;
	margin: 0 90px;
	padding: 0 10px;
}

a:link { color: #630; text-decoration: none }
a:visited { color: #630; text-decoration: none }
a:hover { color: #441c00; text-decoration: underline; }

img {
	border: none;
}

.home {
	font-size: 12px;
	padding: 80px 0 0 0;
}

.mainlinks { color: #fff; font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; text-align: center }
.mainlinks a:link { color: #fff; text-decoration: none }
.mainlinks a:visited { color: #fff; text-decoration: none }
.mainlinks a:hover { color: #f5f3e9; text-decoration: underline }
.mainlinks a:active { color: #fff; text-decoration: none }

.forms { color: #371917; font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; text-align: center }
.forms a:link { color: #300; text-decoration: none }
.forms a:visited { color: #300; text-decoration: none }
.forms a:hover { color: #300; text-decoration: none }
.forms a:active { color: #300; text-decoration: none }
.address { color: #371917; font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; text-align: right }

.body a:link { color: #630; text-decoration: none }
.body a:visited { color: #630; text-decoration: none }
.body a:hover { color: #441c00; text-decoration: underline }
.body a:active { color: red; text-decoration: none }

.sublinks { color: #300; font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; text-align: center }
.sublinks a:link { color: #300; text-decoration: none }
.sublinks a:visited { color: #300; text-decoration: none }
.sublinks a:hover { color: #630; text-decoration: underline }
.sublinks a:active { color: #300; text-decoration: none }

.leftlinks { color: #300; font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; text-align: left }
.leftlinks a:link { color: #300; text-decoration: none }
.leftlinks a:visited { color: #300; text-decoration: none }
.leftlinks a:hover { color: #630; text-decoration: none }
.leftlinks a:active { color: #300 }

.drcorbett {padding: 0px 0px 0px 25px; color: #441c00; font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 15pt; text-decoration: none; text-align: left; font-weight: none; }
.drcorbett a:link { color: #630 }
.drcorbett a:visited { color: #630; text-decoration: none }
.drcorbett a:hover { color: #630; text-decoration: underline }
.drcorbett a:active { color: #300; text-decoration: none }

p span {
	color: #ff0033;
	font-weight: bold;
}

.procedures {
	position: relative;
	float: left; 
	padding: 0 30px;
	margin: 0 0 15px;
	width: 580px;
	w\idth: 520px;
}

.about {
	padding-left: 20px;
}


.clear {
	clear: both;
}

.map { margin: 0; padding: 0;}
.mapContainer	{ width: 425px; height: 350px; }

/*----------------------- - navigation - ----------------------- */ 
#navigation {
	background: url('index/brown_bar.jpg') repeat-x;
	width: 900px;
	height: 36px;
	margin: 0;
	padding: 0;
	position:relative;
	z-index: 50;
}

#nav {
	width: 550px;
	height: 25px;
	margin: 0;
	padding: 8px 0 0px 0px;
	position: absolute;
	left: 350px;
	z-index: 60;
	}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;	
}

#nav li, #nav a { height:25px; display:block; color: #fff; font-size: 9pt; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; padding: 0 2px; text-align: center}

#nav li a:link { color: #fff; text-decoration: none }
#nav li a:visited { color: #fff; text-decoration: none }
#nav li a:hover { color: #f5f3e9; text-decoration: none }
#nav li a:active { color: #fff; text-decoration: none }

#nav-01 { width: 66px;}
#nav-02 { width: 71px;}
#nav-03 { width: 86px;}
#nav-04 { width: 96px;}
#nav-05 { width: 66px;} 
#nav-06 { width: 86px;}


/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	margin: 0 0 0 6px;
	}

#nav li ul li { 
	position: relative;
	height:20px; /* Height of each drop down nav item */
	width: 65px;
	border:1px solid #441c00;
	text-align: left;
	background-color:#c6e4ef;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */	
	margin: -1px 0 0 0;
	padding: 0;
	z-index: 1000;
	}	

#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: 0 0 0 7px;
	color:#441c00;
	}

/* Drop down link styles */
li#nav-02 ul li{
	width: 130px;
}
li#nav-04 ul li{
	width: 140px;
}

#nav-02 ul a:link, #nav-02 ul a:visited, #nav-02 ul a:hover, #nav-02 ul a:active {
	font-size:.8em;
	color:#441c00;
	text-decoration:none;
	}

#nav-03 ul a:link, #nav-03 ul a:visited, #nav-03 ul a:hover, #nav-03 ul a:active {
	font-size:.8em;
	color:#441c00;
	text-decoration:none;
	}
	
#nav-04 ul a:link, #nav-04 ul a:visited, #nav-04 ul a:hover, #nav-04 ul a:active {
	font-size:.8em;
	color:#441c00;
	text-decoration:none;
	}

/* Hover styles for drop down items */
#nav-02 ul a:hover{ 
	background-color:#95c0d0;
	color:#441c00;
	text-decoration:none;
	}

#nav-03 ul a:hover{ 
	background-color:#95c0d0;
	color:#441c00;
	text-decoration:none;
	}
	
#nav-04 ul a:hover{ 
	background-color:#95c0d0;
	color:#441c00;
	text-decoration:none;
	}

	/* 2nd tier drop down */


#nav li ul ul {
	margin: -20px 0 0 65px;
	padding: 0;
	width:0;
}

#nav li ul ul li {
	width: 230px;

}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -9999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { left: 0px; }


textarea { overflow: auto; }

/* ------------------------ main contact form ------------------------ */ 
#contact-main {
	margin:15px 0 10px 10px; font-size: 11px;
	}

#contact-main fieldset {
	border:0px;
	}

#contact-main label {
	display:block;
	font-size:1em;
	margin-bottom:5px;
	position:relative;
	text-align:right;
	width:100px;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select {
	left:110%;
	position:absolute;
	top:-4px;
	width:180px;
	font-size: 11px;
	}

#contact-main label select {
	width:186px;
	height:22px;
	}

#contact-main label textarea {
	height:100px;
	overflow:auto;
	}

/*input.submit-contact-main {
	cursor:pointer;
	height:20px;
	padding:0;
	width:66px;
	}

#contact-main input.submit-contact-main {
	margin:5px 0 0 240px;
	}*/

#contact-main input.submit-contact-main {
	border:none;
	cursor:pointer;
	height:24px;
	width:64px;
	margin: 60px 0px 0px 220px; 
	padding: 0px;
	}
	
.subject {display: none;}
/* ------------------------ end main contact form ------------------------ */

/* ------------------------ Procedures main contact form ------------------------ */
#procedure-form {
	position: relative;
	top: -70px;
	float: right;
	width: 220px;
	w\idth: 208px;
	background: #f4ebe6;
	font-size: 11px;
	margin: 0 0 -50px;
	padding: 0 5px;
	border: 1px solid #361a0f;
}
	#procedure-form fieldset {
		border: none;
		width: 188px;
		position: relative; 
		left: 10px;
		margin: 0 10px 10px 0;
		padding: 0;
	}
	#procedure-form fieldset ul	{
		margin: 0; 
		padding: 0;
		list-style: none;
	}
	#procedure-form label {
		display:block;
		font-size:1em;
		margin-bottom:5px;
		position:relative;
		width:188px;
		margin: 0;
		padding: 0;
	}
	
	#procedure-form input, #procedure-form textarea, #procedure-form select {
		position: relative;
		width: 188px;
		font-size: 11px;
		margin: 0;
	}
	#procedure-form input.submit-contact-sub {
		position: relative;
		float: right;
		border:none;
		cursor:pointer;
		height:24px;
		width:64px;
		padding: 0px;
	}

/* ------------------------ end Procedures main contact form ------------------------ */

/* ------------------------ Procedure pages contact form ------------------------ */
#left-form {
	position: relative;
	float: left;
	top: 30px;
	width: 180px;
	w\idth: 178px;
	background: #f4ebe6;
	margin: 0 0 30px;
	font-size: 11px;
	border: 1px solid #361a0f;
	
}
	#left-form fieldset {
		float: left;
		border: none;
		width: 168px;
		position: relative; 
		left: 5px;
		margin: 0 5px 10px 0;
		padding: 0;
		text-align: left;
	}
	#left-form fieldset ul	{
		margin: 0; 
		padding: 0;
		list-style: none;
	}
	#left-form label {
		display:block;
		font-size:1em;
		margin-bottom:5px;
		position:relative;
		width:168px;
		margin: 0;
		padding: 0;
	}
	
	#left-form input, #left-form textarea, #left-form select {
		position: relative;
		width: 168px;
		font-size: 11px;
		margin: 0;
	}
	#left-form input.submit-contact-sub {
		position: relative;
		float: right;
		border:none;
		cursor:pointer;
		height:24px;
		width:64px;
		padding: 0px;
	}

/* ------------------------ end Procedure pages contact form ------------------------ */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ------> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(file:///Volumes/My%20Passport/CCS113%20Corbett%20Website%20Updates/CURRENT%20Corbett%20Cosmetic/images/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

#plasticSurgeryResources {
	background: #441d0e;
	width: 100%;
	margin: 0;

}

#plasticSurgeryResources p{
	color: #bda389;
	text-align: center;
	font-size: 8pt;
	padding: 5px 15px;
	margin: 0;
}

#plasticSurgeryResources a:link { color: #dbcea7; text-decoration: none }
#plasticSurgeryResources a:visited { color: #dbcea7; text-decoration: none }
#plasticSurgeryResources a:hover { color: #dbcea7; text-decoration: underline; }