/* 
	AssistLife.com - Global CSS styles 
	copyright AssistLife 2010 
	2010-02-22
*/

/* TOC 
	 1. Baseline Style Reset 
	 2. Global Elements
	 3. Header Fixes
	 4. Navigation Elements
	 5. Footer Elements
	 6. Extra Elements
	 7. Skip To Content Elements
*/


/* 1. BASELINE STYLE RESET
------------------------------------------------ */ 
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* 2. GLOBAL ELEMENTS 
------------------------------------------------ */
html {
	background-color: #FDF9ED;
}

body {
	font: 68%/1.47 "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #19191a;
	min-width: 960px;
	min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.15;
	color: #000;
}

h1 {
	font-size: 2.3em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.35em;
}

h5 {
	font-size: 1.15em;
}

p {
	margin: 7px 0 15px;
	font-size: 1.5em;
	color: #333;
}

a {
	-webkit-transition: color 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
	-moz-transition: color 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
}

ul, ol {
	margin: 0 0 20px;
}

ol {
	margin-left: 17px;
}
		
li {
	width: auto;
	padding: 0 0 0 1em;
	float: none;
}

ol li {
	margin-left: 20px;
	padding-left: 0;
	list-style: decimal outside;
	background: none;
	font-size: 1.2em;
}


/* Set widths / margins here */
#container {
	width: 990px;	
	clear: both;
	margin: 0 auto;
}

/* 3. HEADER ELEMENTS 
------------------------------------------------ */
*+html #header {
	height: 150px
}

#header {
	width: 990px;
	margin: 0 auto;
}

#header h1 {
	width: 990px;
	text-align: center;
}

#header h1 em {
	position: absolute;
	text-indent: -9999px;
}


/* 4. NAVIGATION ELEMENTS 
------------------------------------------------ */
#nav {
	padding: 0;
	list-style: none;
	width: 813px;
	margin: -5px auto 0;
	clear: both;
	height: 26px;
	background-color: #5b7ebc;
}
#nav li:first-child {
	margin-left: 15px;
}

#nav li {
	float: left;	
	padding: 4px;
	background-color: #5b7ebc;
	text-transform: uppercase;
}
#nav li a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}

.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
*:first-child+html .group { zoom: 1; } /* IE7 */

#nav #magic-line { position: absolute; left: 0; margin-top: 22px; width: 100px; height: 2px; background: #aab122; padding: 1px; }
.current_page_item a { color: white !important; }

/* 5. CONTENT ELEMENTS 
------------------------------------------------ */
#content {
	min-height: 100px;
	clear: both;
	width: 990px;
	margin: 0 auto;
	background-color: #FDF9ED;
}
#content h1 {
	padding: 0 0 30px;
	color: #41447C;
}
#content h2 {
	padding-bottom: 10px;
}
#faq #content h2 {
	padding: 20px 0 10px;
	text-decoration: underline;
	font-weight: normal;
}
#content #index {
	clear: both;
	margin-left: 14px;
}
#activities #content {
	font-weight: bold;
}
#inside {
	width:809px;
	margin:0 89px;
	padding-bottom: 20px;
	background-color: #F3EAD6;
	border: 2px solid #E1D8C6;
	border-top: none;
	-moz-border-radius: 0 0 20px 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-khtml-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
	overflow: auto;
}
#testimonials {
	margin-left: 20px;
}
#content li, #extra li {
	font-size: 1.4em;
	list-style: disc;
}
#sContent {
	margin: -5px 0 0 89px;
}

h1 strong, h2 strong {
	text-transform: uppercase;	
}
#article {
	float: left;
	width: 389px;
	margin: 30px 0 30px;
	padding: 0 0 0 40px;
}
#caregivers li {
	font-size: 18px;
	font-weight: bold;
}
#sidebar {
	float: left;
	width: 380px;
}
#credit {
	display: block;
	margin: 20px auto;
}
#contact #credit {
	margin: 20px 0 0;
}
#contact #content p {
	text-align: center;
}
#contact_us {
	margin: 0 20px 0 10px;
	padding: 10px;
	background-color: #F7F0E1;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #bbb;
}
#contact_us legend {
	background: url(../img/would-you-like-more-information.gif) no-repeat 5px 0;
	width: 330px;
	height: 50px;
	text-indent: -9999px;
	margin-bottom: 10px;
}
#contact_us label {
	float: left;
	width: 100px;
	margin-left: 10px;
	font-size: 16px;
	font-weight: bold;
}
#contact_us input {
	float: left;
	width: 200px;
	margin-bottom: 20px;
}
#contact_us textarea {
	margin-bottom: 10px;
}
#contact_us input[type=submit],
#contact_us input[type=reset] {
	width: 70px;
	display: inline;
	margin: 10px;
}
#contact_us input[type=submit] {
	margin-left: 110px;
}


/* 5. FOOTER ELEMENTS 
------------------------------------------------ */
#footer {
	width: 990px;
	margin: 0 auto;
	padding: 40px 0 100px;
	clear: both;
}

#homeCare #footer {
	padding-top: 10px;
}

#footer li:first-child {
	margin-left: 110px;
}

#footer li {
	float: left;
	padding: 0 6px 0 0;
}

#footer a {
	text-decoration: underline;
}

#top10 {
	margin-top: -28px;
}

#copyright {
	clear: both;
	text-align: center;
}


/* 6. EXTRA ELEMENTS 
------------------------------------------------ */
#extra {
	clear: both;
	width: 990px;
	margin: -70px auto 0;
}

#extra #buttons {
	text-align: center;
}

#extra h3 {
	margin-bottom: 10px;
}


/* 7. SKIP TO CONTENT ELEMENTS 
------------------------------------------------ */
#intro-border {
	top: 0;
	width: 100%;
}

#intro-border a {
	width: 100%;
	margin: 0 auto;
	display: block;
}

#intro-border em {
	display: none;
}