@CHARSET "ISO-8859-1";

/** RESET **/

* {
	padding: 0;
	margin: 0;
	color: #4d4d4d;
}
img {
	border: none;
}
ul {
	list-style-type: none;
}
html, body {
	height: 100%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
a {
	color: #0071bc;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;	
}
body {
	background: url(/images/boxTemplate/background.gif) repeat-y center center;
	font: 75% Arial, Helvetica, sans-serif;
	color: #000;
}
strong {
	font-weight: bold;
	/*padding: 0 3px 0 0;*/
}

/** STRUCTURE **/
#pagewrap {
	width: 1011px;
	background-color: #fff;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -171px;
	font-size: 1em;
}

#headwrap {
	height: 155px;
	width: auto;
	background: url(/images/community/header.jpg) no-repeat;
}

#content {
	margin: 15px 65px;
}

#pageSpacer {
	height: 171px;
}

/** HEADER **/

#header {
	height: 80px;
}

#logo {
	padding: 8px 0 0 75px;
	float: left;
}

#logo a {
	display: block;
	width: 153px;
	height: 56px;
}

/** NAV **/

#nav {
	margin: 0 0 0 270px;
	width: 475px;
	padding: 45px 0 0;
}

#navlinks {
	padding-left: 1px;
	background: url(/images/community/nav/navbar.gif) no-repeat;
	width: 475px;
	height: 28px;
}

#navlinks li {
	float: left;
	height: 36px;
}

#navlinks li a {
	display: block;
	text-decoration: none;
	float: left;
	line-height: 25px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #fff;
	text-indent: -300em;
}
#navlinks li a:hover, #navlinks li a:active, #navlinks li a:focus, #navlinks li a.active {
	color: #ff0;
}
.yellowTab, .yellowTab2 {
	background: url(/images/community/nav/yellow-tab.gif) no-repeat;
}
.yellowTab span {
	background: url(/images/community/nav/yellow-tab-right.gif) no-repeat top right;
	display: block;
	height: 36px;
}
.yellowTab2 span {
	background: url(/images/community/nav/yellow-tab-right2.gif) no-repeat top right;
	display: block;
	height: 36px;
}
#yellowNav {
	width: 118px;
}
#yellowNav a {
	background: url(/images/community/nav/yellow-pages-off.gif) no-repeat;
	width: 118px;
	margin-top: 2px;
}
#yellowNav a.active {
	background: url(/images/community/nav/yellow-pages-on.gif) no-repeat;
}
#aboutNav {
	width: 144px;
}
#aboutNav a {
	width: 144px;
	margin-top: 2px;
	background: url(/images/community/nav/about-off.gif) no-repeat;
}
#aboutNav a.active {
	background: url(/images/community/nav/about-on.gif) no-repeat;
}
#contactNav {
	width: 103px;
}
#contactNav a {
	width: 103px;
	margin-top: 2px;
	background: url(/images/community/nav/contact-off.gif) no-repeat;
}
#contactNav a.active {
	background: url(/images/community/nav/contact-on.gif) no-repeat;
}
#whitePagesNav {
    width: 103px;
}
#whitePagesNav a {
    width: 103px;
    margin-top: 2px;
    background: url(/images/community/nav/people-off.gif) no-repeat;
}
#whitePagesNav a.active {
    background: url(/images/community/nav/people-on.gif) no-repeat;
}
/** Search **/

#search {
}

#searchFormHolder {
	margin: 0 auto;
	width: 780px;
}

#searchFormPeople {
    margin: 0 auto;
    width: 780px;
}

#keyword_input {
	width: 300px;
}

ul#searchFields {
	margin-top: 5px;	
}
#location_input {
	width: 285px;
}
#search li {
	float: left;
}
#search li label {
	display: block;
	font-weight: bold;
	font-size: 13px;
	color: #222298;
}
#search li input, #search li select {
	margin: 5px 0;
}
#searchLabel {
	width: 320px;
}
#whereLabel {
	width: 305px;
}
#firstNameLabel {
    width: 180px;
}
#firstname{
	width: 160px;
}
#lastNameLabel {
    width: 180px;
}
#lastname{
    width: 160px;
}
#cityLabel {
    width: 180px;
}
#people-city{
	width: 160px;
}
#stateLabel {
    width: 55px;
}
#people-state{
	width: 45px;
}

#withinLabel {
	width: 80px;
}
#search_radius {
	width: 80px;
}
input#submitButton {
	padding: 10px 0 0;	
}
.suggest_results {
	background-color: #fff;
	border: 1px solid #4d4d4d;
	border-top: none;
}
.suggest_results b {
	color: #0071BC;
}
.activ_option {
	background-color: #C9EAFD;
	cursor: pointer;
}
.breadcrumbs {
	font-weight: bold;
	font-size: .9em;
	margin: -10px 0 10px 3px;
}

/** EXTRA PAGES **/
#extraContent {
	position: relative;
}
h2.aboutHeader {
	color: #222298;
	margin: 10px 0;	
}
#contactTable {
	margin-left: 30px;
}
#contactTable th {
	border-bottom: 1px solid #000;
}
.contactUl {
	margin: 10px 10px;
}
.contactHeader {
	margin-top: 10px;
	font-weight: bold;
}
#contactUserList li {
	margin: 5px;
	padding: 2px 0;
}
#contactUserList li input {
	position: absolute;
	left: 150px;
}
.formError {
    background-color: #FFFFCC;
}
.required {
    color: red;
}

/** FOOTER **/
#footer {
	width: 1023px;
	clear: both;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	height: 171px;
	background: url(/images/boxTemplate/pageBottom.gif) no-repeat center bottom;
}
#footerPoweredBy {
	padding: 50px 0 0;
}
#footerCopyright {
	padding: 30px 0 0;
}