body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height:100%;
	font-size: 12px;
	background:#93AA90 url(../_media/body_bg_vert.gif) top center repeat-y;
}

/*#vert_bkgnd {
	position: absolute;
	top: 0px;
	right: 0px;
	height:auto;
	width:100%;
	min-height:100%;
	background-image: url(../_media/body_bg_vert.gif);
	background-position: center top;
	background-repeat: repeat-y;

    }
* html #vert_bkgnd {
	height:100%;
	background-image: url(../_media/body_bg.gif);
	
}*/

#masterwrap {
	width: 830px;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	text-align:left;

	}
* html #masterwrap {
	height:100%;

}
#wrapleft {
	padding: 0px;
	width: 0px;
	height: 600px;
	float: left;
	background-image:  url(../_media/backgrounds/bg_left.jpg);
	background-repeat: no-repeat;
	}
	
#wrapleft_bottom {
	width: 0px;
	height: 200px;
	float: left;
	background-image:  url(../_media/backgrounds/bg_left_bottom.jpg);
	background-repeat: no-repeat;
	top: 600px;
	position: absolute;
	}
	
#wrapright_bottom {
	padding: 0px;
	width: 0px;
	height: 200px;
	background-image:  url(../_media/backgrounds/bg_right_bottom.jpg);
	background-repeat: no-repeat;
	top: 600px;
	float: right;
	position: absolute;
	}
#nav {
	display: none;
}
	
#wrapcenter	{
	padding: 0px;
	width: 830px;
	height: 100%;
	margin:0 auto;
	}
	
#wrapright	{
	padding: 0px;
	width: 0px;
	height: 600px;
	float: right;
	background-image: url(../_media/backgrounds/bg_right.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}

html>body#wrapcenter {
	height: auto;
	}
#nav {
	display: none;
	text-align: left;
	width: 800px;
	float: left;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	z-index: 1000;
}
/*  BASIC TEXT FORMATING */
p {
	color:#484433;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 125%;
	}

h1 {
	color: #8B8972;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 275%;
	text-align: left;
	margin-bottom: 40px;
	padding: 0px 0px 0px 0px;
	margin-top: 14px;
	width: auto;
	}

h2 {
	color: #788A75;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	}

h3 {
	color:#3E3123;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	}

h4 {
	color: #21344E;
	font-size: 125%;
	line-height: 100%;
	font-family: Georgia, "Times New Roman", Times;
	text-align: center;
	width: 90%;
	}

a {
	color: #557151;
	}

a:hover {
	color: #788A75;
	}

ul {
	list-style-position: outside;
	padding-left: 0px;
	margin-left: 10px;
	}
	
ol {
	list-style-position: inside;
	padding-left: 0px;
	margin-left: 10px;
	}
	
/*li {
	margin-bottom: 5px;
	margin-top: 5px;
	color: #484433;
	list-style-image: url(../_media/ring.gif);
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	}*/
	
li {
	margin-bottom: 10px;
	color: #484433;
	list-style-type: none;
	background-image: url(../_media/ring.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 16px;
	margin-left: 10px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	}
	
a:hover img {
	border: none;
	background:none;
	} 

a:link img {
	border: none;
	}

/*  CSS Classes   */	

.image_left, .image_center, .image_right, .swf_center, .swf_impacted, .module_left, .module_right, .contact_form {
	background-color: #C9CFB6;
	border: solid #788A75 1px;
	margin-bottom: 5px;
	padding: 3px;
	}
	
.image_right {
	float: right;
	margin-left:10px
	}
	
.image_left {
	float: left;
	margin-right:10px
	}

.image_center {
	margin: 0px 5px 5px 5px;
	}
	
.contact_form {
	margin: 0px 5px 5px 5px;
	padding: 5px 10px;
	}

.swf_center {
	margin: 0px auto 5px auto;
	width: 460px;
	height: 160px;
	}

.module_right {
	float: right;
	width: 355px;
	height: auto;
	padding-bottom: 5px;
	margin-left:10px
	}	
	
.module_left {
	float: left;
	width: 355px;
	height: auto;
	padding-bottom: 5px;
	margin-right:10px
	}	

.module_right h2, .module_left h2 {
	background-color: #788A75;
	color: #C8D4C6;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	}
	
.module_right p, .module_left p {
	padding: 0px 8px;
	}
	
.module_height {
	float: left;
	width:0px;
	height: 340px;
	margin: 0px;
	padding: 0px;
	border: none;
}
	
.float_right {
	float: right;
	margin-left:10px
	}
	
.float_left {
	float: left;
	margin-right:10px
	}
	
/*  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/dashed_line_grey.gif);
	background-repeat: repeat-x;
	height: 4px;
	margin-bottom: 8px;
	clear: both;
	}
	
.dashed_line2{
	background-image: url(../_media/dashed_line_grey.gif);
	background-repeat: repeat-x;
	height: 4px;
	margin-bottom: 8px;
	}
	

.caption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 10px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333333;
}

/*  End CSS Classes   */	


/*  CSS IDs   */	


/*------------- header section ----------------- */


#header_wrapper{
	width: 100%;
	}

#header{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 830px;
	height:324px;
	padding: 0px;
	}

/*------------- content section ----------------- */

#content_wrapper{
	width: 100%;
	margin: 0px auto 0px auto;
	text-align: center;
	background-image: url(../_media/backgrounds/content_bg.gif);
	background-position: center top;
	background-repeat: repeat-y;
	padding: 0px 0px 0px 0px;	
	}

#content_header{
	width: 800px;
	margin: 0px;
	background-image: url(../_media/backgrounds/content_header_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0px;
	}
	
#content_footer{
	width: 800px;
	margin: 0px auto 0px auto;
	background-image: url(../_media/backgrounds/content_footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}


/*------------- content main ----------------- */

#content_main{
	width: 750px;
	margin:0px auto 0px auto;
	min-height: 350px;
	text-align: left;
	padding: 3px 0px 60px 0px;
	}


/*------------- content side ----------------- */


#content_side{
	display:none;
	}

#content_side p, #content_side h1, #content_side h2, #content_side ul{

}

#content_side p{
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 100%;
	color: #333333;
    }
	
#content_side h1 {
	color: #FFFFFF;
	font-family: Georgia, serif;
	font-size: 110%;
	font-weight: normal;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin: 0px;
    }
	
#content_side h2 {
	color: #1c82b1;
	font-family: Georgia, serif;
	font-size: 110%;
	font-weight: normal;
	padding-left: 15px;
	margin: 0px;
	padding-bottom: 5px;    
	
	}
	
#content_side ul {
	list-style-image: url(../_media/common_assets/dashed_line_sidebar.gif);
	list-style-type: none;
	line-height: 14px;
	}
	
#content_side li a {
	color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 100%;
	}
	
#content_side li a:hover {

	text-decoration: underline;
	
	}
	

#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{
	text-align: right;
	width: 830px;
	height:57px;
	margin: 0px auto 0px auto;
}

#footer_links{
	width: 798px;
	border-left: 1px solid #E8E7D2;
	border-right: 1px solid #E8E7D2;
	border-bottom: 1px solid #E8E7D2;
	margin: 0 auto;
	padding-top: 8px;
	}
	
#footer_links p{
	color: #C8D4C6;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-family: arial, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
}

#footer_links a {
	color: #C8D4C6;
	font-weight: bold;
	font-size: 80%;
	padding: 0px 5px;
	text-decoration: none;
}


#footer_links a:hover {
	color: #788A75;
	background-color: #C8D4C6;
}


/*------------- home styles ----------------- */


#home #content_main{
	width: 798px;
	border: 1px solid #E8E7D2;
	}
	
#home #content_main h1 {
	padding: 5px 0px;
	margin: 0px 10px;
	font-size: 180%;
}

#homeh1_bg {
	background-color: #C7D3C5;
}

#home_text {
	background-color: #E8E7D2;
	padding-top: 5px;
	padding-bottom: 5px;
}

#home #content_main p {
	padding-left: 10px;
	padding-right: 10px;
}
/*------------- misc styles ----------------- */
#float_left{
	float: left;
}

#float_right{
	float: right;
}

#highlight {
	border: solid #C68974 1px;
	background-color: #EFE6CD;
	width: 97%;
	margin: 0px auto 0px auto;
	padding: 10px 10px 5px 10px;
	}
.clear_all{
	clear: both;
	width: 95%;
	margin: 0px;
	padding: 0px;
	height: 0px;
}

.cl1 {
	width: 49%;
	float: left;
}

.cl2 {
	width: 49%;
	float: right;
}
.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BCCAB9;
}

/*  Client_Spec_TYPE 2.0 specific styles   */

#client_header {
	display: none;
}

#noflash #client_header {
	display:block;
	margin:0 auto;
	width:830px;
	z-index:9000;
	position:relative;

}
#noflash #client_header h1,#noflash #client_header h2,#noflash #client_header h3,#noflash #client_header p{
	display: none;
}
#noflash #client_header ul{
	display:block;
	z-index:9000;	
}
#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;
}
#noflash #header{
	background-image: url(../_menu/topbar.jpg);
	background-repeat: no-repeat;
	}
#home #header{
	text-align: center;
	margin: 0px auto;
	width: 830px;
	height: 575px;
	padding: 0px;
	}
#noflash #home #header{
	background-image: url(../index.jpg);
	background-repeat: no-repeat;
	}
#home #content_wrapper{
	display:inherit;
	background-image: url(none);
	background-color: transparent;
	}
#home #content_header{
	background-image: url(none);
	background-color: transparent;
	}
#home #content_footer{
	background-image: url(none);
	background-color: transparent;
	}
#home #content_main{
	background-image: url(none);
	background-color: transparent;
	min-height: 0px;
	width: 798px;
	float: none;
	margin: 0px auto;
	right: 0px;
	padding:0;
}
#home #content_side{
	display:none;
}
#noflash #footer{
	background-image: url(../_menu/bottombar.jpg);
	background-repeat: no-repeat;
	}
#home #footer{
	display:none;
	width:0px;
	height:0px;
}
#noflash #home #footer{

	}



/*  END Client_Spec_TYPE 2.0 specific styles   */

