* {
	margin: 0;
	padding: 0;
	}


body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	height:100%;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#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: 890px;
	margin: 0px auto;
	padding: 0;
	height: auto;
	text-align:left;
	background-color:#cac18e;
	background-image:url(../_media/backgrounds/bg_horiz_02.jpg);
	background-repeat:repeat-x;
	}
	

#wrapcenter	{
	padding: 0px;
	width: 890px;
	height: 100%;
	float: left;
	}
	

#wrapleft {
	padding: 0px;
	width: 16px;
	height: 100%;
	float: left;
	background-image:  url(../_media/backgrounds/bg_horiz.jpg);
	background-repeat: repeat-x;
	background-color: #cac18e;
	}
	
#wrapright	{
	padding: 0px;
	width: 16px;
	height: 200px;
	float: right;
	background-image:  url(../_media/backgrounds/bg_horiz.jpg);
	background-repeat: repeat-x;
	background-color: #cac18e;
	background-position: top;
	}

#content_header{
	width: 860px;
	margin: 0px;
	padding: 0px auto 0 auto;
	}

#content_bucket {
	width: 859px;
	margin: 0px auto 0 auto;
	background-image:url(../_media/backgrounds/bg_bucket.gif);
	background-repeat: no-repeat;
	padding: 0px ;
	height: 293px;
	}
	
#content_footer{
	width: 100%;
	margin: 0px auto 0px auto;
	padding-bottom:100px;
	}
	
/*  END 'ADVANCED' CSS STRUCTURE STYLES */
/*  BASIC TEXT FORMATING */
p {
	color:#04427d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	text-align: justify;
	line-height: 125%;
	margin: 0 10px 10px 10px;
	}

h1 {
	color: #2463a0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3170ad;
	text-align: left;
	margin: 0 10px 20px 10px;
	padding-top: 50px;
	}
	
h2 {
	color: #2463a0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	text-align: left;
	margin: 20px 10px 15px 10px;
		}

h3 {
	color:#2463a0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	text-align: left;
	font-weight: bold;
	margin-left: 10px;
		}

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

a {
	color: #aa9f63;
	text-decoration: none;
	font-size: 95%;
	font-weight: bold;
	}

a:hover {
	text-decoration: underline;
	}

ul {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: inside;
	margin: 10px 15px 20px 25px;
	list-style-position: outside;
	}
	
ul li {
	padding: 8px 8px 8px 0px;
	color: #3170ad;
	}
	
ol {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: inside;
	margin: 10px 15px 20px 35px;
	list-style-position: outside;
	}
	
ol li {
	padding: 8px 8px 8px 0px;
	color: #3170ad;
	}
	
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: 859px;
	padding: 0px;
	background-image:url(../_media/backgrounds/bg_header_conte.jpg);
	background-repeat:no-repeat;
	height:139px;
	}

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

#content_wrapper{
	width: 890px;
	margin: 0px 0 0px 0;
	text-align: center;
	padding: 0;
	height: 100%;
	}

#content_bkg {
	width: 860px;
	margin: 0 auto;
	background-image:url(../_media/backgrounds/bg_content_main.jpg);
	background-repeat:repeat-y;
	height:auto;
	}


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

#content_main{
	width: 630px;
	text-align: left;
	padding: 0px;
	height: auto;
	margin: 0 0px 0 0;
	background-color: #efedc4;
	float: right;
	position: relative;
	right: 0px;
	min-height:600px;
	height: auto !important;
	height: 600px;
	}
	
#content_main h1, #content_main h2, #content_main p {
	color: #04427d;
	}
#content_main h3 {
	color: #aa9f63;}

/*--------------main nav --------------------*/

.menu {
z-index:1000;
height:350px;
width:220px;
font-size:100%;
}


/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:35px 0 0 0;
margin:0;
list-style-type:none;
list-style-image:none;
width:219px;
}


/* style the list items */
.menu li {
position: relative;
height:18px;
float:left;
color: #cac18e;
}



/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:100%;}


/* style the links */
#content_side .menu .sub a, #content_side .menu .sub a:visited {
	display:block;
	text-decoration:none;
	height:18px;
	line-height:18px;
	text-indent: 10px;
	width: 216px;
	color:#cac18e;
	border-bottom:1px solid #4082c1;
	font-size:100%;
	letter-spacing:0.1em;
	padding:0;
	color: #cac18e;
}



/* style the link hover */
#content_side .menu .sub a:hover {
	color:#FFFFFF;
	background-color: transparent;
	text-decoration:none;
}

/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#2463a0; width:150px; w\idth:149px;}


 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:-10px;
left: 150px;
}

/*Joy - 
This section below is where the style for the popout is. 
Finish your styling right here.*/


/* make the second level visible when hover on first level link */
.menu ul li:hover ul, .menu ul a:hover ul {
visibility:visible;

/* set up the overlap (minus the overrun) */
left:200px;
/* set up the overrun area */
padding:10px;

/* this is for IE to make it interpret the overrrun padding */
/*background-image:url(../_media/backgrounds/bg_menu.jpg);*/
background-color:#2463a0;
}




span.small {
	font-size: 95%;
}
/*------------- content side ----------------- */


#content_side{
	width:230px;
	height: 600px;
	font-size: 115%;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	font-weight: normal;
	background-color:#2463a0;
	float: left;
	padding: 0;
	margin: 0 0 0 0;
	position: relative;
	left: 0px;
	z-index:1000;
	}



#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;
	margin: 0 15px 25px 15px;
    }
	
#content_side h2 {
	color: #1c82b1;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;
	letter-spacing: 1.5px;
	margin: 0 15px;
	color: #f1f0cf;
	}
	
#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: underline;
	}

#content_side .dashed_line{
	background-image: url(../_media/common_assets/dashed_line_white.gif);
	}
	
/*------------- form ----------------- */	


	
#form {
	width: 190px;
	background-color: #09316b;
	float: right;
	padding: 15px 0px 5px 0px;
	margin:0 15px;
	font-size:120%;
	}
#content_footer #form h2{
	font: bold 105%  Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color: #cac18e;
	margin: 0 0 0 15px;
	}	
	
#form p{
	margin: 5px 0;
	padding:0;
		}
	
#form input, #form textarea {
	background-color:#f1f0cf;
	color: #2463a0;
	margin: 8px 0;
	font-weight:bold;
	padding: 0;
	}

#form input.submit {
	background-image:url(../_media/backgrounds/bg_button.jpg);
	background-repeat: repeat;
	}	
	

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

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


#content_footer {
	text-align: left;
	min-height: 320px;
	width: 860px;
	background-color:#2463a0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 60px;
	padding-left: 0;
		}
#content_footer p, #content_footer h2 {
	margin-left: 15px;
	margin-right: 15px;
	color: #f1f0cf;
	} 
#content_footer h2{
	text-decoration:underline;
	}


#footer{
	text-align: center;
	width: 800px;
	margin: 10px auto 0px auto;

}
#footer p{
	color: #04427d;
	margin: 0px;
	padding: 5px 0px 4px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
}

#footer a {
	color: #04427d;
	font-weight: bold;
	font-size: 100%;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}


#footer a:hover {
	text-decoration: underline;
}
/*------------- misc elements ----------------- */

#column_right {
	float: left;
	width: 25%;
	text-align: left;
	}
#column_left {
	float: left;
	width: 25%;
	text-align: left;
	margin-left: 10px;
		}
		
#column_left p, #column_right p {
	margin-left: 15px;
	margin-right: 15px;
	}
	
#column_left ul, #column_right ul {
	margin-left: 15px;
	margin-right: 15px;
	list-style-position:inside;
	}	
		
#sitemap_right {
	float: left;
	width: 25%;
	text-align: left;
	margin-left:10px;
	}
#sitemap_left {
	float: left;
	width: 25%;
	text-align: left;
	margin-left: 10px;
		}	

#sitemap_left h2, #sitemap_right h2 {
	margin: 0 0 0 15px;
	padding: 0;
	}

		
#sitemap_left ul, #sitemap_right ul {
	margin-left: 15px;
	margin-right: 15px;
	list-style-position:inside;
	}				
		
#mapContainer {
	height: 400px;
	width: 450px;
	margin: 0px auto 0px auto;
	background-color: #F1EAD4;
	border: solid #3170ad 1px;
	padding: 4px;
}


/*  CSS Classes   */	



.image_left, .image_center, .image_right, .swf_center, .swf_impacted, .module_left, .module_center, .module_right, .photo, .dr_image {
	background-color: #F1EAD4;
	border: solid #3170ad 1px;
	margin: 0 15px 15px 15px;
	padding: 4px;
	}
	
.image_right {
	float: right;
	margin-left:10px;
	margin-right: 10px;
	}
	
.image_left {
	float: left;
	margin-right:10px;
	margin-left: 10px;
	}

.image_center {
	margin: 0px auto 5px auto;
	}
	
.center {
	text-align:center;
	}	
.dr_image {
	float: right;
}

.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;
	margin-right: 150px;
	}	

.module_right h2, .module_left h2, .module_center h2 {
	background-color: #C68A74;
	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_center {
	margin: 0px 10px 10px 10px;
	width: 80%;
	height: auto;
	padding-bottom: 5px;
	}	
#content_main h2.pullquote_center {
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	font-style: italic;
	color: #aa9f63;
	text-align: center;
	width: 480px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cac18e;
	border-right-color: #cac18e;
	border-bottom-color: #cac18e;
	border-left-color: #cac18e;
	padding: 8px 0;
}

#photo_gallery {
	width: 479px;
	margin: 0 auto 0 20px;
	text-align: left;
	padding-top: 40px;
	}

#photo_gallery h2 {
    width:200px;
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-style:italic; 
	margin: 0 0px 24px 5px; 
	font-size: 130%; 
	}


#photo_gallery h2.friends {
 text-align: center;
 width: 400px;
 	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-style:italic; 
	margin: 0 0px 24px 5px; 
	font-size: 140%; 
	margin:0 0 10px 20px;
	}




#photo_gallery .gallery {
	background-color:#d9d2a9;
	height: 280px; 
	margin-bottom:50px;
	padding: 10px;
	width: 458px;
	}
	
#photo_gallery .gallery2 {
	background-color:#d9d2a9;
	height: 420px; 
	margin-bottom:50px;
	padding: 10px 15px;
	width: 448px;
	}
	
	
#photo_gallery .gallery img {
	margin: 0;
	}	
	
#photo_gallery .gallery img.photo_right {
	float: right;
	}	
	
	
.larger {
	font-size:150%;
	line-height: 150%;
	}

.side_image {
	float: right;
	}
	
/*  TEXT ALIGNMENT */	
.text_center {
	text-align: center
	}

.text_left {
	text-align: left
	}

.text_right {
	text-align: right
	}

.motto {
	margin: 25px 0 20px 15px;
	
	}
#content_main p.return {
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.5em;
}
#content_main .return a {
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	font-style: italic;
}
#content_main .page_nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	color: #aa9f63;
	text-align: left;
}
	



/*  End CSS Classes   */
#content_main .page_nav a {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.em;
	font-weight: bold;
	color: #043e77;
	padding: 0 15px 0 0;
	font-size: 0.95em;
	text-decoration: underline;
	font-style: normal;
}


/*  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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	line-height: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	color: #a99f65;
	font-weight: bold;
}
.float_left{
	float: left;
	margin: 0 15px 15px 15px;
}

.float_right{
	float: right;
	margin-right: 150px;
	margin-left: 15px;
}

.highlight {
	border: solid #C68974 1px;
	background-color: #EFE6CD;
	width: 97%;
	margin: 0px auto 0px auto;
	padding: 10px 10px 5px 10px;
	}
	
.clear {
	clear:both;
	}	
#content_main .office_tour {
	text-align: center;
	width: 450px;
	margin-left: 10px;
}

#content_main .office_tour p {
	margin:0 0 10px;
	padding:0;
	text-align:center;}


/*---------------buckets--------------------- */

.bucket {
	width: 192px;
	height:293px;
	margin: 0 10px;
	text-align: center;
	float: left;
	}

.bucket h2 {
	height: 30px;
	width: 182px;
	margin:50px 0 0 0;
	padding:0;
	}	
	
.bucket h2.bucket1{
	background-image:url(../_media/backgrounds/bg_title_1.gif);
	}	
.bucket h2.bucket2{
	background-image:url(../_media/backgrounds/bg_title_2.gif);
	}	
.bucket h2.bucket3{
	background-image:url(../_media/backgrounds/bg_title_3.gif);
	}	
.bucket h2.bucket4{
	background-image:url(../_media/backgrounds/bg_title_4.gif);
	}	
.bucket h2.bucket1 span, .bucket h2.bucket2 span, .bucket h2.bucket3 span, .bucket h2.bucket4 span {
	display: none;
	}

.bucket img {
	margin-bottom:20px;}
	
	
.bucket p.caption{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.93em;
	text-align: left;
	line-height: 10px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #a99f65;
	font-weight: bold;
}	
	
	

.bucket p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.10em;
	text-align: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
    }	
