	
	/* ----======== Reseting All Browsers ========---- */		
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
	{
	margin:0;
	padding:0;
	}
	
	fieldset, img { border:0; }
	
	caption, th { text-align:left; }
	
	h1, h2, h3, h4, h5, h6
	{
	font-size:100%;
	font-weight:normal;
	}
	
	abbr, acronym { border:0; }
    
	
	/* ----======== HTML Selectors ========---- */
	   
	body
	{
	margin: 20px auto;
	padding: 0;
	background: #C5E1E3 url(../images/background_gradient.jpg) no-repeat top center;
	color: #7CADB6;
	font: 11px Verdana, Geneva, sans-serif;
	}
	
	a
	{
	color: #85A3A5;
	text-decoration: none;
	outline: none !important;
	}
	
	a:hover
	{
	color: #c7c7c7;
	text-decoration: underline;
	}
	
	h1
	{
	color: #B1C4C5;
	margin-bottom: 15px;
	font: normal 32px Arial, Helvetica, sans-serif;
	}

	h3
	{
	font-size: 11px;
	margin-bottom: 5px;
	color: #999;
	font-weight: bold;
	line-height: 17px;
	}
	
	h2
	{
	margin-bottom: 15px;
	color: #9DB4B6;
	font: 17px/22px Tahoma, Geneva, sans-serif;
    }
	
	h4
	{
	margin-bottom: 15px;
    font-weight: bold;
	line-height: 18px;
    color: #fff;
	}
	
	h5 { color: #000; }
	
	p
	{
	line-height: 16px;
	margin: 0px 0px 15px;
	}
    
    .clear
    {
    clear: both;
    }
    
    .noBorder
    {
    border: none !important;
    }
    
    a.highlight
    {
	background: #EFF5F5;
	padding: 8px 10px;
	font: 14px/20px Tahoma, Geneva, sans-serif;
	color: #7CADB6;
	display: block;
    }
    
    a:hover.highlight
    {
	color: #437178;
	text-decoration: none;
	background: #E4EFEF;
    }
	
	 a.highlight_derma
    {
	background: #F6E3E0;
	padding: 8px 10px;
	color: #59628B;
	display: block;
	font: 14px/20px Tahoma, Geneva, sans-serif;
    }
    
    a:hover.highlight_derma
    {
	color: #96BAB5;
	text-decoration: none;
    }
    
	/* ----======== Layout Selectors ========---- */

	#wrapper
    {
    background: #fff;
    width: 960px;
    margin: auto;
    position: relative;
    }
    
    #header
    {
    padding: 20px;
    text-align: left;
    margin-bottom: 23px;
    }
    
    #mainMenu
    {
    position: absolute;
    top: 30px;
    right: 20px;
    display: inline-block;
    }

	#mainMenu li
    {
    list-style:none;
	float: left;
    border-right: 1px solid #D9E2E3;
    }   
    
    #mainMenu li a
    {
    text-transform: uppercase;
    color: #7CADB6;
    display: inline-block;
    padding: 2px 19px;
    } 
    
    #mainMenu li a:hover, #mainMenu li.active a, #subMenu li.active a
	{
    color: #013668;
    text-decoration: none;
    } 
    
    #subMenu
    {
    position: absolute;
    top: 60px;
    right: 20px;
    display: block;
    background: #EFF5F5;
    width: 920px;
    text-align: right;
    }
    
    #laser #subMenu
    {
    background: #EEF4E0;
    }
    
    #skin #subMenu
    {
    background: #F9F2E5;
    }
    
    #derma #subMenu
    {
    background: #F6E3E0;
    }    

	#subMenu li
    {
    display: inline-block;
    position: relative;
	margin-bottom: 0px;
    }   
    
    #subMenu li a
    {
    text-transform: uppercase;
    color: #7CADB6;
    display: inline-block !important;
    padding: 5px 10px;
	margin-bottom: 0px;
    } 
    
    #subMenu li a:hover
	{
    color: #013668;
    text-decoration: none;
    } 
    
    
    #contentLeft
    {
    width: 381;
    float: left;
    padding: 0 20px 20px 20px;
    text-align: left;
    }
    
    #contentRight
    {
    width: 513px;
    float: left;
    padding: 0 0 5px 0;
    text-align: left;
    }

    #contentLeftShort
    {
	width: 315px;
	float: left;
	padding: 20px;
	text-align: left;
    }
    
    #contentRightWide
    {
	width: 585px;
	float: left;
	padding: 20px 0px 5px 0px;
	color: #999;
    }    
    
    #pageHeading
    {
	border: 1px solid #D9E2E3;
	height: 214px;
	margin-right: 20px;
	margin-left: 20px;
    }
    
    #headingText
    {
	padding-top: 20px;
	padding-right: 20px;
	text-align: left;
    }
    
    #headingImage
    {
	float: left;
	padding-right: 15px;
	width: 320px;
    }
    
    .box
    {
    border: 1px solid #D9E2E3;
    padding: 20px 20px 5px 20px;
    margin-bottom: 15px;
    }
    
    .pageImage img
    {
    float: right;
    border: 1px solid #D9E2E3;
    margin-left: 20px;
    margin-bottom: 20px;
    }
    
    #footer
    {
	color: #7CADB6;
	text-align: left;
	padding: 15px 0;
	border-top: 1px solid #D9E2E3;
	margin: 0 20px;
	font-size: 11px;
    }
    #contentRightWide p,
	#contentRight p{
	font-size: 11px;
	line-height: 17px;
	color: #999;
}
#contentRightWide ul {
	margin: 20px 0px 20px 30px;
	padding: 0px;
	line-height: 17px;
}
#contentRightWide li {
	margin-bottom: 5px;
}
#contentRightWide a,
#contentRight a,
#footer a {
	font-weight: bold;
}
td.caption {
	color: #9fb3b4;
	background: #eff5f5;
	font-size: 10px;
	padding: 8px;
	font-weight: bold;
}
table.spacing {
	margin-top: 15px;
	margin-bottom: 15px;
}
#contentLeftShort ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#contentLeftShort ul li {
	display: block;
}
#contentLeftShort ul li a {
	display: block;
	background: #EFF7F8;
	padding: 5px;
	margin-bottom: 3px;
}
#contentLeftShort ul li a:hover {
	background: #E1EFF0;
	color: #9DB4B6;
	text-decoration: none;
}
table.appointment {
}
table.appointment input,
table.appointment select,
table.appointment textarea {
	width: 300px;
	background: #E6EFF2;
	border: 1px solid #C5E1E3;
	color: #8D8D8D;
	font: 12px Verdana, Geneva, sans-serif;
	padding: 3px;
}
table.appointment td {
	padding: 5px;
}
table.appointment input.submit-btn {
	color: #7EBBC0;
	background: #C5E1E3;
	border: 1px solid #AAD3D7;
	font: bold 14px Arial, Helvetica, sans-serif;
	width: 100px;
}

/*********************************************** Styles by E-Web **********************************************/
.h2 {
	font-size: 17px !important;
	display: block;
	line-height: 22px !important;
	font-weight: bold;
	color: #9DB4B6 !important;
	font-family: Tahoma, Geneva, sans-serif;
}
.strong {
	font-weight: bold;
}
.normal {
	font-weight: normal;	
}
h1#seo {
	width: 960px;
	margin: 0px auto;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: right;
}

div#wrapper {
	margin-top: -2px;	
}
p#eweb {
	text-align:center;
	font-size: 10px;
	color:#FFF;
}
span#subtitle {
	padding: 10px 0px 2px;
	color: #999;
	line-height: 17px;
	margin-bottom:5px;
	font-size: 11px;
	display:block;
}
p#pageHeading {
	color:#B1C4C5;
	font-family:Arial,Helvetica,sans-serif;
	font-size:32px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin-bottom:15px;
	border: none;
	display: inline;
}
span#h2box {
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:22px;
	margin-bottom:15px;	
}
h2#longTitle {
		color:#B1C4C5;
		font:32px Arial,Helvetica,sans-serif;
		margin-bottom:15px;
		clear: none;
}
span#pageBlurb {
		color:#9DB4B6;
		font:17px/22px Tahoma,Geneva,sans-serif;
		margin-bottom:15px;	
		clear:none;
}
p.h2LT {
	color:#9DB4B6 !important; 
	font:17px Tahoma,Geneva,sans-serif !important;
	margin-bottom:15px !important;
}
p.h3LT {
	color:#999999;
	font-size:11px;
	font-weight:bold;
	line-height:17px;
	margin-bottom:5px;
}
/***Specials Page Only***/
	p.h1SP
	{
	color: #B1C4C5 !important;
	margin-bottom: 15px !important;
	font: normal 32px Arial, Helvetica, sans-serif !important;
	}

	p.h3SP
	{
	font-size: 11px !important;
	margin-bottom: 5px !important;
	color: #999 !important;
	font-weight: bold !important;
	line-height: 17px !important;
	}
	
	p.h2SP
	{
	margin-bottom: 15px !important;
	color: #9DB4B6 !important;
	font: 17px/22px Tahoma, Geneva, sans-serif !important;
    }
