/* =========================================
	Layout-Specific CSS Styles
   =========================================
*/

/* padding = top right bottom left */

#body {
	width: 915px;
	min-height: 500px;
	margin: 10px auto 0px auto;
	text-align: center;
	display: table;
}

#body_bottom {
	width: 915px;
	height: 200px;
	text-align: center;
	clear: both;
	margin: 20px auto 0px auto;
	display: table;
}

#body_content {
	width: 915px;
}

#body_content_left {
	width: 636px;
	float: left;
}

#body_content_right {
	width: 270px;
	float: right;
}

#body_news_events {
	
}

#body_news_events_box {
	width: 248px;
	height: 139px;
	background-image: url(../Images/bgrnd_news_events_01.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	margin: 0px 0px 16px 0px;
	padding: 12px 12px 5px 12px;
}

#body_news_events_box p {
	letter-spacing: 0px;
	font-size: 11px;
	line-height: 12px;
}

#body_news_events_header {
	height: 28px;
}

#body_news_events_footer {
	height: 28px;
	width: 100px;
	text-align: right;
	position: relative;
	top: 32px;
	left: 140px;
	color: #3c6c7f;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0px;
}

#body_top {
	width: 915px;
	height: 590px;
}

#body_top_left {
	width: 635px;
	height: 590px;
	float: left;
}

#body_top_left_box1 {
	background-image: url(../Images/body_box_01.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 615px;
	height: 207px;
	color: #3c6c7f;
	font-family: "Myriad Pro", Tahoma, Arial, Helvetica, Sans-serif;
	font-weight: normal;
	font-size: 38px;
	line-height: normal;
	letter-spacing: -1px;
	padding-left: 20px;
	padding-top: 20px;
}

#body_top_left_box2 {
	background-image: url(../Images/body_box_02.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 635px;
	height: 120px;
}

#body_top_left_box3 {
	background-image: url(../Images/body_box_03.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 595px;
	height: 146px;
	color: #3c6c7f;
	font-family: "Myriad Pro", Tahoma, Arial, Helvetica, Sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0px;
	padding: 20px;
}

#body_top_left_box4 {
	background-image: url(../Images/body_box_04.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 615px;
	height: 43px;
	color: #3c6c7f;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -1px;
	text-align: right;
	padding-right: 20px;
	padding-top: 14px;
}

#body_top_right {
	width: 270px;
	height: 590px;
	float: right;
}

#footer {
	background-image: url(../Images/bgrnd_footer_01.gif);
	background-repeat: no-repeat;
	background-position: top center;
	width: 915px;
	height: 52px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	vertical-align: middle;
}

#footer_left {
	float: left;
	width: 100px;
	text-align: left;
	padding-top: 8px;
	padding-left: 15px;
}

#footer_right {
	float: right;
	width: 700px;
	font-size: 11px;
	color: #ffffff;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Sans-serif;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
	text-align: right;
	padding-top: 20px;
	padding-right: 15px;
}

#footer_right a:link, #footer_right a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer_right a:active, #footer_right a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#header {
	background-image: url(../Images/bgrnd_header_01.gif);
	background-repeat: no-repeat;
	background-position: top center;
	width: 915px;
	height: 118px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	z-index: 10
}

#header_date {
	width: 200px;
	height: 22px;
	float: right;
	position: relative;
	top: 28px;
	text-align: right;
	color: #3c6c7f;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: normal;
	z-index: 20;
}

#header_logo {
	width: 222px;
	height: 118px;
	float: right;
}

#header_main_nav {
	width: 680px;
	height: 33px;
	float: left;
	text-align: left;
	position: relative;
	top: 19px;
	left: 20px;
	z-index: 30;
}

#header_top_nav {
	width: 200px;
	height: 20px;
	float: left;
	color: #ffffff;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Sans-serif;
	text-decoration: none;
	font-size: 11px;
	line-height: normal;
	letter-spacing: 0px;
	position: relative;
	top: 10px;
	left: 20px;
}

#header_top_nav a:link, #header_top_nav a:visited {
	color: #ffffff;
	text-decoration: none;
}

#header_top_nav a:active, #header_top_nav a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#header_search {
	background-image: url(../Images/bgrnd_search_01.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 171px;
	height: 34px;
	text-align: left;
	vertical-align: bottom;
	float: right;
	margin-right: 20px;
	position: relative;
	top: 0px;
}

#header_welcome {
	width: 450px;
	height: 22px;
	float: left;
	position: relative;
	left: 20px;
	top: 28px;
	color: #3c6c7f;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: normal;
}

#left_nav {
	font-size: 14px;
}

#left_nav ul {
	padding: 10px 0px 5px 0px;
	margin: 0px;
}

#left_nav ul li {
	border-top: 1px solid #dfdbd0;
	padding: 5px 0px 5px 25px;
	margin: 0px;
	font-size: 14px;
	list-style: none;
}

#left_nav ul li ul li {
	border-top: 1px solid #dfdbd0;
	padding: 5px 0px 5px 25px;
	margin: 0px;
	font-size: 14px;
	list-style: none;
	height: 20px;
}

/* =========================================
	Main Nav CSS
   =========================================
*/

#nav {
	width: 680px;
	height: 33px;
}

#nav_home {
	display: block;
	width: 63px;
	height: 32px;
	background: url(../Images/nav_home_01.gif) no-repeat 0 0;
	float: left;
	margin-right: 3px;
}

#nav_home:hover { 
	background: url(../Images/nav_home_on_01.gif) no-repeat 0 0;
}

#nav_about {
	display: block;
	width: 85px;
	height: 32px;
	background: url(../Images/nav_about_01.gif) no-repeat 0 0;
	float: left;
	margin-right: 3px;
}

#nav_about:hover { 
	background: url(../Images/nav_about_on_01.gif) no-repeat 0 0;
}

#nav_services {
	display: block;
	width: 85px;
	height: 32px;
	background: url(../Images/nav_services_01.gif) no-repeat 0 0;
	float: left;
	margin-right: 3px;
}

#nav_services:hover { 
	background: url(../Images/nav_services_on_01.gif) no-repeat 0 0;
}

#nav_patients {
	display: block;
	width: 85px;
	height: 32px;
	background: url(../Images/nav_patients_01.gif) no-repeat 0 0;
	float: left;
	margin-right: 3px;
}

#nav_patients:hover { 
	background: url(../Images/nav_patients_on_01.gif) no-repeat 0 0;
}

#nav_dentists {
	display: block;
	width: 85px;
	height: 32px;
	background: url(../Images/nav_dentists_01.gif) no-repeat 0 0;
	float: left;
	margin-right: 3px;
}

#nav_dentists:hover { 
	background: url(../Images/nav_dentists_on_01.gif) no-repeat 0 0;
}

#nav_contact {
	display: block;
	width: 100px;
	height: 32px;
	background: url(../Images/nav_contact_01.gif) no-repeat 0 0;
	float: left;
}

#nav_contact:hover { 
	background: url(../Images/nav_contact_on_01.gif) no-repeat 0 0;
}

/* =========================================
	Box CSS Styles
   =========================================
*/

.body_box1 {
	width: 270px;
}

.body_box1_header {
	width: 258px;
	height: 32px;
	padding: 10px 0px 0px 12px;
	text-align: left;
	color: #ffffff;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -1px;
	background-image: url(../Images/box_header_02.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.body_box1_middle {
	width: 244px;
	padding: 12px 12px 12px 12px;
	text-align: left;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	background-color: #ffffff;
}

.body_box1_middle .div1 {
	width: 244px;
	height: 65px;
	margin: 0px;
	display: block;
}

.body_box1_middle .div2 {
	width: 244px;
	height: 2px;
	display: block;
}

.body_box1_middle .div1 p {
	margin: 0px 0px 0px 15px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.body_box1_middle .div1 h3 {
	margin: 0px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3c6c7f;
}

.body_box1_middle .div1 img {
	margin: 0px;
	padding: 0px;
	display: block;
}

.body_box1_footer {
	width: 258px;
	height: 43px;
	padding: 15px 12px 0px 0px;
	text-align: right;
	color: #3c6c7f;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -1px;
	background-image: url(../Images/box_footer_02.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.body_box2 {
	width: 299px;
	float: left;
}

.body_box2_header {
	width: 287px;
	height: 25px;
	padding: 6px 0px 0px 12px;
	text-align: left;
	color: #ffffff;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0px;
	background-image: url(../Images/box_header_01.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.body_box2_middle {
	width: 277px;
	min-height: 105px;;
	padding: 12px 10px 12px 10px;
	text-align: left;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	background-color: #f5f5f1;
}

.body_box2_middle .div1 {
	text-align: center;
	width: 120px;
	position: relative;
	top: 5px;
	right: 0px;
	float: right;
}

.body_box2_middle .div2 {
	text-align: left;
	width: 130px;
	position: relative;
	top: 5px;
	right: 0px;
	float: left;
}

.body_box2_middle .div3 {
	text-align: left;
	width: 130px;
	position: relative;
	top: 5px;
	right: 0px;
	float: left;
}

.body_box2_middle h1 {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #3c6c7f;
}

.body_box2_middle h2 {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #000000;
}

.body_box2_footer {
	width: 287px;
	height: 32px;
	padding: 8px 12px 0px 0px;
	text-align: right;
	color: #3c6c7f;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 17px;
	letter-spacing: -1px;
	background-image: url(../Images/box_footer_01.gif);
	background-repeat: no-repeat;
	background-position: top center;
	clear: both;
}

.body_box2_go {
	width: 27px;
	height: 26px;
	position: relative;
	left: 10px;
	top: -1px;
	float: left;
}

.body_box3 {
	width: 636px;
	min-height: 500px;
}

.body_box3_header {
	width: 636px;
	height: 18px;
	background-image: url(../Images/box_header_03.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

.body_box3_footer {
	width: 636px;
	height: 57px;
	background-image: url(../Images/box_footer_03.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

.body_box3_middle {
	width: 610px;
	min-height: 488px;
	background-color: #ffffff;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	padding: 0px 12px 12px 12px;
	margin: auto;
}

.body_box3_middle div {
	margin-top: 10px;
	margin-bottom: 0px;
}

.body_box3_middle div h4 {
	margin-bottom: 5px;
}

.box_header_requestcard {
	width: 636px;
	height: 227px;
	background-image: url(../Images/box_header_requestcard_01.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.dentist_detail_header {
	background-color: #365e6d;
	color: #ffffff;
	font-size: 11px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Sans-serif;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
	text-transform: uppercase;
}

.find_dentist_header {
	background-color: #365e6d;
	color: #ffffff;
	font-size: 11px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Sans-serif;
	font-weight: bold;
	width: 200px;
	padding: 1px 5px 1px 5px;
	text-transform: uppercase;
}

.find_dentist_table {
	background-color: #c7dae1;
}

/* =========================================
	Form Specific CSS Styles
   =========================================
*/

.form_submit_box {
	background-color: #cbdde3;
	text-align: right;
	padding: 10px 10px 10px 10px;
	display: table;
	margin: 10px 0px 10px 0px;
}

/* =========================================
	Item Specific CSS Styles
   =========================================
*/

.error {
	color: #CC0000;
	font-weight: bold;
}

.error_table {
	background-color: #FFFFFF;
	border: 1px solid #CC0000;
}

.faq_question {
	color: #000000;
	font-weight: bold;
}

.faq_question a {
	color: #ab1119;
}

.faq_answer {
	color: #666666;
	line-height: 14px;
	padding-left: 20px;
}

.red {
	color: #cc0000;
}

.red_bold {
	color: #cc0000;
	font-weight: bold;
}

.search_input {
	border: 0px;
	width: 135px;
	height: 17px;
	margin-left: 10px;
	margin-top: 15px;
	font-size: 11px;
	background-color: transparent;
}

.small {
	font-size: 11px;
}

.smaller {
	font-size: 10px;
}

.success {
	color: #5a873b;
	font-size: 14px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Sans-serif;
	font-weight: bold;
}

.table_matrix01 {
	border-top: 1px solid #dfdbd0;
	border-bottom: 1px solid #dfdbd0;
	background-color: #ffffff;
	padding: 4px 12px 4px 12px;
	color: #4a3b2f;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.trbgrnd01 {
	background-color: #000000;
}

.trbgrnd02 {
	background-color: #ffffff;
}

.trbgrnd03 {
	background-color: #cccccc;
}

.trbgrnd04 {
	background-color: #e6e6e6;
}

.trbgrnd05 {
	background-color: #f5f5f5;
}

.trbgrnd06 {
	background-color: #666666;
}

.trbgrnd07 {
	background-color: #96c3e1;
}

.trbgrnd08 {
	background-color: #d8d2c5;
}

.trbgrnd09 {
	background-color: #6c8ca1;
}

/* ================================
    Global CSS STYLES
   ================================
*/

body {
	background-color: #dedccd;
	background-image: url(../Images/bgrnd_01.gif);
	background-repeat: repeat-x;
	background-position: top center;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 100%;
}

html {
	height: 100%;
}

a:link, a:visited {
	color: #3c6c7f;
	text-decoration: none;
}

a:hover, a:active {
	color: #0d4449;
	text-decoration: underline;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Sans-serif;
}

form {
	display: inline;
}

h1 {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #226167;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
}

h3 {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #226167;
	margin-bottom: 0px;
	margin-top: 0px;
}

h4 {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #c5c5c5;
	margin-top: 0px;
	margin-bottom: 0px;
}

h5 {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3c6c7f;
	margin-bottom: 0px;
	margin-top: 0px;
}

h6 {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #484848;
	margin-top: 0px;
	margin-bottom: 0px;
}

hr {
	color: #bab1a0;
	height: 1px;
}

img {
	border: 0px;
}

p, td, div {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	vertical-align: top;
}

input, select, textarea {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 14px;
}
