/*** colors
light green #7b8b51
purple #8c4474
light purple #f6f0f4
dark blue #183f76
tan #ccc2adlight tan #fef6dc
***/
/*** ZERO OUT EVERYTHING */
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, 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;
	line-height:100%;
	}
body {
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: 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;
	}
sup {
	font-size:60%;
	}

/*** SPECIFIC STYLES ***/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:82%;/* 82% of base size 16px is 13.12px */
	/*font-size:13px;*/
	/*color:#606060;*/
	color:#000;
	/*line-height:1.4em;*/
	line-height:150%; /* CLOSE TO 18PX LINE HEIGHT */
	margin:0;
	text-align:center;
	padding:0;
	background: #cbc3ae url(/images/common/bg_green2.gif) repeat-x 0 0;
	}
sup {
	line-height:normal;
	vertical-align:top;
	}
h1,h2,h3,h4,h5,h6 {
	/*line-height:auto;*/
	margin:10px 0 0 0;
	line-height:20px;
	}
h1 {
	font-size:130%;
	color:#fff;
	font-weight:normal;
	background-color:#8c4474; /*purple*/
	padding:10px 15px;
	text-align:left;
	margin:0;
	}
h2 {
	font-size:115%;
	color:#183f76; /*blue*/
	font-weight:bold;
	}
h3 {
	font-size:92%;
	color:#000;
	font-weight:normal;
	margin:0;
	}
h4 {
	font-size:154%;
	color:#7b8b51; /*green*/
	font-weight:bold;
	/*display:block;*/
	width:100%;
	line-height:24px;
	display:inline;
	/*clear:both;*/
	}
h4.smaller {
	font-size:123%;
	font-weight:normal;
	}
h5 {
	font-size:100%;
	font-weight:bold;
	color:#8c4474; /*purple*/
	margin-top:0;
	}
p {
	margin:14px 0;
	line-height:140%;
	}
img {
	display:block;
	}
a {
	color:#183f76; /*blue*/
	text-decoration:underline;
	}
a:hover {
	color:#8c4474;/*purple*/
	}

/*** LAYOUT ELEMENTS ***/
#container {
	width:863px;
	text-align:left;
	margin:0 auto;
	padding:0 5px;
	}
#container_right {
	width:263px;
	float:right;
	margin:16px 0 0 0;
	background-color:#fef6dc;
	text-align:center;
	border-bottom:15px solid #8c4474;
	}
#container_right_insert {
	width:233px;
	margin:0 auto;
	text-align:left;
	}
#container_left {
	width:600px;
	float:left;
	margin:0;
	text-align:left;
	}
#container_left_insert {
	width:545px;
	margin:5px 0 0 0;
	padding:20px 25px;
	background-color:#fff;
	text-align:left;
	border-bottom:15px solid #183f76;
	}
div.body_photo {
	float:right;
	width:257px;
	margin:0 0 10px 20px;
	padding:15px 0 0 0;
	color:#8c4474; /*purple*/
	font-size:14px;
	}
#foot {
	color:#003974;
	font-size:85%;
	text-align:center;
	padding:15px 0 0 0;
	margin:0 0 10px 0;
	clear:both;
	}
#foot p {
	margin:0;
	}

/*** CALLS TO ACTION ***/
div.cta_purple, div.cta_green {
	background: #fff url(/images/common/cta-purple-arrow.gif) no-repeat 0 0;
	border:1px solid #8c4474;
	margin:10px 0;
	width:12em;
	}
	div.cta_purple a, div.cta_green a {
		display:block;
		background: #f2d7e9 url(/images/common/cta-purple-arrow.gif) no-repeat 0 0;
		padding: 5px 6px 5px 20px;	
		margin:0;
		text-decoration:none;
		color:#183f76;
		font-size:92%;
		}
	div.cta_purple a:hover, div.cta_green a:hover {
		background-color: #fff;
		}
div.cta_green {
	background: #fff url(/images/common/cta-green-arrow.gif) no-repeat 0 0;
	border:1px solid #657732;
	}
	div.cta_green a {
		background: #e7eed1 url(/images/common/cta-green-arrow.gif) no-repeat 0 0;
		}
/*** GOOGLE MAPS ***/
#map_key {
	background-color:#f6f0f4;
	}
#map_key_title {
	background-color:#8c4474;
	}
#map_key ul {
	margin:10px 0 0 10px;
	width:40%;
	float:left;
	font-weight:bold;
	}
#map_key li {
	clear:both;
	padding:6px 0;
	}
#map_key li em{
	background-color:#8c4474;
	color:#fff;
	font-weight:bold;
	float:left;
	width:18px;
	padding:3px 0;
	text-align:center;
	font-style:normal;
	margin:-3px 5px 0 0;
	}
	
/*** LIST ELEMENTS ***/
div.left_half {
	float:left;
	width:45%;
	padding-right:10%;
	border-right:1px solid #c5a1b9;
	margin-bottom:10px;
	}
div.right_half {
	float:right;
	width:42%;
	margin-bottom:15px;
	}
div.left_third {
	float:left;
	width:33%;
	border-right:1px solid #c5a1b9;
	}
div.middle_third {
	float:left;
	width:33%;
	border-right:1px solid #c5a1b9;
	}
div.right_third {
	float:right;
	width:33%;
	}
ul.bulleted {
	margin:4px 0 10px 15px;
	}
ul.bulleted li{
	background: url(/images/common/bullet.gif) no-repeat 0 0;
	padding:0 0 6px 7px;
	}
div.right_half ul, div.left_half ul {
	margin-bottom:0;
	}
	
/*** CAREGIVERS ***/
div.caregiver {
	clear:both;
	border-top:2px solid #c59da8;
	margin:10px 0;
	padding:10px 0 0 0;
	}
div.caregiver img {
	float:left;
	margin:0 15px 5px 0;
	padding:0;
	}
	
/*** GENERIC STYLES ***/
.clear, img.clear {
	clear:both;
	display:block;
	}
div.divider {
	height:1px;
	display:block;
	clear:both;
	background-color:#c59da8;
	}

/* Google Maps */
.IW { width: 375px;}
.IWImage { float:left; }
.IWContent { float:left; font-size: 10pt; }
.IWCaption { font-weight: bold; font-size: 10pt; color: #369; border-bottom: 2px solid #369;}
.IWFooter {margin-top: 5px; font-size: 8pt; }
.IWFooterZoom {}
.IWDirections{background-color:#FFF;}
.IWContent span {	font-size:115%;	color:#183f76; /*blue*/	font-weight:bold; margin: 0px;}
