@import url("menu.css");
body, #wrapbody {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #151515;
	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;
}
html, body{
	height:100%;

}

#wrapmaster {
	position: absolute;
	top: 0px;
	left: 50%;
	height:auto;
	width:1200px;
	min-height:100%;
	margin-left: -600px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: inline;
	background-image: url(../_media/backgrounds/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    }
	
* html #wrapmaster {
	height:100%;
	background-image: url(../_media/backgrounds/bg_vert.gif);
	}

#wrap {
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	text-align:center;
	height: auto;
		}
* html #wrap {
	height:100%;


}
#wrapleft {
	display: none;
	}
	
#wrapleft_bottom {
	display: none;
	}
	
#wrapright_bottom {
	display: none;
	}

	
#wrapcenter	{
	padding: 0px;
	margin: 0px auto;
	display: inline;
	}
	
#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 #client_header #client_name{
	margin:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#3e321a;
	position:absolute;
	top:0px;
	left: 40px;
}
#noflash #client_header #specialty{
	display: none;
}
#noflash #client_header #location{
	margin:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#76705d;
	position:absolute;
	top:6px;
	right:40px;
}
#noflash #client_header #phone{
	margin:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#4e473e;
	position:absolute;
	top:320px;
	right: 786px;
}

/* end alternate client_header settings */
/*  BASIC TEXT FORMATING */
p {
	color:#454545;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 125%;
	}

h1 {
	color: #151515;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 275%;
	text-align: left;
	margin-top:0px;
	padding: 0px;
	font-weight: normal;
	width: 670px;
	font-style: italic;
	}
	
* html h1{
	width:auto;	
}

h2 {
	color: #585046;
	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: #151515;
	}

a:hover {
	color: #4F3F29;
	}

ul {
	list-style-image: url(../_media/common_assets/arrow_white_bg.gif);
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	}
	
ul li {
	padding: 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 img {
	border: none;
	}

/*  CSS Classes   */	

.image_left, .image_center, .image_right, .swf_center, .swf_impacted, .module_left, .module_center, .module_right {
	background-color: #faf8f2;
	border: 1px solid #C6BEAA;
	margin-bottom: 5px;
	padding: 4px;
	}
	
.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-left:10px
	}	

.module_right h2 {
	background-color: #C6BEAA;
	color: #3e2c15;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	font-style: italic;
	}
	
.module_left {
	float: left;
	width: 300px;
	height: auto;
	padding-bottom: 5px;
	margin-right:10px
	}	

.module_left h2 {
	background-color: #C6BEAA;
	color: #3e2c15;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
	text-align: left;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	font-style: italic;
	}

.module_center {
	margin: 0px auto 10px auto;
	width: 80%;
	height: auto;
	padding-bottom: 5px;
	}	

.module_center h2 {
	color: #3e2c15;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
	text-align: left;
	background-color: #C6BEAA;
	margin: 0;
	font-style: italic;
	}
.module_right p, .module_left p, .module_center p {
	padding: 0px 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/common_assets/dashed_line_grey.gif);
	background-repeat: repeat-x;
	height: 4px;
	margin-bottom: 8px;
	clear: both;
	}
	
.clear_both{
	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{
	padding: 0px;
	margin: auto;
	position: relative;
	}

#header{
	text-align: center;
	margin: 0px;
	width: 1000px;
	padding: 0px;
	position: relative;
	height: 344px;
	}


#noflash #header{
	background-image: url(../_menu/topbar.jpg);
	background-repeat: no-repeat;
	}

/*------------- content section ----------------- */

#content_wrapper{
	width: 1000px;
	margin: 0px auto;
	text-align: center;
	background-image: url(../_media/backgrounds/bg_vert.gif);
	background-repeat: repeat-y;
	background-position: center;
	}

#content_header{
	margin: 0px;
	padding: 0px;
	background-image: url(../_media/backgrounds/content_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
#content_footer{
	background-image: url(../_media/backgrounds/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}


/*------------- content main ----------------- */

#content_main{
!important
	background-image:none;
	width: 670px;
	text-align: left;
	padding: 0px 0px 4px;
	float: right;
	position: relative;
	right: 44px;
	}
#content_main_home{
!important
	background-image:none;
	width: 458px;
	text-align: left;
	padding: 0px 0px 4px;
	float: right;
	position: relative;
	right: 54px;
	}

/*------------- content side ----------------- */


#content_side{
	float: left;
	width:238px;
	height: 100%;
	margin: 0px;
	position: relative;
	left: 30px;
	display: table;
	min-height: 500px;
	padding-top: 20px;
	}

#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: #F0F0F0;
    }
	
#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, #content_side h2 a {
	color: #C6BEAA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	text-align: justify;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 5px;
	text-indent: 15px;
	}
#content_side h3 {
	color: #EEEEEE;
	text-indent: 15px;
}
	
#content_side ul {
	list-style-image: url(../_media/common_assets/dashed_line_sidebar.gif);
	list-style-type: none;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
	}
#content_side ul li {
	text-align: left;
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#content_side li {
	list-style-image: none;
	list-style-type: none;
}
	
#content_side li a {
	color: #F0F0F0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 100%;
	display: block;
	padding: 6px;
	text-indent: 15px;
	}
	
#content_side li a:hover {
	text-decoration: none;
	background-color: #C6BEAA;
	color: #3F2D16;
	}
	

#content_side li li a, #content_side li li a:hover {
	background-color: #dddbd2;
	color: #3F2D16;
	border-bottom: 1px solid #C6BEAA;
	}
	
#content_side li a.active {
	text-decoration: none;
	background-color: #C6BEAA;
	color: #3F2D16;
	}

#content_side .dashed_line{
	background-image: url(../_media/common_assets/dashed_line_white.gif);
	}
	


/*------------- footer ----------------- */

#footer_wrapper{
	text-align: center;
	width: 1000px;
	margin: 0px auto;
	display: block;
	clear: both;
}

#footer{
	width: 1000px;
	margin: auto;
	clear: both;
	display: block;
	padding: 15px 0px;
}
#footer p{
	color: #FAF8F2;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
	text-transform: lowercase;
}

#footer a {
	color: #C6BEAA;
	font-weight: bold;
	font-size: 90%;
	padding: 0px 3px 0px 3px;
	text-transform: lowercase;
	text-decoration: none;
}


#footer a:hover {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/*------------- misc styles ----------------- */
#float_left{
	float: left;
}

#float_right{
	float: right;
}

#highlight {
	border: 1px solid #C6BEAA;
	background-color: #FAF8F2;
	width: 97%;
	margin: 0px auto 0px auto;
	padding: 10px 10px 5px 10px;
	}
	
#dictionary{
	float: left;
	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;
}
.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.setup {
}

.setup input {
	border: 1px solid #999999;
}

.setup p {
	font-weight: bold;
	text-align: right;
	padding: 0px 8px 0px 0px;
	margin: 0px;
}
#translate {
	text-align: right;
	width: 765px;
	font-size: 80%;
	position:absolute;
	top:350px;	

	}
#mapContainer {
	height: 400px;
	margin: 0px auto 0px auto;
	border: 1px solid #43720F;
}
code{
	color:#FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	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:1150px;
	display:block;
	}
#edit a{
	float:right;
	display: block;
	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;

}
#content_side_form{
	float: right;
	width:200px;
	margin: 60px 0px 16px 0px;
	position: relative;
	right: 44px;
	display: table;
	min-height: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C6BEAA;
}
#content_side_form #form{
	text-align:left;
	width:88%;
	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;


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	padding: 0px 10px 5px 10px;
	margin-top:0px;
	
}
#content_side_form #form input{
	
}

/* Blog Feed Styles */

#content_side_form #blog_feed {
	width: 180px;
	margin: 10px auto;
	padding: 0px;
	border: solid #c6beaa 1px;
	background-color: #faf8f2;
}

#content_side_form #blog_feed h2 {
	color: #FFFFFF;
	background-color: #c6beaa;
	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 #c6beaa;
}

#content_main_home #blog_feed , #content_main #blog_feed{
	margin: 0px auto 10px;
	border: solid #c6beaa 1px;
	background-color: #faf8f2;
}

#content_main_home #blog_feed h2, #content_main #blog_feed h2 {
	color: #FFFFFF;
	background-color: #c6beaa;
	padding: 8px 10px;
	margin: 0px;
}

#content_main_home #blog_feed ul h2, #content_main #blog_feed ul h2{
	background: none;
	padding: 0px;
}

