body, #wrapbody {
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: #D4E0E9;
	background-position: center top;
	background-repeat: repeat-x;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../_media/backgrounds/flower_bg.jpg);
}
html, body{ 
   height: 100%; 
 
} 


#wrapmaster {
	position: absolute;
	top: 0px;
	left: 0px;
	height:auto;
	width:100%;
	min-height:100%;
	background-position: center top;
	background-repeat: repeat-x;
    }
	
* html #wrapmaster {
	height:100%;
	}



#wrap {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: auto;
	text-align:left;
		}
* html #wrap {
	height:100%;

}
	
#wrapcenter	{
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align:left;
	}

	
#wrapleft {
	display: none;
	}


	
#wrapright	{
	display: none;
	}



#client_header {
	display: none;
	text-align: left;
	width: 100%;
	height:100%;
	float: left;
	margin: 0px auto 0px auto;
	z-index: 1000;
}

/* alternate client_header settings for no flash*/

#noflash #client_header {
	display:block;

}

#noflash #nav {
	display:none;
}

#noflash #client_header #client_name{
	margin:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#242424;
	position:absolute;
	top:12px;
	left: 22px;
}
#noflash #client_header #specialty{
	display: none;
}
#noflash #client_header #location{
	margin:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
	position:absolute;
	top:24px;
	right:34px;
}
#noflash #client_header #phone{
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#242424;
	position:absolute;
	top:240px;
	right: 23px;
}

/* end alternate client_header settings */

.clear_both{
clear:both;

	}
/*  BASIC TEXT FORMATING */
p {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 125%;
	}

h1 {
	color: #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 180%;
	text-align: left;
	margin: 0px 0px 14px 0px;
	border-bottom: solid 1px #cccccc;
	width:560px;
	
	}
* html h1{
	width:auto;	
}
	

h2 {
	color: #ff9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	}

h3 {
	color:#333333;
	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: #333333;
	font-weight: bold;
	text-decoration: underline;
	font-size: 100%;
	}

a:hover {
	text-decoration: underline;
	color: #ff9900;
	}

ul {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
		margin: 8px;
	padding: 0px;
	
	list-style: none;
	}
	
ul li {
	background-image: url(../_media/common_assets/arrow_content.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-left: 0px;
	padding-bottom: 8px;
	padding-top: 8px;
	list-style-image: url(none);
	font-weight: bold;
	position:relative;
	}
	
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 img {
	border: none;
	}

/*  CSS Classes   */	

.image_left, .image_center, .image_right, .swf_center, .swf_impacted, .module_left, .module_center, .module_right{
	background-color: #F4F4F4;
	border: solid #E0E0E0 1px;
	margin-bottom: 15px;
	color: #333333;
	}

.image_left ul, .image_center ul, .image_right ul, .swf_center ul, .swf_impacted ul, .module_left ul, .module_center ul, .module_right ul {
	margin: 0px\;
	padding: 0px;
	list-style-position: outside;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
.image_left li, .image_center li, .image_right li, .swf_center li, .swf_impacted li, .module_left li, .module_center li, .module_right li {
	background-image: url(../_media/common_assets/arrow_transparent_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 24px;
	margin-left: 0px;
	font-weight: normal;
	}
	
.image_left p, .image_center p, .image_right p, .swf_center p, .swf_impacted p, .module_left p, .module_center p, .module_right p {
	padding: 6px;
	margin: 0px;
	}
.image_left h3, .image_center h3, .image_right h3, .swf_center h3, .swf_impacted h3, .module_left h3, .module_center h3, .module_right h3 {
	padding:6px;
	}
.image_center .dashed_line{
	background-image: url(../_media/common_assets/dashed_line_white.gif);
	}
.image_right {
	float: right;
	margin-left:10px
	}
	
.image_left {
	float: left;
	margin-right:10px
	}

.image_center {
	margin: 0px auto 5px 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: 5px;
	margin: 0px 0px 10px 10px;
}	

.module_right h2 {
	background-color: #E0E0E0;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	}
	
.module_left {
	float: left;
	width: 300px;
	height: auto;
	padding-bottom: 5px;
	margin: 0px 10px 10px 0px;
	}	

.module_left h2 {
	background-color: #E0E0E0;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	}

.module_center {
	margin: 0px auto 10px auto;
	width: 80%;
	height: auto;
	padding-bottom: 5px;
	}	

.module_center h2 {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	text-align: left;
	background-color: #E0E0E0;
	margin: 0px;
	}

	
/*  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: 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: 800px;
	height: 286px;
	margin: 0px auto;
	}

#header{
	text-align: center;
	margin: 0px;
	width: 800px;
	height:286px;
	padding: 0px;
	position: absolute;
	}


#noflash #header{
	background-image: url(../_menu/topbar.jpg);
	background-repeat: no-repeat;
	}

/*------------- content section ----------------- */

#content_wrapper{
	width: 800px;
	margin: 0px auto;
	text-align: left;
	background-image: url(../_media/backgrounds/bg_content.gif);
	background-position: left bottom;
	background-repeat: repeat-y;
	padding: 0px 0px 0px 0px;
	}

#content_header{
	width: 100%;
	margin: 0px;
	background-image: url(../_media/backgrounds/bg_content_top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px;
	}
	
#content_footer{
	width: 800px;
	margin: 0px;
	background-image: url(../_media/backgrounds/bg_content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}


/*------------- content main ----------------- */

#content_main{
	background:transparent;
	background-image:none;
	float:right;
	width: 560px;
	margin:0px 0px 0px 0px;
	min-height: 350px;
	text-align: left;
	padding: 0px 26px 4px 0px;
	}
#content_main_home{
	background:transparent;
	background-image:none;
	float:right;
	width: 360px;
	margin:0px;
	min-height: 350px;
	text-align: left;
	right:37px;
	position:relative;
	padding: 0px 0px 4px 0px;
}


/*------------- content side ----------------- */


#content_side{
	float: left;
	width:182px;
	height: 500px;
	min-height: 100%;
	margin: 0px 0px 0px 0px;
	left: 24px;
	position: relative;
	display: table;
	}



#content_side p{
	text-align: left;
	font-size: 100%;
	color: #333333;
	margin-left: 12px;
    }
	
#content_side h1 {
	color: #FFFFFF;
	font-family: Georgia, serif;
	font-size: 200%;
	font-weight: normal;
	margin: 0px;
    }
	
#content_side h2 {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-decoration:none;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-color: #E0E0E0;
	position:relative;
	left:0px;
	width:182px;
	padding: 4px 0px 4px 0px;
	}
#content_side h2 a{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	text-decoration:none;
	
	}
	
#content_side h3 {
	margin-left: 12px;
	}
	
#content_side ul {
	margin: 0px;
	padding: 0px;
	

	
	}

#content_side li {
	background-image: url(../_media/common_assets/arrow_sidebar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0px;
	list-style: none;
	text-indent: 0px;
	margin: 4px 0px 4px 0px;
	position:relative;
	left:0px;
	display: block;
	}
	
#content_side li a {
	color: #333333;
	font-weight: normal;
	display: block;
	font-size: 12px;
	padding:4px 0px 4px 42px;
	display: block;	
	text-decoration:none;
	
	}
	
#content_side li a:hover {
	color: #ff9900;
	text-decoration: none;
	}
	
#content_side li li {
	margin: 0px;
	padding: 0px 0px 0px;
	text-indent: 15px;
	}
	
#content_side li a.active {
	color: #ff9900;
	text-decoration: none;
	}

#content_side .dashed_line{
	background-image: url(../_media/common_assets/dashed_line_grey.gif);
	background-repeat: repeat-x;
	height: 4px;
	margin-bottom: 8px;
	clear: both;
	}
	


/*------------- footer ----------------- */

#footer_wrapper{
	float:left;
	text-align: left;
	position:relative;
	width: 100%;
	padding: 0px;
	height:auto;
	background-color: #666666;
	background-repeat: repeat-x;
}

#footer{
	text-align: right;
	width: 800px;
	margin: 0px auto;
	padding: 50px 0px 0px 0px;
	background-image: url(../_media/backgrounds/footer_bg.jpg);
	background-repeat: no-repeat;
}
#footer p{
	color: #999999;
	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;
	text-transform: capitalize;
}

#footer a {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 80%;
	padding: 0px 3px 0px 3px;
	text-transform: capitalize;
}


#footer a:hover {
	border-bottom: solid #533F1F 1px;
	text-decoration: none;
}

/*------------- misc styles ----------------- */
#float_left{
	float: left;
}

#float_right{
	float: right;
}

#highlight {
	border: solid #E0E0E0 1px;
	background-color: #F4F4F4;
	width: 96%;
	margin: 0px auto 0px auto;
	padding: 10px 10px 5px 10px;
	}
	
#translate {
	position: absolute;
	text-align: right;
	width: 553px;
	font-size: 80%;
	float: left;
	top: 295px;
	}
	
#dictionary{
	background-image: url(../_media/common_assets/dashed_line_grey.gif);
	background-repeat: repeat-y;
	background-position: center;
	}
#dictionary_right {
	float: right;
	width: 48%;
	position: relative;
	}
#dictionary_left {
	float: left;
	width: 48%;
	position: relative;
		}
#dictionary .text_center{
	height: 30px;
}

.float_left {
	
	float: left;
}

.float_right {
	
	float: right;
}
.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

img {
	
}

form img {
	border: none;
}

.setup {
	width: 555px;
	float: right;
}

.setup input {
	border: 1px solid #999999;
}

.setup p {
	font-weight: bold;
	text-align: right;
	padding: 0px 8px 0px 0px;
	margin: 0px;
}
#mapContainer {
	height: 400px;
	width: 500px;
	margin: 0px auto 0px auto;
	border: solid #000000 1px;
}


#edit{
	
	width:100%;
	height:47px;
	margin: 0px;
	display: hidden;
	top:0px;

	position:relative;


	}
#edit .inner{
	text-align:right;
	margin:0px auto 0px auto;
	width:970px;
	display:block;
 
	}
#edit a{
	float:right;
	display: hidden;
	width:0px;
	text-decoration: none;
	line-height:12px;
	padding: 35px 113px 0 0;
    overflow: hidden;
    background-image:url(../editor/images/edit_page.png);
	background-repeat:no-repeat;
    
    height: 0px !important;
    height /**/:35px;
	z-index:5000px;
 
	}
* html #edit a {
	background-image:url(../editor/images/edit_page.gif);
	background-repeat:no-repeat;
	}
#editor_buttons{
	text-align: right;
	width: 100%;
	
	background-color: #CCCCCC;
	
}
#editor_buttons input{

	margin: 2px 10px 2px 0px;

}
#editor{

	width: 774px;
	margin:0px auto 0px auto;
	text-align: left;
	padding: 0px 0px 40px 0px;
}
#content_main_edit{
	float:right;
	width: 536px;
	margin:0px 0px 0px 0px;
	min-height: 350px;
	text-align: left;
	padding: 0px 0px 0px 0px;

}
#content_side_form{
	float: right;
	width:182px;

	min-height: 100%;
	margin: 42px 0px 18px 0px;
	right: 24px;
	position: relative;
	border: 1px solid #999999;

}
#content_side_form #form{
	text-align:left;
	width:94%;
	margin: 0px auto;
	padding-top:6px;
	
}

#content_side_form #form p{
	padding-left:0px;
	padding-right:0px;
	text-align:justify;

}
#content_side_form #form h2 {
	display:block;
	background-color:#E0E0E0;
	color: #242424;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin-top:0px;
	
}
#content_side_form #form input{
	
}

/* Blog Feed Styles */

#content_side_form #blog_feed {
	width: 175px;
	margin: 10px auto;
	padding: 0px;
	border: solid #e0e0e0 1px;
	background-color: #f4f4f4;
}

#content_side_form #blog_feed h2 {
	color: #666666;
	background-color: #e0e0e0;
	padding: 8px 10px;
	margin: 0px;
}

#content_side_form  #blog_feed  ul{
	height: 300px;
	overflow: auto;
}

#content_side_form #blog_feed ul h2{
	background: none;
	padding: 0px;
}

#content_side_form #blog_feed ul li {
	border-top: 1px solid #e0e0e0;
	font-weight: normal;
}

#content_main_home #blog_feed , #content_main #blog_feed{
	margin: 0px auto 10px;
	border: solid #e0e0e0 1px;
	background-color: #f4f4f4;
}

#content_main_home #blog_feed h2, #content_main #blog_feed h2 {
	color: #666666;
	background-color: #e0e0e0;
	padding: 8px 10px;
	margin: 0px;
}

#content_main_home #blog_feed ul h2, #content_main #blog_feed ul h2{
	background: none;
	padding: 0px;
}

