body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	height:100%;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#wrapmaster {
	position: absolute;
	top: 0px;
	left: 0px;
	height:auto;
	width:100%;
	background-color: #49569f;
	background-image: url(http://westerlysmile.com/_media/backgrounds/bg_horiz.jpg);
	background-position: center top;
	background-repeat: repeat-x;
    }
	
/*  END 'ADVANCED' CSS STRUCTURE STYLES */
/*  BASIC TEXT FORMATING */
p {
	color:#ffffff;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 125%;
	padding-left: 10px;
	padding-right: 10px;
	}

h1 {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	border-bottom: 1px dotted #ffffff;
	border-top: 1px dotted #ffffff;
	text-align: left;
	margin: 10px 10px 10px 10px;
	}
	
h2 {
	color: #F4C61B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	}

h3 {
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	}

h4 {
	color: #21344E;
	font-size: 125%;
	line-height: 100%;
	font-family: Georgia, "Times New Roman", Times;
	text-align: center;
	width: 90%;
	}

a {
	color: #F4C61B;
	text-decoration: none;
	}

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

ul {
	list-style-position: outside;
	}
	
ol {
	list-style-position: inside;
	}
	
li {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(../_media/common_assets/li.gif);
	font-size: 100%;
	margin-bottom: 10px;
	}
	
a:link img, a:visited img, a:hover img {
	border: none;
	background:none;
	} 
	
/*  CSS IDs   */

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

#bubble1 {
	background: url(../_media/backgrounds/bubble1.jpg) center center no-repeat;
	width: 147px;
	height: 147px;
	position: absolute;
	left: 294px;
	top: 12px;
	margin: 0px;
	padding: 0px;
	}

#bubble2 {
	background: url(../_media/backgrounds/bubble2.jpg) center center no-repeat;
	width: 157px;
	height: 157px;
	position: absolute;
	left: 260px;
	top: 191px;
	margin: 0px;
	padding: 0px;
	}

#bubble3 {
	background: url(../_media/backgrounds/bubble3.jpg) center center no-repeat;
	width: 145px;
	height: 145px;
	position: absolute;
	left: 552px;
	top: 193px;
	margin: 0px;
	padding: 0px;
	}

#staff {
	background: url(../_media/backgrounds/homedoctors.jpg) center center no-repeat;
	width: 305px;
	height: 185px;
	position: absolute;
	left: 485px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	}

#home {
	width: 800px;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 40px 0px 0px 0px;
	position: relative;
	}

#home h1 {
	text-align: center;
	font-size: 140%;
	padding: 5px 0px;
	}

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


#header_wrapper{
	width: 100%;
	}

#header{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 800px;
	height: 150px;
	padding: 0px;
	background: url(../_media/backgrounds/bg_header.gif) center top no-repeat;
	}
	
#header2{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 800px;
	height: 150px;
	padding: 0px;
	background: url(../_media/backgrounds/bg_header2.gif) center top no-repeat;
	}

#header3{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 800px;
	height: 150px;
	padding: 0px;
	background: url(../_media/backgrounds/bg_header3.gif) center top no-repeat;
	}
	
/*------------- content section ----------------- */

#content_wrapper{
	width: 800px;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 1px 0px 1px 0px;
	position: relative;
	}

#nav {
	width: 240px;
	height: 370px;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 0px;
	float:left;
	}
	
#subnav p {
	text-align: center;
	line-height: 24px;
	}
	
#subnav a {
	color: #FF6600;
	border: 1px solid #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1px 3px;
	margin: 0px 2px;
	text-decoration: none;
	background-color: #CEF0EF;
	}
	
#subnav a:hover {
	color: #FF6600;
	background-color: #ffffff;
	border: 1px solid #FF6600;
	}
	
.top {
	border-bottom: 1px dotted #F4C61B;
	text-align: right;
	margin-left: 10px;
	margin-right: 10px;
}
	
.top a {
	border-left: 1px dotted #F4C61B;
	border-top: 1px dotted #F4C61B;
	border-right: 1px dotted #F4C61B;
	padding: 3px;
}

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

#content_main{
	background: url(../_media/backgrounds/bg_content.jpg) center top repeat-x;
	padding-top: 10px;
	}

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

#footer_wrapper{
	text-align: center;
	width: 100%;
	padding: 0px;
	background-image: url(../_media/backgrounds/bg_bottom.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	height: 250px;
}

#footer{
	text-align: center;
	width: 800px;
	margin: 0px auto 0px auto;
	padding-top: 20px;

}
#footer p{
	color: #F4C61B;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
}

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

/*------------- misc elements ----------------- */

#column_right {
	float: right;
	width: 48%;
	position: relative;
	}
#column_left {
	float: left;
	width: 48%;
	position: relative;
		}
#mapContainer {
	height: 400px;
	width: 96%;
	margin: 0px auto 0px auto;
}


/*  CSS Classes   */	

.image_left, .image_center, .image_right, .module_left, .module_center, .module_right, #mapContainer {
	background-color: #CEF0EF;
	border: solid #ffffff 1px;
	margin-bottom: 5px;
	padding: 1px;
	}
	
.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-bottom: 5px;
	margin-left:10px
	}	

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

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

.test {
	color: #00BCF3;
}
/*  End CSS Classes   */

