body { 
	margin:0px; 
	padding:0px; 
	background-color: #ffffff; 
	text-align:center; 
	background-image: url(../_media/backgrounds/bg_horiz.gif);
	background-position: center top; 
	background-repeat: repeat-x;
	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;
}

#noflash #client_header {
	display:block;

}

#noflash #client_header #client_name{
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	color:#FFF;
	position:absolute;
	top:12px;
	right:22px;
	display: none;
}
#noflash #client_header #specialty{
	display: none;
}
#noflash #client_header #location{
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFF;
	position:absolute;
	top:286px;
	right:38px;
	display: none;
}
#noflash #client_header #phone{
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#242424;
	position:absolute;
	top:302px;
	left:39px;
	display: none;
}


/*  BASIC TEXT FORMATING */
p {
	color:#3E3123;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 125%;
	}

h1 {
	color: #98005d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	text-align: left;	
	margin-top: 15px;
	}

h2 {
	color: #98005d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	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: #98005d;
	text-decoration: none;
	border-bottom: 1px dotted #98005d;
	}

a:hover {
	background-color: #FAE1AD;
	}

ul {
	margin-left: 20px;
	padding-left: 0px;
	list-style-position: outside;
	}
	
ol {
	margin-left: 20px;
	padding-left: 0px;
	list-style-position: inside;
	}
	
li {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	list-style-type: none;
	background-image: url(../_media/common_assets/arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 0px;
	padding-bottom: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
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, #mapContainer {
	border: solid #EFB219 1px;
	margin-bottom: 5px;
	padding: 2px;
	}
	
.image_right {
	float: right;
	margin-left:10px
	}
	
.image_left {
	float: left;
	margin-right:10px
	}

.image_center {
	margin: 3px auto 3px 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_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;
	}	

.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;
	}

	
/*  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 #98005d;
	}

/*  End CSS Classes   */	


/*  CSS IDs   */	


/*------------- home section ----------------- */

#homepage {
	padding-bottom: 1px;
}

#homepage h1{
	position: relative;
	top: 15px;
	text-align: center;
	font-size: 20px;
	margin-top:0px;
}

#homepage a {
	color: #c5920c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	border-bottom: none;
}

#homepage a:hover {
	color: #98005d;
	background: none;
	text-decoration: none;
}

#homepage p {
	color: #98005d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	text-align: left;
	}

/*------------- header section ----------------- */


#header_wrapper{
	width: 100%;
	}

#header_wrapper{
	width: 800px;
	padding: 0;
	margin: auto;
	position: relative;
}

#header{
	text-align: center;
	margin: 0px;
	width: 800px;
	padding: 0;
	position: relative;
	height: 388px;
}

#header{
	background-image: url(../_menu/topbar-canyonridgeoms.jpg);
	background-repeat: no-repeat;
}

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

#content_wrapper{
	width: 800px;
	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;
	}

#content_top{
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(../_media/backgrounds/bg_content_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}

#content_bottom{
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(../_media/backgrounds/bg_content_bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	}

#content_middle{
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(../_media/backgrounds/bg_content_main.gif);
	background-position: top left;
	background-repeat: repeat-y;
	}

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

#content_main{
	width: 578px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	float: right;
	position: relative;
	right: 15px;
	}


/*------------- content side ----------------- */


#content_side{
	float: left;
	width:172px;
	margin: 0px;
	display: inherit;
	position: relative;
	left: 15px;
	height: 300px;
	}

#content_side h2 {
	color: #C3920B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	margin-top: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #c3920b;
	border-top: 1px dotted #c3920b;
	}

#content_side p {
	text-align: left;
	}
	
#content_side ul {
	margin-left: 0px;
	margin-bottom: 20px;
	}
	
#content_side li {
	color: #C3920B;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-left: 0px;
	padding-right: 0px;
	background: none;	
	}
	
#content_side li a {
	color: #C3920B;
	text-decoration: none;
	border-bottom: none;
	}
	
#content_side li a:hover {
	}
	

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


/*------------- 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{
	width: 800px;
	margin: 0px auto 0px auto;
	position: relative;
}
#footer p{
	color: #98005d;
	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: #98005d;
	font-weight: bold;
	font-size: 80%;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
	border-bottom: none;
}


#footer a:hover {
}

/*------------- 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: #EFB219;
}
