@charset "UTF-8";
body  {
	background-image: url(../images/bg_gradient.png);
	background-repeat: repeat-x;
	margin-top: 26px;
	padding: 0;
}

#container { 
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #464646;
	padding: 0;
}

#header {
	background: #FFFFFF; 
	height: 74px;
	width: 960;
	margin: 0;
	padding: 0;
	border-bottom:1px solid #CCCCCC;
}

.logo {
	background-image: url(../images/welcare_logo.png);
	width: 268px;
	height: 74px;
	float: left;
	margin: 0;
	padding: 0;
}

/* START NEW DROP-DOWN MENU CODE/ THIS REPLACES THE PREVIOUS #navcontainer CODE */

#navcontainer {
	background: url(../images/nav_bg.png) repeat-x;
	width: 650px;
	height: 74px;
	float: right;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 12px;
}

#navcontainer ul {
	margin: 0;
	padding-right: 10px;
	padding-left: 0px;
	list-style: none;
}

#navcontainer ul li {
	position: relative;
	float: left;
}

#navcontainer li ul {
	position: absolute;
	top: 35px;
	padding-left: 0px;
	display: none;
}

#navcontainer ul li a {
	display: block;
	text-decoration: none;
	line-height: 20px;
	color: #FFF;
	padding: 8px 8px 7px 8px;
	background: url(../images/nav_bg.png) repeat-x;
	margin: 0 2px;
}

#navcontainer ul li a:hover { 
	background: url(../images/nav_bg_over.png) repeat-x;
	color: #336d2c;
}

#navcontainer li:hover ul, li.over ul { 
	margin: 0px;
	display: block;
}

#drop1 li {
	width: 118px;
}

#drop2 li {
	width: 110px;
}

#sub li {
	position: absolute;
	top: 60px;
	display: none;
}

/* END NEW DROP-DOWN MENU CODE/ THIS REPLACES THE PREVIOUS #navcontainer CODE */

#sidebar {
	float: left;
	width: 229px;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	border-right:1px solid #CCCCCC;
}

#resources_nav {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 12px;
	padding-bottom: 8px;
	width: 220px;
}

#resources_nav ul {
	margin: 0px;
	padding-top: 0px;
	padding-left: 10px;
	list-style-type: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2.5em;
	width: 210px;
}

#resources_nav ul li {
	background-color: #F4F5F6;
	border-top: 1px solid #D8D9DB;
	height: 30px;
	width: 212px;
}

#resources_nav ul li a {
	text-decoration: none;
	background-color: #F4F5F6;
	color: #454545;
	padding-left: 16px;
	display: block;
	padding-top: 1px;
}

#resources_nav ul li a:hover {
	color: #53AA52;
	background-color: #F4F5F6;
	text-decoration: none;
	padding-left: 16px;
}
	
.portal {
	margin-left: 10px;
	padding: 0;
	text-align: left;
	width: 210px;
	border: 1px solid #CCCCCC;
}

.portal p {
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #5F615F;
	font-size: 11px;
}

.portal a {
	color: #336D2C;
}

.header_medspa {
	margin: 6px 4px 0px 12px;
}

.services {
	margin-left: 10px;
	margin-top: 0px;
	padding: 0;
	text-align: left;
	width: 210px;
	border: 1px solid #CCCCCC;
}

.service_item {
	height: 50px;
	padding: 2px;
	border: 1px bottom solid #CCCCCC;
	}

.service_item h {
	color: #336D2C;
	font-size: 10px;
}

.service_item p {
	margin-left: 60px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	color: #5F615F;
	font-size: 10px;
}

.service_item a {
	color: #336D2C;
	font-size: 9px;
}


#main_content { 
	margin: 0;
	padding: 0;
	float: right;
	width: 729px;
} 

#promobar {
	width: 960px;
	height: 90px;
	margin-top: 10px;
	border-top: 1px solid #CCCCCC;
}

.promo {
	width: 212px;
	height: 60px;
	background-color: #d4e7d1;
	margin-top: 10px;
	margin-left: 8px;
	margin-right: 8px;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #5F615F;
	font-size: 11px;
}

.promo h {
	font-weight: bold;
	color: #336D2C;
}

.promo a {
	text-decoration: none;
}

.promo a:hover {
	text-decoration: underline;
	color: #336D2C;
}

#first {
	position: relative;
    top: 0;
	left: 0;
	float: left;
}

#second {
	position: relative;
    top: 0;
	left: 240;
	float: left;
}

#third {
	position: relative;
    top: 0;
	left: 480;
	float: left;
}

#fourth {
	position: relative;
    top: 0;
	left: 720;
	float: left;
}

img.floatLeft { 
    float: left; 
}

img.floatRight { 
    float: right; 
}

#footer { 
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFFFFF;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
}

#footer #copyright {
	color: #666666;
	float: left;
	text-align: left;
	margin-left: 10px;
	width: 180px;
}

#footer #bottomnav {
	padding: 10px 0;
	width: 690px;
	color: #666666;
	text-align: right;
	float: right;
	margin-right: 10px;
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
}

#footer #bottomnav a {
	color: #666666;
	text-decoration:none;
	margin: 6px;
}

#footer #bottomnav ul li {
	display: inline;
}

#footer #bottomnav a:hover {
	color: #666666;
	text-decoration: underline;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
