﻿/*==============================================
HMA Gulf Coast Surgery Center
================================================
	Design by: Cyrus Limited, Inc. - cyrusonline.com
	Author: Brandon Kidd
	Last Edited: 11-28-2007
==============================================*/

/* Global */
*{
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
html, body{
	border: 0;
	font-size: 12px;
}
body{
	background: #adc4d7 url(images/bg.jpg) center top repeat-y;
	color: #333;
	margin: 20px 0 0;
}
h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 *, h5, h5 *, h6, h6 *, legend{
	font-family: Times New Roman, Times, serif;
	font-weight: normal;
}
h1{
    font-size: 2em;
}
h2{
    font-size: 1.67em;
}
h3{
	font-size: 1.5em;
}
h4{
	font-size: 1.33em;
}
h5{
	font-size: 1.17em;
}
h6{
	font-size: 1em;
}
p, #main_inner .literalContent{
    line-height: 20px;
    text-align: justify;
    margin: 0 0 20px 0;
}
p img[align="left"], #main_inner .literalContent img[align="left"]{
    margin: 0 10px 0 0;
}
p img[align="right"], #main_inner .literalContent img[align="right"]{
    margin: 0 0 0 10px;
}
a{
    color: #598cc1;
    outline: none;
    text-decoration: none;
}
a:hover{
	color: #3a4d9c;
	text-decoration: underline;
}
p a[target="_blank"]{
	padding: 0 10px 0 0;
	background: transparent url(Resources/Common/Images/Icons/opennew.gif) no-repeat 100% 3px;
}
address{
	font-style: normal;
}
fieldset{
	border: 2px solid #ccc;
	padding: 5px 10px;
}
legend{
	color: #0060a9;
	font-size: 20px;
}
ul{
	margin: 0 0 1.67em 0.42em;
}
ol{
	margin: 0 0 1.67em 2.08em;
}
ul li{
	list-style: none;
	margin: 0 0 0.83em 0;
	padding: 0 0 0 1.25em;
	background: transparent url(/Resources/Common/Images/bullet.gif) no-repeat 0 0.67em;
	line-height: 1.50em;
}
ol li{
	margin-bottom: 0.83em;
	line-height: 1.50em;
}
.warning{
	color: #c66;
	font-weight: bold;
}
.viewall, .viewall span{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.viewall:hover span{
	text-decoration: underline;
}

.table_h{
	width: 658px;
}

/* Drop Shadow Container */
.dropShadowWrap{
	background: #ddd;
	display: block;
	float: left;
}
	.dropShadowWrap .dropShadow{
		display: block;
		padding: 8px;
	}
	.dropShadowWrap .tl{
		background: transparent none;
	}
	.dropShadowWrap .br {
		background: transparent none;
	}
	.dropShadowWrap .tr {
		background: transparent none;
	}
	.dropShadowWrap .bl {
		background: transparent none;
	}

/* Containers */
#wrap{
	width: 100%;
	margin: 0;
	padding: 0 0 10px 0;
}

/* Header */
#header{
	width: 922px;
	height: 90px;
	position: relative;
	background: transparent url(Images/bg_header.gif) no-repeat center top;
	margin: 0 auto;
}
	#header .logo{
		width: 210px;
		height: 70px;
		position: absolute;
		left: 18px;
		top: 12px;
		background: transparent url(Images/logo.png) no-repeat center top;
	}
		#header .logo span{
			display: none;
		}
	* html #header .logo{
		background: transparent url(Images/logo_ie6.gif) no-repeat center top;
	}
	#header #search{
		background: transparent url(Images/bg_search.gif) repeat-x left top;
		border: 1px solid #ded3b6;
		float: right;
		margin: 28px 30px 0 0;
		padding: 7px;
	}
		#header #search label{
			color: #999;
			float: left;
			font-weight: bold;
			line-height: 20px;
			padding: 0 0 0 4px;
		}
		#header #search input{
			width: 160px;
			border: 1px solid #999;
			color: #999;
			float: left;
			margin: 0 4px 0 4px;
			padding: 2px 4px;
		}
		#header #search .button{
			float: left;
			line-height: normal;
		}
		#header #search .searchbox_empty{
			color: #ccc;
			border: 1px solid #ded3b6;
		}

/* Navigation */
#nav{
	width: 942px;
	height: 32px;
	background: transparent url(Images/bg_nav.gif) no-repeat center top;
	margin: 0 auto;
}
	#nav ul{
		display: inline;
		float: left;
		list-style: none;
		margin: 0 0 0 30px;
	}
		#nav ul li{
			background: transparent none;
			display: inline;
			float: left;
			line-height: normal;
			list-style: none;
			margin: 0 5px 0 0;
			padding: 0;
		}
			#nav ul li a{
				color: #999;
				display: inline;
				float: left;
				font-size: 12px;
				font-weight: bold;
				line-height: 32px;
				text-decoration: none;
			}
			#nav ul li a:hover{
				background: transparent url(Images/bg_nav-over.gif) no-repeat left top;
				cursor: pointer;
			}
				#nav ul li a span{
					display: inline;
					height: 32px;
					padding: 9px 15px;
				}
				#nav ul li a:hover span{
					background: transparent url(Images/bg_nav-over_end.gif) no-repeat right top;
				}

/* Current Page Highlight */
.root #nav ul li #nav_home,
.specialties #nav ul li #nav_specialties,
.patients #nav ul li #nav_patients,
.physicians #nav ul li #nav_physicians,
.contact #nav ul li #nav_contact,
.faq #nav ul li #nav_faqs,
.myaccount #nav ul li #nav_myaccount{
	background: transparent url(Images/bg_nav-over.gif) no-repeat top left;
	cursor: default;
}
.root #nav ul li #nav_home span,
.specialties #nav ul li #nav_specialties span,
.patients #nav ul li #nav_patients span,
.physicians #nav ul li #nav_physicians span,
.contact #nav ul li #nav_contact span,
.faq #nav ul li #nav_faqs span,
.myaccount #nav ul li #nav_myaccount span{
	background: transparent url(Images/bg_nav-over_end.gif) no-repeat top right;
}

/* Biloxi Link */
#nav ul li a#nav_biloxi_regional{
	height: 22px;
	background: #e5e4d5;
	border: solid 1px #b9b099;
	color: #a79b7c;
	display: block;
	float: left;
	line-height: 22px;
	margin: 4px 0 0 20px;
}
#nav ul li a#nav_biloxi_regional:hover{
	background: #fff none;
	color: #666;
	border: solid 1px #ded3b6;
}
#nav ul li a#nav_biloxi_regional:hover span{
	background: transparent none;
}


/* Marquee */
#marquee{
	width: 922px;
	height: 248px;
	position: relative;
	background: transparent url(Images/bg_marquee.jpg) no-repeat center top;
	margin: 0 auto;
}
	#marquee ul{
		position: absolute;
		left: 520px;
		top: 100px;
	}
		#marquee ul li{
			background: transparent none;
			line-height: normal;
			padding: 0;
		}
			#marquee ul li a{
				font-family: Georgia, Times New Roman, Serif;
				font-size: 16px;
			}
	
/* Main Content */
.root #main{
	width: 922px;
	_height: 200px;
	background: transparent url(Images/bg_content-home.gif) repeat-y center top;
	margin: 0 auto;
}
	.root #main #content{
		width: 555px;
		float: left;
		padding: 0 15px;
	}
	.root #main #latestnews{
		width: 337px;
		_height: 100px;
		min-height: 100px;
		float: right;
	}
		.root #main #latestnews h2{
			width: 325px;
			height: 18px;
			position: relative;
			background: transparent url(Images/h2-latestnews.gif) no-repeat center top;
			color: #666;
			margin: 0;
			padding: 12px 0 11px 12px;
		}
		.root #main #latestnews h2 .viewall{
			position: absolute;
			right: 15px;
			top: 15px;
		}
		.root #main #latestnews h2 .viewall,
		.root #main #latestnews h2 .viewall span{
			color: #73a594;
			font-family: Arial, Verdana, Helvetica, Sans-Serif;
			font-size: 12px;
			text-decoration: none;
		}
			.root #main #latestnews h2 .viewall:hover span{
				text-decoration: underline;
			}
		.root #main #latestnews dl{
			line-height: 18px;
			margin: 10px 15px;
		}
			.root #main #latestnews dl dt a{
				color: #454545;
				font-size: 12px;
				font-weight: bold;
			}
			.root #main #latestnews dl dt .date{
				color: #666;
				font-size: 10px;
			}
			.root #main #latestnews dl dd{
				color: #666;
				font-size: 11px;
				margin: 0 0 15px;
			}
				.root #main #latestnews dl dd .readmore,
				.root #main #latestnews dl dd .readmore span{
					font-size: 10px;
					font-weight: bold;
					text-decoration: none;
				}
				.root #main #latestnews dl dd .readmore:hover span{
					text-decoration: underline;
				}
#content_btm{
	width: 922px;
	height: 20px;
	margin: 0 auto;
	padding: 0;
}

/* Footer */
#footer{
	width: 860px;
	background: transparent url(Images/bg_content-inner_btm.gif) no-repeat center top;
	color: #7491ab;
	font-size: 11px;
	margin: 0 auto;
	padding: 25px 31px 10px;
}
.root #footer{
	background: transparent url(Images/bg_content-home_btm.gif) no-repeat center top;
}
	#footer .poweredbycyrus{
		width: 138px;
		height: 21px;
		background: transparent url(Images/poweredbycyrus.gif) no-repeat left top;
		display: block;
		float: right;
		margin: 0 0 0 0;
	}
	#footer .poweredbycyrus:hover{
		background-position: left bottom;
	}
		#footer .poweredbycyrus span{
			display: none;
		}
	#footer p{
		margin: 0;
	}
	#footer ul{
		float: left;
		list-style: none;
		margin: 4px 0;
	}
		#footer ul li{
			background: transparent none;
			border-left: 1px solid #7491ab;
			float: left;
			line-height: normal;
			list-style: none;
			margin: 0;
			padding: 0 6px;
		}
			#footer ul li a{
				color: #7491ab;
			}
			#footer ul li a:hover{
				color: #fff;
			}
		#footer ul .firstlink{
			border: none;
			padding-left: 0;
		}

/* Main Inner Pages */
#main_inner{
	width: 922px;
	background: transparent url(Images/bg_content-inner.gif) repeat-y top left;
	margin: 0 auto;
}
	#main_inner #main_content{
		width: 662px;
		_height: 300px;
		min-height: 300px;
		position: relative;
		display: inline;
		float: left;
		margin: 0;
		padding: 10px;
	}
#main_sidebar{
	float: right;
	width: 240px;
    min-height: 200px;
	 _height: 200px;
	padding: 10px 0 0;
	background: transparent url(Images/bg_sidebar-top.gif) no-repeat center top;
}

/* Main Content Styles */
#main_inner h2, #main_inner h3, #main_inner h4, #main_inner h5, #main_inner h6{
	margin: 0 0 5px 0;
}
.root h1,
#main_inner h1{
	position: relative;
    border-bottom: 0.05em solid #ccc;
    color: #3a4d9c;
    margin: 0 0 0.25em;
    padding: 4px 0;
}
#main_inner h2{
    padding: 0.25em 0.25em 0.25em 0;
    background: #f1f1f1;
    color: #666;
}
#main_inner h3{
	padding: 0.17em 0.17em 0.17em 0;
}
#main_inner h4{
	padding: 0.17em 0.17em 0.17em 0;
}
#main_inner h5{
	padding: 0.17em 0.17em 0.17em 0;
}
#main_inner h6{
	padding: 0.17em 0.17em 0.17em 0;
}
#main_inner p{
	line-height: 1.67em;
	margin: 0 0 0.83em 0;
}
#main_inner hr{
	height: 0;
	border: 0;
	border-bottom: 1px solid #ccc;
}
#main_inner ul{
	margin: 0 0 1.67em 0.42em;
}
#main_inner ol{
	margin: 0 0 1.67em 2.08em;
}
#main_inner ul li{
	list-style: none;
	margin: 0 0 0.83em 0;
	padding: 0 0 0 1.25em;
	background: transparent url(/Resources/Common/Images/bullet.gif) no-repeat 0 0.67em;
	line-height: 1.50em;
}
#main_inner ol li{
	margin-bottom: 0.83em;
	line-height: 1.50em;
}
#main_inner dl{
	margin: 0 0 1.67em 0;
	line-height: 1.67em;
}
#main_inner dl dt{
	color: #555;
	font-weight: bold;
}
#main_inner dl dd{
	margin: 0 0 0.83em 0;
}
#main_inner blockquote{
	width: 660px;
	margin: 0 0 20px 0;
	padding: 0 0 0 10px;
	border-left: 3px solid #ddd;
	color: #666;
	line-height: 1.67em;
	text-align: justify;
	font-style: italic;
}
#main_inner .menuempty{
	margin: 0 0 10px 0;
}
#main_inner .menu{
	height: 25px;
	position: absolute;
	right: 20px;
	top: 8px;
	margin: 0 0 10px 0;
	font-size: 10px;
	line-height: 25px;
	text-align: right;
}
	.root .menu{
		right: 0;
		top: 5px;
	}
#main_inner .menu a{
	margin: 0 0 0 10px;
	padding: 2px 0 2px 18px;
}
#main_inner .menu .font_sizer{
	display: inline;
}
	#main_inner .menu .font_sizer .font_normal,
	#main_inner .menu .font_sizer .font_medium,
	#main_inner .menu .font_sizer .font_large{
		background: #eee;
		border: 1px solid #ccc;
		margin: 0 5px 0 0;
		padding: 1px 4px;
		text-decoration: none;
	}
	#main_inner .menu .font_normal{
		font-size: 8px;
	}
	#main_inner .menu .font_medium{
		font-size: 11px;
	}
	#main_inner .menu .font_large{
		font-size: 14px;
		margin-right: 0;
	}
#main_inner .menu .menu_print{
	background: transparent url(/Resources/Common/Images/Icons/printer.gif) no-repeat center left;
}
#main_inner .menu .menu_email{
	background: transparent url(/Resources/Common/Images/Icons/email.gif) no-repeat center left;
}
#main_inner .menu .menu_bookmark{
	background: transparent url(/Resources/Common/Images/Icons/book.gif) no-repeat center left;
}
.button, .button_disabled{
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	padding: 3px 6px;
	text-decoration: none !important;
	text-transform: uppercase;
}
.button{
	background: transparent url(Images/bg_button.gif) repeat-x left top;
	border: 1px solid #e5dcc5;
	color: #666;
}
.button:hover{
	background: #999 !important;
	border: 1px solid #666;
	color: #fff;	
}
#main_inner .photo{
	width: 132px;
	height: 152px;
	float: left;
	position: relative;
	background: url(/Resources/Common/Images/bg_photo.jpg) no-repeat;
}
	#main_inner .photo img{
		position: absolute;
		left: 5px;
		top: 5px;
	}
#main_inner .thumb{
	width: 72px;
	height: 82px;
	float: left;
	position: relative;
	background: url(/Resources/Common/Images/bg_photo_thumb.jpg) no-repeat;
}
#main_inner .thumb img{
	position: absolute;
	left: 5px;
	top: 5px;
}

/* Main Sidebar Styles */
#main_sidebar h2{
	margin: 0 10px;
	padding: 3px 6px;
	border: 1px solid #ded3b6;
	background: #f2f1e3;
    color: #666;
	font-size: 16px !important;
}
#main_sidebar fieldset{
    width: 190px;
    margin: 0 auto 10px auto;
}
    #main_sidebar fieldset .HealthCenter,
    #main_sidebar fieldset .Hospital{
        height: 20px;
        margin: 0 0 0 10px;
	    padding: 0 0 5px 25px;
	    background: transparent url(/Resources/Common/Images/Icons/icon_hospital.gif) no-repeat 0 0;
	    color: #666;
	    line-height: 18px;
	    font-weight: bold;
    }
    #main_sidebar fieldset .Clinic{
        height: 20px;
        margin: 0 0 0 10px;
	    padding: 0 0 5px 25px;
	    background: transparent url(/Resources/Common/Images/Icons/icon_clinic.gif) no-repeat 0 0;
	    color: #666;
	    line-height: 18px;
	    font-weight: bold;
    }
    #main_sidebar address{
        margin: 0 0 0 20px;
        line-height: 18px;
    }
    #main_sidebar #phonenumbers{
        margin: 10px 0 0 20px;
        color: #666;
        line-height: 18px;
        font-weight: bold;
    }
    #main_sidebar #map{
	    width: 210px;
	    height: 200px;
	    overflow: hidden;
	    margin: 20px 10px 10px 10px;
	    border: 4px solid #eee;
    }
#main_sidebar ul{
	list-style: none;
	margin: 0 0 10px 12px;
}
#main_sidebar li{
	font-weight: bold;
	list-style: none;
	padding: 0;
	background: transparent url(Images/bullet1.gif) no-repeat 0 4px !important;
}
#main_sidebar li a{
	padding: 1px 2px 1px 0;
	color: #888;
	font-size: 12px;
}
#main_sidebar li ul{
	margin: 5px 0 10px;
}
#main_sidebar li li, #main_sidebar ul ul li{
	font-weight: normal;
	padding: 0 0 0 10px;
	background: transparent url(Images/bullet2.gif) no-repeat -2px 5px !important;
}
#main_sidebar li li a, #main_sidebar ul ul li a{
	color: #999;
	font-size: 12px;
	line-height: 16px;
}
#main_sidebar li a:hover{
	color: #3a4d9c;
}
#main_sidebar li li a:hover, #main_sidebar ul ul li a:hover{
	color: #3a4d9c;
}
#main_sidebar #quicklinks.control_container li{
    margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	background: transparent url(Images/bullet2.gif) no-repeat 3px 9px;
    font-weight: normal;
}

/* Footer */
#navfooter{
	margin: 0 10px;
	background: #fff;
}
	#navfooter ul{
		height: 30px;
		list-style: none;
		color: #999;
		font-size: 12px;
		text-align: center;
	}
	#navfooter li{
		border-left: 1px solid #ddd;
		display: inline;
		list-style: none;
		padding-left: 7px;
		color: #999;
	}
	#navfooter li a{
		margin: 0 3px;
		color: #0060a9;
		line-height: 30px;
		text-align: center;
	}
	#navfooter li a:hover{
		color: #999;
		text-decoration: underline;
	}
	#navfooter .firstlink{
		border: none;
	}
#footer_left{
	float: left;
	width: 50%;
	margin: 10px 0;
}
#footer_right{
	float: left;
	width: 50%;
	margin: 10px 0;
}
#copyright{
	margin: 0 0 0 20px;
	color: #999;
}
#navlegal{
	margin: 0 0 0 20px;
	color: #ccc;
}
	#navlegal ul{
		list-style: none;
	}
	#navlegal li{
		display: inline;
		list-style: none;
		color: #ccc;
	}
	#navlegal li a{
		margin: 0;
		color: #b68440;
		text-align: center;
	}
	#navlegal li a:hover{
		color: #999;
		text-decoration: underline;
	}
#footeraddress{
	float: right;
	color: #999;
	margin: 0 20px 0 0;
}
	#footeraddress:hover{
		color: #666;
		text-decoration: underline;
	}
#poweredby{
	float: right;
	display: block;
	width: 140px;
	height: 23px;
	margin: 0 20px 0 0;
	background: transparent url(Images/poweredby.gif) no-repeat top left;
}
	#poweredby span{
		display: none;
	}

/* News/Events Section */
#newsList_wrap h2 a, #eventList_wrap h3 a, #eventDetail_left h3{
    color: #6ba0c4;
}

/* Physicial Detail */
#physDetail{
}
	#physDetail .physPhoto{
	    display: inline;
		margin: 0 10px 10px 0;
		float: left;
	}
	#physDetail .physInfo{
	    display: inline;
		width: 500px;
		margin: 0 0 0 10px;
		float: left;
	}
	#physDetail .physCredentials{
		margin: 0 0 0 10px;
	}
	#physDetail h2{
		background: transparent none;
		text-decoration: underline;
	}

/* Faq Section */
#faqList h3{
    background: transparent url(Images/icon_q.gif) no-repeat 0 5px;
    padding: 0 0 0 17px;
}
#faqQuestionList .questionItem{
    background: transparent url(Images/icon_q.gif) no-repeat center left;
}
#faqList .answer{
    background: transparent url(Images/icon_a.gif) no-repeat 0 5px;
}

/* Hospital Location */
#hospitallocation_wrap{
	margin-bottom: 15px;
}
	#hospitallocation_wrap .hospitallocation{
		margin-bottom: 10px;
		min-height: 155px;
		padding: 5px 0 10px;
	}
	#hospitallocation_wrap .locationcontent{
	    width: 430px;
	    float: left;
	}
	#hospitallocation_wrap .hospitallocation address{
		line-height: 20px;
	}
	#hospitallocation_wrap .gmap{
		border: 4px solid #ccc;
		overflow: hidden;
		float: right;
		position: relative;
	}
	#hospitallocation_wrap .gmap div span{
		display: block;
		position: relative;
		left: 0;
		top: 120px;
	}
	#hospitallocation_wrap .gmap a[target="_blank"]{
		display: none;
	}
	#hospitallocation_wrap .gmnoprint{
		display: block ! important;
	}
	#hospitallocation_wrap .gmap img[src="http://www.google.com/intl/en_us/mapfiles/poweredby.png"]{
		background: transparent url(/Resources/Common/Images/bg_googlecurve.png) no-repeat top left;
		position: relative;
		left: 145px;
		bottom: 112px;
		padding: 5px 5px 5px 10px ! important;
	}
	#hospitallocation_wrap .googlemap{
		width: 218px;
		height: 150px;
		background: #eee;
	}
	#hospitallocation_wrap hr{
		border-bottom: 1px solid #ccc;
		height: 1px;
	}
	
/* formsection */
.formsection{
    border: 2px solid #fff;
}
