/* Developed by Jason Estes for the American Society of Plastic Surgeons */

body {
	margin:0px 0px 0px 0px;
	padding:0px;
	background:#8dafc5 url(images/body_background.jpg) center top no-repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height:1.5em;
	font-size: 76%;
}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 2.0em;
	margin: 1em 0em 1em 0em;
	font-weight: bold;
	line-height:1.1em;
	color: #7299b3;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #7299b3;
	}
h3 {
	font-size: 1.6em;
	margin: 1em 0em 0.1em 0em;
	color: #496c83;
	}
h4 {
	font-size: 1.1em;
	margin: 1em 0em 0.1em 0em;
	font-weight: bold;
	color: #496c83;
	}
h5 {
	font-size: 1.0em;
	margin: 1em 0em 1em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1em 0em 1em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
p {
	color: #7299b3;
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0.1em 0em 1.4em 0em;
	}
li {
	color: #7299b3;
	}
a {
	font-size: 1.0em;
	line-height: 1.4em;
	color: #496c83;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}
strong, b {
	font-weight: bold;
	}


#container1 {
	
}
#container2 {	
	margin: 35px auto; /* Must have auto to center in some browsers */
	width: 999px;
	position:relative;
	top:0;
	left:0;
	overflow:auto;

	}
#container3 {
	}

#branding 	{
	margin: 0px 0px 0px 0;
	padding: 0px 0px 0px 0px;
	height: 115px;
	width:343px;
	float:left;
	overflow: hidden;
}
	#branding-logo {}
		#branding-logo h1 {
			margin: 0px 0px 0px 0px;
			padding: 130px 0px 0px 0px;
		}
	#branding-tagline {}
	#branding-name {}
	#branding-extra {}
#nav1 {
	float:right;
	width:652px;
	height:115px;
	background:url(images/nav2_back.jpg) no-repeat;
}

	#nav1-main {}
	#nav1-section {
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		width:170px;
		float:right;
		}

		#nav1-section ul{
		margin: 6px 0px 0px 0px;
		padding:0px;
		list-style:none;
		height: 26px;
		}
		#nav1-section li{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		overflow: hidden;
		height: 26px;
		display: block;
		float:left;
		}
		#nav1-section a{
		margin:0px 0px 0px 0px;
		display: block;
		height: 26px;
		width: 50px;
		overflow:hidden;
		padding: 30px 0px 0px 0px;
		}
			
		#nav1-section		#nav1-one a {background: transparent url(images/nav1-one.gif); width: 64px;}
		#nav1-section		#nav1-two a {background: transparent url(images/nav1-two.gif); width: 93px;}

		#nav1-section		#nav1-one a:hover {background-position: 0px -26px;}
		#nav1-section		#nav1-two a:hover {background-position: 0px -26px;}

	#nav1-supp {}
	#nav1-extra {}

#nav2 {
	width:347px;
	float:left;
	}

	#nav2-main {}
	#nav2-section {padding: 30px 0px 0px 37px;}	
	
/* Drop Down Menu */
	#nav2-section ul { /* all lists */
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		list-style: none;
		width :300px;
		text-align: left;
	}
	
	#nav2-section li { /* all list items */
		position : relative;
		float : left;
		margin-bottom : -1px;
		width: 300px;
		padding: 0px 0px 0px 0px;
	}
	
	#nav2-section li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 300px;
		top: 0px;
		width: 210px;
		padding: 0px 0px 0px 0px;
		z-index:10;
	}

	#nav2-section li ul li { /* all list items */
		text-align: left;
		font-weight: normal;
		padding: 0px 0px 0px 0px;
	}
	
	#nav2-section li ul ul { /* third-and-above-level lists */
		left: -999em;
		margin-left: 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#nav2-section li a {
		display : block;
		text-decoration : none;
		padding : 0px 0px 0px 0px;
		width: 309px;
	}
	
	#nav2-section li ul li a {
		display : block;
		width: 200px; /* +15 for padding */
		color : #7299b3;
		text-decoration : none;
		background-color : #e2efff;
		border : 1px solid #a8cae2;
		padding: 5px 0px 5px 10px;
	}
	
	#nav2-section li ul li a:hover {background-color : #bee1ff; color: #7299b3;}
	
	#nav2-section li a:hover {}
	
	#nav2-section li:hover ul ul, #nav2-section li:hover ul ul ul, #nav2-section li.sfhover ul ul, #nav2-section li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav2-section li:hover ul, #nav2-section li li:hover ul, #nav2-section li li li:hover ul, #nav2-section li.sfhover ul, #nav2-section li li.sfhover ul, #nav2-section li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

/* hide with 3 state menu */

#nav2-section  #nav2-one , #nav2-section  #nav2-two , #nav2-section  #nav2-three , #nav2-section  #nav2-four , #nav2-section  #nav2-five , #nav2-section  #nav2-six , #nav2-section  #nav2-seven , #nav2-section  #nav2-eight , #nav2-section  #nav2-nine , #nav2-section  #nav2-ten { padding: 0px 0px 0px 0px; height: 37px; display: block; overflow: hidden;}

#nav2-section  #nav2-one a, #nav2-section  #nav2-two a, #nav2-section  #nav2-three a, #nav2-section  #nav2-four a, #nav2-section  #nav2-five a, #nav2-section  #nav2-six a, #nav2-section  #nav2-seven a, #nav2-section  #nav2-eight a, #nav2-section  #nav2-nine a, #nav2-section  #nav2-ten a{ padding: 46px 0px 0px 0px; height: 37px; display: block; overflow: hidden;}

#nav2-section		#nav2-one a{ background: transparent url(images/nav2-one.gif) left top no-repeat}
#nav2-section		#nav2-two a{ background: transparent url(images/nav2-two.gif) left top no-repeat;}
#nav2-section		#nav2-three a{ background: transparent url(images/nav2-three.gif) left top no-repeat;}
#nav2-section		#nav2-four a{ background: transparent url(images/nav2-four.gif) left top no-repeat;}
#nav2-section		#nav2-five a{ background: transparent url(images/nav2-five.gif) left top no-repeat;}
#nav2-section		#nav2-six a{}
#nav2-section		#nav2-seven a{}
#nav2-section		#nav2-eight a{}
#nav2-section		#nav2-nine a{}
#nav2-section		#nav2-ten a{}

#nav2-section		#nav2-one a:hover {background-position: 0px -36px;}
#nav2-section		#nav2-two a:hover {background-position: 0px -36px;}
#nav2-section		#nav2-three a:hover {background-position: 0px -36px;}
#nav2-section		#nav2-four a:hover {background-position: 0px -36px;}
#nav2-section		#nav2-five a:hover {background-position: 0px -36px;}
#nav2-section		#nav2-six a:hover {background-position: 0px -41px;}
#nav2-section		#nav2-seven a:hover {background-position: 0px -25px;}
#nav2-section		#nav2-eight a:hover {background-position: 0px -25px;}
#nav2-section		#nav2-nine a:hover {background-position: 0px -25px;}
#nav2-section		#nav2-ten a:hover {background-position: 0px -25px;}

	
	#nav2-supp  {
		clear: left;
		width:255px;
		padding: 15px 0px 0px 79px;
		text-align:center;
		}
			#nav2-supp ul
			{
				list-style:none;
				margin:0px 0px 0px 0px;
				padding:0px 0px 0px 0px;
			}
			
			#nav2-supp li
			{
				margin:10px 0px 0px 0px;
				padding:0px 0px 0px 0px;
			}
			
			#nav2-supp li a
			{
				display:block;
				text-indent:-5000px;
			}
			
			#nav2-supp-one a
			{
				height:105px;
				background:url(images/nav2-supp_3d.gif) no-repeat;
			}
			
			#nav2-supp-two a
			{
				height:105px;
				background:url(images/nav2-supp_blog.gif) no-repeat;
			}
			#nav2-supp-three a
			{
				height:75px;
				background:url(images/nav2-supp-contact.gif) no-repeat;
			}
			#nav2-supp-four a
			{
				height:91px;
				background:url(images/nav2-supp-call.gif) center top no-repeat;
			}
	
	#nav2-extra {}


#content1 {
	width:652px;
	float:right;
	background:url(images/content1_back.gif) repeat-y;
	}
	
	#content1-intro {}

	#content1-main {
		width:600px;
		margin:0px 21px;
	}
	#content1-main p
	{
		line-height:2.0em;
	}
	#content1-supp, #content1-extra
	{
		display:none;	
	}
	
#content2 {}
	#content2-intro {}
	#content2-main {}
	#content2-supp {}
	#content2-extra {}
	
#siteinfo {
	width:652px;
	clear: right;
	float:right;
	background:url(images/footer.gif) top right no-repeat;
	text-align: center;
	padding: 20px 0px 0px 0px;
}

#siteinfo p, #siteinfo ul, #siteinfo li, #siteinfo a {color: #fff; font-size: 1.0em;}
#siteinfo li a { color: #fff;}
	
	#siteinfo p{ margin: 0px; padding: 0px;}
	#siteinfo ul{ margin: 0px; padding: 5px 0px 2px 0px; text-align: center;}
	#siteinfo li{ display: inline; padding: 0px 0px 0px 0px; margin: 0px;}
	#siteinfo  a{ padding: 0px 4px 0px 4px; margin: 0px; }

	#siteinfo-legal { 
		margin: 5px 2px 0px 2px; 
		padding: 5px 0px 0px 0px;
	}	
	#siteinfo-credits { 
		margin: 0px; 
		padding: 30px 0px 10px 0px;
	}
	#siteinfo-extra {}
#extradiv1 {}
#extradiv2 {}
#extradiv3 {}
#extradiv4 {}


/* Procedure */
#procedure_list {				
		float: right;
		margin: 10px 0px 0px 0px;
		/*adding a width fixes float problems with the menu in IE for the Mac */
		width:220px;
		padding: 10px 5px 0px 0px;
	}
	#procedure_list select {
		/*Use to force the jump menu width */
		width:220px; 
	}
	#procedure_list form {}
#procedure_content {}
	#procedure_content h3 {}
	#procedure_content h3 a{
	text-decoration: none;
	}
	#procedure_content h3 a:hover{
	text-decoration: underline;
	}
	#procedure_content ul {}
	#procedure_content ul, #procedure_content li {}
	#procedure_content li {}
	#procedure_images {clear: right; float:right; width:160px; margin:20px 0px 20px 20px;}
#procedure_nav {}
	#procedure_nav ul {}
	#procedure_nav ul, #procedure_nav li {}
	#procedure_nav li {}
	
/* Photo Gallery */
#photo_nav {
	font-size: 1.0em;
	float: right;
	margin: 10px 0px 7px 0px;
	padding: 10px 0px 0px 10px;
	width: 130px;
	background: #ffffff;
	}
#photo_nav li a{}
#photo_nav p{}
	#photo_nav ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	#photo_nav h3{
	text-decoration: none;
	font-weight: bold;
	line-height: 1.0em;
	padding: 0px;
	color: #7299b3;
	}
	#photo_nav h3 a {
	text-decoration: none;
	font-weight: bold;
	line-height: 1.0em;
	padding: 0px;
	text-decoration: underline;
	}
	#photo_nav h3 a:hover{
	text-decoration: none;
	}
	#photo_nav ul, #photo_nav li {}
	#photo_nav li {padding:0px 0px 4px 0px;}
	#photo_nav li a img {padding:0px 2px 0px 0px;}
	#photo_nav li a:hover img {}
#photo_content {}
	#photo_content a {font-size: 1.0em;}
	#photo_content img {padding:0px; margin:4px 2px 0px 2px; border:0px solid #d56617;}
	#photo_content p {}

/* MapQuest */
#map_quest_content { background-color:#fff; padding: 4px; border: 1px solid #d56617; width:565px;}
	#map_quest_content a {}
	#map_quest_content img {border:0;}
	#map_quest_content p {
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 1em 0em 1em 0em;	
	color: #000000;
	}


/* Form */
input { background-color: #fff;}
.text_form { font-size: 1em; background-color: #fff; color: #000000; border: solid #000000 1px; width:300px; margin-bottom: 2px; font-family: arial, Garamond, Georgia, "Times New Roman", Times, serif;}
.button { font-size: 1em; background-color: #fff; color: #000000; border: solid #000000 1px; width:80px; font-family: arial, Garamond, Georgia, "Times New Roman", Times, serif;}
textarea { font-size: 1em; background-color: #fff; color: #000000; border: solid #000000 1px; width:300px; font-family: arial, Garamond, Georgia, "Times New Roman", Times, serif;}
.check_box { font-size: 1em; background-color: transparent; color: #000000; font-family: arial, Garamond, Georgia, "Times New Roman", Times, serif;}


/* Specials */

.hide {display: none;}
.hide_div {display: none;}
.clear_both {clear:both;}
.clear_left {clear:left;}
.clear_right {clear:right;}
.indent {padding: 0px 0px 0px 20px;}
#form_honey { display: none; position: absolute; top: -300px;}
img.right {float:right}

