body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #3b4c66;
	height:100%;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body, html{
	height:100%;
	width:100%;

}
#wrapmaster {
	position: absolute;
	top: 0px;
	left: 0px;
	height:auto;
	width:100%;
	min-height:100%;
	background-image: url(../_media/backgrounds/bg_vert.gif);
	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:#3E3123;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 125%;
	}

h1 {
	color: #111041;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 250%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0f2344;
	text-align: left;
	margin-top: 6px;
	}

h2 {
	color: #111041;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	}

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: #181759;
	text-decoration: none;
	border-bottom: 1px dotted #181759;
	}

a:hover {
	background-color: #FED15C;
	}	

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	list-style-position: outside;
	}
	
ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
	list-style-position: inside;
	}
	
li {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color:#3E3123;
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 28px;
	margin-left: 5px;
	padding-bottom: 5px;
	padding-top: 8px;
	position: relative;
	background-image: url(../_media/backgrounds/li.gif);
	}
	
a:hover img {
	border: none;
	background:none;
	} 

a:link img {
	border: none;
	}

/*  CSS Classes   */	

.image_left, .image_center, .image_right, .module_left, .module_center, .module_right, #mapContainer {
	background-color: #D9D1B1;
	border: solid #181759 1px;
	margin-bottom: 5px;
	padding: 3px;
	}
	
.image_right {
	float: right;
	margin-left: 10px;
}
	
.image_left {
	float: left;
	margin-right:10px
	}

.image_center {
	margin: 0px 5px 5px 5px;
	}

.module_right {
	float: right;
	width: 280px;
	height: auto;
	padding: 0px 0px 5px 0px;
	margin-left:10px
	}	
	
.module_left {
	float: left;
	width: 280px;
	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: #7A89A2;
	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: 6px;
	padding-right: 6px;
	}	

	
/*  TEXT ALIGNMENT */	
.text_center {
	text-align: center
	}

.text_left {
	text-align: left
	}

.text_right {
	text-align: right
	}

/*  End CSS Classes   */	


/*  CSS IDs   */	

/*------------- home section ----------------- */

#home {
	width: 90%;
	margin: 0px auto 0px auto;
	padding-top: 5px;
	padding-bottom: 20px;
	position:relative;
}

#home h2 {
	margin-top: -20px;
	text-align: right;
}

#home p {
	color: #ffffff;
}

#home a {
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
}

#home_footer{
	text-align: center;
	margin: 0px auto 0px auto;
}
#home_footer p{
	color: #F5F4E4;
	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;
}

#home_footer a {
	color: #F5F4E4;
	font-weight: bold;
	font-size: 80%;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
	border-bottom: none;
}

#home_footer a:hover {
	color: #181759;
}

/*------------- header section ----------------- */


#header_wrapper{
	width: 100%;
	}

#header{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 800px;
	padding: 0px;
	}

/*------------- content section ----------------- */

#content_wrapper{
	width: 820px;
	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;
	}

/*------------- content main ----------------- */

#content_main{
	width: 612px;
	min-height: 350px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	float: right;
	position: relative;
	right: 18px;
	padding-bottom: 15px;
	}


/*------------- content side ----------------- */


#content_side{
	float: left;
	width:158px;
	/*height: 400px; - Removed to left the sidebar flow down */
 	min-height: 100%;
	margin: 0px;
	display: inherit;
	position: relative;
	left: 18px;
	padding-top: 15px;
	}

#content_side p{
	text-align: left;
	font-size: 90%;
	color: #333333;
    }
	
#content_side h2 {
	color: #181759;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold; 
	margin-top: 0px;
	padding-top: 15px;
	}
	
#content_side ul {
	}
	
#content_side li {
	text-align: left;
	background-image: url(../_media/backgrounds/li_side.gif);
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 20px;
	}
	
#content_side li a {
	color: #181759;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 100%;
	border-bottom: none;
	}
	
#content_side li a:hover {
	}

#content_side .text_center {
	text-align: center
	}

/*------------- footer ----------------- */

#footer_wrapper{
	text-align: center;
	width: 800px;
	padding: 0px;
	margin: 0px auto 0px auto;
}

#footer{
	text-align: right;
	width: 612px;
	margin: 0px auto 0px auto;
	position: relative;
	float: right;
	right: 10px;
	padding-top: 40px;
}
#footer p{
	color: #F5F4E4;
	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: left;
	position: relative;
}

#footer a {
	color: #F5F4E4;
	font-weight: bold;
	font-size: 80%;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover {
	color: #181759;
}

/*------------- misc styles ----------------- */
#float_left{
	float: left;
}

#float_right{
	float: right;
}

#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: 49%;
	position: relative;
	}
#column_left {
	float: left;
	width: 49%;
	position: relative;
		}
#mapContainer {
	height: 450px;
	width: 98%;
	margin: 0px auto 0px auto;
}

.address_border {
	border-left: 1px dotted #66875A;
}

.dotted_line {
	border-top
	: 1px dotted #315c3b;
}

.no_bg {background-image: none;}

.float_right {
	float: right;
	padding: 2px;
	margin-left:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #315C3B;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #315C3B;
	}
.affiliate_text {
	color: #93C483;
	font-style: oblique;
	font-weight: bold;
	font-size: 110%;
}
.image_center2 {
	margin: 2px;
	background-color: #FFFFFF;
	padding: 8px;
}
.pbhs { 
	font-size: 80%;
	font-weight: bold;
}
#home .facebook{position:absolute; right:222px;}
#home .facebook a, #home .right-col a.img-zine, #content_side .facebook a{border:0px solid #fff;}
#home .facebook a:hover, #home .right-col a.img-zine, #content_side .facebook a{background-color:transparent;}
#home .facebook a:visited, #content_side .facebook a:visited{border:none;}
#home .left-col{float:left; margin-right:10px; width:79%;}
#home .right-col{float:right; position:relative; top:-15px; width:20%;}
.clear{clear:both;}
img{border:none;}