body{
	background: #e2e2e2;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #331e06;
	text-align: center;
}

#container{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1025px;
	border: 10px solid #d4d4d4;
	background: #ddcca5;
}

#nav{
	height: 50px;
	background: url(/images/navbg.jpg) repeat-x;
	border-bottom: 5px solid #d4d4d4;
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #e2e2e2;
}

#callout{
	height: 226px;
	background: #FFFFFF;
	border-bottom: 5px solid #CD2030;
	
/*	background-image: url(images/callout.jpg);*/
}

#content{
	line-height: 140%;
	padding: 20px;
}

#content #left{
	width: 610px;
	float: left;
	padding-bottom: 20px;
	line-height: 1.5em;

}

#content #left a{
	color: #331e06;
}

#content #left h1{
	font-family: Times;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 140%;
	color: #CD2030;
}

#content #left h1 .first{
	font-size: 30px;
}

#content #left h2, #content #left h3, .wufoo .info h2{
	font-weight: normal;
	text-transform: capitalize;
	line-height: 140%;
	color: #331E06;
}

#content #left h2{
	font-family: Times;
	font-size: 18px;
	font-weight: normal;
	line-height: 140%;
}

#content #left h3{
	font-family: Times;
	font-size: 14px;
	font-weight: normal;
	line-height: 140%;
}

#content #right{
	float: right;
	width: 300px;
	padding-bottom: 20px;
}

#content #right .sidebar{
	width: 267px;
	background: url(images/sidebg-red.jpg);
	background-repeat:;
	font-size: 14px;
}


h3.toggler {
	font-size: 18px;
	cursor: pointer;
	color: #331e06;
	margin: 15px 0 0 20px;
	padding: 0;
}


.element{
	font-size: 12px;
	margin: 10px 20px;
}

#content #right .sidebar li{
	list-style-type: none;
	padding: 5px 20px 5px 0;
	text-transform: capitalize;
}

#content #right .sidebar li a{
	text-decoration: none;
}

#content #right .sidebar li a:hover{
	text-decoration: underline;
}

#content #right .sidebar p{
	width: 220px;
	padding: 0 20px;
}

#content #right .sidebar a{
	color: #331e06;
}
#footer{
	clear: both;
	background: #CD2030;
	color: #ffffff;
	text-align: center;
	height: 24px;
	line-height: 24px;
}

#copy{
	padding: 20px 0;
}

#copy a{
	color: #331e06;
}

/* ----- navigation drop-down code ----- */

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	height: auto;
	
}

#nav a {
	color: #ffffff;
	display: block;
	line-height: 50px;	
	text-decoration: none;
	padding: 0 20px;
	border-right: 1px solid #aa1926;
}

#nav a:hover{
	color: #ffffff;
	/* background: url(/images/navbg-hover.jpg) repeat-x; */
	background: #CD2030;
}

/*the last menu item*/
#nav .last a{
	border-right: none;
}

/*the last menu items subnav*/
#nav .last ul{}

#nav a.daddy {}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	width: 160px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	z-index: 15;
	font-size: 14px;
	/*background: #b1c1c7;*/
}

#nav li ul li{
	background: #cccccc;
}

#nav li ul li a{
	color: #333333;
	border-right: none;
	padding: 8px 5px;
	margin: 5px;
	width: 140px;
}

#nav li ul li a:hover{
	color: #333333;
	background: #e2e2e2;
	
}
#nav li #long {
	width:207px;

}
#nav li #long li{
	width:207px;

}
#nav li ul li {
	width: 160px;
}

#nav li ul a {
	width: 150px;
	padding: 0 5px 5px;
	line-height: 18px;
}

#nav li #long a {
	width: 200px;
	padding: 0 5px 5px;
	line-height: 18px;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}






/*------Tables--------*/


#caregiver {
	padding:15px;
	margin:auto;
}

#caregiver th {
	margin-bottom: 10px;
}


}

#caregiver tr {
	margin-top:5px;

}


#caregiver td {
	padding:10px;
	border:1px solid #333;
}

/*-------------------*/


#quote {
	width:600px;
	height:100px;
	font-size:18px;
	margin:40px auto;
	padding:45px 15px 15px 15px;
	line-height:24px;
	background:url(images/quote-red.jpg) no-repeat -5px -5px;
}





