/* PNG fix */

* html #logo h1 { /* for IE<6 */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/logo-blue.gif'); background-image: none; background-repeat: no-repeat; background-color: transparent;
	}


#main {
	float: right;
	width: 98%;
	}

#content {
	float: left;
	width: 73%;
	}

#sidebar {
	float: right;
	width: 235px;
	background-repeat: repeat-y;
	margin-left: 0px;
	}

p { /* cancels out global paragragh spacing for home page */
	margin-bottom: 0;
}

#utilityNav p { /* adds height back to header for consistency; otherwise header is shorter */
	margin-bottom: 1em;
	}
.box {
	margin-top: 3px;
	}
.title_green {
	color: #83AF27;
	font-weight: bold;
	top: 5px;
	}
.title_green h3{
	margin-top: 56px
	}
#content_lower {
	background-color: #013E5A;
	width: 100%;
	clear: both;
	}
#content_bottom {
	background-color: #013E5A;
	width: 100%;
	/*clear: both;*/
	margin: 0px;
	}
#content_bottom_text {
	background-color: #013E5A;
	width: 100%;
	}
#box_text_main {
	margin-left: 5px;
	margin-right: 5px;
	}
#box_text_main_right {
	margin-left: 5px;
	margin-right: 5px;
	}
.custominze_Wellness_section {
	margin-left: 25px;
	height: 50px;
	width: 366px;
	}
.custominze_Wellness_white {
	padding:5px;
	}

.custominze_Wellness_white td {
	background-color: #FFF;
	margin: 2px;
	text-align: center;
	}

.white_background_bottom {
	background-color: #FFF;
	}
.sidebar_wrapper {
	background-image: url(images/sidebar_background.jpg);
	float: right;
	width: 250px;
	}
.RIGHT_GREEN_TOP {
	background-color: #ADE75D;
	width: 94.9%;
	clear: none;
	float: none;
	margin-left: 9px;
	margin-bottom: 7px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	height: 25px;
	}
