body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #F8F1DC;
	background-image: url(../_media/backgrounds/bg_horiz.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	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%;
	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;
}
/*  THESE STYLES ARE SPECIFIC TO THE 'ADVANCED' CSS STRUCTURE */
#wrap {
	width: 810px;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	text-align:left;
	background-image: url(none);
	background-repeat: repeat-y;
	}

#wrapcenter	{
	padding: 0px;
	width: 800px;
	height: 100%;
	float: left;
	}
	
html>body#wrapcenter {
	height: auto;
	}

#wrapleft {
	padding: 0px;
	width: 5px;
	height: 400px;
	float: left;
	background-image:  url(../_media/backgrounds/bg_left.jpg);
	background-repeat: no-repeat;
	}
	
#wrapright	{
	padding: 0px;
	width: 5px;
	height: 400px;
	float: right;
	background-image: url(../_media/backgrounds/bg_right.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}

#content_header{
	width: 800px;
	margin: 0px;
	background-image: url(../_media/backgrounds/bg_content_top.gif);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	text-align: left;
	}
	
#content_footer{
	width: 100%;
	margin: 0px auto 0px auto;
	background-image: url(../_media/backgrounds/bg_content_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	
/*  END 'ADVANCED' CSS STRUCTURE STYLES */
/*  BASIC TEXT FORMATING */
p {
	color:#3E3123;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 125%;
	}

h1 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	text-align: left;
	margin-top: 0px;
	}

h2 {
	color: #3971B5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	}

h3 {
	color: #BB5714;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	}

h4 {
	color: #21344E;
	font-size: 125%;
	line-height: 100%;
	font-family: Georgia, "Times New Roman", Times;
	text-align: center;
	width: 90%;
	}

a {
	color: #3971B5;
	}

a:hover {
	}

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;
	text-align: left;
	}
	
ul li {
	padding: 8px 8px 8px 0px;
	}
	
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, #mapContainer {
	background-color: #C2DCF0;
	border: solid #3971B5 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;
	}

.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_right h2 {
	background-color: #3971B5;
	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: #3971B5;
	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: #3971B5;
	margin: 0;
	}

	
/*  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   */	

#doctor {
	padding: 65px 0 0 0;
	width:296px;
	overflow: hidden;
	background-image: url(../_media/images/susie_lin_ds_ms.jpg);
	background-repeat: no-repeat;
	height: 0px!important;
	height /**/:65px;
	background-position: right top;
}

/*------------- header section ----------------- */


#header_wrapper{
	width: 800px;
	background-image: url(../_media/backgrounds/bg_horiz.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	}

#header{
	text-align: center;
	width: 800px;
	padding: 0px;
	height: 180px;
	background-image: url(../_media/backgrounds/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center 65px;
	}
	
/*------------- nav section ----------------- */


#nav_wrapper{
	width: 800px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	padding-top: 6px;
	}

#nav{
	text-align: center;
	width: 800px;
	padding: 0px;
	height: 28px;
	margin: 0px;
	}
#nav ul{
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-image:none;
}
#nav ul li{
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-image:none;
	display:inline;
	float: left;
}
#nav ul li a{
	display:block;
}

/*------------- 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-position: center top;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	}

#content_home_header{
	width: 800px;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 0px 0px 0px 0px;
	background-image: url(../_media/backgrounds/bg_content_top_home.gif);
	background-position: left top;
	background-repeat: no-repeat;
	}
/*------------- content main ----------------- */

#content_main{
	width: 576px;
	text-align: left;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	position: relative;
	height: auto;
	min-height: 400px;
	left: 18px;
	}


/*------------- content side ----------------- */


#content_side{
	float: right;
	width:171px;
	min-height: 100%;
	margin: 0px;
	display: inherit;
	position: relative;
	height: 323px;
	right: 13px;
	top: 0px;
	}

#content_side p, #content_side h1, #content_side h2, #content_side ul{

}

#content_side p{
	text-align: left;
	font-size: 88%;
	color: #FFFFFF;
	margin: 4px 0px 3px 0px;
    }
#content_side a{
	text-align: center;
	font-size: 90%;
	color: #FFFFFF;
	margin: 4px 0px 3px 0px;
	font-weight: bold;
    }

#content_side .initials{
	text-align: right;
	font-size: 88%;
	color: #FFFFFF;
	margin: 4px 0px 3px 0px;
    }
		
#content_side h1 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
    }
#content_side  h3 {
	color: #8dbb5a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 96%;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	}
	
	
#content_side ul {
	text-align: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
#content_side li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: url(none);
	}
	
#content_side li a {
	color: #E7EBF4;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 94%;
	display: block;
	padding: 6px 0px 6px 10px;
	width: 146px;
	font-weight: normal;
	border-bottom: solid #E7EBF4 1px;
	}
	
#content_side li a:hover {
	background-color: #5081BD;
	}
	

#content_side .dashed_line{
	background-image: url(../_media/common_assets/dashed_line_white.gif);
	}
#content_side_content{
	width:156px;
	margin:0px auto 0px auto;
	padding: 16px 0px 0px 0px;
}
	
/* ---content siude home ----*/
#content_side_home{
	float: right;
	width:184px;
	min-height: 100%;
	margin: 0px;
	display: inherit;
	position: relative;
	height: 323px;
	right: 0px;
	top: 0px;
	background-image: url(../_media/images/snapshots1.jpg);
	background-repeat: no-repeat;
	background-position: left 46px;
	}


/*------------- footer ----------------- */

#footer_wrapper{
	text-align: center;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../_media/backgrounds/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer{
	text-align: right;
	width: 752px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 184px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer p {
	color: #FFFFFF;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	font-size: 100%;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}


#footer a:hover {
	text-decoration: underline;
}

/*------------- misc styles ----------------- */

#links{
	text-align: center;
	width: 732px;
	margin: 0px auto 0px auto;	
}

#links a {
	color: #658E8C;
	font-size: 90%;
	text-decoration: none;
}
#links p {
	color: #658E8C;
	font-size: 90%;
	text-decoration: none;
	text-align: center;
}

#mapContainer {
	height: 400px;
	width: 98%;
	margin: 0px auto 0px auto;
}
/*  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;
}
.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;
	}
	
/*pullquotes*/

.pullquote_right{
	text-align: right;
	font-style: italic;
	display:block;
	border-right: 3px solid #000000;
	padding: 6px 10px 6px 6px;
	background-color: #EEEEEE;
}
.pullquote_right p, .pullquote_right_small p{
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 100%;
	line-height: 150%;
}
.pullquote_left{
	text-align: left;
	font-style: italic;
	display:block;
	border-left: 3px solid #000000;
	padding: 6px 6px 6px 10px;
	background-color: #EEEEEE;
}
.pullquote_left p, .pullquote_left_small p{
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 100%;
	line-height: 150%;
}

.pullquote_right_small{
	text-align: right;
	font-style: italic;
	display:block;
	border-right: 3px solid #000000;
	padding: 6px 10px 6px 0px;
	background-color: #EEEEEE;
	float: right;
	width: 40%;
	margin: 0px 0px 12px 10px;
}

.pullquote_left_small{
	text-align: left;
	font-style: italic;
	display:block;
	border-left: 3px solid #000000;
	padding: 6px 10px 6px 10px;
	background-color: #EEEEEE;
	width: 40%;
	float: left;
	margin: 0px 10px 12px 0px;
}
/*  End CSS Classes   */
#home_column1{
	float:left;
	width:241px;
	margin: 8px 0px 0px 10px;
}
#home_column2{
	float:left;
	width:241px;
	margin:8px 0px 0px 2px;
}
#home_column2 ul{
	margin:10px 0px 0px 6px;
	list-style:none;
	list-style-image:none;
	padding: 0px;
}
#home_column2 ul li{
	margin:0px;
	padding:2px 0px 2px 0px;
	list-style:none;
	list-style-image:url(none);
}
#home_column2 ul li a{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	display: block;
	background-image: url(../_media/common_assets/arrow_transparent_bg.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 18px;
}
#home_column3{
	float:left;
	width:241px;
	margin:8px 0px 0px 2px;
}
#home_column1 p, #home_column2 p , #home_column3 p{
	text-align: left;
	padding: 2px 4px 2px 4px;
}
#home_column1 h3, #home_column2 h3 , #home_column3 h3{
	display: block;
	width: 184px;
	background-color: #87adc8;
	padding: 6px 0px 6px 6px;
	color: #FFFFFF;
}

.column_div_vert{
	background-color:#658E8C;
	width:1px;
	float:left;
	height: 200px;
	margin: 8px 0px 0px 2px;
}
.column_div_horiz{
	background-color:#87adc8;
	height:1px;
	width: 620px;
	clear: left;
	margin: 12px 0px 0px 0px;
	position: relative;
	left: 12px;
	float: left;
}
#column_left {
	width: 48%;
	float: left;
}
#collumn_right {
	float: right;
	width: 48%;
}
#contact-form{
	height: 350px;
	margin: 0px auto 0px auto;
	width: 156px;
}
#contact-form h2{
	color: #FFFFFF;
	font-size: 110%;
	font-weight: normal;
}
#contact-form input {
	width:151px;
}

#contact-form textarea {
	width: 156px;
	}

#contact-form p {
	font-size:90%;
	font-weight:normal;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	}
.clear_both{
	clear: both;
	height: 1px;
	width: 100%;
	border-bottom: solid #C2DCF0 1px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

