body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #052749;
	background-image: url(../_media/backgrounds/bgBlueGrad.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	height:100%;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#wrapmaster {
	position: absolute;
	top: 0px;
	left: 0px;
	height:auto;
	width:100%;
	min-height:100%;
	background-image: url(../_media/backgrounds/wrapMasterBG.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;
}
/*  THESE STYLES ARE SPECIFIC TO THE 'ADVANCED' CSS STRUCTURE */
#wrap {
	width: 832px;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	text-align:left;
	background-image: url(none);
	background-repeat: repeat-y;
	}

#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: 800px;
	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;
	background-image: url(../_media/backgrounds/bg_content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	
/*  END 'ADVANCED' CSS STRUCTURE STYLES */
/*  BASIC TEXT FORMATING */
p {
	color:#eef6fd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 170%;
	margin: 0 0 10px 0;
	padding: 0 15px;
	}

h1 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 170%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
	margin: 0 15px 25px;
	width: 75%;
	padding: 0;
	}
	
h2 {
	color: #64a2d5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	text-align: left;
	margin: 20px 15px 15px;
	padding: 0;
	}

h3 {
	color:#eefdfd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0 15px;
	}

h4 {
	color: #21344E;
	font-size: 125%;
	line-height: 100%;
	font-family: Georgia, "Times New Roman", Times;
	text-align: center;
	width: 90%;
	}

a {
	color: #FFFFFF;
	}

a:hover {
	background-color: #333333;
	}

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;
	}
	
ul li {
	padding: 8px 8px 8px 0px;
	color: #FFFFFF;
	}
	
ol {
	padding:0px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	margin-left: 35px;
	}
	
ol li {
	padding:0px 8px 8px 0px;
	color: #fff;
	}
	
a:hover img {
	border: none;
	background:none;
	} 

a:link img {
	border: none;
	}
/*  CSS IDs   */

/*------------- header section ----------------- */


#header_wrapper{
	width: 100%;
	}

#header{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 800px;
	padding: 0px;
	}

/*------------- content section ----------------- */

#content_wrapper{
	width: 800px;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 10px 0px 10px 0px;
	background-image: url(../_media/backgrounds/contentMainBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}

/*------------- content main ----------------- */

#content_main{
	width: 584px;
	min-height: 350px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	float: right;
	position: relative;
	right: 12px;
	}


/*------------- content side ----------------- */


#content_side{
	float: left;
	/*width:178px;*/
	width: 198px;
	height: 500px;
	min-height: 100%;
	margin: 0px;
	display: inherit;
	position: relative;
	/*left: 12px;*/
	text-align:left;
	}

#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 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: 110%;
	font-weight: normal;    
	
	}
	
#content_side ul {
	}
	
#content_side li a {
	color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 100%;
	}
	
#content_side li a:hover {
	text-decoration: none;
	}

#content_side .dashed_line{
	background-image: url(../_media/common_assets/dashed_line_white.gif);
	}
	
#module_buttons ul{
	text-align: left;
	margin:0 0 0 10px;
	padding: 0;
	list-style-type:none;
	list-style-image:none;
	}

#module_buttons li{
	list-style-type:none;
	list-style-image:none;
	font-weight: bold;
	}	
	
#module_buttons a{
	display: block;
	}
#module_buttons a:hover{
	background-color: #145796;
	}	

#module_buttons img{
	float: left;
	margin: 0 10px 0 0;
	}
	
#side_nav{
	width: 198px;
	margin: 20px 0 0;
	padding: 0;	
	}


#side_nav h2{
	color: #fff;
	background-image: url(../_media/backgrounds/bg_module.gif);
	background-repeat:repeat-x;
	margin:0 0 0 0;
	padding:0 0 0 15px;
	border:none;
	font: Verdana, Arial, Helvetica, sans-serif;
	width: 183px;
	height:20px;
	}
	
#side_nav ul{
	list-style-type: none;
	list-style-image:none;
	margin:0;
	padding: 0;
	text-indent:18px;
	}	
	
#side_nav li{
	list-style-type: none;
	list-style-image:none;
	margin: 0;
	padding:0;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	padding: 0;
	}
	
#side_nav a{
	color: #fff;
	text-decoration:none;
	display: block;
	padding:5px 0;
	}
	
#side_nav a:hover{
	background-color:#64a2d5;
	text-decoration:none;
	}	
	
		

/*------------- footer ----------------- */

#footer_wrapper{
	text-align: center;
	width: 100%;
	padding: 0px;
}

#footer{
	text-align: center;
	width: 800px;
	background-image: url(../_media/backgrounds/contentBodyBG.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 227px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer p{
	color: #FFFFFF;
	margin: 0 15px 0 0;
	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: justify;
}
#footerInfo {
	width: 584px;
	float: right;
	height: auto;
	margin-top: 100px;
}

#footerInfo p {
	font-weight: bold;
	}

#footer a {
	color: #FFFFFF;
	font-size: 100%;
	text-decoration: none;
	text-align: justify;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#footer a:hover {
	text-decoration: underline;
	background-color:transparent;
}
/*------------- 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: #eefdfd;
	border: solid #052749 3px;
	margin-bottom: 5px;
	margin-right: 
	}
	
.image_right {
	float: right;
	margin:15px;

	}
	
.image_left {
	float: left;
	margin:15px;
	}

.image_center {
	margin: 0px auto 5px auto;
	}
#content_main .callout_right  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-style: italic;
	float: right;
	width: 40%;
	text-align: right;
	color: #eefdfd;
}


#content_main .callout_left {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-style: italic;
	float: left;
	width: 40%;
	text-align: left;
	}

 .callout_center {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-style: italic;
	margin: 10px auto;
	width: 70%;
	text-align: right;
	}

.callout_right h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	font-size: 150%;
	line-height: 120%;
	color: #48253e;
}

.callout_left h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 150%;
	line-height: 120%;
	color: #48253e;
}



.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;
	background-color: #145796;
	}	

.module_right h2, .module_left h2, .module_center h2 {
	background-color: #052749;
	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;
	background-color: #145796;
	}	

.module_center {
	margin: 0px 10px 10px 10px;
	width: 80%;
	height: auto;
	padding-bottom: 5px;
	}	

	
/*  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-size: 90%;
	text-align: center;
	line-height: 10px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	
}

.float_left{
	float: left;
	margin:0px 15px;
}

.float_right{
	float: right;
	margin:0 15px;
}

.highlight {
	border: solid #C68974 1px;
	background-color: #EFE6CD;
	width: 97%;
	margin: 0px auto 0px auto;
	padding: 10px 10px 5px 10px;
	}

/*  End CSS Classes   */
.list_right {
	padding: 0px;
	width: 70%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30%;
}

.list_left {
	padding: 0px;
	width: 70%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15%;
}
#content_main .memberships {
	background-color: #9ec9ec;
	width: 60%;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border: 4px solid #052C54;
}
#content_main .memberships ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: disc;
}

#content_main .memberships li {
	color: #63243A;
	}
	
#content_main .memberships h2 {
	color: #63243a;
	}	



/* Contact Form */

#form {
	width: 170px;
	border: 3px solid #053058;
	background-color: #68A6D9;
	padding: 0;
	margin: 20px auto 0 auto;
	}
#form h2{
	font: bold 110%  Georgia, "Times New Roman", Times, serif;
	color: #052749;
	}	
	
#form p{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	font-weight:bold;
	margin: 5px 0;
	;
	}	
#form input, #form textarea {
	background-color:#eefdfd;
	color: #63243A;
	}

