@charset "UTF-8";
/* Copyright 2009 - Demiurgic Software, LLC */
/* Designed for: Deanna Valizan */

body {
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #fff;
}

a:link, a:visited {
	color: #900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 5px 0;
	text-align: justify;
}

h2 {
	margin: 15px 0 5px 0;
	font-weight: bold;
	font-size: 15px;
}

#header {
	height: 77px;
}

#header #logo {
	background-image: url('images/logo.png');
	position: absolute;
	left: 50%;
	margin-left: -171px;
	width: 343px;
	height: 77px;
}

#navigation {
	height: 70px;	
}

#navigation #buttons {
	margin-top: 20px;
	padding: 5px 10px;
	position: absolute;
	left: 50%;
	margin-left: -495px;
	width: 990px;
	border-bottom: solid #fc9 1px;
}

#navigation #buttons ul {
	d/isplay: block;
	float: left;
	margin: 0;
	padding: 0;
}

#navigation #buttons li {
	float: left;
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0 20px 0 20px;
}

 
#navigation #buttons ul li ul {
	position: absolute;
	display: none;
	margin-left: 10px;
	background-color: #000;
	border-left: solid #fc9 1px;
	border-bottom: solid #fc9 1px;
	border-right: solid #fc9 1px;
	z-index: 100;
}
 
#navigation #buttons ul li ul li {
	float:none;
	margin: 10px;
}
 
#navigation #buttons ul li:hover ul {
	display: block;
}

#navigation #buttons ul li ul li a:link,
#navigation #buttons ul li ul li a:visited {
	color: #fc9;
}


#main {
	background-image: url('images/main_bg.png');
	height: 547px;
}

#content {
	position: absolute;
	left: 50%;
	padding-top: 15px;
	margin-left: -450px;
	width: 900px;
	height: 400px;
}

#gallery_pictures
{
	text-align: center;
	margin-top: 15px;
	padding: 10px 0;
	h/eight: 80px;
	border-top: solid #fff 1px;
	border-bottom: solid #fff 1px;
}

#services_links li {
	margin: 15px 0;
	list-style-type: none;
}

#services_links li#active {
	font-size: 16px;	
	font-weight: bold;
}

#services_links li a:link,
#services_links li a:visited {
	color: #eee;
}

#medbox_left {
	display: block;
	background-image: url('images/medbox_left.png');
	float: left;
	width: 39px;
	height: 363px;
}

#medbox_content {
	padding: 30px 0;
	display: block;
	background-image: url('images/medbox_center.png');
	font-size: 12px;
	float: left;
	height: 303px;
	color: #000;
}

#medbox_right {
	display: block;
	background-image: url('images/medbox_right.png');
	float: left;
	width: 39px;
	height: 363px;
}

#bigbox_left {
	display: block;
	background-image: url('images/bigbox_left.png');
	float: left;
	width: 33px;
	height: 455px;
}

#bigbox_content {
	padding: 30px 0;
	display: block;
	background-image: url('images/bigbox_center.png');
	float: left;
	height: 395px;
	color: #000;
}

#bigbox_right {
	display: block;
	background-image: url('images/bigbox_right.png');
	float: left;
	width: 33px;
	height: 455px;
}

.image_floatleft {
	margin-right: 15px;
	float: left;
}

.image_floatright {
	margin-left: 15px;
	float: right;	
}

fieldset {
	padding: 0 20px;
	border: none;
}

fieldset div {
	width: 440px;
	margin: 10px 0 15px 15px;
}

fieldset label {
	float: left;
	display: block;
	width: 200px;
}

fieldset input[type="text"],
fieldset textarea {
	width: 200px;
}

#form_buttons {
	width: 150px;
	float: right;
	margin: 5px 15px 0 0;
}

#footer #copyright {
	position: absolute;
	left: 50%;
	margin-left: -200px;
	margin-top: 20px;
	width: 400px;
	text-align: center;
	font: 12px Verdana, Geneva, sans-serif;
	color: #fc9;
}

#footer #copyright a:link,
#footer #copyright a:visited {
	color: #c96;
	text-decoration: none;
}

#footer #copyright a:hover {
	color: #fff;	
}
