/* Developed by Nick Kraska for the American Society of Plastic Surgeons */

body {
	margin:0px 0px 0px 0px;
	padding:0px;
	background:#93a794 url(images/bg_x.jpg) repeat-x;
	font-family: Verdana, Arial, 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.2em;
	margin: 1em 0em 1em 0em;
	color: #b06e31;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-weight: normal;
	line-height: 1.0em;
	}
h3 {
	font-size: 1.2em;
	margin: 1em 0em 0.1em 0em;
	color: #d56617;
	font-family: Arial, Times, Georgia, serif;
	}
h4 {
	font-size: 1.2em;
	margin: 1em 0em 0.1em 0em;
	font-weight: bold;
	color: #134389;
	}
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: #575240;
	font-size: 1em;
	line-height: 1.4em;
	margin: 0.1em 0em 1.4em 0em;
	}
	
	
p.pullquote {
	color: #fff;
	background:#e8cfb1 url(images/bg-pullquote.jpg) repeat-x;
	font-size: 1.6em;
	line-height: 1.2em;
	margin: 0.1em 0em 1.4em 0em;
	font-style: italic;
	padding: 0.5em;
	font-family: "Times New Roman", Times, Georgia, serif;
	}
	
li {
	color: #575240;
	font-size: 1.0em;
	}
a {
	font-size: 1.0em;
	line-height: 1.4em;
	color: #739677;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}
strong, b {
	font-weight: bold;
	}

#container1 {
	background:transparent url(images/bg_y.gif) repeat-y;
	margin: 0px auto 0px auto; /* Must have auto to center in some browsers */
	width: 800px;
}	

#container2 {	
	background:transparent url(images/fowler_banner_inner.jpg) top left no-repeat ;
	width: 800px;
	}

#home #container2 {	
	width: 800px;
	background:transparent url(images/fowler_banner.jpg) top left no-repeat ;
	}
	
	
#container3 {
	width: 800px;
	min-height:750px;
  	height:auto !important;
  	height:750px;

	/* border-bottom: 1px solid #fcfaed;*/
	
}

#branding 	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 1px 0px;
	height: 50px;
	overflow: hidden;
}
	#branding-logo { 
		position: absolute;
		top: 45px;
		width: 210px;
		height: 130px;
		}
	#branding-logo a {
	width: 210px;
	height: 130px;
	display: block;
	}	
	
	#branding-logo a span {
		display: none;	
		}
		
	#branding-tagline {
		clear: right;
		display:block;
		overflow: hidden;
	}
		#branding-tagline h1{
			display: block;
			padding: 170px 0px 0px 0px;
			}
		#branding-tagline h1 a{
			}
	#branding-name {}
	#branding-extra {}

	
	

#nav1 {
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 1px 215px;
	display: block;
	height: 46px;
}

	#nav1-main {}
	#nav1-section {
		padding: 0px 0px 0px 0px;
		margin:  0px 0px 0px 0px; 
		/* background: transparent url(images/nav1.gif) no-repeat; */
		height: 29px;
	}	

/* Drop Down Menu */
	#nav1-section ul { /* all lists */
		padding: 0px 0px 0px 0px;
		margin: 0px;
		list-style: none;
		float : left;
		width :580px;
		text-align: left;
		
	}
	
	#nav1-section li { /* all list items */
		position : relative;
		float : left;
		margin-bottom : -1px;
		
		padding: 0px 0px 20px 0px;
	}
	
	#nav1-section li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 8px;
		top:28px;
		width: 180px;
		padding: 0px 0px 0px 0px;
		z-index:10;
	}

	#nav1-section li ul li { /* all list items */
		
		font-weight: normal;
		padding: 0px 0px 0px 0px;
	}
	
	#nav1-section li ul ul { /* third-and-above-level lists */
		left: -999em;
		margin-left: 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#nav1-section li a {
		display : block;
		text-decoration : none;
		padding : 4px 4px 4px 4px;
		width: 197px;
	}
	
	#nav1-section li ul li a {
		display : block;
		width: 180px; /* +15 for padding */
		color : #ffffff;
		text-decoration : none;
		background-color : #837869;
		border : 1px solid #b16f32;
	}
	
	#nav1-section li ul li a:hover {background-color : #837869; color: #fdd25e;}
	
	#nav1-section li a:hover {}
	
	#nav1-section li a:hover {}
	
	#nav1-section li:hover ul ul, #nav1-section li:hover ul ul ul, #nav1-section li.sfhover ul ul, #nav1-section li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav1-section li:hover ul, #nav1-section li li:hover ul, #nav1-section li li li:hover ul, #nav1-section li.sfhover ul, #nav1-section li li.sfhover ul, #nav1-section li li li.sfhover ul { /* lists nested under hovered list items */
		left: 0;
	}
	
	
	
	#nav1-section #nav1-one , #nav1-section #nav1-two , #nav1-section #nav1-three , #nav1-section #nav1-four , #nav1-section #nav1-five , #nav1-section #nav1-six , #nav1-section #nav1-seven , #nav1-section #nav1-eight , #nav1-section #nav1-nine , #nav1-section #nav1-ten  {
		display: block;
		overflow: hidden;
		height: 29px;
		
		float : left;
		}

#nav1-section #nav1-one a, #nav1-section #nav1-two a, #nav1-section #nav1-three a, #nav1-section #nav1-four a, #nav1-section #nav1-five a, #nav1-section #nav1-six a, #nav1-section #nav1-seven a, #nav1-section #nav1-eight a, #nav1-section #nav1-nine a, #nav1-section #nav1-ten a {
		
		margin:0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		display: block;
		width: 10px;
		overflow:hidden;
		background: transparent url(images/nav1.gif);
		}

	
	
	
	
	#nav1-section #nav1-one a {
		height: 29px;
		width: 120px;
		background-position: 0px 0px;
	}
	#nav1-section #nav1-one a span { display: none; }
	#nav1-section		#nav1-one a:hover { background-position: 0px -29px;}
	#nav1-section #nav1-one .current, #nav1-section #nav1-one .current:hover {}
	
	#nav1-section #nav1-two a {
		height: 29px;
		width: 79px;
		background-position: -120px 0px;
	}
	#nav1-section #nav1-two a span { display: none; }
	#nav1-section		#nav1-two a:hover { background-position: -120px -29px;}
	#nav1-section #nav1-two .current, #nav1-section #nav1-two .current:hover {}

	#nav1-section #nav1-three a {
		height: 29px;
		width: 94px;
		background-position: -199px 0px;
	}
	#nav1-section #nav1-three a span { display: none; }
	#nav1-section		#nav1-three a:hover { background-position: -199px -29px;}
	#nav1-section #nav1-three .current, #nav1-section #nav1-three .current:hover {}

	#nav1-section #nav1-four a {
		height: 29px;
		width: 90px;
		background-position: -293px 0px;
	}
	#nav1-section #nav1-four a span { display: none; }
	#nav1-section		#nav1-four a:hover { background-position: -293px -29px;}
	#nav1-section #nav1-four .current, #nav1-section #nav1-four .current:hover {}
	
	#nav1-section #nav1-five a {
		height: 29px;
		width: 89px;
		background-position: -383px 0px;
	}
	#nav1-section #nav1-five a span { display: none; }
	#nav1-section		#nav1-five a:hover { background-position: -383px -29px;}
	#nav1-section #nav1-five .current, #nav1-section #nav1-five .current:hover {}
	
	#nav1-section #nav1-six a {
		height: 29px;
		width: 76px;
		background-position: -472px 0px;
	}
	#nav1-section #nav1-six a span { display: none; }
	#nav1-section		#nav1-six a:hover { background-position: -472px -29px;}
	#nav1-section #nav1-six .current, #nav1-section #nav1-six .current:hover {}

	#nav1-section #nav1-seven a {
		height: 29px;
		width: 32px;
		background-position: -548px 0px;
	}
	#nav1-section #nav1-seven a span { display: none; }
	#nav1-section		#nav1-seven a:hover { background-position: -548px -29px;}
	#nav1-section #nav1-seven .current, #nav1-section #nav1-seven .current:hover {}
	


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

#nav2 {
}

	#nav2-main {
	}
		
	#nav2-section {
	}	

		#nav2-section ul{
		}
		#nav2-section li{
		}
		#nav2-section a{
		}

#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{}

#nav2-section		#nav2-one a:hover {}
#nav2-section		#nav2-two a:hover {}
#nav2-section		#nav2-three a:hover {}
#nav2-section		#nav2-four a:hover {}
#nav2-section		#nav2-five a:hover {}
#nav2-section		#nav2-six a:hover {}
#nav2-section		#nav2-seven a:hover {}
#nav2-section		#nav2-eight a:hover {}
#nav2-section		#nav2-nine a:hover {}
#nav2-section		#nav2-ten a:hover {}

#nav2-section img {}

	#nav2-supp  {}
	#nav2-extra {}


#content1 {
	float: right;
	width: 612px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	}
	
	#content1-intro {}

	#content1-main {
		padding: 185px 140px 0px 0px;
	}
	#content1-supp {}
	#content1-extra {clear: both; height: 1px;}
	
	
	#home #content1 {
	float: left;
	width: 612px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	
	}
	
	#home #content1-intro {
	padding: 365px 0px 0px 0px;
	height: 112px;
	overflow: hidden;
	}
	
	#home #content1-intro p {
	padding: 0px 0px 0px 80px;
	height: 53px;
	line-height: 53px;
	font-style: italic;
	font-size: 1.6em;
	margin: 0px;
	font-family: "Times New Roman", Times, Georgia, serif;
	}
	
	#home #content1-intro a {
	font-weight: bold;
	}
	
	#home #content1-intro h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 1px 0px;
	background: transparent url(images/h2-home.gif);
	display:block;
	overflow: hidden;
	padding: 170px 0px 0px 0px;
	}
	
	#home #content1-main {
		padding: 10px 75px 0px 80px;
	}
	
	
	
	#home #content1-supp {}
	#home #content1-extra {clear: both; height: 1px;}
	
	
	#content2 {
	float: left;
	width: 183px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	#content2-intro {}
	#content2-main {
		padding: 200px 25px 0px 15px;
	}
	#content2-main img.border {
		float: right;
		border: 2px solid #9fac9a;
	}
	#content2-main img.inner-logo {
		float: right;
		margin: 10px 2px 0px 0px;
	}
	
	#content2-supp {}
	#content2-extra {clear: both; height: 1px;}
	
#home #content2 {
	float: left;
	width: 188px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}
	#home #content2-intro {
		border-bottom: 2px solid #b06e32; 
		background-color: #575240;
		color: #fff;
		
		background:url(images/bg_news.png) no-repeat 0 0;
		-background:url(images/bg_news.gif) no-repeat 0 0;
		
	}
	
	#home #content2-intro #top {
		padding-top: 5px;
	}
	
	#home #content2-intro a {
		color: #fff;
	}
	
	#home #content2-intro p {
		color: #fff;
		padding: 10px 10px;
	}
	
	#home #content2-intro strong {
		display: block;
		padding: 0px 10px;
	}
	#home #content2-intro h4 {
		padding: 0px 10px 0px 10px;
		color: #fff;
		line-height: 1.2em;
	}
	
	#home #content2-intro strong.top {
		
	}
	
	#home #content2-main {
		padding: 15px 10px 0px 10px;
		margin:  6px 0px 0px 0px; 
		color: #575240;
		text-align: center;
		font-size: 0.9em;
	}
	

	#home #content2-supp {
		background: transparent url(images/asps_logo.gif) no-repeat;
		height: 132px;
		width: 141px;
		margin-bottom: 15px;
		margin-left: 25px;
		}
	#content2-extra {clear: both; height: 1px;}
	
#siteinfo {
	display: block;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 45px 10px;
	
	
}

#siteinfo p, #siteinfo li {color: #eae8db;font-size: 0.8em;}
#siteinfo a {color: #ffffff; font-size: 1em; text-decoration: none;}
	
	#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: 0px 0px 10px 0px;
	}
	#siteinfo-extra { 
		color: #eae8db;
		font-size: 0.8em; 
		height: 118px;
		width: 300px;
		margin: 0 auto;
		background:url(images/greenville_hospital_sys_logo.png) no-repeat 0 0;
		-background:none;
		-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/greenville_hospital_sys_logo.png', sizingMethod='crop');
		 
	}
	
	#siteinfo-extra p { font-size: 1.0em;}
#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 {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: 0px 0px 7px 0px;
	padding: 20px 0px 0px 30px;
	width: 130px;
	}
#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;
	padding: 0px;
	margin-bottom: 10px;
	line-height: 0.8em;
	}
	#photo_nav h3 a {
	text-decoration: none;
	font-weight: bold;
	line-height: 0.8em;
	padding: 0px;
	}
	#photo_nav h3 a:hover{
	text-decoration: underline;
	}
	#photo_nav ul, #photo_nav li {}
	#photo_nav li {}
	#photo_nav li a img {padding:0px 2px 2px 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 {}


/* Form */
input { background-color: #fff;}
.text_form { font-size: 1em; background-color: #fff; color: #000000; border: solid #B16F32 1px; width:300px; margin-bottom: 2px; font-family: arial, Garamond, Georgia, "Times New Roman", Times, serif;}
.button { font-size: 1em; background-color: #696451; color: #fff; border: solid #bc833e 2px; width:80px; font-family: arial, Garamond, Georgia, "Times New Roman", Times, serif; font-weight: bold;}
textarea { font-size: 1em; background-color: #fff; color: #000000; border: solid #B16F32 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;}


