body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #666666;
	height:100%;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image:url(../_media/backgrounds/interior_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#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:#0057a8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	text-align: justify;
	line-height: 125%;
	}

h1 {
	color: #0057a8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	text-align: left;
	margin-bottom: 25px;
	line-height: 30px;
		}
h1#meet-dr {
	font-size:100%;
	line-height: 20px;
	width: 340px;
	background-image:url(../_media/backgrounds/h1bg.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-left:5px;
	}		

span.h1 {	
	background-image:url(../_media/backgrounds/h1bg.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	height: 30px;
	padding: 6px 10px 6px 5px ;
	}
	
#content_main h1 {
	margin-bottom:25px;
	}

h2 {
	color: #B4B6C3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	margin: 20px 0 20px 0;

	}

h3 {
	color:#0057a8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	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%;
	}


ul {
	list-style-image: 		url(../_media/common_assets/arrow_transparent_bg.gif);
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	color: #666666;
	}
	
ul li {
	padding: 8px 8px 8px 0px;
	color: #013c72;
	}
	
ol {
	padding:0px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: inside;
	}
	
ol li {
	padding:0px 8px 8px 0px;
	color: #013c72;
	}
	
a {
	color: #bf4c81;
	text-decoration:none;
	}

a:hover {
	background-color: #e8ecf8;
	}	
	
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 {
	background-color: #F0F2F9;
	border: solid #f067a6 1px;
	margin-bottom: 5px;
	padding: 4px;
	}
	
.image_right {
	float: right;
	margin-left:10px
	}
	
.image_left {
	float: left;
	margin-right:10px
	}

.image_center {
	margin: 0px auto 5px auto;
	}
.img_center {
	text-align: center;
	margin: 10px;
	padding: 8px;
	width: auto;
	float: left;
}

.img_tour {
	text-align: center;
	margin: 10px;
	padding: 8px;
	width: 304px;
	
}


.image_header {
	float: right;
	margin: 0px 15px 10px 10px;
	border: none;
	}

.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
	}	
.float_left {
	float: left;
	margin: 5px 10px 10px 0;
	;
}
.float_right {
	float: right;
	margin: 5px 0 10px 10px;
}

.module_right 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_left h2 {
	background-color: #EDB79C;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	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: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	text-align: left;
	background-color: #C68A74;
	margin: 0;
	}

	
/*  TEXT ALIGNMENT */	
.text_center {
	text-align: center
	}
.push {
	margin-left: 5px;
}

.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: 85%;
	text-align: center;
	line-height: 20px;
	padding: 0 0 15px;
	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%;
	}

#header{
	text-align: center;
	width: 802px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

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

#content_wrapper{
	width: 802px;
	text-align: center;
	background-image: url(../_media/backgrounds/bg_content_dual.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: auto;
	}

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

#content_main{
	width: 550px;
	min-height: 350px;
	text-align: left;
	padding: 0px 0 0px;
	margin: 0px;
	float: right;
	position: relative;
	right: 12px;
	z-index: 2;
	}

#content_main h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #90919C;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0 10px 0 5px;
}
#content_main h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size:90%;
	font-weight:bold;
	padding: 0 10px 0 5px;
}
#content_main p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0057a8;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 5px;
	line-height: 160%;
}

p#content-address {
	font-size: 95%;
	font-weight: bold;
	text-align: right;
	margin-bottom:50px;
	}

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


#content_side{
	float: left;
	width:224px;
	
	min-height: 100%;
	margin: 0px;
	display: inherit;
	position: relative;
	text-alignment: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f067a6;
	background-image: url(../_media/backgrounds/nav_bg_03.gif);
	background-repeat: no-repeat;
	background-position: 6px 20px;
	text-align: left;
	z-index: 3;
	}

#content_side p, #content_side h1, #content_side h2, #content_side ul{

}

#content_side p{
	font-size: 100%;
	color: #FFFFFF;
    }
	
#content_side h1 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
    }
	
#content_side h2 {
	color: #1c82b1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;    
	
	}
	
#content_side ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding:0;
	width:224px;
	text-indent:0;
	}
#content_side li {
	width: 223px;
	list-style-image: none;
	list-style-type: none;
	border-bottom: 1px solid #f067a6;
	margin: 0px;
	padding: 0px;
	padding:1px 0 0 1px;
	}

#content_side #main_nav a{
	padding: 5px 10px 5px 10px;
	display:block;
	}
	
#content_side li a {
	color: #0057A8;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 90%;
	}
	

	
#content_side li a:hover {
	background-color: #f0f2f9;
		}
	

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


#sub_nav {
width: 223px;
font-size:100%;
padding: 0;
margin:25px 0 25px 0; /* this page only */

}
	
#sub_nav p {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:110%;
	font-style:italic;
	color:#0057a8;
	margin: 0 0 5px 10px;
	}	


/* remove all the bullets, borders and padding from the default list styling */
#sub_nav ul {
position:relative;
z-index:500;
width:190px;
padding:0;
margin:0 auto;
list-style-type:none;
text-indent: 0;
}


/* style the list items */
#sub_nav ul li {
/*height:10px;*/
width: 190px;
margin:0;
padding: 0;
background-color: #f7bed2;
background-image:url(../_media/backgrounds/bg_subnav.gif);
border-bottom: 1px solid #0057a8;
/* for IE7 */
float:left;
}


#sub_nav li.sub {background-color: #f7bed2;
	background-image:url(../_media/backgrounds/bg_subnav.gif)
	} 

#sub_nav li{
	background-color: #f7bed2;
	background-image:url(../_media/backgrounds/bg_subnav.gif)
	} 


/* get rid of the table */
#sub_nav table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}


/* style the links */
#sub_nav a{
display:block; 
text-decoration:none;
padding: 5px 0 5px 5px;
width:185px;
border-left-width: 0px;
}


/* hack for IE5.5 */
* html #sub_nav a{width:185px; w\idth:184px;}


/* style the link hover */
* html #sub_nav a:hover {color:#0057a8; background:#fff; position:relative;}

#sub_nav li:hover {position:relative;}


/* For accessibility of the top level menu when tabbing */
#sub_nav a:active, #sub_nav a:focus {color:#0057a8; background:#f7bed2;}


/* retain the hover colors for each sublevel IE7 and Firefox etc */
#sub_nav li:hover > a {color:#0057a8; background:#fff;*/}

 
/* hide the sub levels and give them a positon absolute so that they take up no room */
#sub_nav li ul {
visibility:hidden;
position:absolute;
top:-180px;
/* set up the overlap (minus the overrun) */
left:160px;
/* set up the overrun area */
padding:30px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(transparent.gif);
}


#sub_nav li ul.sub2 {
visibility:hidden;
position:absolute;
top:-105px;
/* set up the overlap (minus the overrun) */
left:160px;
/* set up the overrun area */
padding:30px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(transparent.gif);
}


/* for browsers that understand this is all you need for the flyouts */
#sub_nav li:hover > ul {visibility:visible;}



/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
#sub_nav ul a:hover ul ul{
visibility:hidden;
}


/* keep the fourth level+ hidden when you hover on second level link */
#sub_nav ul a:hover ul a:hover ul ul{
visibility:hidden;
}


/* keep the fifth level hidden when you hover on third level link */
#sub_nav ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}



/* make the second level visible when hover on first level link */
#sub_nav ul a:hover ul {
visibility:visible;
}


/* make the third level visible when you hover over second level link */
#sub_nav ul a:hover ul a:hover ul{ 
visibility:visible;
}


/* make the fourth level visible when you hover over third level link */
#sub_nav ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}


/* make the fifth level visible when you hover over fourth level link */
#sub_nav ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;}



#form {
	width: 190px;
	margin: 10px auto;
	background-color: #0057a8;
	padding: 10px 5px;
	}
	
#form h2{
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

#form input.submit {
	background-color:#f067a6;
	color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	}
	
#form input.pink, #form textarea.pink {
	color: #f067a6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	}	
	
#form form label {
	color:#f067a6;
	}



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

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

#footer{
	text-align: right;
	width: 800px;
	margin: 0px auto 0px auto;
	height: 100px;
	position: relative;
}
#footer p{
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: normal;
	line-height: 14px;
	font-weight:bold;
	text-align: center;
	position: relative;
	top: 40px;
}

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


#footer a:hover {
	color:#333333;
	text-decoration: underline;
	background-color:transparent;
}

/*------------- 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: 48%;
	position: relative;
	}
#column_left {
	float: left;
	width: 48%;
	position: relative;
		}
#mapContainer {
	height: 400px;
	width: 98%;
	margin: 0px auto 0px auto;
}
