body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #f2f2e3;
	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%;
    }
	
* 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: #309EB7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #309EB7;
	text-align: left;
	margin-top:0px;
	}

h2 {
	color: #72022F;
	font-family: Georgia, "Times New Roman", Times;
	font-size: 120%;
	font-weight: normal;
	text-align: left;
	}
	
h2 a {
	border-bottom: none;
}

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: #72022F;
	border-bottom: 1px dotted #72022F;
	text-decoration: none;
	}

a:hover {
	background-color: #78BDC0;
	}

ul {
	list-style-position: outside;
	}
	
ol {
	list-style-position: inside;
	}
	
li {
	color:#3E3123;
	list-style-image: url(../_media/common_assets/arrow_transparent_bg.gif);
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	}
	
a:hover img {
	border: none;
	background:none;
	} 

a:visited img {
	border: none;
	}

a:link img {
	border: none;
	}

/*  CSS Classes   */	

.image_left, .image_center, .image_right, .module_left, .module_center, .module_right, #mapContainer {
	background-color: #F1F0D1;
	border: solid #A4616F 1px;
	margin-bottom: 5px;
	padding: 3px;
	}
	
.image_right {
	float: right;
	margin-left:10px
	}
	
.image_left {
	float: left;
	margin-right:10px
	}

.image_center {
	margin: 5px 5px 5px 5px;
	}

.module_right {
	float: right;
	width: 300px;
	height: auto;
	padding: 0px 0px 10px 0px;
	margin-left:10px
	}	
	
.module_left {
	float: left;
	width: 300px;
	height: auto;
	padding: 0px 0px 10px 0px;
	margin-right:10px
	}	

.module_center {
	margin: 0px 10px 10px 10px;
	width: 80%;
	height: auto;
	padding: 0px 0px 10px 0px;
	}

.module_right h2, .module_left h2, .module_center h2 {
	background-color: #78BDC0;
	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;
	border-bottom: solid #A4616F 1px;
	}

.module_right p, .module_left p, .module_center p {
	padding-left: 8px;
	padding-right: 8px;
	}

	
/*  TEXT ALIGNMENT */	
.text_center {
	text-align: center
	}

.text_left {
	text-align: left
	}

.text_right {
	text-align: right
	}

/*  DESIGN ELEMENTS */	

	
.dotted_line {
	border-top: 1px dotted #A4616F;
	}
	



/*  End CSS Classes   */	


/*  CSS IDs   */	


/*------------- header section ----------------- */


#header_wrapper{
	width: 100%;
	background-image: url(../_media/backgrounds/bg_header.gif);
	background-repeat: repeat-x;
	background-position: top center;
	}

#header{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 830px;
	height: 187px;
	padding: 0px;
	}

#header a {
	margin: 0px;
	padding: 0px;
	border-bottom: none;
}

/*------------- content section ----------------- */

#content_wrapper{
	width: 100%;
	margin: 0px auto 0px auto;
	text-align: center;
	background-color: #d9e7de;
	background-image: url(../_media/backgrounds/bg_content.gif);
	background-position: top center;
	background-repeat: repeat-y;
	padding: 0px;
	}

/*------------- content main ----------------- */

#content_main{
	width: 780px;
	min-height: 320px;
	text-align: left;
	margin: 0px auto;
	position: relative;
	padding: 10px 0px 10px 0px;
	}


/*------------- content side ----------------- */


#content_side{
	float: left;
	width: 0px;
	height: 320px;
	min-height: 100%;
	margin: 0px;
	display: inherit;
	position: relative;
	}


/*------------- footer ----------------- */

#footer_wrapper{
	text-align: center;
	width: 100%;
	padding: 0px;
	background-image: url(../_media/backgrounds/bg_footer.gif);
	background-position: top center;
	background-repeat: repeat-x;
}

#footer{
	text-align: center;
	width: 830px;
	margin: 0px auto 0px auto;
	position: relative;
}
#footer p{
	color: #72022F;
	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;
}

#footer a {
	color: #72022F;
	font-weight: bold;
	font-size: 80%;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover {
}

/*------------- subnav ----------------- */

#subnav {
	border-bottom: 1px dotted #309EB7;
}

#subnav p {
	text-align: center;
	margin-top: 0px;
	padding-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times;
}

#subnav a {
	border-bottom: none;
	padding-left: 5px;
	padding-right: 5px;
}

/*------------- home ----------------- */

#home {
	width: 800px;
	text-align: left;
	margin: 0px auto;
	position: relative;
	padding: 200px 0px 20px 0px;
	}
	
#home p {
	color:#3E3123;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 125%;
	}

#home a {
	color: #72022F;
	border-bottom: 1px dotted #72022F;
	text-decoration: none;
	font-size: 100%;
	font-weight: normal;
	}

#home a:hover {
	background-color: #78BDC0;
	}

/*------------- 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: 400px;
	width: 98%;
	margin: 0px auto 0px auto;
}

.test {
	color: #F9F9ED;
}