body {
	text-align: center;
	margin: 0px;
	padding: 6px 0px 0px 0px;
	background-color: #000000;
	background-image: url(../_media/backgrounds/bg_horiz.gif);
	background-position: center top;
	background-repeat: repeat-x;
	height:100%;
	color:#CCCCCC;
	font-family: "Myriad", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#wrapmaster {
	position: absolute;
	top: 0px;
	left: 0px;
	height:auto;
	width:100%;
	min-height:100%;
    }
	
* html #wrapmaster {
	height:100%;
	}

#client_header {
	display: none;
	text-align: left;
	width: 800px;
	float: left;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	z-index: 1000;
}
/*  THESE STYLES ARE SPECIFIC TO THE 'ADVANCED' CSS STRUCTURE */
#wrap {
	width: 832px;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	text-align:left;
	}

#wrapcenter	{
	padding: 0px;
	width: 800px;
	height: 100%;
	float: left;
	}
	
html>body#wrapcenter {
	height: auto;
	}

#wrapleft {
	padding: 0px;
	width: 16px;
	height: 200px;
	float: left;
	background-image:  url(../_media/backgrounds/bg_left.gif);
	background-repeat: no-repeat;
	}
	
#wrapright	{
	padding: 0px;
	width: 16px;
	height: 200px;
	float: right;
	background-image: url(../_media/backgrounds/bg_right.gif);
	background-repeat: no-repeat;
	background-position: top;
	}

#content_header{
	width: 100%;
	margin: 0px;
	background-image: url(../_media/backgrounds/bg_content_top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	}
	
#content_footer{
	width: 100%;
	margin: 0px auto 0px auto;
	}
	
/*  END 'ADVANCED' CSS STRUCTURE STYLES */
/*  BASIC TEXT FORMATING */
p {
	color:#CCCCCC;
	font-family: "Myriad", Arial, Helvetica, sans-serif;
	font-size: 110%;
	text-align: justify;
	line-height: 140%;
	}
	
strong {
	color: #FFFFFF;
}

h1 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	text-align: left;
	margin-top:2px;
	}
	
h2 {
	color: #B68B2C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	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: #21344E;
	font-size: 125%;
	line-height: 100%;
	font-family: Georgia, "Times New Roman", Times;
	text-align: center;
	width: 90%;
	}

a {
	color: #B58B2B;
	text-decoration: none;
	}

a:hover {
	}

ul {
	font-size: 100%;
	list-style-position: outside;
	padding-left: 0px;
	margin-left: 0px;
	}
	
ul li {
	padding: 10px 8px 10px 34px;
	display: block;
	background-image: url(../_media/common_assets/arrow_circle.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #CCCCCC;
	line-height: 125%;
	list-style: none;
	list-style-type: none;
	}
	
ol {
	padding:0px;
	font-size: 100%;
	list-style-position: inside;
	}
	
ol li {
	padding:0px 8px 8px 0px;
	list-style: none;
	list-style-type: none;
	}
	
a:hover img {
	border: none;
	background:none;
	} 

a:link img {
	border: none;
	}
/*  CSS IDs   */

/*------------- home section ----------------- */

#home{
	text-align: center;
	width: 922px;
	margin: 0px auto 0px auto;
	padding: 100px 0px 0px 0px;
}

/*------------- header section ----------------- */


#header_wrapper{
	width: 100%;
	}

#header{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 942px;
	padding: 0px;
	}

/*------------- content section ----------------- */

#content_wrapper{
	width: 942px;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 0px 0px 10px 0px;
	background-image: url(../_media/backgrounds/bg_content.gif);
	background-repeat: repeat-y;
	background-position: center top;
	}

/*------------- content main ----------------- */

#content_main{
	width: 670px;
	min-height: 350px;
	text-align: left;
	padding: 13px 0px 0px 0px;
	margin: 0px;
	float: right;
	position: relative;
	right: 18px;
	z-index: 10;
	}


/*------------- content side ----------------- */


#content_side{
	float: left;
	width:238px;
	min-height: 100%;
	margin: 0px;
	display: inherit;
	position: relative;
	left: 6px;
	top: 7px;
	z-index: 100;

	}

#content_side p{
	text-align: left;
	font-size: 100%;
	color: #333333;
	padding-left: 10px;
	padding-right: 12px;
	text-align: right;
    }
	
#sub_menu{
margin: 20px 0px 0px 0px;

}
#sub_menu ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	width: 238px;
	position: relative;
	text-align:right;
	}
	
#sub_menu ul li {
	position: relative;
	padding: 0px;
	border-bottom: solid #494546 1px;
	background-image: none;
	}

#sub_menu ul li a {
font-family: "Myriad", Arial, Helvetica, sans-serif;
	font-size:90%;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 8px 12px 6px 10px;
	text-align:right;	
	}
	
#sub_menu h2 {
font-family: "Myriad", Arial, Helvetica, sans-serif;
background-color:#494546;
	font-size:100%;
	display: block;
	font-weight:normal;
	text-decoration: none;
	color: #AF8B35;
	padding: 8px 12px 4px 10px;
	text-align:right;
	margin:0px 0px 4px 0px;
	}
	
#sub_menu .text_center {
	text-align: center;
	}
	
#sub_menu p {
	color:#FFFFFF;
	}

/*------------- footer ----------------- */

#footer_wrapper{
	text-align: center;
	width: 100%;
	padding: 0px;
}

#footer{
	text-align: center;
	width: 942px;
	margin: 0px auto 0px auto;
	padding: 20px 0px 0px 0px;
}
#footer p{
	color: #CCCCCC;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
}

#footer a, #footer p {
	color: #CCCCCC;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}


#footer a:hover {
	text-decoration: underline;
}
/*------------- misc elements ----------------- */

#column_right {
	float: right;
	width: 48%;
	position: relative;
	}
#column_left {
	float: left;
	width: 48%;
	position: relative;
		}
#mapContainer {
	height: 400px;
	width: 98%;
	margin: 0px auto 0px auto;
}


/*  CSS Classes   */	

.image_left, .image_center, .image_right, .swf_center, .swf_impacted, .module_left, .module_center, .module_right, #mapContainer {
	background-color: #231F20;
	border: solid #303030 1px;
	margin-bottom: 5px;
	padding: 2px;
	}
	
.image_right {
	float: right;
	margin-left:10px
	}
	
.image_left {
	float: left;
	margin-right:10px
	}

.image_center {
	margin: 5px;
	}

.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: 0px 0px 5px 0px;
	margin-left:10px
	}	
	
.module_left {
	float: left;
	width: 300px;
	height: auto;
	padding: 0px 0px 5px 0px;
	margin-right:10px
	}	

.module_center {
	margin: 0px 10px 10px 10px;
	width: 80%;
	height: auto;
	padding: 0px 0px 5px 0px;
	}

.module_right h2, .module_left h2, .module_center h2 {
	background-color: #000000;
	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_right p, .module_left p, .module_center p {
	padding-left: 10px;
	padding-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/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;
	padding: 0px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 200px;
}
.float_left{
	float: left;
	margin: 0px 10px 5px 0px;
}

.float_right{
	float: right;
	margin: 0px 0px 5px 10px;
}

.highlight {
	color: #B68B2C; 
	font-style:italic;
	border: solid #B68B2C 2px;
	background-color: #FFFFFF; 
	width:350px; 
	margin: 10px 0px 10px 0px;
	padding:20px 0px 20px 0px;
	text-align:center; 
	}
.highlight	a {
	color: #B58B2B; 
	font-weight:bold; 
	font-style:normal;
	text-decoration: none; 
	}
.highlight a:hover {
	color:#9bb12e; 
	text-decoration:underline;
	}
.highlight-btn{
	background:#fff; 
	border:1px solid #B68B2C; 
	float:left; 
	margin-right:7px; 
	margin-bottom:5px; 
	width:170px;
	height:50px;
	} 
.highlight-btn:hover, .highlight-btn:hover a{
	background:#e4ce9e; 
	color:#000;
}
.highlight-btn p{
text-align:center; 
font-size:14px;
}
.rade_toolbar li {
            list-style: none;
    list-style-image: none;
    list-style-type: none;
	background-image: none;
	padding: 0px
            }
.rade_toolbar ul {
            list-style: none;
    list-style-image: none;
    list-style-type: none;
	background-image: none;
	padding: 0px;
            }




/*  End CSS Classes   */
