@charset "utf-8";
/* CSS Document */

body{
	margin: 0 0 30px 0;
	padding: 0;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

/* Global Stuff */

.pkClear{
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.pkFloatRight{
	float: right;
}

a{
	color:#FF0000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/* Page Container */
#pkContainer{
	width: 800px;
	margin: 0 auto;
	padding:0;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

/* Header Stuff */
#pkHeader{
	margin:0;
	padding:0;
	height: 204px;
	background: url(../images/pkHeader.jpg) no-repeat;
}

h1{
	margin:0;
	padding:0;
	text-indent: -5000px;
}

/* MainBody Content Area */

#pkMainBodyContainer{
	background: url(../images/pkGBSide.jpg) left repeat-y;
}

#pkMainBody{
	padding:0;
	margin:0;
	background: url(../images/pkBGTop.jpg) top no-repeat;
}

#pkMainBody h2{
	margin:0 0 0 10px;
	padding: 20px 10px 3px 0;
	font-weight: normal;
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#pkContent{
	width: 384px;
	margin: 0 200px 0 210px;
	position: relative;
}

#pkContent h2{
	border-bottom: 2px solid #333;
	margin-right: 10px;
}

#pkContent p{
	margin:5px 10px 10px 15px;
	padding:0;
}

#pkContactbox{
	margin: 20px 10px 0;
	border: solid 1px #ccc;
	background:#eee;
	text-align: center;
}

#pkContactbox{
	font-size: .9em;
}

/* Left Nav */

#pkLeftNavContainer{
	float: left;
	width: 210px;
	height: 450px;
	background: url(../images/pkLeftNavBG.jpg) top right no-repeat;
}

#pkLeftNavContainer ul{
	list-style: none;
	padding:0;
	margin:0 0 0 25px;
}

#pkLeftNavContainer li{
	width: 175px;
	height: 30px;
	padding:0;
	margin:0;
}

#pkLeftNavContainer li a{
	display: block;
	width: 171px;
	padding: 4px 0 3px 5px;
	margin:0;
	font-size: 1.1em;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #333;
}

#pkLeftNavContainer li a:hover{
	background: url(../images/pkNavItemBG.jpg) repeat-x;
	color: #fff;
}

#pkHome #pkHomeNav, #pkListings #pkListingsNav, #pkAgents #pkAgentsNav, #pkMLS #pkMLSNav, #pkHints #pkHintsNav, #pkContact #pkContactNav, #pkCommunity #pkCommunityNav, #pkOther #pkOtherNav{
	background: url(../images/pkNavItemBG.jpg) repeat-x;
	color:#FFFFFF;
}

/* Right Nav */

#pkAgentsRight{
	float: right;
	width: 200px;
	height: 450px;
}

#pkAgentsRight h2{
	text-align: right;
}

#pkAgentContainer{
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
}

.pkAgentBox{
	background: #eee;
	border-bottom: 1px solid #333;
	margin:0;
	padding: 5px;
}

.pkAgentBox p{
	font-size: .8em;
	text-align: right;
	padding:2px;
	margin:0;
}

.pkAgentBox p a{
	text-decoration: none;
	color: #FF0000;
}

.pkAgentBox p a:hover{
	text-decoration: underline;
}

.pkAgentImg{
	border: 0;
	float: left;
	padding:0;
	margin:0;
}

.pkAgentName{
	font-weight: bold;
}

.pkAgentTitle{
	
}

.pkAgentLink a{

}

/* Footer Stuff */

#pkLargeFooter{
	height: 100px;
	background: url(../images/pkLargeFooterBG.jpg) top repeat-x;
}

#pkLargeFooter img{
	border: 0;
}

#pkLgFtrLeft{
	height: 85px;
	float: left;
	width: 33%;
	padding:0;
	margin:7px 0 7px 0;
	border-right: 1px solid #333;
	text-align: center;
}

#pkLgFtrLeft img{
	padding: 10px 0 0 0;
}

#pkLgFtrMid{
	height: 85px;
	float: left;
	width: 33%;
	padding:0;
	margin:7px 0 7px 0;
	border-right: 1px solid #333;
	text-align: center;
}

#pkLgFtrMid img{
	padding: 25px 0 0 0;
}

#pkLgFtrRight{
	height: 85px;
	float: left;
	width: 33%;
	padding:0;
	margin:7px 0 7px 0;
	text-align: center;
}

#pkLgFtrRight img{
	padding: 25px 0 0 0;
}

#pkSmallFooter{
	width: 760px;
	height: 30px;
	padding:0;
	margin:0 auto;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	background: #eee;
}

#pkSmallFooter p{
	padding:7px;
	margin:0;
	font-size: .9em;
}