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/background_new_full.jpg);
background-repeat: no-repeat;
width: 800px;
}
/* DIV LEVEL ONE */
#headerBluespace {
height: 70px;
background-image: url(../images/header_800px.gif);
background-repeat: no-repeat;
background-position: top left;
}
/* DIV LEVEL TWO */
#headerBlueNav {
background-color: #054664;
float: none;
height: 20px;
padding: 0px 0px 0px 180px; 
width: 620px;
}
#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 180px; /* 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: 10pt;
	text-decoration: none;
	padding: 2px;
}
#nav li { /* all list items */
	float: left;
	width: 16em; /* width needed or else Opera goes nuts */
	padding-top: 0.1em;
	/* 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;
background-color: #fff;
/* 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; */
}
#content {
padding: 30px 10em 20em 200px;
}
/* - SECOND LEVEL PAGE CONTENT FOR TEXT */
#content h1 {
	margin: 0;
	padding: 0 0 1em 0;
	color: #66f;
	font-size: 150%;
	font-weight: bold;
	font-family: verdana, Helvetica, sans-serif;
}
/* (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 */
#dentists {
	background-color: #ddd;
	background-image: url(../images/headerTopNav.jpg);
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#dentists h1 {
	margin: 0px 0px 0px 180px;
	color: #054664;
	font-size: 110%;
	font-weight: bold;
	font-family: arial, Helvetica, sans-serif;
	font-variant: normal;
	line-height: 2;
}
/* DIV LEVEL SIX  */
#texttwo {
background-color: #ddd;
background-image: url(../images/texttwo_bkg.gif);
clear: none;
float: left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 2px 10px;
height: 240px;
width: 125px;
}
#texttwo p {
color: #054664;
font-size: 12pt;
font-weight: bold;
margin: 0px 0px 0px 10px;
}
#texttwo img {
margin: 0px 0px 12px 12px;
border-bottom-color: #033A5D;
border-style: solid;
border-width: 1px;
}
/* text three */
#textthree {
background-color: #005A78;
background-image: url(../images/welcome.gif);
background-repeat: no-repeat;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 10px;
float: left;
clear: none;
height: 242px;
width: 655px;
}
#textthree h2 {
color: #999;
font-family: arial, san-serif;
font-size: 14pt;
font-variant: small-caps;
padding: 0px 20px 10px 20px;
}
#textthree p {
	color: #fff;
	font-family: arial, san-serif;
	font-size: 12pt;
	font-weight: normal;
	padding: 30px 20px 11px 10px;
}
/* - 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;
}
