body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #535353;
	background-image: url(../_media/backgrounds/bg_vert.gif);
	background-position: center top;
	background-repeat: repeat-y;
	background-attachment:fixed;
	color:#D6D1BE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
html, body{
	height:100%;

}

#wrapmaster {
	position: absolute;
	top: 0px;
	left: 0px;
	height:auto;
	width:100%;
	min-height:100%;
	background-image: url(../_media/backgrounds/bg_vert_strip.gif);
	background-position: center 97px;
	background-repeat: no-repeat;
    }
	
* html #wrapmaster {
	height:100%;
	}
	
#wrap {
	width: 776px;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	text-align:left;
		}
* html #wrap {
	height:100%;


}

#wrapcenter	{
float:left;
	width: 776px;
	margin: 0px auto 0px auto;
	padding: 0px;
	height: auto;
	text-align:left;
	}
#wrapleft {
	padding: 0px;
	width: 0px;
	height: 600px;
	float: left;
	background-image:  url(none);
	background-repeat: no-repeat;
	}
	
#wrapleft_bottom {
	width: 0px;
	height: 200px;
	float: left;
	background-image:  url(none);
	background-repeat: no-repeat;
	top: 600px;
	position: absolute;
	}
	
#wrapright	{
	padding: 0px;
	width: 0px;
	height: 600px;
	float: right;
	background-image: url(none);
	background-repeat: no-repeat;
	background-position: top;
	}
	
#wrapright_bottom {
	padding: 0px;
	width: 0px;
	height: 200px;
	background-image:  url(none);
	background-repeat: no-repeat;
	top: 600px;
	float: right;
	position: absolute;
	}



#client_header {
	display: none;
	text-align: left;
	width: 800px;
	float: left;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	z-index: 1000;
}

.clear_both{
	clear:both;

	}
/*  BASIC TEXT FORMATING */
p {
	color:#D6D1BE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 125%;
	}

h1 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	padding: 0px;
	}
* html h1 {
	margin-top: 0px;
	}

h2 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	}


h3 {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	}

h4 {
	color: #333333;
	font-size: 125%;
	font-family: Georgia, "Times New Roman", Times;
	width: 90%;
	text-align: center;
	}

a {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #ECE6D0;
	text-decoration: underline;
	}

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;
	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:link img {
	border: none;
	}

/*  CSS Classes   */	

.image_left, .image_center, .image_right, .swf_center, .swf_impacted, .module_left, .module_center, .module_right{
	background-color: #666666;
	border: solid #D6D1BE 1px;
	margin-bottom: 15px;
	color: #FDFDFD;
	}

.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: 8px;
	padding: 0px;
	list-style-position: outside;
	list-style: none;
	}
	
.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_sidebar.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-left: 0px;
	}
	
.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;
	}
.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-left:10px
	}	

.module_right h2 {
	background-color: #333333;
	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: 5px;
	margin-right:10px
	}	

.module_left h2 {
	background-color: #333333;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	}

.module_center {
	margin: 0px 10px 10px 10px;
	width: 80%;
	height: auto;
	padding-bottom: 5px;
	}	

.module_center h2 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	text-align: left;
	background-color: #333333;
	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: 776px;
	}

#header{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 776px;
	padding: 0px;
	}

/*------------- content section ----------------- */

#content_wrapper{
	width: 100%;
	margin: 0px auto 0px auto;
	text-align: center;
	background-image: url(../_media/backgrounds/bg_content.gif);
	background-position: center top;
	background-repeat: repeat-y;
	padding: 0px 0px 0px 0px;
	background-color: #333333;	
	}

#content_header{
	width: 776px;
	margin: 0px;
	background-image: url(../_media/backgrounds/bg_content_top.gif);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0px;
	}
	
#content_footer{
	width: 100%;
	margin: 0px auto 0px auto;
	background-image: url(../_media/backgrounds/bg_content_bottom.gif);
	background-repeat: no-repeat;
	background-position: 580px bottom;
	padding-bottom: 20px;
	}


/*------------- content main ----------------- */

#content_main{
	width: 750px;
	margin:0px auto 0px auto;
	min-height: 350px;
	text-align: left;
	padding: 10px 0px 0px 0px;
	

	}


/*------------- content side ----------------- */


#content_side{
	float: right;
	width:0px;
	height: 350px;
	min-height: 100%;
	margin: 0px;
	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 {
	margin: 8px;
	padding: 0px;
	list-style-position: outside;
	list-style: none;
	}
	
#content_side li a {
	background-image: url(../_media/common_assets/arrow_sidebar.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-left: 0px;
	position: relative;
	}
	
#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: 776px;
	padding: 0px;
	background-image: url(../_media/backgrounds/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 150px;
}

#footer{
	text-align: right;
	width: 776px;
	margin: 0px auto 0px auto;
	position: relative;
	top: 54px;
}
#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: #999999;
	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;
	background-color: #D2C9B4;
}

#highlight {
	border: solid #C68974 1px;
	background-color: #EFE6CD;
	width: 97%;
	margin: 0px auto 0px auto;
	padding: 10px 10px 5px 10px;
	}
	
#highlight p{
	color: #000000;
	}
#highlight h2{
	color: #000000;
	}

#translate {
	position: absolute;
	text-align: right;
	width: 748px;
	font-size: 80%;
	top: 350px;
	}
	
#dictionary{
	position: relative;
	float: none;
	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;
}

img {
	border: 1px solid #333333;
}

form img {
	border: none;
}

.column {width:33%; float:left}

.setup {
}

.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_sitemap{
	margin:1px;
}
#edit_sitemap li{
	background-image: url(none);
	margin:1px;
}
#edit_sitemap input{
	background-image: url(none);
	border: solid #000000 1px;
	margin: 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: 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;

}
/*------------- seo locations ----------------- */

#column_right {
	float: right;
	width: 48%;
	position: relative;
	}
#column_left {
	float: left;
	width: 48%;
	position: relative;
	}

.separator {
	border-top:dashed 1px #D2C9B4;
	margin:10px auto 10px auto;
	padding:0px;
	width: 740px;
}