body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #EDEDED;
	background-image: url(../_media/markers/horz_bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	height:100%;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#wrapmaster {
	position: relative;
	top: 0px;
	left: 0px;
	height:auto;
	width: 900px;
	min-height:100%;
	margin: 0px auto 0px auto;
	background-image: url(../_media/markers/vert_bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
    }
	
* 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;
}
/*  BASIC TEXT FORMATING */
p {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 125%;
	}

h1 {
	color: #005599;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 175%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4A014;
	text-align: left;	
	}
	
* html h1 {
	margin-top:0px;
	}

h2 {
	color: #E4A014;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	text-align: left;
	}

h3 {
	color:#003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	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: #E4A014;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

ul {
	list-style-image: url(../_media/common_assets/arrow_transparent_bg.gif);
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	text-align: left;
	color: #333333;
	}
	
ul li {
	padding: 4px 4px 4px 0px;
	}

li a {
	font-weight: bold;
}


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, #mapContainer {
	background-color: #EDEDED;
	border: solid #000000 1px;
	margin-bottom: 5px;
	padding: 4px;
	}
.facility-name {
	font-size: 130%;
	border-bottom: 1px solid;
	width: 95%;
	margin-top: 35px;
}
	
.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: #005599;
	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: #005599;
	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 auto 10px auto;
	width: 460px;
	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: #005599;
	margin: 0;
	}

	
/*  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;
}


.location_main, .location_main_middle {
	background-color: #EDEDED;
	border: solid #000000 1px;
	margin: 3px;
	padding: 4px;
	position: relative;
	width: 250px;
	float: left;
}


.location_main h2 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	text-align: left;
	background-color: #005599;
	margin: 0;
	}



.location, .location_middle {
	background-color: #EDEDED;
	border: solid #000000 1px;
	margin: 2px;
	padding: 4px;
	position: relative;
	width: 143px;
	float: left;
}

.location_middle {
	left: 0%;
}

.location h2, .location_middle h2 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	padding: 5px 8px 5px 8px;
	text-align: left;
	background-color: #005599;
	margin: 0;
	}
	
.location p, .location_main p, .location_middle p {
	text-align:center;
	}	

.pull {
	font-size: 125%;
	font-style: normal;
	color: #005599;
	float: right;
	width: 40%;
	margin:7px 0px 10px 10px;
	padding: 5px 7px 5px 7px;
	font-weight: bold;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #E4A014;
	border-bottom-color: #E4A014;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/*  End CSS Classes   */	


/*  CSS IDs   */	


/*------------- header section ----------------- */


#header_wrapper{
	width: 100%;
	}

#header{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 900px;
	padding: 0px;
	}

/*------------- content section ----------------- */

#content_wrapper{
	width: 900px;
	text-align: center;
	padding: 5px 0px 10px 0px;
	background-image: url(../_media/markers/top_interior.jpg);
	background-repeat: no-repeat;
	}

/*------------- content main ----------------- */

#content_main{
	width: 635px;
	min-height: 350px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	float: left;
	position: relative;
	left: 25px;
	}

#seo {
	width: 825px;
	min-height: 150px;
	position: relative;
	margin: 0px auto 0px auto;
	background-image: url(../_media/markers/seo_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#content_main a {
	color: #E4A014;
	text-decoration: none;
	}


#seo a {
	color: #E4A014;
	text-decoration: none;
	}
/*------------- content side ----------------- */


#content_side{
	float: right;
	width: 190px;
	height: auto;
	min-height: 100%;
	margin: 0px;
	display: inherit;
	position: relative;
	border-top: 1px solid #7fa9cb;
	border-right: 1px solid #7fa9cb;
	border-bottom: 2px solid #7fa9cb;
	border-left: 1px solid #7fa9cb;
	padding: 5px;
	background-color: #F5F5F5;
	right: 25px;
	}

#content_side p, #content_side h1, #content_side h2, #content_side ul{

}

#content_side p{
	text-align: left;
	font-size: 100%;
	color: #333333;
    }
	
#content_side p.header {
	color: #1c82b1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: normal;
	}
	
#content_side h1 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
    }
	
#content_side h2 {
	color: #1c82b1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: normal;
	}
	
#content_side ul {
	}
	
#content_side li a {
	color: #E4A113;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 100%;
	}
	
#content_side li a:hover {

	text-decoration: underline;
	
	}
	

#content_side .dashed_line{
	background-image: url(../_media/common_assets/dashed_line_white.gif);
	}
	
#content_side .separator_line{
	position: relative;
	width: 90%;
	margin: 0px auto 0px auto;
	height: 1px;
	border-bottom: 1px solid #7fa9cb;
}


/*------------- footer ----------------- */

#footer_wrapper{
	text-align: center;
	width: 100%;
	padding: 0px;
}

#footer{
	text-align: right;
	width: 900px;
	height: 210px;
	position: relative;
	background-image: url(../_media/markers/footer_interior2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #EDEDED;
}
#footer p{
	color: #000000;
	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;
}

#footer a {
	color: #E4A014;
	font-weight: bold;
	font-size: 80%;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}


#footer a:hover {
	text-decoration: underline;
}

#footer_index{
	text-align: right;
	width: 900px;
	height: 85px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../_media/markers/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#footer_index p{
	color: #000000;
	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;
	position: relative;
	top: 15px;
}

#footer_index a {
	color: #E4A014;
	font-weight: bold;
	font-size: 80%;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}


#footer_index a:hover {
	text-decoration: underline;
}

/*------------- misc styles ----------------- */
#float_left{
	float: left;
}

#float_right{
	float: right;
	margin-left: 8px;
}

#highlight {
	border: solid #C68974 1px;
	background-color: #EFE6CD;
	width: 97%;
	margin: 0px auto 0px auto;
	padding: 10px 10px 5px 10px;
	}
#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;
}


.address {
	top: 17px;
	padding: 0px;
	position: relative;
	width: 280px;
	float: left;
	left: 30px;
	height: 125px;
	margin-bottom: 35px;
	text-align:center;
}

#footer .address h3 {
	text-align:center;
	padding: 2px 0px 14px 0px;
	margin: 0;
	letter-spacing: 1px;
	color: #001b34;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;

}

#footer .address h3 a {
	color: #001b34;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
	text-align: center;
	}

#footer .address a {
	color: #001b34;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	}
	
.copyright {
	color: #E4A014;
	font-weight: bold;
	font-size: 80%;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}

	
	
.pull-cntr {
	font-size: 125%;
	font-style: normal;
	color: #005599;
	width: 60%;
	margin:7px auto 10px auto;
	padding: 5px 7px 5px 7px;
	font-weight: bold;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #E4A014;
	border-bottom-color: #E4A014;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.address a {
	color: #005C9F;
}
p.header {
	color: #1c82b1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: normal;
	}
x