body {
	background-color: #033A5D;
	background-image: url(../images/body_bkg02.gif);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.8em;
}
/* javascript by sonsofsuckerfish.org */
/* - WRAPS ALL PAGES ALL LEVELS */
#allWrap {
background-image: url(../images/LevelTwo_bkg.jpg);
background-repeat: repeat-y;
width: 800px;
}
/* DIV LEVEL ONE */
#headerBluespace {
height: 70px;
background-image: url(../images/header_800pxB.gif);
background-repeat: no-repeat;
background-position: top left;
}
/* DIV LEVEL TWO */
#headerBlueNav {
background-color: #054664;
float: none;
height: 20px;
padding: 0px 0px 0px 80px; 
width: 720px;
}
#headerBlueNav a {
color: #fff;
font-family: arial, san-serif;
font-size: 10pt;
text-decoration: none;
}

/* - DIV LEVEL THREE and DROP NAVIGATION */
#headerTopNav {
	height: 30px; min-height: 30px;
	background-color: #B3CED9; 
	background-image: url(../images/headerTopNav.jpg);
	padding: 5px 0px 0px 140px; /* aligns menus over the image */
	margin: 0px;
}
/* - TOP NAVIGATION */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	display: block;
	color: #005A78;
	font-weight: bold;
	font-size: 11pt;
	text-decoration: none;
	padding: 2px;
}
#nav li { /* all list items */
	float: left;
	width: 16em; /* width needed or else Opera goes nuts */
	/* added */
	border-top: 1px solid #96B8C6;
	border-left: 1px solid #96B8C6;
	padding-left: 0.2em;	/* background-color: #fff;  */
}

#nav li ul { /* second-level lists */
	position: absolute;
	/* was background: none; */
	width: 256px;
	left: -999em;
	height: 99px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	/* background-color: #B3CED9; */
	/* had no background originally */
}
.navTopItem {
	font-weight: bold;
	font-family: verdana, Helvetica, sans-serif;
	line-height: 1;
	/* background-color: #fff; */
	padding-top:0;
}

/* END NAVIGATION */


/* - SECOND LEVEL PAGES ONLY*/
#secondLevelContainer {
float: left;
clear: none;
width:100%; min-width:700px;
background-image: url(../ximages/main_window_03.jpg);
background-repeat: repeat-y;
/* border-top: 1px normal #aaf; */
/* border-right: 1px dotted #fc0; */
/* border-bottom: 1px dotted #fc0; */
/* border-left: 1px dotted #fc0; */
margin: 0px;
/* padding: 0px 20px 0px 330px; */
}
/* (within) content */
#tabHeader ul {
	list-style: none;
	padding:0 0 0 200px;
	margin:0;
}
#tabHeader li {
	/* display: inline;
	border: solid;
	border-width: 1px 1px 0 1px;
	margin: 0 0.5em 0 0; */
		border-color: #66f;
	float: left;
	border: 1px solid;
	border-bottom-width: 0;
	margin: 0 0.5em 0 0;
}
#tabHeader li a {
	padding: 0 1em;
	text-decoration: none;
}
#tabHeader #selected {
	padding-bottom: 1px; 
	position: relative;
	top: 1px;
	background: white;
	color:#f33;
}
#tabContent {
	border: 1px solid;
	clear: both;
	border-color: #ccf;
}
/* - LEVEL FOUR PICTURE WINDOW */
#homeblock {
float: none;
clear: both;
width: 800px;
height: 358px;
background-image:  url(../images/main_window800px.jpg);
background-repeat: no-repeat;
background-color: #054664;
margin: 0px;
padding: 0px;
}
/* #054664; */
/* - DIV LEVEL FIVE PICTURE WINDOW */

/* DIV LEVEL SIX  */
#leftcolumn {
background-color: #ddd;
background-image: url(../images/texttwo_bkg.gif);
clear: none;
float: left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 2px 10px;
width: 125px;
}
#leftcolumn p {
color: #054664;
font-size: 12pt;
font-weight: bold;
margin: 0px 0px 0px 10px;
}
#leftcolumn img {
margin: 0px 0px 12px 12px;
}
/* text three */

#contentlink {
background-color: #016587;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 5px;
min-height: 20px;
float: right;
clear: none;
width: 100px;
}
#contentlink a:link {
color: #FFF;
float: right;
padding: 2px 10px 0px 0px;
text-decoration: none;
font-weight: bold;
}
#contentlink a:visited {
color: #fff;
float: right;
padding: 2px 10px 0px 0px;
text-decoration: none;
font-weight: bold;
}
#contentlink img {
float: left;
clear: none;
}

/* - SECOND LEVEL PAGE CONTENT FOR TEXT */
#content {
color: #FFF;
background-color: #005A78;
background-image: url(../images/welcome02.gif);
background-repeat: no-repeat;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 10px;
min-height: 500px;
float: left;
clear: none;
width: 655px;
}
#content a {
color: #0cc;
}
#content h1 {
	margin: 0;
	padding: 20px 0 30px 0;
	color: #82bbdc;
	font-size: 14pt;
	font-weight: bold;
	font-family: verdana, Helvetica, sans-serif;
}
#content h2 {
color: #82dcd7;
font-family: arial, san-serif;
font-size: 14pt;
padding: 0px 20px 0px 20px;
}
#content h3 {
color: #0bc1b6;
font-family: arial, san-serif;
font-size: 12pt;
font-weight: normal;
margin: 10px 20px 0px 30px;
}
#content p {
	color: #fff;
	font-family: arial, san-serif;
	font-size: 12pt;
	font-weight: normal;
	padding: 0px 20px 10px 40px;
	margin: 0px;
}
#content ul {
margin: 10px 20px 20px 40px;
}
#content ol{
margin: 10px 20px 20px 40px;
}
#content li {
color: #fff;
}
/* - DIV LEVEL SEVEN  FOOTER */
#footer {
background-color: #004A63;
background-position: top left;
clear: both; /* I added this to keep the footer out of the tab menu */
float: none;
	height: 20px;
	width: 800px;
}
#footer p {
color: #999;
font-family: arial, san-serif;
font-size: 8pt;
font-weight: bold;
position: relative;
	left: 165px;
}
.pictures {
	margin: 20px 10px 0px 0px;
	float: none;
	clear: both;
	height: 200px;
	padding: 5px 0px 0px 5px;
	background-color: #CCCCCC;
	
}
.pictures p {
	color: #333333;
}
.pictures img {
	clear: none;
	float: left;
	padding: 5px;
	border: solid #999 1px;
	margin-right: 20px; 
}
.pictures li {
	color: #333333;
	clear: none;
	float: left;
	padding: 5px;
	margin-left: 10px; 
}
#doctors img {
float: left;
margin-right: 20px; 
margin-bottom: 40px;
}
.beforeafter {
	margin: 20px 10px 0px 0px;
	float: none;
	clear: both;
	height: 200px;
	padding: 5px 0px 0px 5px;
	
}
.beforeafter img {
	clear: none;
	float: left;
	padding: 5px;
	border: solid #999 1px;
	margin-right: 20px; 
}
#listregular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
}
.formRowLt {
	background-color: #026A82;
}
caption {
background-color: #ccc;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #555;
font-size: 14px;
}
.required {
color: #990000;
font-size:12pt;}