@charset "utf-8";

* { outline: none; }

/* Home Page Style Sheet */

body,html {
	margin: 0px;
	padding: 0px;
	background-color: #377DD2;
}

/* Header Begin */

#header {
	background-image: url(../images/header_repeat.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#header #logo {
	height: 123px;
	width: 339px;
	position: absolute;
	*margin-left: -339px;
	_margin-left: -330px;
}

#header #nav_area {
	height: 123px;
	margin-left: 339px;
}

#header #nav_area #header_text {
	font-family: "Century Gothic", Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #335984;
	height: 32px;
	padding-top: 18px;
	padding-left: 32px;
}

/* Header End */

/* Set-up all UL's to function as horozontal menus. */

#menu #nav_cloud {
	width: 615px;
}

#nav_cloud div ul {
	list-style-type:none;
	margin: 0px; 
	padding: 0px;
}

#nav_cloud div ul li {
	display: inline;
}

#nav_cloud div ul li a {
	float: left;
	text-decoration: none;
}

#nav_cloud div ul li a span {
	display: none;
}

/* End UL set-up. */

/* Begin the main navigation menu. */

#main_nav li a {
	height: 45px;
}

#main_nav li a:hover {
	text-decoration: none;
	background-position: 0px -45px;
}

#main_nav #mn1 a {
	background-image: url(../images/main_menu/home_button.jpg);
	width: 75px;
}

#main_nav #mn2 a {
	background-image: url(../images/main_menu/perfect_smile_button.jpg);
	width: 147px;
}

#main_nav #mn3 a {
	background-image: url(../images/main_menu/dental_button.jpg);
	width: 171px;
}

#main_nav #mn4 a {
	background-image: url(../images/main_menu/contact_button.jpg);
	width: 196px;
}

/* End Main Menu Set-up */

/* Begin Sub Menu Set-up */

#sub_nav {
	margin-left: 53px;
}

#sub_nav li a {
	height: 28px;
}

#sub_nav li a:hover {
	text-decoration: none;
	background-position: 0px -28px;
}

#sub_nav #sn1 a {
	background-image: url(../images/sub_menu/initial_consol.jpg);
	width: 181px;
}

#sub_nav #sn2 a {
	background-image: url(../images/sub_menu/what_our_patients.jpg);
	width: 164px;
}

#sub_nav #sn3 a {
	background-image: url(../images/sub_menu/meet_the_team.jpg);
	width: 107px;
}

#sub_nav #sn4 a {
	background-image: url(../images/sub_menu/faq.jpg);
	width: 50px;
}

/* End Sub Menu Set-up */
#body {
	background-image: url(../images/index_body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #377DD2;
	clear: both;
}
#container #body #left_boxes {

}
#container #body #left_boxes #box_one {
	background-image: url(../images/index_content/left_blue_box.jpg);
	background-repeat: no-repeat;
	height: 285px;
	width: 304px;
}
#container #body #left_boxes #box_one div {
	margin: 12px;
	margin-top: 7px;
	margin-bottom: 0px;
}
.style1 {
	font-family: "Century Gothic", Tahoma, Verdana, Arial;
	font-weight: bold;
	font-size: 18pt;
	color: #FFFFFF;
}
.style2 {
	font-size: 24px
}
.style4 {font-size: 16pt; color: #FFFFFF; font-family: Tahoma, "Trebuchet MS", Arial, Verdana;}
.box_text {
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 16pt;
	text-align: center;
}
#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 25px;
	clear: both;
	padding-top: 12px;
	padding-right: 21px;
	padding-bottom: 21px;
	padding-left: 21px;
}
#container #body #left_boxes #box_one ul {
	padding-left: 22px;
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	color: #a5c3e7;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.style6 {
	font-size: 15px;
	color: #FFFFFF;
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana;
	font-weight: bold;
}
#container #body #right_content {
}
#container #body #right_content {
	margin-left: 338px;
}#container #body #right_content #testimonials {
	background-image: url(../images/index_content/green_testimoials.jpg);
	background-repeat: no-repeat;
	height: 58px;
	width: 567px;
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	line-height: 20px;
}
#testimonials #read_more_button {
	position: absolute;
	margin-left: 386px;
	margin-top: 30px;
}
#container #body #left_boxes {
	float: left;
	width: 304px;
	padding-left: 10px;
	margin-top: 0px;
}
#container #header #nav_area #menu #nav_cloud #sub_nav_container {
	margin-left: 40px;
}

