/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/*Main structure of site			*/
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
html body{
	font-family: georgia, serif;
	text-align: center;
	margin: 0;
	padding: 0;
	color:#333333;
}

#container {
	text-align: center;
	width: 100%;
}

#top {
	margin: auto;
	height:188px;
	width: 967px;
	background: url(images/top.png);
	background-repeat:no-repeat;
	background-position: top;	
}

#top_menu {
	color:#FFFFFF;
	font-size:20px;
	height:45px;
	left:24px;
	margin:auto;
	position:relative;
	text-align:left;
	top:76px;
	width:967px;
	letter-spacing:1px;
}

#middle {
	margin: auto;
	background:url(images/middle.jpg);
	text-align:left;
	padding-top: 5px;
	width: 920px;
	
}

#bottom {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/bottom.png) no-repeat scroll center bottom;
	color:#000000;
	font-size:15px;
	height:130px;
	margin:auto;
	vertical-align:bottom;	
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/*top area					*/
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

#top_bar { 
	width:870px; 
	height: 205px; 
}

#logo_image { 
	position: relative; 
	top: -35px;
	left: 10px;
}

#logo_text { 
	position: relative; 
	top: -115px;
	left:170px;
	font-size: 3em;
	font-family: times, georgia, serif;
	font-weight: bold;
	width: 500px;
}

#logo_text_subtitle { 
	position: relative; 
	top: -115px;
	left:175px;
	font-size: 1em;
	font-family: times, georgia, serif;
	font-weight: bold;	
	width: 500px;
	font-style: italic;
}

#search_bar { 
	position: relative; 
	left: 625px;
	width: 339px;
}

#contact_info {
	font-size:21px;
	position:relative;
	right:25px;
	text-align:right;
	top:53px;	
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/*top_menu area					*/
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

#top_menu a{ 
	text-decoration: none;
	color: #ffffff;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/*Middle/Content area				*/
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
#intro_text {
	width: 600px;
	padding:10px;
	min-height:900px;
}

#right_side_services {
	float:right;
	left:35px;
	position:relative;
}

#bio_pic {
	float:right;
	position:relative;
	right:34px;
	top:98px;
}

#aesthetic_services {
	font-size:14px;
	position:relative;
	right:53px;
	top:32px;
	width:240px;
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-bottomright:20px;
	-moz-border-radius-topleft:20px;
	-moz-border-radius-topright:20px;
	background-color:lightgrey;
	border:2px solid;
	line-height: 15px;
}

#aesthetic_services_list {
	left:17px;
	position:relative;
	padding-bottom:15px;	
}

#medical_services {
	font-size:14px;
	position:relative;
	right:53px;
	top:32px;
	width:240px;
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-bottomright:20px;
	-moz-border-radius-topleft:20px;
	-moz-border-radius-topright:20px;
	background-color:lightgrey;
	border:2px solid;	
}

#medical_services_list {
	left:17px;
	position:relative;
	padding-bottom:15px;	
}

#content_top { 
	width:950px; 
	position: relative; 
	left: 12px;
}

#topleft_img { 
	float: left;
	top: 10px;
	left: 10px;
	width: 200px;
	position: relative; 
}

#intro_text {
	padding: 10px;
}

#bio_text {
	padding:10px;
	width:630px;
}

#horz_line {
	position: relative; 
	left: 10px; 	
}

#content_bottom { 
	width:950px; 
	position: relative; 
	left: 12px;
	background:url(images/bottom_background.jpg);
}

#latest_news {
	width:590px;
	min-height: 280px;
}

#latest_news_text {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
}


#bottomright_area_text { 
	width:360px;
	position: relative;
	float: right; 
	text-align: center;
	top: 25px;
	vertical-align: bottom;
}

#bottomright_area_picture { 
	position: relative; 
}

#map {
	border-style:solid;
	float:right;
	height:400px;
	margin:6px;
	width:600px;
}

#map_text {
	min-height: 410px;
}

.error {
	color: #ff3333;
}

#form_submit_message {
	position:relative;	
	top: 75px;
}

.input_fields_bad {
	position: absolute;
	left: 9000px;
	display: none;
}

#contact_form {
	min-height:300px;
}


#bronze_biologic {
	float:right;
	font-size:11px;
	padding:15px;
	text-align:center;
}

#float_right_caption{
	float:right;
	font-size:11px;
	padding:15px;
	text-align:center;	
}

#office {
	margin: 1em auto;
	border: 2px solid #555;
	width: 623px;
	height: 215px;
}

#float_left{
	float: left;
	padding: 10px;
}

#float_right{
	float: right;
	padding: 10px;
}

.equip_desc{
	margin-left: 115px;
}


/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/*Footer area					*/
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

#footer { 
	line-height:10px;
	position:relative;
	text-align:center;
	top:45px;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/*Drop Down Menu				*/
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

#menu {
	width: 951px;
	background: black;
	float: left;
	position: relative;
	left: 12px;
	bottom: 15px;
	z-index: 100;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 9em;
	float: left;
}

#menu a, #menu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	margin: 0;
	padding: 2px 3px;
}

#menu h2 {
	color: #fff;
	background: #000;
	text-transform: uppercase;
	text-align: center;	
}

#menu a {
	color: #000;
	background: #efefef;
	text-decoration: none;
}

#menu a:hover {
	color: #000000;
	background: #fff;
}

#menu li {
	position: relative;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {
	display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;
}
