body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	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%;
    }
	
* html #wrapmaster {
	height:100%;
	}


/*  BASIC TEXT FORMATING */
p {
	color:#3E3123;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 125%;
	}

h1 {
	color: #cccccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	text-align: left;	
	margin-top:0px;
	margin-bottom: 15px;
	}

h2 {
	color: #6666B3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	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: #6666B3;
	text-decoration: none;
	border-bottom: 1px dotted #6666B3;
	}

a:hover {
	background-color: #6666B3;
	color: #ffffff;
	}

ul {
	list-style-position: outside;
	margin-left: 20px;
	padding-left: 0px;
	}
	
ol {
	list-style-position: inside;
	margin-left: 20px;
	padding-left: 0px;
	}
	
li {
	list-style: none;
	margin-bottom: 10px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../_media/backgrounds/ring.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	position: relative;
	}
	
a:hover img {
	border: none;
	background:none;
	} 

a:link img {
	border: none;
	}

/*  CSS Classes   */	

.image_left, .image_center, .image_right, .swf_center, .module_left, .module_center, .module_right, #mapContainer {
	background-color: #e8e8f4;
	border: solid #6666B3 1px;
	margin-bottom: 5px;
	padding: 3px;
	}
	
.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;
	}

.module_right {
	float: right;
	width: 300px;
	height: auto;
	padding: 0px 0px 5px 0px;
	margin-left:10px
	}	
	
.module_left {
	float: left;
	width: 300px;
	height: auto;
	padding: 0px 0px 5px 0px;
	margin-right:10px
	}

.module_center {
	margin: 0px auto 10px auto;
	width: 90%;
	height: auto;
	padding: 0px 0px 5px 0px;
	}	

.module_right h2, .module_left h2, .module_center h2 {
	background-color: #6666B3;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	}	

.module_right p, .module_left p, .module_center p, .module_right h3, .module_left h3, .module_center h3 {
	padding-left: 8px;
	padding-right: 8px;
	}

.module_right li, .module_left li, .module_center li {
	padding-right: 8px;
	}

	
/*  TEXT ALIGNMENT */	
.text_center {
	text-align: center
	}

.text_left {
	text-align: left
	}

.text_right {
	text-align: right
	}

/*  End CSS Classes   */	


/*  CSS IDs   */	

/*------------- home section ----------------- */

#homeportal{
	width: 800px;
	margin: 20px auto 0px auto;
	position: relative;
}

#homeportal h1{
	background-color: #6666B3;
	padding-left: 10px;
	padding-top: 5px;
}

/*------------- header section ----------------- */


#header_wrapper{
	width: 100%;
	}

#header{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 800px;
	height:338px;
	padding: 0px;
	}

/*------------- content section ----------------- */

#content_wrapper{
	width: 800px;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 0px 0px 10px 0px;
	background-image: url(../_media/backgrounds/bg_content.gif);
	background-repeat: repeat-y;
	background-position: top center;
	}

#content_header{
	width: 800px;
	margin: 0px auto 0px auto;
	text-align: center;
	background-image: url(../_media/backgrounds/bg_content_top.gif);
	background-repeat: no-repeat;
	background-position: top center;
	}

/*------------- content main ----------------- */

#content_main{
	width: 770px;
	margin: 0px auto;
	min-height: 350px;
	text-align: left;
	padding: 0px;
	position: relative;
	}


/*------------- content side ----------------- */


#content_side{
	float: left;
	width:0px;
	height: 350px;
	min-height: 100%;
	margin: 0px;
	display: inherit;
	position: relative;
	}

/*------------- footer ----------------- */

#footer_wrapper{
	text-align: center;
	width: 100%;
	padding: 0px;
}

#footer{
	width: 800px;
	height:50px;
	margin: 0px auto 0px auto;
	position: relative;
	background-image: url(../_menu/bottombar.jpg);
	background-repeat: no-repeat;
}
#footer_links p{
	color: #6666B3;
	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_links a {
	color: #6666B3;
	font-weight: bold;
	font-size: 80%;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
	border-bottom: none;
}


#footer_links a:hover {
	color: #ffffff;
}

/*------------- 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;
}

.test {
	color: #6666B3;
}#whitening {
	font-style: italic;
	width: 300px;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	line-height: 2em;
	padding: 10px;
	background-color: #6666b3;
}


#social{
	width: 800px;
	margin: 0px auto 0px auto;
	position: relative;
	padding: 10px 0 0 0;
	text-align:left;
}


#social h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 110%;
	}
	
#social table {
	width: 600px;
	margin: 0 auto 10px;
	}
#social table td {
	text-align:left;
	}	
	
#homeportal #social a, #social a:link, #social a:visited,#social a:hover,#social a:active  {
	text-decoration:none;
	background-color:transparent;
	border: none;
	border-width: none;
	border-style:none;
	border-color:transparent;
		}
			
#homeportal #social a img {
		border: 1px solid #ffffff;
		margin-right: 15px;
		}
/*  Client_Spec_TYPE 2.0 specific styles   */

#client_header {
	display: none;
}

#noflash #client_header {
	display:block;
	margin:0 auto;
	width:800px;
	z-index:9000;
	position:relative;

}
#noflash #client_header h1,#noflash #client_header h2,#noflash #client_header h3,#noflash #client_header p{
	display: none;
}
#noflash #client_header ul{
	display:block;
	z-index:9000;	
}
#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;
}
#noflash #header{
	background-image: url(../_menu/topbar.jpg);
	background-repeat: no-repeat;
	}
#home #header{
	text-align: center;
	margin: 0px auto;
	width: 800px;
	height: 505px;
	padding: 0px;
	}
#noflash #home #header{
	background-image: url(../index.jpg);
	background-repeat: no-repeat;
	}
#home #content_wrapper{
	display:inherit;
	background-image: url(none);
	background-color: transparent;
	}
#home #content_header{
	background-image: url(none);
	background-color: transparent;
	}
#home #content_footer{
	background-image: url(none);
	background-color: transparent;
	}
#home #content_main{
	background-image: url(none);
	background-color: transparent;
	min-height: 0px;
	width: 888px;
	float: none;
	margin: 0px auto;
	right: 0px;
}
#home #content_side{
	display:none;
}
#noflash #footer{
	
	}
#home #footer{
	display:none;
	width:0px;
	height:0px;
}
#noflash #home #footer{

	}
#footer_links{
	text-align: center;
	width: 800px;
	margin: 0px auto;
	padding-top: 30px;	
}


#footer_links a:hover {
	text-decoration: underline;
}

/*  END Client_Spec_TYPE 2.0 specific styles   */

