body {
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: #D4E0E9;
	
	background-position: left bottom;
	background-repeat: repeat-x;
	color:#333333;
	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_horiz.gif);
	background-position: left 240px;
	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 {
	padding: 0px;
	width: 14px;
	height: 100px;
	float: left;
	background-image: url(../_media/backgrounds/wrap_left.jpg);
	background-repeat: no-repeat;
	background-position: left -46px;
	position: absolute;
	top: 286px;
	left: 0px;
	
	}


	
#wrapright	{
	padding: 0px;
	width: 14px;
	height: 100px;
	float: none;
	background-image: url(../_media/backgrounds/wrap_right.jpg);
	background-repeat: no-repeat;
	background-position: left -46px;
	position: absolute;
	top: 286px;
	left: 786px;
	
	}



#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:#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;
	}

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:link 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 10px 10px 10px;
	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: 100%;
	background-image: url(../_media/backgrounds/flower_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}

#header{
	text-align: center;
	margin: 0px;
	width: 800px;
	padding: 0px;
	}

/*------------- content section ----------------- */

#content_wrapper{
	width: 100%;
	margin: 0px;
	text-align: left;
	background-image: url(../_media/backgrounds/footer_bg.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;	
	}

#content_header{
	width: 100%;
	margin: 0px;
	background-image: url(../_media/backgrounds/bg_content_bottom.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0px;
	}
	
#content_footer{
	width: 800px;
	margin: 0px;
	background-image: url(../_media/backgrounds/bg_content.gif);
	background-repeat: repeat-y;
	background-position: left top;
	}


/*------------- content main ----------------- */

#content_main, #tinymce{
	background:transparent;
	background-image:none;
	float:right;
	width: 555px;
	margin:0px 0px 0px 0px;
	min-height: 350px;
	text-align: left;
	padding: 0px 22px 4px 0px;
	}


/*------------- content side ----------------- */


#content_side{
	float: left;
	width:182px;
	height: 500px;
	min-height: 100%;
	margin: 0px 0px 0px 0px;
	left: 34px;
	position: relative;
	}



#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: 70%;
	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 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 .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;
}

#footer{
	text-align: right;
	width: 775px;
	margin: 0px 0px 0px 8px;
	padding: 18px;
}
#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;
	width:880px;
	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;

}