* {
	margin: 0px;
	padding: 0px;
}

body.home{background:#7999CD;}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #567FC0;
	background-position: center top;
	background-repeat: repeat-x;
	height:100%;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../_media/backgrounds/page_background2.jpg);
	}
	
body, html{
	height:100%;
}

#wrapmaster {
	position: absolute;
	top: 0px;
	left: 0px;
	height:auto;
	width:100%;
	min-height:100%;
	background-repeat: repeat-y;
	background-image: url(../_media/backgrounds/bg_vert.jpg);
	background-position: center top;
    }
	
* 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: 900px;
	margin: 0px;
	background-image: url(../_media/backgrounds/bg_content_top.jpg);
	background-position: right 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: right bottom;
	padding: 0px 0px 10px 0px;
	}
	
/*  END 'ADVANCED' CSS STRUCTURE STYLES */
/*  BASIC TEXT FORMATING */

p {
	color:/*#3E3123;*/ #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 125%;
	margin-top: 20px;
	
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 225%;
	text-align: left;
	color: #FFFFFF;
	margin-top: 20px;
	}
	
* html h1 {
	margin-top:0px;
	}
	



h2 {
	color: /*#77411f*/ #0d2e57;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 99%;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
	}

h3 {
	color:#3E3123;
	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: #13406a;
	text-decoration:underline;
	}

a:hover {
	color: #2a76bc;
	text-decoration:underline;
	}

ul {
	list-style-image: url(../_media/common_assets/list-content.gif);
	font-size: 105%;
	font-style: oblique;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	margin-left: 40px;
	}
	
ul li {
	padding: 8px 8px 8px 0px;
	}



	
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: #D9E1EA;
	border: solid #ffffff 1px;
	margin-bottom: 5px;
	padding: 4px;
	margin-top: 20px;
	}
	
.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: #4F82C3;
	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: #C68A74;
	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: #C68A74;
	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;
}

/*  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;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 0px 0px 0px 0px;
	background-image: url(../_media/backgrounds/bg_content.gif);
	background-repeat: repeat-y;
	background-position: right top;
	}

/*------------- content main ----------------- */

#content_main{
	width: 670px;
	min-height: 350px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	float: right;
	position: relative;
	right: 18px;
	}


/*------------- content side ----------------- */


#content_side{
	float: left;
	width:178px;
	/* Removed height to force layout to allow for a changing height throughout site - 4.19.10 - height: 500px;*/
	min-height: 100%;
	margin: 0px;
	display: inherit;
	position: relative;
	left: 12px;
	}

#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: #000;   /*Changed from #1c82b1 to black to make readable on background - 4.19.10*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	text-align:center;
	font-weight: normal;    
	font-family:Georgia,"Times New Roman",Times,serif;
	font-style:normal;
	font-variant:small-caps;
	}
	
#content_side ul {
	list-style-image: url(../_media/common_assets/nav-side-list.gif);
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-position: outside;
	padding: 8px 0px 5px 0px;
	text-align:left;
	margin-left: 30px;
	margin-top: 20px;
	font-style:normal;
	font-variant:small-caps;
	}
	
#content_side li a {
	color: #272935;
	text-align: left;
	text-decoration: none;
	}
	
#content_side li a:hover {

	text-decoration: none;
	color: #b4c6dd;
	
	}
	

#content_side .dashed_line{
	background-image: url(../_media/common_assets/dashed_line_white.gif);
	}
	


/*------------- footer ----------------- */

#footer_wrapper{
	text-align: center;
	width: 100%;
	padding: 0px;
}
.home #footer_wrapper{
/*padding-top:12px;
background-color:#BDCDE6;
*/
}
#footer{
	text-align: right;
	width: 800px;
	margin: 0px auto 0px auto;

}
#footer p{
	color: #FFFFFF;
	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: 4px;
}

#footer a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 80%;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}


#footer a:hover {
	text-decoration: none;
	color: #b4c6dd;
}

/*------------- misc styles ----------------- */
#float_left{
	float: left;
}

#float_right{
	float: right;
}
#column_right {
	float: right;
	width: 48%;
	position: relative;
	}
#column_left {
	float: left;
	width: 48%;
	position: relative;
		}
#mapContainer {
	height: 400px;
	width: 500px;
	margin: 0px auto 0px auto;
	border: solid #000000 1px;
}


/*pullquotes*/

.pullquote_right{
	text-align: right;
	font-style: italic;
	display:block;
	border-right: 3px solid #000000;
	padding: 6px 10px 6px 6px;
	background-color: #EEEEEE;
}
.pullquote_right p, .pullquote_right_small p{
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 100%;
	line-height: 200%;
}
.pullquote_left{
	text-align: left;
	font-style: italic;
	display:block;
	border-left: 3px solid #000000;
	padding: 6px 6px 6px 10px;
	background-color: #9c905e;
	line-height: 170%;
	margin-top: 20px;
}
.pullquote_left p, .pullquote_left_small p{
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 100%;
	line-height: 200%;
}

.pullquote_right_small{
	text-align: right;
	font-style: italic;
	display:block;
	border-right: 3px solid #000000;
	padding: 6px 10px 6px 0px;
	background-color: #EEEEEE;
	float: right;
	width: 40%;
	margin: 20px 0px 12px 10px;
}

.pullquote_left_small{
	text-align: left;
	font-style: italic;
	display:block;
	border-left: 3px solid #000000;
	padding: 6px 10px 6px 10px;
	background-color: #9c905e;
	width: 40%;
	float: left;
	margin: 24px 10px 12px 0px;
	line-height: 150%
	
}
/*  End CSS Classes   */
#seo {
	width: 680px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}

#seo a:hover{
	color: #13406a;
	font-weight:bold;
}

#seo a{
	color: #13406a;
	color:#003399;
	font-weight:bold;
}
.quick-contact{position:relative; top:15px; right:4px;}
