@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/structure/bg.jpg);
	background-repeat: repeat-x;
	background-color: #153F69;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
table{
	font-size: 13px;
	}
#header {
	background-image: url(images/structure/header.jpg);
	height: 350px;
	width: 816px;
	margin: auto;
}
#subheader {
	background-image: url(images/structure/subheader.jpg);
	height: 277px;
	width: 816px;
	margin: auto;
	background-repeat: no-repeat;
}

#content {
	background-repeat: repeat-y;
	width: 816px;
	background-image: url(images/structure/content-middle.jpg);
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#content-top {
	background-image: url(images/structure/content-top.jpg);
	width: 816px;
	background-repeat: no-repeat;
}
#content-footer {
	background-image: url(images/structure/content-footer.jpg);
	background-repeat: no-repeat;
	height: 16px;
	width: 816px;
	background-position: bottom;
	clear: both;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
}
#left {
	float: left;
	width: 220px;
	display: block;
	padding-left: 30px;
	margin-left: 0px;
	text-align: left;
}
#text {
	float: right;
	width: 510px;
	margin-right: 10px;
	padding-right: 20px;
	padding-left: 15px;
	display: block;
	padding-top: 30px;
	margin-top: 0px;
	text-align: left;
}
/* Menu */
#menu {
	margin-top: 25px;
}
#address {
	background-image: url(images/structure/line.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	padding-top: 10px;
	font-size: 10px;
}
#credits {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
#credits a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#menu ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#menu a{
	background-image: url(images/menu/menu.gif);
	display: block;
	overflow:hidden;
	width: 219px;
	background-repeat: no-repeat;
	cursor:hand;
}
#menu a span {
	height: 33px;
	width: 219px;
	position: relative;
	display: block;
}
#menu a .large {
	height: 50px;
}
#menu a:hover{background-image: url(images/menu/menu-over.gif);}

.nav-home   {background-position: 0px -0px;height: 33px;}
.nav-meetdrs {background-position: 0px -33px; height: 29px;}
.nav-patientinfo { background-position:0px -64px;height: 26px;}
.nav-dentalimplants {background-position: 0px -90px;height: 29px;}
.nav-periodontaldisease {background-position: 0px -119px;height: 28px;}
.nav-procedures {background-position: 0px -147px;height: 29px;}
.nav-consequences {background-position: 0px -176px;height: 42px;}
.nav-questions {background-position: 0px -218px;height: 30px;}
.nav-resources {background-position: 0px -248px;height: 31px;margin-bottom:-3px;}
.nav-contactus {background-position: 0px -276px;height: 34px;}

#doctorarea {
	background-image: url(images/menu/doctorarea.gif);
	height: 62px;
	width: 219px;
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 60px;
	background-repeat: no-repeat;
}
#doctorarea ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#doctorarea a{
	background-image: url(images/menu/doctorarea.gif);
	display: block;
	overflow:hidden;
	width: 219px;
	background-repeat: no-repeat;
	cursor:hand;
	height: 33px;
}
#doctorarea a:hover{background-image: url(images/menu/doctorarea-over.gif);}

#doctorarea a span {
	width: 219px;
	position: relative;
	display: block;
	height: 33px;
}
.doctorarea-studyclub {background-position: 0px -60px;height: 30px;}
.doctorarea-patientreferrals {background-position: 0px -90px;height: 30px;}
.clear {
	clear: both;
}
.photo {
	background-color: #EEEEEE;
	padding: 1px;
	border: 1px solid #CCCCCC;
	margin-left: 10px;
}
/* End Menu */
/* Sub Nav */
#subnav {
	background-color: #F7F7F7;
	width: 200px;
	margin-right: 5px;
	margin-left: 10px;
	float: right;
	border: 1px solid #0A2552;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#subnav ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
}
#subnav a {
	display:block;
	color: #153F69;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #EFEFD6;
	width: 16em;
	margin: 1px;
	background-color: #FFFFFF;
}
#subnav a:hover {
	background-color:#153F69;
	color: #FFFFFF;
}
#subnav a:active {
	color: #FFFFFF;
	background-color: #577FA3;
}
#subnav h2 a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: -5px;
	padding-right:5px;
	padding-top: 0px;
	text-align: right;
	display:inline;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #153F69;
}

#subnav h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #153F69;
	margin: -5px;
	padding: 5px;
	text-align: right;
}
/* End Sub Nav */

blockquote {
	padding-left: 15px;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #153F69;
}
.leftPadding {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #153F69;
}
.border {
	border: 1px solid #CCCCCC;
}
.url {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #153F69;
}
.photoborder {
	background-color: #EEEEEE;
	padding: 1px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	margin-left: 5px;
}
.note {
	font-size: 10px;
	background-color: #FFFFEC;
}

