/*
 *  @copyright		Copyright 2006 (c) Solo Media Works, Inc.
 *	@author			Maxwell Berkel
 *  @description	Default website styles
 *
 *  General Styles
 **************************************************************************************/
 
* {
	padding: 0;
 	margin: 0;
}

a {
	color: #457DB5;
	text-decoration: none;
}

p a:hover, ul li a:hover  {
	color: #789ABD;
}
 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #fff;
	color: #121212;
	text-align: center;
}

h2, h3, h4, h5, h6 {
	font-family: arial, helvetica, san-serif;
	font-weight: normal;
	color: #121212;
	margin: 0 0 14px 0;
}

h2 {
	height: 32px;
	font-size: 32px;
	text-indent: -99999px;
}

h3 {
	height: 23px;
	font-size: 23px;
	text-indent: -99999px;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
}

img, a img {
	border: 0;
}

img.bordered {
	border: 1px dotted #cfcfcf;
}

p {
	margin: 0 0 12px 0;
}

ol li {
	margin: 0 0 8px 27px;
}

ol.indented li {
	margin: 0 0 4px 42px;
}

ul.inline li {
	display: inline;
}

ul.list {
	margin: 0 0 10px 12px;
}

ul.list li {
	padding: 0 0 2px 0;
}

ul.bulleted li {
	display: list-item;
	list-style: circle url(../img/bullet1.jpg);
	margin: 0 0 10px 16px;
}

ul.indented li {
	margin: 0 0 3px 16px;
}

p.error, span.error {
	color: #f00;
}

div.left, img.left {
	float: left;
	margin: 0 15px 10px 0;
}

p.required, span.required {
	color: #f00;
}

div.right, img.right {
	float: right;
	margin: 0 0 10px 15px;
}

div.row {
	min-height: 1px;
	height: auto !important;
	height: 1px;
	clear: both;
}

html>body div.row {
	overflow: auto;
}

p.small, span.small {
	font-size: 10px;
}

 
/*
 *  Wrapper Styles
 **************************************************************************************/
 
#wrapper {
	width: 815px;
	text-align: center;
	margin: 0 auto 10px;
	clear: both;
}
 
 
/*
 *  Header Styles
 **************************************************************************************/
 
#header {
	width: 805px;
	height: 95px;
	margin: 0 auto;
	clear: both;
}

#header h1 {
	width: 282px;
	height: 86px;
	float: left;
	background: transparent url(../img/compass_home_health_logo.jpg) no-repeat top center;
	text-indent: -99999px;
	margin: 8px 0 0 30px;
	padding: 0;
}

#header h1 a {
	width: 282px;
	height: 86px;
}

#slogan {
	width: 355px;
	height: 38px;
	float: right;
	background: transparent url(../img/slogan.jpg) no-repeat top center;
	text-indent: -99999px;
	margin: 55px 0 0;
}

 
/*
 *  Navigation Styles
 **************************************************************************************/

#navigation {
	height: 27px;
	background: transparent url(../img/navigation_bg.jpg) no-repeat top center;
	padding: 20px 0 0 45px;
	clear: both;
}

#navigation ul {
	list-style: none;
	font-family: arial, helvetica, san-serif;
	margin: 0;
	padding: 0;
}

#navigation ul li {
	float: left;
	text-indent: -99999px;
	margin: 0 0 0 32px;
	padding: 0;
}

#navigation ul li a {
	display: block;
	height: 14px;
}

#navigation ul li.first {
	margin-left: 0;
}

#mn-about {	
	width: 191px;
	background: transparent url(../img/mn_about.jpg) no-repeat top left;
}

#mn-careers {
	width: 49px;
	background: transparent url(../img/mn_careers.jpg) no-repeat top left;
}

#mn-contact {
	width: 70px;
	background: transparent url(../img/mn_contact.jpg) no-repeat top left;
}

#mn-faqs {
	width: 31px;
	background: transparent url(../img/mn_faqs.jpg) no-repeat top left;
}

#mn-home {
	width: 37px;
	background: transparent url(../img/mn_home.jpg) no-repeat top left;
}

#mn-login {
	width: 37px;
	background: transparent url(../img/mn_login.jpg) no-repeat top left;
}

#mn-services {
	width: 83px;
	background: transparent url(../img/mn_services.jpg) no-repeat top left;
}


/*
 *  Content Styles
 **************************************************************************************/

#content {
	width: 805px;
	min-height: 460px;
	height: auto !important;
	height: 460px;
	text-align: left;
	margin: 0 auto 10px;
	padding: 0;
	clear: both; 
}

html>body #content, html>body #content-main {
	overflow: auto;
}

#content-main {
	width: 392px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	float: right;
	background: transparent url(../img/content_main_sm_bg.jpg) no-repeat top right;
	padding: 42px 30px 15px;
	margin: 20px 0 0;
}

body.no-sidebar #content-main {
	width: auto;
	float: none;
	background: none;
	margin: 0 auto;
	clear: both;
}

ul.services-provided li {
	display: list-item;
	list-style: circle url(../img/bullet1.jpg);
	margin: 0 0 5px 16px;
}

ul.services-provided {
	padding-bottom: 4px;
}

#content-sidebar {
	width: 320px;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	float: left;
	margin-top: 305px;
	padding: 0 0 5px 30px;
}

#content-sidebar div.space {
	height: 28px;
}

ul.locations {
	list-style: none;
}

ul.locations li {
	display: block;
	padding: 8px 15px;
}

ul.locations li.selected {
	background: #EBF7F8;
	border: 1px dotted #CEE1E3;
	padding: 14px;
}

ul.locations li a {
	font-weight: bold;
}

#locations {
	width: 200px;
	float: left;
}

#map {
	width: 500px;
	float: right;
	margin-top: 30px;
}

div.sb-image1 {
	background: transparent url(../img/sb_img1.jpg) no-repeat top left;
}

div.sb-image2 {
	background: transparent url(../img/sb_img2.jpg) no-repeat top left;
}

div.sb-image3 {
	background: transparent url(../img/sb_img3.jpg) no-repeat top left;
}

div.sb-image4 {
	background: transparent url(../img/sb_img4.jpg) no-repeat top left;
}

div.sb-image5 {
	background: transparent url(../img/sb_img5.jpg) no-repeat top left;
}

div.sb-image6 {
	background: transparent url(../img/sb_img6.jpg) no-repeat top left;
}

div.sb-image7 {
	background: transparent url(../img/sb_img7.jpg) no-repeat top left;
}

h2.about {
	height: 22px;
	background: transparent url(../img/hdr_about_compass_home_health.jpg) no-repeat top left;
}

h2.careers {
	height: 22px;
	background: transparent url(../img/hdr_careers.jpg) no-repeat top left;
}

h2.career-openings {
	height: 22px;
	background: transparent url(../img/hdr_careers_openings.jpg) no-repeat top left;
}

h2.contact {
	height: 18px;
	background: transparent url(../img/hdr_contact_us.jpg) no-repeat top left;
}

h2.comprehensive-health-care-services {
	height: 46px;
	background: transparent url(../img/hdr_comprehensive_health_care_services.jpg) no-repeat top left;
}

h2.faqs {
	height: 23px;
	background: transparent url(../img/hdr_faqs.jpg) no-repeat top left;
}

h2.login {
	height: 23px;
	background: transparent url(../img/hdr_login.jpg) no-repeat top left;
}

h2.maps-directions {
	height: 22px;
	background: transparent url(../img/hdr_maps_directions.jpg) no-repeat top left;
}

h2.privacy {
	height: 23px;
	background: transparent url(../img/hdr_privacy_policy.jpg) no-repeat top left;
}

h2.reach-us-online {
	height: 19px;
	background: transparent url(../img/hdr_reach_us_online.jpg) no-repeat top left;
}

h2.services {
	height: 18px;
	background: transparent url(../img/hdr_our_services.jpg) no-repeat top left;
}

h2.service-areas {
	height: 18px;
	background: transparent url(../img/hdr_service_areas.jpg) no-repeat top left;
}

h2.webmail-login {
	height: 23px;
	background: transparent url(../img/hdr_webmail.jpg) no-repeat top left;
}

h2.welcome {
	height: 46px;
	background: transparent url(../img/hdr_welcome_to_compass_home_health.jpg) no-repeat top left;
}

h3.contact-info {
	height: 15px;
	background: transparent url(../img/hdr3_contact_info.jpg) no-repeat top left;
}

h3.how-we-can-help {
	height: 15px;
	background: transparent url(../img/hdr3_how_we_can_help.jpg) no-repeat top left;
}

h3.maps-directions {
	height: 18px;
	background: transparent url(../img/hdr3_maps_directions.jpg) no-repeat top left;
}

h3.our-locations {
	height: 15px;
	background: transparent url(../img/hdr3_our_locations.jpg) no-repeat top left;
}

h3.services-provided {
	height: 18px;
	background: transparent url(../img/hdr3_services_provided.jpg) no-repeat top left;
}

h3.serving-florida {
	height: 18px;
	background: transparent url(../img/hdr3_serving_florida.jpg) no-repeat top left;
}

h3.serving-south-florida {
	height: 18px;
	background: transparent url(../img/hdr3_serving_south_florida.jpg) no-repeat top left;
}


#error-view, #message-view, #success-view {
	line-height: 145%; 
	border: 1px solid #D5D4C4; 
	background: #FFFEDC; 
	padding: 18px; 
	margin-bottom: 15px;
	clear: both;
}

#status-view {
	background: #fff; 
}


/*
 *  Footer Styles
 **************************************************************************************/
 
#footer {
	width: 805px;
	height: 55px;
	font-size: 10px;
	color: #bbb;
	margin: 0 auto;
	padding: 10px 0 0;
	clear: both;
}

#footer p {
	margin: 0 0 2px;
}

#footer-left {
	width: 338px;
	float: left;
}

p#powered-by-smw a {
	display: block;
	height: 35px;
	text-indent: -99999px;
}

p#powered-by-smw {
	width: 90px;
	float: right;
	background: transparent url(../img/powered_by_solo_media_works.jpg) no-repeat top left;
}

#footer-right {
	width: 450px;
	float: right;
	text-align: left;
	padding: 3px 0 0;
}

#footer-navigation {
	width: 100%;
    float: left;
    list-style: none;
    height: 15px;
    margin: 0;
    padding: 0;
    clear: both;
}

#footer-navigation li {
    float: left;
    margin: 0;
    padding: 0 14px 0 0;
}
