/*
Theme Name: PA Site Search Home Page
*/

/* Normalization, Global Reset for Browser Consistency */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0 auto;
	padding: 0;
	}

table {
	border-collapse:collapse;
	border-spacing:0;
	}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	}

ol, ul, li {
	list-style: none;
	}	

fieldset,img {
	border: none;
	}

caption,th {
	text-align:left;
	}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	}
	
q:before,q:after {
	content:'';
	}
	
abbr,acronym { 
	border:0;
	}

em {
	font-style: italic;
	}

small {
	font-size: 9px;
	}

a img {
	border: none;
	}

hr {
	display: none;
	}

strong {
	font-weight: bold;
	}

/* General Elements */

body {
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-size: 11px;
	background-color: white;
	}

a, a:visited, a:active {
	color: #0063B1; /*blue*/
	text-decoration: underline;
	font-weight: normal;
	}

a:hover {
	color: #40B0D2;/*lighter blue*/
	text-decoration: underline;
	}

#page {
	width: 920px;
	float: left;
	}

/* header */

#header {
	float: left;
	background: white url(images/home/home-content-bg.jpg) no-repeat top left;
	width: 820px;
	height: 98px;
	}

#banner {
	float: left;
	background: white url(images/home/home-header-bg.gif) no-repeat top left;
	width: 670px;
	height: 83px;
	}

#logo {
	margin: 15px 0 0 28px;
	float: left;
	}

#logo h1 span { /*hidden header text*/
	display: none;
	}

#logo h1 a {
	display: block;
	width: 190px;
	height: 50px;
	}

#sitesearch {
	margin: 0 28px 0 0;
	float: right;
	width: 135px;
	}

#sitesearch h1 span { /*hidden header text*/
	display: none;
	}

#sitesearch h1 a {
	display: block;
	width: 135px;
	height: 42px;
	}

#sitesearch .contact {
	width: 135px;
	margin-top: 10px;
	text-align: center;
	color: white;
	font-size: 14px;
	display: block;
	}

#team {
	float: left;
	background: white url(images/home/home-header-team-logo.gif) no-repeat top left;
	width: 150px;
	height: 83px;
	}

#team h1 span { /*hidden header text*/
	display: none;
	}

#team h1 a {
	display: block;
	width: 150px;
	height: 83px;
	}

#ieNotice { /*notice for old IE browsers*/
display: none;
}

#homecontent {
	width: 920px;
	height: 320px;
	float: left;
	}

/*flash*/
#flash {
clear: both;
float: left;
width: 670px;
height: 320px;
}

	
/*home navigation*/
#homenav {
	float: left;
	width: 250px;
	height: 320px;
	background: url(images/home/home-nav-bg.jpg) no-repeat top left;
	}

#homenav li {
	/*height: 320px;*/
	height: 106px;
	width: 320px;
	overflow: hidden;
	}

#homenav li a {
	display: block;
	width: 100%;
	/*height: 320px;*/
	height: 106px;
	text-decoration: none;
	color: #555555;
	font-size: 11px;
	float: left;
	}

#homenav li a:visited, #homenav li a:hover {
	color: #555555;
	text-decoration: none;
	}

#homenav li b {
	display: none;
	}

#homenav li span {
	/*margin: 140px 0 0 50px;*/
	margin: 40px 0 0 88px;
	width: 150px;
	display: block;
	line-height: 130%;
	}

/*#homenav li.findprops a {
	background: url(images/home/RightNav.gif) no-repeat top left;
	}*/

#homenav li.findprops a {
	background: url(images/home/find-properties.gif) no-repeat bottom left;
	}

#homenav li.findcoms a {
	background: url(images/home/find-communities.gif) no-repeat bottom left;
	}

#homenav li.comreps a {
	background: url(images/home/community-reports.gif) no-repeat bottom left;
	}


#homenav li a:hover {
	background-position: top left;
	}

/*page content */

#content {
	clear: both;
	float: left;
	margin: 0 auto;
	width: 770px; /*+50=820*/
	min-height: 250px;
	text-align: left;
	background: url(images/home/home-content-bg.jpg) no-repeat top left;
	padding: 25px;
	}

#content .bigcol {
	float: left;
	width: 380px;
	padding-right: 15px;
	}

#content .smcol {
	float: left;
	width: 209px;
	padding-left: 15px;
	font-weight: bold;
	background: url(images/home/vert-line.jpg) repeat-y top left;
	}
	
#content .sponsors 
{
	position: absolute;
	left: 685px;
	top: 440px;
	font-size: 11px;
	color: #555555;
	width: 320px;
}
	

#content .smcol a {
	font-weight: bold;
	}

#content .bigcol h2 {
	color: #40B0D2;
	font-size: 22px;
	padding-bottom: 6px;
	}
	
#content .bigcol h5 
{
	color: #40B0D2;
	font-size: 14px;
	text-indent: 25px;
}

#content .smcol h3 {
	color: white;
	font-size: 11px;
	width: 200px;
	height: 21px;
	padding: 10px 0 0 8px;
	overflow: hidden;
	text-transform: uppercase;
	text-align: left;
	background: url(images/home/home-grey-ti-bg.png) no-repeat top left;
	margin-top: 25px;
	}

#content .smcol h3.top {
	margin-top: 0;
	}

#content p {
	line-height: 150%;
	padding: 6px 0 6px 0;
	}
	
.brown 
{
	margin-left: 25px;
	line-height: 150%;
	padding: 6px 0 6px 0;
	}

#content ul {
	margin: 6px 0 6px 0;
	padding-left: .5em;
	}

#content ul li {
	padding: 3px 0 3px 15px;
	background-image: url(images/home/bullet.jpg);
	background-position: 0 .5em;
	background-repeat: no-repeat;
	}

#content ul ul li {
	padding: 3px 0 3px 15px;
	background-image: none;
	background-position: 0 .5em;
	background-repeat: no-repeat;
	}


#content .bigcol ul {
	margin-left: 20px;
	}
	
/* footer */

#footer {
	clear: both;
	float: left;
	background: url(images/home/home-footer-bg.jpg) no-repeat top left;
	width: 700px;
	height: 100px;
	color: white;
	}

#footer a, #footer a:visited {
	color: white;
	text-decoration: none;
	}

#footer a:hover {
	color: white;
	text-decoration: underline;
	}

#footer .phone {
	margin: 48px 0 0 48px;
	float: left;
	font-weight: bold;
	font-size: 15px;
	}

#footer .link {
	clear: left;
	display: block;
	float: left;
	margin: 5px 0 0 20px;
	}
	
/* various */

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}

.clear {
	clear: both;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.center {
	text-align: center;
	}

.hide { 
	position: absolute;
	display: none;
	left: -100em; 
	width: 2em;
	}

code {
	font-family: "Courier New", Courier, monospace;
	}

/* End Various Tags & Classes*/
