html, body {
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: #D4E0E9;
	background-image: url(../_media/backgrounds/bg_body.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	height:100%;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
html{ 
   min-height: 100%; 
   height: auto; 
} 


#wrapmaster {
	top: 0px;
	left: 0px;
	height:auto;
	width:100%;
	min-height:100%;
	background-image: url(../_media/backgrounds/bg_horiz.gif);
	background-position: left 240px;
	background-repeat: repeat-x;
    }
	
* html #wrapmaster {
	height:100%;
	}

#wrap	{
	width: 100%;
	}
	
#wrapcenter	{
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: auto;
	text-align:left;
	}
	
#wrapleft {
	padding: 0px;
	width: 14px;
	height: 100px;
	float: none;
	background-image: url(../_media/backgrounds/wrap_left.jpg);
	background-repeat: no-repeat;
	background-position: left -46px;
	position: absolute;
	top: 286px;
	left: 0px;
	}
	
#wrapleft_bottom {
	width: 0px;
	height: 0px;
	float: left;
	top: 0px;
	position: relative;
	}

	
#wrapright	{
	padding: 0px;
	width: 14px;
	height: 100px;
	float: none;
	background-image: url(../_media/backgrounds/wrap_right.jpg);
	background-repeat: no-repeat;
	background-position: left -46px;
	position: absolute;
	top: 286px;
	left: 786px;
	}
	
#wrapright_bottom {
	padding: 0px;
	width: 0px;
	height: 0px;
	top: 0px;
	float: right;
	position: relative;
	}

html>body#wrapcenter {
	height: auto;
	}

#client_header {
	display: none;
	text-align: left;
	width: 800px;
	float: left;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	z-index: 1000;
}
.emergency {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFF00;
	padding: 5px;
}

.clear_both{
clear:both;

	}
/*  BASIC TEXT FORMATING */
p {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 125%;
	}

h1 {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 180%;
	text-align: left;
	margin: 0px 0px 14px 0px;
	border-bottom: solid 1px #cccccc;
	}

h2 {
	color: #ff9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	}

h3 {
	color:#333333;
	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: #333333;
	font-weight: bold;
	text-decoration: none;
	font-size: 100%;
	}

a:hover {
	text-decoration: underline;
	color: #ff9900;
	}

ul {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
		margin: 8px;
	padding: 0px;
	
	list-style: none;
	}
	
ul li {
	background-image: url(../_media/common_assets/arrow_content.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-left: 0px;
	padding-bottom: 8px;
	padding-top: 8px;
	list-style-image: url(none);
	font-weight: bold;
	position:relative;
	}
	
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: #F4F4F4;
	border: solid #E0E0E0 1px;
	margin-bottom: 15px;
	color: #333333;
	}

.image_left ul, .image_center ul, .image_right ul, .swf_center ul, .swf_impacted ul, .module_left ul, .module_center ul, .module_right ul {
	margin: 0px\;
	padding: 0px;
	list-style-position: outside;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
.image_left li, .image_center li, .image_right li, .swf_center li, .swf_impacted li, .module_left li, .module_center li, .module_right li {
	background-image: url(../_media/common_assets/arrow_transparent_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 24px;
	margin-left: 0px;
	font-weight: normal;
	}
	
.image_left p, .image_center p, .image_right p, .swf_center p, .swf_impacted p, .module_left p, .module_center p, .module_right p {
	padding: 6px;
	margin: 0px;
	}
.image_left h3, .image_center h3, .image_right h3, .swf_center h3, .swf_impacted h3, .module_left h3, .module_center h3, .module_right h3 {
	padding:6px;
	}
.image_center .dashed_line{
	background-image: url(../_media/common_assets/dashed_line_white.gif);
	}
.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;
	}
.red a {
	color: #FF3300;
}

.module_right {
	float: right;
	width: 300px;
	height: auto;
	padding-bottom: 5px;
	margin: 0px 0px 10px 10px;
}	

.module_right h2 {
	background-color: #E0E0E0;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	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: 0px 10px 10px 0px;
	}	

.module_left h2 {
	background-color: #E0E0E0;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	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: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	text-align: left;
	background-color: #E0E0E0;
	margin: 0px;
	}

	
/*  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%;
	background-image: url(../_media/backgrounds/flower_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}

#header{
	text-align: center;
	margin: 0px;
	width: 800px;
	padding: 0px;
	}

/*------------- content section ----------------- */

#content_wrapper{
	width: 100%;
	text-align: left;
	background-image: url(../_media/backgrounds/footer_bg.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	}

#content_header{
	width: 100%;
	margin: 0px;
	background-image: url(../_media/backgrounds/bg_content_bottom.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 0px;
	padding-bottom: 50px;
	position: relative;
	}
	
#content_footer{
	width: 800px;
	margin: 0px;
	background-image: url(../_media/backgrounds/bg_content.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
	}


/*------------- content main ----------------- */

#content_main{
	width: 550px;
	min-height: 350px;
	text-align: left;
	position: relative;
	float: right;
	right: 24px;
	margin-top: 0px;
	}
	
* html #content_main{
	}
/*------------- content side ----------------- */


#content_side{
	float: left;
	width:180px;
	height: 350px;
	margin: 0px;
	left: 35px;
	position: relative;
	top: 5px;
	}



#content_side p{
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 100%;
	color: #333333;
    }
	
#content_side h1 {
	color: #FFFFFF;
	font-family: Georgia, serif;
	font-size: 200%;
	font-weight: normal;
	margin: 0px;
    }
	
#content_side h2 {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
	text-align: left;
	background-color: #E0E0E0;
	padding: 4px 0px 4px 4px;
	}
	
#content_side h3 {
	padding-left: 15px;
	padding-right: 15px;
	}
	
#content_side ul {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style: none;
	list-style-image: url(none);
	text-indent: 0px;
	
	}
*html #content_side li {
	margin-left: -17px;
	
	}
#content_side li {
	background-image: url(../_media/common_assets/arrow_sidebar.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 0px;
	margin-left: 0px;
	padding-left:0px;
	padding-bottom: 4px;
	padding-top: 4px;
	list-style-image: url(none);
	font-weight: normal;
	list-style: none;
	font-size: 90%;
	text-indent: 40px;
	margin-bottom: 2px;
	background-color: #E0E0E0;
	left:0px;
	width:181px;
	position:relative;
	}
	
#content_side li a {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 0px;
	
	color: #333333;
	font-weight: normal;
	display: block;
	
	}
	
#content_side li a:hover {
	color: #ff9900;
	text-decoration: none;
	}
	

#content_side .dashed_line{
	background-image: url(../_media/common_assets/dashed_line_grey.gif);
	background-repeat: repeat-x;
	height: 4px;
	margin-bottom: 8px;
	clear: both;
	}
	


/*------------- footer ----------------- */

#footer_wrapper{
	text-align: left;
	width: 100%;
	padding: 0px;
	height:80px;

}

#footer{
	text-align: right;
	width: 775px;
	margin: 0px;
}
#footer p{
	color: #999999;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-family: arial, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
}

#footer a {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 80%;
	padding: 0px 3px 0px 3px;
}


#footer a:hover {
	border-bottom: solid #533F1F 1px;
	text-decoration: none;
	background-color: #D4E0E9;
}

/*------------- misc styles ----------------- */
#float_left{
	float: left;
}

#float_right{
	float: right;
}

#highlight {
	border: solid #E0E0E0 1px;
	background-color: #F4F4F4;
	width: 96%;
	margin: 0px auto 0px auto;
	padding: 10px 10px 5px 10px;
	}
	
#dictionary{
	position: relative;
	float: left;
	background-image: url(../_media/common_assets/dashed_line_grey.gif);
	background-repeat: repeat-y;
	background-position: center;
	}
#dictionary_right {
	float: right;
	width: 48%;
	position: relative;
	}
#dictionary_left {
	float: left;
	width: 48%;
	position: relative;
		}
#dictionary .text_center{
	height: 30px;
}

.float_left {
	
	float: left;
}

.float_right {
	
	float: right;
}
.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

img {
	border: 1px solid #333333;
}

form img {
	border: none;
}

.setup {
	width: 500px;
	float: right;
}

.setup input {
	border: 1px solid #999999;
}

.setup p {
	font-weight: bold;
	text-align: right;
	padding: 0px 8px 0px 0px;
	margin: 0px;
}
#mapContainer {
	height: 400px;
	margin: 0px auto 0px auto;
	border: solid #000000 1px;
}
/*-- APPOINTMENT FORM --*/
input {
	background-color: #FFFFFF;
	border: 1px solid #BAC5CC;
}
.forminput {
	width: 400px;
	float: right;
	clear: none;
	height: 35px;
	vertical-align: bottom;
}
.formsubmit {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: center;
	padding: 0px;
}
.formtext {
	width: 140px;
	float: left;
	clear: none;
	height: 35px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.field {
	clear: both;
	height: 40px;
}
.formtext p {
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
.comfield {
	clear: both;
	height: 100px;
}
.checkinput {
	width: 400px;
	float: right;
	clear: none;
	height: 35px;
	vertical-align: bottom;
}
.spacer {
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 50px;
}
.xfield {
	clear: both;
	height: 75px;
}
