@charset "UTF-8";
/* CSS Document */

/******************************** STANDARDS ********************************/

html, body, p, ul, li, h1, h2, h3, h4, span, hr, table, td { margin:0; padding:0; }

body {
	background: #FFFFFF; 
	color: #515756; 
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size:12px; }

hr {
	float:left;
	height: 1px;
	background-color: #ebebeb;
	border:none;
	width:94%;
	margin-left:20px;
}

a { list-style:none; text-decoration:none; color:#DE7500; font-weight:bold; }

a:hover { color:#41ABDE; }

@font-face { font-family: Baskerville; src: url(Baskerville.ttc); }

p { float:left; width:93%; text-align:left; padding:15px 20px 0 20px; line-height:1.5; }

img { border: 1px solid #999999; }

table { float:left; }

/******************************** DIVS ********************************/

#container { margin:0 auto 0 auto; width:930px; height:100%; }

#header { float:left; width:100%; margin: 30px 0; }

#content { 
	float:left; 
	width:928px; 
	height:100%; 
	border:1px solid #ebebed; 
	background: #fafafa url(images/main-bg.jpg) repeat-x; 
}

#left {
	float:left;
	width:234px;
	margin:0;
}

#main {
	float:left;
	width:693px;
	min-height:535px;
	border-left:1px solid #ebebed;
	margin:0;
	padding:0;
}

#footer {
	float:left;
	width:928px;
	height:150px;
	color: #666666;
	border:1px solid #ebebed;
	margin-top:20px;
	background: #fafafa url(images/footer-bg.jpg) repeat-x;
}

/******************************** HEADER ELEMENTS ********************************/

h1.logo { 
	float:left;
	width:375px; 
	height:0;
	padding-top:59px;
	overflow:hidden; 
	background: url(images/logo.jpg);
	margin-bottom:30px;
}

h1.header-contact {
	float:right;
	text-align:right;
	font-size:110%;
	font-weight:normal;
	line-height:18px;
}

span.phone { font-weight:bold; font-size:140%; display: block; margin-bottom:-15px; }

/******************************** NAV ********************************/

ul#nav { 
	float:left; 
	width:100%; 
	height:31px;
	overflow:hidden;
	list-style:none; 
	background: blue url(images/nav-blue-bg.jpg) repeat-x; 
	color:#fff; 
	font-size:110%; 
	font-weight:bold;
}

ul#nav li {
	float:left;
	display:inline;
	position:relative;
	text-align:center;
}

ul#nav li a { 
	display:block; 
	padding:7px 20px;
	height:31px;
	border-right: 1px solid #CCCCCC;
	color:white;
}

ul#nav li a:hover, ul#nav li.current {
	float:left;
	height:31px;
	display:inline;
	position:relative;
	text-align:center;
	color:white;
	background: orange url(images/nav-orange-bg.jpg) repeat-x;
}

/******************************** CONTACT POD ELEMENTS ***********************************/

p.pod-header {
	background-color: #fafafa;
	width:inherit;
	height:27px;
	color:#515756;
	font-size:130%;
	font-weight:bold;
	padding:3px 0 0 20px;
	border-bottom:1px solid #ebebed;
}

/* Form */
form.main input.text { width:185px; }

form.main textarea { width:188px; height:150px; }

form.main { font-family:inherit; font-weight:bold; }
/* Form */
	
/******************************** MAIN ELEMENTS ********************************/

h1#headers {
	float:left;
	font-family: Baskerville, serif;
	font-size:225%;
	font-weight:normal;
	letter-spacing:1px;
	color:#41abde;
	padding:15px 0 0 20px; 
	line-height:1;
	width:660px;
}


a.buttons {
	float:right;
	padding:3px 10px;
	margin-top:15px;
	background-color:#DE7500;
	font-size:110%;
	color:white;
	font-weight:normal;
}

a.buttons:hover { background-color:#41ABDE; font-weight:normal; }

/* Homepage Icons */
h2#support, h2#calendar, h2#exercise, h2#medical, h2#medical { 
	float:left; 
	width:107px; 
	border:none;
	height:0; 
	padding-top:107px; 
	overflow:hidden;
	margin:0;
}

h2#support { background: url(images/support-icon.jpg); }

h2#calendar { background: url(images/calendar-icon.jpg); }

h2#exercise { background: url(images/exercise-icon.jpg); }

h2#medical { background: url(images/medical-icon.jpg); }
/* End Homepage Icons */

h2.arrow { 
	float:left; 
	width:33px;
	height:0; 
	padding-top:35px; 
	background: url(images/arrow-large.png);
	border:none;
	margin:0;
}

#left p { width:214px; }

p.spacer { padding-bottom:10px; }

p.testimonial { font-size:16px; line-height:1.2; font-weight:bold; }

table#home { float:left; width:673px; margin:10px 0 0 5px; }
table#home td { text-align:center; font-size:14px; font-weight:bold; color:#8c8c8c; }
table#home img { border:none; }	
	
p.bold { font-weight:bold; font-size:150%; }

ul.list { float:left; width:88%; text-align:left; padding-left:60px; line-height:1.5; }

ul.faqs { float:left; margin:20px 0 20px 35px; }
ul.faqs a { font-weight:normal; }

/**** Contact Page Form ****/
form.contact-page {
	float:left;
	margin:20px 0 0 20px; }
	
input.small { width:20px; height:15px; margin:0 5px; }	

form.contact-page textarea { font-family:lucida grande, sans serif; font-size:100%; }
	
/**** Contact Page Form ****/

.red { color:#FF0000; }

hr.pad { margin-top:20px; }

#iframe { float:left; width:300px; margin:-50px 0 0 40px; text-align:center; }
#iframe p { margin:0; text-align:center; }

img.none { border:none; margin-left:-15px; }

/******************************** FOOTER ELEMENTS ***********************************/

ul#footer-faqs {
	float:left;
	width:190px;
	font-size:11px;
	border-right:1px solid #ebebed;
	margin-top:10px;
	padding:0;
} 

ul#footer-faqs a { color:#666666; font-weight: normal; }
ul#footer-faqs li { float:left; margin-left:33px; line-height:16px; }
ul#footer-faqs li a:hover { text-decoration:underline; }

ul#footer-faqs p { color:inherit; margin:-8px 0 10px 0; }

/* Breadcrumbs */
#breadcrumbs {
	float:left;
	background-color: #fafafa;
	width:908px;
	font-size:11px;
	font-weight:bold;
	padding:7px 0 7px 20px;
	border-bottom:1px solid #ebebed;
}

#breadcrumbs ul li { display:inline; padding-right:10px; }
#breadcrumbs ul li.current { font-weight:bold; }
#breadcrumbs ul li.current img { border:none; padding-right:13px; }
#breadcrumbs ul li a {font-weight:normal; color:#666666; }
#breadcrumbs ul li a:hover { text-decoration:underline; }
/* End Breadcrumbs */

p.testimonials-banner {
	float:left;
	width:471px;
	height:0;
	padding-top:104px;
	background:url(images/testimonials-banner.png) no-repeat;
	overflow:hidden;
	margin:5px -10px 0 20px;
}

p.support-banner {
	float:right;
	width:173px;
	height:0;
	padding-top:110px;
	background: url(images/support-banner.png) no-repeat;
	overflow:hidden;
	margin:11px -40px 0 0;
}

p.copyright { text-align:center; padding:20px 0 30px 0; font-size:11px; }

