@charset "UTF-8";

body {
padding:0;
margin:0;
border:none;
background:url(../images/main_body_bg.jpg) transparent;
background-attachment:fixed;
border-top:3px solid #662d91;
}

img {
border:none;
}

table {
border-collapse:collapse;
border-spacing:0;
}

#wrapper {
margin-right:auto;
margin-left:auto;
width:965px;
min-height:500px;
background:url(../images/main_body_bg2.png) repeat-y;
}

#inner_wrapper {
margin-right:auto;
margin-left:auto;
width:945px;
min-height:500px;

}

.body_copy_link {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636061;
	line-height:17px;
	text-decoration:underline;
}

.body_copy_link:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#662d91;
	line-height:17px;
	text-decoration:underline;
}

.h1_headline {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#662d91;
	line-height:17px;
	font-weight:bold;
	margin-left:50px;
}

h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#662d91;
	line-height:17px;
	font-weight:bold;
}

h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#662d91;
	line-height:17px;
}

#header {
width:945px;
height:100px;
}

.main_logo {
margin:10px 0 0 40px;
}

#main_nav_bar {
width:945px;
height:35px;
}

	#contact {
	margin:0 50px 0 0;
	}

#flash_content {
width:945px;
height:325px;
}


	/*--Main Slider Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:325px;	width: 945px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 0px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 7px;
	font-size:10px;
	text-decoration: none;
	color: #662d91;
	background: url(../images/slider_images/paging_btn_bg.jpg) repeat-x; 
}
.paging a.active {
	font-weight: bold; 
	color:#da62e0;
	border: 1px solid #ded0e8;
}
.paging a:hover {font-weight: bold; color:#da62e0}



#welcome_header {
width:945px;
height:177px;
background:url(../images/welcome_header_bg.jpg) no-repeat transparent;
}

	#welcome_header_text {
	width:490px;
	height:105px;
	
	}


	#welcome_header_text p {
	margin: 0px 0 0 75px;
	padding-top:75px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#662d91;
	line-height:17px;
	}

#hotlinks {
width:945px;
height:171px;
}

#hotlinks p {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#565656;
	line-height:17px;
	padding:35px 35px 0 35px;
}

#hotlink1 {
padding:0;
margin:0;
float:left;
}

#hotlink2 {
padding:0;
margin:0 0 0 15px;
float:left;
}

#hotlink3 {
float:right;
background:url(../images/connect_bg.jpg) no-repeat;
width:311px;
height:171px;
margin-right:47px;
}

#facebook_like {
margin:35px 0 0 35px;
}

#address_bar {
width:945px;
height:30px;
background:url(../images/address_bar_bg.jpg) no-repeat transparent;
clear:both;
}

	#address {
	width:333px;
	height:15px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#662d91;
	margin-left:65px;
	margin-top:7px;
	
	}
	
	#ph_number {
	width:332px;
	height:15px;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#662d91;
	text-align:right;
	margin-right:65px;
	margin-top:7px;
	}
	
	#facebook_btn {
	min-height:25px;
	width:945px;
	padding:0;
	margin:10px 0;
	
	}
	
	#footer_nav_bar {
	min-height:10px;
	width:945px;
	}
	
	
	#footer_nav_bar ul {
	margin: 0 0 0 0px;
	padding: 0;
	list-style: none;
	

	
}

#footer_nav_bar li {
	display: inline;
}

#footer_nav_bar a {
    display: inline-block;
	float: left;
	height: 11px;
	margin: 10px 1px 0 0;
	padding: 3px 10px 0 10px;
	border: none;
	text-decoration: none;
	font-family:Arial, Helvetica Verdana, sans-serif;
	font-size: 11px;
	color: #9f9f9f;

}

#footer_nav_bar a:hover {
color: #662d91;
text-decoration: underline;

}



#footer {
margin-top:15px;
padding-bottom:15px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #9f9f9f;
}

#footer a {
margin-top:15px;
margin-bottom:15px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #9f9f9f;
border: none;
text-decoration: none;
}

#footer a:hover {

color: #662d91;
text-decoration: underline;
}


/*********************  SERVICES PAGE   ********************/


#services_content_wrapper {
width:945px;
min-height:360px;
}

#services_body_graphic {
width:351px;
height:360px;
float:right;
margin-right:30px;
}

#services_text {
	width:430px;
	min-height:360px;
	float:left;
	margin-left:17px;
	}
	
	#services_text p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#662d91;
	padding-left:50px;
	padding-top:18px;
	line-height:17px;
	}
	
	#services_text a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#662d91;
	text-decoration:underline;
	
	}
	
	#services_text a:hover {
	color:#565656;
	text-decoration:underline;
	
	}
	
		
		
		#services_side_menu {
width: 300px;
min-height:400px;
background: url(../images/services_sidebar_bg.jpg) no-repeat;
float:left;
display:block;
margin-left:20px;
padding-top:10px;

}


#serv_side_menu ul {
	
	
	
	list-style: none;

	
}

#serv_side_menu li {
	display: block;
}

#serv_side_menu a {
    display:block;
	height: 29px;
	margin: 0;
	padding: 9px 0 0 9px;
	border: none;
	text-decoration: none;
	vertical-align:middle;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #636061;

}

#serv_side_menu a:hover {
color: #662d91;
background:url(../images/serv_side_menu_hover_bg.png) no-repeat;
}

#serv_side_menu .current_page_item a {
  
	color: #662d91;
	background:url(../images/serv_side_menu_hover_bg.png) no-repeat;

}


#services_main_content {
width:600px;
	min-height:360px;
	float:right;
	margin-right:17px;
	margin-bottom:40px;
}

#services_main_content p {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#565656;
	padding-right:25px;
	
}


#services_main_content td h1{
font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #662d91;
	font-weight:bold;
}

#services_main_content td {
font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #636061;
}

.services_table {
border:none;


}

.indent {
text-indent: 35px;
}

.indent1 {
text-indent: 70px;
}


/************************  PRODUCTS PAGE  **************************/


#image_header {
width:865px;
height:183px;
}


#products_content_wrapper {
width:865px;
min-height:660px;
}


#products_header {
width:865px;
height:89px;
}

	#products_list {
	width:300px;
	height:400px;
	background:url(../images/products_list_bg.jpg) no-repeat transparent;
	float:right;
	padding-left:24px;
	margin-top:110px;
	}
	
		#products_list ul {
	list-style: none;
	margin-left:24px;
	margin-top:55px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #565656;
	}
	
		#products_list li {
		padding: 0 0 12px 0;
		}
	
	#products_text {
	width:500px;
	min-height:600px;
	float:left;
	margin-left:17px;
	}
	
	#products_text p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#565656;
	padding-left:50px;
	padding-top:18px;
	line-height:17px;
	}
	
		.products_photos {
		margin-left:50px;
		}
		
		
/*********************   APPOINTMENTS PAGE   ********************/


#appts_content_wrapper {
width:945px;
min-height:460px;
}

#appt_body_graphic {
width:304px;
height:460px;
float:right;
margin-right:24px;
}

#appt_text {
	width:430px;
	min-height:460px;
	float:left;
	margin-left:17px;
	}
	
	#appt_text p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#662d91;
	padding-left:50px;
	padding-top:18px;
	line-height:17px;
	}
	
	#appt_text a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#662d91;
	text-decoration:underline;
	
	}
	
	#appt_text a:hover {
	color:#565656;
	text-decoration:underline;
	
	}

.business_hours {
margin-left:25px;
}

#appointment_info {
width:865px;
height:125px;
clear:both;
background:url(../images/appoint_info_bg.jpg) no-repeat transparent;
}

#appointment_info p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9f9f9f;
	padding-left:65px;
	padding-right:105px;
	padding-top:25px;
	line-height:17px;
	
	}
	
/*********************   ABOUT PAGE   ********************/	
	
#about_bio_container {
width:800px;
min-height:225px;
margin:15px 15px 10px 15px;
clear:both;

}	
.spacer {
clear:both;
background:url(../images/about_bottom_divider_line.jpg) no-repeat;
background-position:bottom center;
width:800px;
height:10px;
}

.bio_text_right p, .bio_text_left p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9f9f9f;
	line-height:17px;
	}

.bio_image_right {
float:right;
position:inline;
}

.bio_image_left {
float:left;
position:inline;
}

.bio_text_right {
float:right;
position:inline;
width:500px;
}

.bio_text_left {
float:left;
position:inline;
width:500px;
margin:0 0 0 15px;
}


.portraits {
margin:0 0 15px 0;
}

.team_pics_column {
width:150px;
height:auto;
float:left;
margin-left:70px;
}

.team_names {
font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
font-size:0.8em;
color:#565656;
text-align:center;
margin-bottom:40px;
}


.about_body_copy {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#565656;
	padding-right:25px;
	margin:0 0 0 50px;
}
	
	
	
/*********************   CONTACT PAGE   ********************/


#contact_content_wrapper {
width:865px;
min-height:460px;
}

#contact_body_graphic {
width:351px;
height:460px;
float:right;
margin-right:30px;
}

#contact_text {
	width:430px;
	min-height:460px;
	float:left;
	margin-left:17px;
	}
	
	#contact_text p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#662d91;
	padding-left:50px;
	padding-top:18px;
	line-height:17px;
	}
	
	#contact_text a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#662d91;
	text-decoration:underline;
	
	}
	
	#contact_text a:hover {
	color:#565656;
	text-decoration:underline;
	
	}



.address_headline {
margin-top:20px;
margin-left:25px;
}

.bottom_contact_graphic {
margin-top:65px;
}


#location_picture {
float:right;
margin:35px 65px 0 0;
}	
	
/*********************   SITEMAP PAGE   ********************/
	
	
	#sitemap_text {
	width:700px;
	min-height:460px;
	float:left;
	margin-left:17px;
	}
	
	#sitemap_text p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#565656;
	padding-left:50px;
	line-height:17px;
	}
	
	.sitemap_indent {
	margin-left:25px;
	}
	
	#sitemap_text a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#662d91;
	text-decoration:underline;
	
	}
	
	#sitemap_text a:hover {
	color:#565656;
	text-decoration:underline;
	
	}
	
	
	
	
	
	
	
	
	#nav {
	float:right;
	margin: 0;
	margin-left:220px;
	padding: 4px 6px 0;
	line-height: 100%;
	border-radius: 2em;
	background:none;
	z-index:9999;
	position:absolute;
	
	
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#nav a {
font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
font-size:0.7em;
text-transform:uppercase;
	color: #636061;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	-webkit-border-radius: 0.6em;
	-moz-border-radius: 0.6em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/* main level link hover */
#nav li:hover > a {


	color: #662d91;
	
	
	
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #636061;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	text-transform:none;
	font-size:0.8em;
	
	
}
#nav ul a:hover {
	background: #662d91 !important; /* for non-css3 browsers */
	
	

	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* level 2 list */
#nav ul {
	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */

	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	border: solid 1px #b4b4b4;

	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
/* dropdown */
#nav li:hover > ul {
	display: block;
	
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
	z-index:99999px;
}
#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}


/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}

