/* CSS Document */
* {
margin:0;
padding:0;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E6DBC7;	
	font-family:"Trebuchet MS";
	font-size:14px;
	
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
}

a {
	color:#4577BC;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color:#4577BC;
}

h1 {
	padding-top:10px;
	font-size:18px;
	color:#4577BC;
}

h1 a {
	color:#4577BC;
	text-decoration:none;
}

h3 {
	margin-top: .5em;
	margin-bottom: .5em;
}

#midColumn{
	width:800px;
	background-image:url(images/fullrepeat.jpg) repeat-y;
	margin: 0px auto;
}
#header {
	float:left;
	width: 800px;
	height: 135px;
	background-image:url(images/header.jpg);
}
#header p{
	float:right;
	padding-right:40px;
	padding-top:55px;
	color:#FFFFFF;
	font-family:"Trebuchet MS";
	font-size:11px;
	text-align:right;
	margin-top: 0;
	margin-bottom: 0;
}
#flashHeader{
	float:left;
	width:800px;
	height:140px;
	padding-left:24px;
	background-image:url(images/fullrepeat.jpg);
	background-repeat: repeat-y;	
}
#contentRepeat{
	float:left;
	width:777px;
	padding-top:10px;
	padding-right:23px;
	background-image:url(images/fullrepeat.jpg);
	background-repeat: repeat-y;

}
#contentRepeat .rightimg{
	float:right;
	padding-top:10px;
	padding-right: 0px;
	margin-left:15px;
	margin-bottom:15px;
}

#contentRepeat .leftimg{
	float:left;
	padding-top:10px;
	padding-right: 10px;
	padding-left:0px;
	margin-left:0px;
	margin-bottom:15px;
}
#content {
	float:left;
	padding-left:10px;
	width: 500px;
	margin:0;
}
#footer{
	float:left;
	width:800px;
	height:43px;
	background-image:url(images/footer.jpg);
}

#navbar {
	font-family:"Trebuchet MS";
	font-size:14pt;
	float: left;
	width:220px;
	margin-right:10px;
}

#navbar ul {
	list-style:none;
	margin:0;
	margin-left:40px;
}
.staffMember {
	float:left;
}
/* ------- Suckerfish! ------------ */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	width: 160px;
	font-family:Trebuchet MS; 
	font-size:16px;
	background: #EDE4D6;
}

#nav a {
	display: block;
	width: 10em;	
	color:#4577BC;
	font-weight:bold;
}
#nav a:hover{
	color:#00A8A5;	
}

#nav li { /* all list items */
	width: 200px; /* width needed or else Opera goes nuts */
	background:url(images/navArrow-up.gif);
	
	
}
#nav li a:hover {
	background:url(images/navArrow-over.gif);
}
#nav li a {
	height:20px;
	text-decoration:none;
	padding-left:20px;
	padding-bottom:10px;
	padding-top:10px;
	paddin-right:20px;
}
#nav li ul { /* second-level lists */
	margin: -2em 0 0 10em;	
	border: 1px solid;
	position: absolute;
	width: 14em;
	top:auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -2em 0 0 12em;	
	margin:
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

form {
	margin:20px;
	border: solid;
	background-color:#D1E9E8;
	width: 250px;
	text-align:center;
	padding: 10px;
}

.faqTitle {
	color:#4577BC;
	font-weight:bold;
	font-size:15px;
}
.galleryItem {
	width:220px;
	float:left;
	color:#4577BC;
	text-align:center;
}

.dentalLinks li{
	padding:5px;
}

ul{
	padding:5px;
	margin:5px;
}

#procedures {
	margin-top:20px;
	float:right;
	width: 165px;
	background-color:#EDE4D5;
	border: solid;
	border-width: 1px;
}
#procedures ul{
	text-decoration:none;
	list-style:none;
}
#procedures ul ul{
	text-decoration:none;
	list-style:circle;
}
#procedureDetail {
	float:left;
	width:325px;
}
#procedureDetail ol {
	margin-left: 20px;
}
#procedureDetail ul {
	margin-left: 20px;
}