body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #E0E1C8;
	background-image: url(../_media/backgrounds/bg_horiz.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	height:100%;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#wrapmaster {
	position: absolute;
	top: 0px;
	left: 50%;
	height:auto;
	width:1000px;
	min-height:100%;
	margin-left: -500px;
    }
	
* html #wrapmaster {
	height:100%;
	}

#client_header {
	display: none;
}

#noflash #client_header {
	display:block;
}

#noflash #client_header #client_name{
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	color:#FFF;
	position:absolute;
	top:12px;
	right:22px;
	display: none;
}
#noflash #client_header #specialty{
	display: none;
}
#noflash #client_header #location{
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFF;
	position:absolute;
	top:286px;
	right:38px;
	display: none;
}
#noflash #client_header #phone{
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#242424;
	position:absolute;
	top:302px;
	left:39px;
	display: none;
}

#wrap {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	text-align:left;
	background-image: url(none);
	
	}

#wrapcenter	{
	padding: 0px;
	width: 100%;
	height: 100%;
	float: left;
	}
	
	
html>body#wrapcenter {
	height: auto;
	}

#wrapleft {
	padding: 0px;
	width: 0px;
	height: 0px;
	float: left;
	background-image:  url(none);
	background-repeat: no-repeat;
	}
	
#wrapright	{
	padding: 0px;
	width: 0px;
	height: 0px;
	float: right;
	background-image: url(none);
	background-repeat: no-repeat;
	}

p {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 150%;
	margin: 0 0 10px 0;
	}
p.introduction {
	padding-left: 40px;
	color: #4d4d45;
}

h1 {
	color: #6b7e00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;
	text-align: left;
	margin-top:20px;
	font-weight: normal;
	margin-bottom: 50px;
	}
#home h1 {
	font-size: 140%;
	margin: 0 ;	
	text-align: center;
	}
	
h2 {
	color: #27502a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	margin: 20px 0 10px;
	}
h2.question {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight: normal;
	font-size:120%;
	}	

h2.testimonial2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight: normal;
	font-size:120%;
	line-height:170%;
	margin: 30px 10px;
	border-top: 1px dashed #86991e;
	padding-top: 10px;
	}	





h3 {
	color:#3E3123;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	text-align: left;
	font-weight: bold;
	margin: 10px 0 0 0;
	}

h4 {
	color: #000000;
	font-size: 125%;
	line-height: 100%;
	font-family: Georgia, "Times New Roman", Times;
	text-align: center;
	width: 90%;
	}

a {
	color: #165D8F;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	text-decoration:underline;
	}

ul {
	list-style-image: url(../_media/common_assets/arrow_transparent_bg.gif);
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	}
	
ul li {
	padding: 8px 8px 8px 0px;
	}
	
ol {
	padding:0px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: inside;
	}
	
ol li {
	padding:0px 8px 8px 0px;
	}
	
a:hover img {
	border: none;
	background:none;
	} 

a:link img {
	border: none;
	}

/*------------- header section ----------------- */


#header_wrapper{
	width: 100%;
	}

#header{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 1000px;
	padding: 0px;
	height: 324px;
	}
#noflash #header{
	background-image: url(../_menu/topbar.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	}
#home #header{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 1000px;
	height: 440px;
	padding: 0px;
	}
#noflash #home #header{
	background-image: url(../index.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	}

/*------------- content section ----------------- */

#content_wrapper{
	width: 1000px;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 0px;
	background-image: url(../_media/backgrounds/bg_vert.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	}
#home #content_wrapper{
	display:inherit;
	background-image: url(none);
	background-color: transparent;
	}

/*------------- content header/footer section ----------------- */

#content_header{
	width: 100%;
	margin: 0px;
	background-image: url(../_media/backgrounds/bg_content_top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	}
	
#home #content_header{
	background-image: url(none);
	background-color: transparent;
	}
	
#content_footer{
	width: 100%;
	margin: 0px auto 0px auto;
	background-image: url(../_media/backgrounds/bg_content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 40px;
	}	
#home #content_footer{
	background-image: url(none);
	background-color: transparent;
	}
/*------------- content main ----------------- */

#content_main{
	width: 680px;
	min-height: 350px;
	text-align: left;
	padding: 8px 0px 0px 0px;
	margin: 0px;
	float: left;
	position: relative;
	left: 20px;
	}
#home #content_main{
	background-image: url(none);
	background-color: transparent;
	min-height: 0px;
	width: 720px;
	margin: 0px auto;
	float: left;
	left: 0px;
}


/*------------- content side ----------------- */


#content_side{
	float: right;
	width:232px;
	height: 500px;
	min-height: 100%;
	margin: 0px;
	display: inherit;
	position: relative;
	padding: 125px 0px 0px;
	right: 12px;
	}
#home #content_side{
	float: right;
	padding: 5px 0px;
	height: auto;
}

#content_side p, #content_side h1, #content_side h2, #content_side ul{

}

#content_side p{
	text-align: left;
	font-size: 100%;
	color: #000000;
    }
	
#content_side h1 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
    }
	
#content_side h2 {
		color: #27502a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;	
	}
	
	
#content_side h3 {
	color: #f3f3e9;
	background-color:#54544d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: normal;
	padding: 8px 0px 8px 13px;
	margin: 0px 0 20px 0;
	}
	
#content_side ul {
	text-align: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
#content_side li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: url(none);
	}
	
#content_side li a {
	color: #54544d;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 100%;
	display: block;
	padding: 2px 0px 2px 13px;
	width: 215px;
	font-weight: normal;
	}
#content_side li li a {
	background-color:#F8F5EE;
	}
a.active {
	background-color:#b5ba99;
	}

	
#content_side li a:hover {
	}

#content_side .dashed_line{
	background-image: url(../_media/common_assets/dashed_line_white.gif);
	}

/*------------- footer ----------------- */

#footer_wrapper{
	text-align: center;
	width: 100%;
	padding: 0px;
}

#footer{
	display: none;
}
#noflash #footer{
	}
#home #footer{
}
#noflash #home #footer{

	}
#footer_links{
	text-align: center;
	width: 950px;
	margin: 0px auto 0px auto;
	padding: 0px 25px 15px;
}
#footer_links p{
	color: #4C4C48;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	text-align: left;
}

#footer_links a {
	color: #165D8F;
	font-weight: bold;
	font-size:100%;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}


#footer_links a:hover {
	text-decoration: underline;
}
/*------------- misc elements ----------------- */

#column_right {
	float: right;
	width: 48%;
	position: relative;
	}
#column_left {
	float: left;
	width: 48%;
	position: relative;
		}
#mapContainer {
	height: 400px;
	width: 98%;
	margin: 0px auto 0px auto;
}


/*  CSS Classes   */	

.image_left, .image_center, .image_right, .swf_center, .swf_impacted, .module_left, .module_center, .module_right, #mapContainer {
	background-color: #e9e9d7;
	border: solid #86991e 2px;
	margin-bottom: 15px;
	padding: 4px;
	}
	
.image_right {
	float: right;
	margin-left:15px;
	}
	
.image_left {
	float: left;
	margin-right:15px;
	}

.image_center {
	margin: 10px auto 15px auto;
	}

.swf_center {
	margin: 0px auto 5px auto;
	width: 460px;
	height: 160px;
	}

.swf_impacted {
	margin: 0px auto 5px auto;
	width: 480px;
	height: 350px;
	}

.module_right {
	float: right;
	width: 300px;
	height: auto;
	padding-bottom: 15px;
	margin-left:15px
	}	

.module_right h2, .module_left h2, .module_center h2 {
	background-color: #666666;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	}
	
.module_left {
	float: left;
	width: 300px;
	height: auto;
	padding-bottom: 15px;
	margin-right:15px
	}	

.module_center {
	margin: 0px 10px 10px 10px;
	width: 80%;
	height: auto;
	padding-bottom: 5px;
	}	

	
/*  TEXT ALIGNMENT */	
.text_center {
	text-align: center;
	}

.text_left {
	text-align: left;
	}

.text_right {
	text-align: right;
	}

/*  DESIGN ELEMENTS */
	
.dashed_line{
	background-image: url(../_media/common_assets/dashed_line_grey.gif);
	background-repeat: repeat-x;
	height: 4px;
	margin-bottom: 8px;
	clear: both;
	}

.caption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
	line-height: 10px;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #333333;
	font-weight:bold;
	line-height:140%;
}
.float_left{
	float: left;
}

.float_right{
	float: right;
}
.clear{
	clear: both;
	width: 100%;
	padding-top: 1px;
	margin: 20px 0px 30px 0px;
	}
.clear_line{
	clear: both;
	background-color: #E4DBB4;
	width: 100%;
	padding-top: 1px;
	margin: 20px 0px 20px 0px;
	}

.highlight {
	background-color: #e9e9d7;
	border: solid #86991e 2px;
	width: 85%;
	margin: 10px auto 15px auto;
	padding: 10px 10px 15px 10px;
		}
		
	
h2.highlight {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-style:italic;
	line-height:150%;
	text-align:center;
	}	
	
.alt-para {
	background-color: #e9e9d7;
	margin: 10px auto 10px auto;
	padding: 5px;
		}	
		
.testimonials {
	background-image:url(../_media/common_assets/quotes.gif);
	background-repeat: no-repeat;
	background-position: 30px 30px;
	margin-bottom:30px;
	}	
	
/*pullquotes*/

.pullquote_right{
	text-align: right;
	font-style: italic;
	display:block;
	border-right: 3px solid #000000;
	padding: 6px 10px 6px 6px;
}
.pullquote_right p, .pullquote_right_small p{
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9D7B55;
	font-size: 100%;
	line-height: 150%;
}
.pullquote_left{
	text-align: left;
	font-style: italic;
	display:block;
	border-left: 3px solid #866340;
	padding: 6px 6px 6px 10px;
	font-size: 120%;
	line-height: 150%;
	font-weight:normal;
}
.pullquote_left, .pullquote_left_small{
	font-style: italic;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #866340;
	font-size: 100%;
	line-height: 150%;
}

.pullquote_right_small{
	text-align: right;
	font-style: italic;
	display:block;
	border-right: 3px solid #000000;
	padding: 6px 10px 6px 0px;
	background-color: #EEEEEE;
	float: right;
	width: 40%;
	margin: 0px 0px 12px 10px;
}

.pullquote_left_small{
	text-align: left;
	font-style: italic;
	display:block;
	border-left: 3px solid #000000;
	padding: 6px 10px 6px 10px;
	background-color: #EEEEEE;
	width: 40%;
	float: left;
	margin: 0px 10px 12px 0px;
}
/*  End CSS Classes   */
a.directions, a.meet, a.form {
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 40px;
	width: 232px;
	position: relative;
}
a.directions span, a.meet span, a.form span {
	display: block;
	width: 232px;
	text-indent: -9999px;
	overflow: hidden;
}
a.directions:hover, a.meet:hover, a.form:hover {
	background-position: bottom;
}
a.directions {
	background-image: url(../_media/backgrounds/directions-btn.jpg);
}
a.meet {
	background-image: url(../_media/backgrounds/meet-btn.jpg);
}

a.form {
	background-image: url(../_media/backgrounds/pat-reg-btn.jpg);
}


#meet-list {
	background-color: #f6f6ef;
	background-image: url(../_media/backgrounds/index-sidebar-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 15px 0px;
}
#content_side #meet-list li a {
	color: #4C4D48;
	background-image: none;
	background-color: transparent;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	border: none;
}
#content_side #meet-list li a:hover {
	color: #000000;
}
.quicklinks {
	background-color: #86991e;
	padding: 10px 0px 10px 30px;
	margin: 30px 0px 15px;
}
.quicklinks a {
	font-size: 120%;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-right: 40px;
	font-weight: normal;
}
.quicklinks a:hover {
	text-decoration: underline;
}
.quickinfo {
	background-color: #f3f3e9;
	padding: 15px 30px;
	margin-bottom: 15px;
}
.quickinfo  h2, .quickinfo h2 a {
	font-weight: bold;
	color: #146397;
	font-size: 100%;
	margin-bottom: 0px;
}
.quickinfo a:hover {
	text-decoration: underline;
}
.quickinfo p {
	color: #505050;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 94%;
}
.bucket {
	float: left;
	width: 200px;
}
#mapContainer.homepage {
	background-color: #FFFFFF;
	background-image: url(../_media/backgrounds/map.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px auto 10px;
	height: 100px;
	width: 200px;
	border: 5px solid #FFFFFF;
}
th {
	text-align:left;
	}
