body {
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}

.error 			{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #CC0000; }

.standard 		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #000000; }

.standardbold 	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #000000; }

.standardheader { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: bold; color: #0B4164; }

.footer 		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7.5pt; font-weight: normal; color: #000000; }

.whiterule		{ background-color: #FFFFFF; }

.blackrule		{ background-color: #000000; }

.bluerule		{ background-color: #0b4165; }



a          		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; text-decoration: underline; color: #000000;  }

a:hover    		{ text-decoration: none; }



a.footer   		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; text-decoration: none; color: #000000;  }

a.footer:hover 	{ text-decoration: underline; }



a.navon			{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #0b4164; text-decoration: none; }

a.navoff		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #0b4164; text-decoration: none; }

a.navon:hover	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #0b4164; text-decoration: underline; }

a.navoff:hover	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #0b4164; text-decoration: underline; }



a.subnavon			{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7.5pt; font-weight: normal; color: #0b4164; text-decoration: none; }

a.subnavoff			{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7.5pt; font-weight: bold; color: #0b4164; text-decoration: none; }

a.subnavon:hover	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7.5pt; font-weight: normal; color: #0b4164; text-decoration: underline; }

a.subnavoff:hover	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7.5pt; font-weight: bold; color: #0b4164; text-decoration: underline; }



#page {
	margin: 0px auto;
	padding: 0;
	width: 900px;
	}

#header,
#headerHome,
#headerClinical,
#headerOperations,
#headerMarketing,
#headerContact,
#headerAesthetics {
	margin: 0;
	padding: 0;
	height: 195px;
	width: 900px;
	border-bottom:8px solid #08436B;
	background:url('standard/header_default.jpg') no-repeat bottom center;
}
#headerClinical {
	background:url('standard/header_medical.jpg') no-repeat bottom center;
}
#headerContact {
	background:url('standard/header_contact.jpg') no-repeat bottom center;
}
#headerMarketing {
	background:url('standard/header_consulting.jpg') no-repeat bottom center;
}
#headerHome {
	background:url('standard/home_header.jpg') no-repeat bottom center;
	height: 207px;
}
#footer {
	width:900px;
	border-top:8px solid #08436B;
}

#menu {
	width:900px;
	height:35px;
	background:#0b4165;
}

#nav {
	margin: 0 0 0 auto;
	position: relative;
	z-index: 300;
	width: auto;
	float:left;
	font-size: 1.4em;
	font-weight: bold;
	list-style: none;
	height:35px;
	padding:0;
}

/* Drop down menu styles  */
#nav ul {
	padding:0;
	margin: 0;
	list-style: none;
	float: left;
	font-size: .85em;
}
/* Makes the menu work, no need to change */
#nav li {
	float: left;
	border-right:1px solid #ccc;
}

#nav li:first-child {
	border-left:none;
}

/***** MENU ITEM STYLES *****/
/* Drop down menu items */
#nav li li {
	float: none; /* Makes the menu work, no need to change */
	background:none;
	padding:0px;
	border-left:none;
}
	/* Last item in drop down menu */
	#nav li li.last {
		/*border-bottom: 1px solid #b80;*/
	}
	/* a hack for IE6 */
	* html #nav li li {
		/*float: left;*/
	}

/***** LINK STYLES *****/
/* Top level menu link styles */
#nav li a {
	display: block;
	float: left;
	height: 30px;
	padding: 3px 23px 2px 23px;
	line-height: 22px;
	text-decoration: none;
	white-space: nowrap;
	margin: 0;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	z-index:500;
}

#nav li:hover > a, #nav li.current_page_item > a, #nav li.current_page_parent > a{
	background:#ff7e0c;
}

/* Top level menu link styles with children */
#nav li a.down {
}
/* 2nd level+ link styles */
#nav li li a {
	display: block;
	height: 20px;
	line-height: 18px;
	float: none;
	padding: 1px 10px;
	font-weight: normal;
	color: #000;
	margin: 0;
	min-width:125px;
	width:auto !important;
	text-align:left;
	/*background:#e5e5e5;*/
}
	
/* 2nd level+ link styles with children */
#nav li li a.fly {
}

/***** DROP DOWN MENU POSITIONING *****/
/* Makes the menu work, no need to change */
#nav li:hover {
	position: relative;
	z-index: 400;
}

/* 2nd level menu position relative to bottom left of parent */
#nav li:hover ul {
	left: 0;
	top: 35px;
	z-index: 500;
	background:url('standard/dropdownbg.png');
	border-top:none;
	border:1px solid #cccccc;
}

/* Makes the menu work, no need to change */
#nav ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
}
	/* a hack for IE6 */
	* html #nav ul {
		width: 2px;
	}
/* 3rd level+ menu position relative to top right of parent */
#nav li:hover li:hover > ul {
	left: -5px;
	margin-left: 100%;
	top: -1px;
	z-index: 500;
}
/* Keep further levels hidden, no need to change */
#nav li:hover > ul ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: auto;
}
/* Show path followed, Top level+ */


/* Show path followed, 2nd level+ */
#nav li li:hover > a, #nav li li:hover {
	color: #000;
	background:url('standard/dropdownbg_hover.png');
}
#nav li:hover ul > li {
	margin:0;
}

#nav li li {
	position: relative;
	width:auto;
	/*background:#e5e5e5;*/
}

#spotlight {
	width:500px;
	float:left;
	padding:10px 0 0 0;
}

h2.spotlightHeader {
	background:#cc6601;
	color:#fff;
	font-family:"Arial Black", "Arial Rounded MT Bold", Arial;
	padding:3px 0;
	font-size:9pt;
	text-transform:uppercase;
}

#fullcolumn {
	padding:10px 25px 10px 25px;
	min-height:250px;
}
