﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-image: url("../images/caregiver_tile_2.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 650px;
	margin: 0 auto;
	background: #fff 
}
#masthead {
	text-align: right;
	margin-right: 0px;
	margin-left: 0px;
	width: 650px;
	padding: 0;
	
}
#navigation {
	margin-right: 0px;
	margin-left: 0px;
	background-color: #d67575;
	overflow: hidden;
}
#column_l {
	width: 410px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
}
#column_r {
	width: 183px;
	margin: 0;
	float: right;
	background-color:
	position: relative;
	right: 10px;
	padding-right: 5px;
	padding-left: 15x;
}
#footer {
	text-align: center;
	background-color: #d67575;
	margin-right: 0px;
	margin-left: 0px;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #d67575;
}
#navigation a:hover {
	background-color: #f2f2f2;
	border: 1px solid #c13030;
}
/* Styles for Content */
h1 {
	color: #000000;
	font-size: 2.0em;
}
h2 {
	color: #000000;
	font-size: 1.75em;
}
h3 {
	color: #000000;
	font-size: 1.5em;
}
h4 {
	color: #000000;
	font-size: 1.25em;
}
h5 {
	color: #000000;
	font-size: 0.75em;
}
h6 {
	color: #000000;
	font-size: 0.5em;
}
big {
	color: #000000;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
0px;
}
#column_r ul li {
	font-size: small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #000;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #000;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


form.email p {
font-size: 15px;
padding: 0 0 10px 0;
margin: 0;
}

form.email input, form.email textarea {
font-family: Arial;
font-size: 15px;
margin: 0 0 20px 0;
}

form.email input {
background: #f5f5f5;
padding: 5px;
border: 1px solid #bbb;
border-radius: 5px;
}

form.email textarea {
background: #f5f5f5;
padding: 5px;
border: 1px solid #bbb;
border-radius: 5px;
width: 400px;
height: 250px;
}

form.email input.send {
color: #fff;
background: #222;
border: #000;
padding: 10px 25px 10px 25px;
cursor: pointer;
}


/* Forms */

form ol { list-style-type:none; }

form 	{ text-align:left; margin:5px;	}

label 	{ 
		float: left; width: 75px; margin-top:5px;
		text-align:right; display:block; background:none; font-weight:bold;
		}
	
submit	{ background:none; 	}

input 	{ 
		width: 260px; margin:0 0 16px 10px;
		border:1px #bbb solid; padding:5px; background:none; 
		}
		
input:focus, textarea:focus	{ background-color:#BFEBFF; }

textarea {
		width: 260px; height: 150px; margin:0 0 16px 10px;
		border:1px #bbb solid; padding:5px; background:none; 
		}

select { margin-bottom:20px;	}
	
.month { margin-left:155px;	}

.submit {
		width:90px; height:25px;
		margin-left:160px;
		font-size:12px;
		}

#contact-form ol {
		list-style-type:none;	
}

