@charset "utf-8";
/* CSS Document for BRINGING OUR COMMUNITY HOME - LOCATOR */

/* HTML ELEMENTS */
body {
	background-color: #b7d277;
	font-size: 12px;
	color: #555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	color: #333;
	margin: 6px 0;
}
ul, ol {
	color: #333;
	margin-top: 6px;
	margin-bottom: 10px;
	font-size: 12px;
}
ul ul, ul ul ul {
	margin-top: 0;
	margin-bottom: 0;
}
li {
	line-height: 1.5em;
}
select, option {
	background: #fafaff;
	font-size: 12px;
	font-color: #555;
	line-height: 1.5em;
}
select {
	padding: 2px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.4em;
	margin: 20px 0 8px 0;
	color: #222;
	/* text-shadow: 1px 1px 1px #bbb; */
	letter-spacing: 1px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4em;
	color: #336633;
	margin: 10px 0px 6px 0;
	border-bottom: 1px #ffcc00 solid;
	padding-bottom: 2px;
}
h2.home {
	margin: 10px 200px 6px 0;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	margin: 8px 0 12px 0;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.4em;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #cc6600;
	letter-spacing: 1px;
	border-bottom: 1px #ccc dashed;
	margin: 12px 0 10px 0;
	padding-bottom: 3px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 12px;
	margin: 8px 0 4px 0;
	color: #333;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: 1px #ddd dotted;
	border-top: 1px #ddd dotted;
	background: #fff;
}
#content a {
	padding: 2px;
}
#content a:link, a:visited {
	color: blue;
}
#content a:visited {
	text-decoration: underline; /* change to none later */
}
#content a:hover {
	text-decoration: none;
	color: navy;
	background: #fff;
	border-top: 1px #bbc solid;
	border-bottom: 1px #bbc solid;
}
/* DIVS */
#container {
	margin: 0 auto;
}
#header {
	height: 100px;
	width: 100%;
	background: #83b156;
	margin: 0;
	padding: 0;
}
#branding {
	width: 880px;
	margin: 0 auto;
	text-align: left;
	margin-top: 0;
}
#branding h1 {
	padding: 35px 0 0 0;
	line-height: 1em;
	font-size: 32px;
	margin: 0;
	text-shadow: 1px 1px 1px #dadada;
	color: #222;
	letter-spacing: 1px;
}
#branding img.logo {
	float: left;
	margin-right: 20px;
	margin-top: -18px;
}
#divider {
	background: #83b156 url('images/colorbar.png') repeat-x;
	height: 4px;
	margin-bottom: 20px;
}
#nav {
	width: 880px;
	margin: 0 auto;
	background: #0d8f51 url('images/bg-nav.png') repeat-x;
	border: 1px solid #222;
	height: 32px;
	margin: 0 auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#menu {
	width: 880px !important;
 	margin: 0 auto:
}
.menu-item {
	line-height: 1em;
	list-style: none;
}
.menu-item ul {
	list-style: none;
	display: inline;
	float: left;
	position: relative;
	padding: 6px;
}
.menu-item li {
	font-size: 14px;
	display: inline;
	margin-right: 10px;
	padding-right: 10px;
}
.menu-item a:link, .menu-item a:visited {
	color: #fff;
	text-decoration: none;
	padding: 8px;
	text-shadow: 1px 1px 1px #666;
	margin-right: 10px;
	border-right: 1px dotted #f3c811;
	border-left: 1px dotted #f3c811;
}
.menu-item a:hover {
	background: black;
	padding: 8px;
	margin-right: 10px;
	border-right: 1px solid #f3c811;
	border-left: 1px solid #f3c811;
}
#content {
	margin: 0 auto;
	width: 800px;
	border: 2px #aaa solid;
	padding: 20px 40px 20px 40px;
	text-align: left;
	background: #fff url(images/homless_woman_bg.png) bottom right no-repeat;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 30px;
	margin-top: 20px;
}
#content .form {
	font-size: 10px !important;
	/* letter-spacing: 1px; */
	color: #445;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content .form p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#content table.sptable {	
	border: 1px #ccc solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
	margin-bottom: 20px;
}
.result td {
	padding: 6px 10px 6px 20px;
	margin: 5px;
}
.results h2 {
	margin-bottom: 20px;
	line-height: 1.5em;
}
td.results p {
	line-height: 1.8em;
}
td.data {

}
.data td {
	padding-left: 20px;
	padding-right: 20px;
}
/* RIGHTHAND MENU FOR RELATED RESULTS */
div.contextmenu {
	background: #fff;
	padding: 0;
	margin: 20px 0 12px 20px;
	letter-spacing: normal;
	line-height: 140%;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	border: 1px #ccc solid;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
}
h3.contextmenu {
	font-size: 13px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #444;
	margin: 0;
	padding: 6px;
	text-align: center;
	border-bottom: none;
}
ul.contextmenu {
	list-style: none;
	list-style-image: none;
	margin: 10px 0 15px 0;
	padding: 0;
	text-align: left;
}
li.contextmenu {
	display: block;
	border: 1px #fff solid;
	border-bottom: 1px #dadada solid;
	padding: 6px;
	background: #efffef;
	list-style-image: none;
	list-style: none;
	color: #555;
	font-size: 12px;
}
li.contextmenu_top {
	display: block;
	border-top: 1px #bbc solid;
	border-bottom: 1px #dadada solid;
	padding: 2px;
	background: #f9f9f9;
	list-style-image: none;
	list-style: none;
	color: #555;
	text-align: center;
	font-weight: normal;
	font-size: 11px !important;
}
.contextmenu a:link {
	text-decoration: underline;
	letter-spacing: normal;
	padding: 2px;/* color: #00a; */
}
.contextmenu a:visited {
	text-decoration: none;
	letter-spacing: normal;
	padding: 2px;
}
.contextmenu a:hover {
	text-decoration: none;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	background: #fff;
	color: navy;
	padding: 2px;
}
img.contextmenu {
	float: left;
	margin: 2px 6px 10px 2px;
	padding: 0;
}
/* MISC STYLES */
.none {
	font-size: 11px;
	color: red;
	letter-spacing: 1px;
	padding: 2px;
	background: #fafaff;
	padding-left: 12px;
}
.ctype {
	font-size: 10px;
	color: #666;
	padding-left: 20px;
}
.stretch {
	letter-spacing: 1px;
	color: #666;
}
p.contacts {
	font-size: 11px;
}
.mb2 {
	margin-botttom: 20px;
}
#content div.mb3 {
	margin-bottom: 30px;
}

