/*
Theme Name: premierpropertymaps.com
Theme URI: http://premierpropertymaps.com/
Description: PremierPropertyMaps Navigation
Version: 1.0
Author: Eric Amundson
Author URI: http://www.ivycat.com/
Last Update: April 29, 2010

Compiled and edited by Celia Parker  
Last Update: Jan 18, 2010*/
/* General Styles
----------------------------------------------------- */
*{
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

html{
	margin-bottom: 1px;
	min-height: 100%;
}

body {
	background: #ffffff;
	color: #333333;
	font: 13px Arial, Helvetica, sans-serif;
	height: 100%;
	min-width: 555px; /* 2x LC width + RC width */
}

#container {
	float: left;
	padding-left: 185px; /* LC width */
	padding-right: 225px; /* RC width */
}

#map-house #container,
#county #container {
	padding: 0;
	position: relative;
}

#map-house #leftcolumn,
#county #leftcolumn {
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
}

#map-house #content {
	margin-left: 200px;
	width: auto;
}

#county #content {
	float: left;
	margin-left: 200px;
	width: auto;
}

#county ul.map-data{
	font-size: 12px;
}

#county ul.map-data li {
	list-style-type: none;
	margin: 0;
	text-align: center;
}

#map-house .map-features{
	font-size: 12px;
}

#container .column {
	display: inline;
	float: left;
	position: relative;
}

#content {
	padding: 0 20px;
	width: 100%;
}

/* Left Column Styles
------------------------------------------- */
#leftcolumn {
	background: #f0f0f0 url(../images/back_right.gif);
	background: none;
	color: #333333;
	margin-left: -100%;
	right: 225px; /* LC fullwidth + CC padding */
	width: 185px; /* LC width */
}

/*** IE6 Fix ***/
* html #leftcolumn {
	left: 185px; /* RC width */
}

 
/* Right Column Styles
------------------------------------------- */
#rightcolumn {
	margin-right: -100%; /* RC width */
	padding: 0;
	text-align: center;
	width: 185px; /* RC width */
}

/* Handy Styles
------------------------------------------- */
.clearer{
	clear: both;
}

.strong {
	font-weight: bold;
}

.em {
	font-style: italic;
}

/* Header Styles
------------------------------------------- */
#header {
	background: url(../images/header-bkg.gif);
	border-bottom: 1px solid #4656b6;
	height: 122px;
	position: relative;
}

#branding {
	background: url(../images/house.png) no-repeat top left;
	float: left;
	height: 122px;
	text-indent: -9999px;
	width: 185px;
}

#logo {
	background: url(../images/ppm-logo070610.png) no-repeat top left;
	float: left;
	height: 122px;
	text-indent: -9999px;
	width: 570px;
}

#date {
	color: #ffffff;
	font: bold 12px Arial, Helvetica, sans-serif;
	position: absolute;
	right: 5px;
	top: 5px;
}

/* Navigation - Horizontal Styles
------------------------------------------- */
#navigation_bar {
	background: #ffe05f;
	border-bottom: 1px solid #ecc732;
	border-top: 1px solid #ecc732;
	color: #000080;
	float: left;
	font-size: 10.5px;
	height: 16px;
	text-align: center;
	vertical-align: middle; /*#02178C light navy */
	width: 100%;
}

/* Navigation - Main Styles
------------------------------------------- */
#nav_main {
	margin: 0;
	padding: 0;
	width: 185px;
}

#nav_main li {
padding:0;margin:0;
	border-bottom: 1px solid #666666;
	display: block;
	font-size: 13px;
	font-weight: bold;
	/*pushes hover image left to line up with text */
	text-align: left;
}

#nav_main li a:hover {
	background: url(../images/nav_button.png) no-repeat top left;
	color: #005ffd;
}

#nav_main li a {
	color: #073786;
	display: block;
	height: 33px;
	padding:0 0 0 38px;
	text-decoration: none;
	background: url(../images/nav_button.png) no-repeat bottom left;
}

/* Dropdown Styles
------------------------------------------- */
#navddl{
	margin-left: 25%;
}

form#jumpto{
	font: 12px Arial;
	text-indent: 10px;
	width: 160px;
}

/*--- Sidebar Banner Ads 
------------------------------------------------*/
ul.banners {
	clear: both;
	margin: 0;
	padding: 0;
}

ul.banners li {
	margin-bottom: 1em;
}

ul.banners img {
	display: block;
	margin: 0 auto;
}

ul.banners .caption {
	font-size: 10px;
}

.brochure{
	border-width: 0;
	height: 310px;
	width: 125px;
}

/* Footer Navigation Styles
------------------------------------------- */
#footer {
	clear: both;
	text-align: center;
}

#ad_footer{
	padding-left: 200px;
	padding-right: 188px;
	text-align: left;
}

#nav_footer {
	background: #ffe05f;
	border-bottom: 1px solid #ecc732;
	border-top: 1px solid #ecc732;
	display: inline;
	float: left;
	margin: 1em 0 0.3em;
	padding: 0;
	text-align: center;
	width: 100%;
}

#nav_footer li {
	display: inline;
}

#nav_footer a {
	border-right: 1px solid #ecc732;
	display: block;
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 0.3em 0.5em;
	width: auto;
}

#nav_footer a.first {
	border-left: 1px solid #ecc732;
	display: inline;
	margin-left: 200px;
}

#site_info {
	font-size: 10px;
}

/*-------------------------------------------*/
/* Javascript styles */
#PCL {
	font: normal 8pt Verdana,Arial,Helvetica;
	text-decoration: none;
}

    
#PTT {
	font: 8pt Verdana,Arial,Helvetica;
}

#PST {
	font: 8pt Verdana,Arial,Helvetica;
}

/* Typography
------------------------------------------- */
p,ul,dl,ol {
	color: #4d555a;
	font-size: 1.2em;
	margin-bottom: 1em;
}

ul,dl,ol {
	margin-left: 1em;
	padding-left: 1em;
}

#content ul li {
	list-style-type: disc;
}

#content ul.nobullet li {
	list-style-type: none;
}

#content ol li {
	list-style-type: decimal;
}

h1 {
	color: #02178c;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 1em 0 0.3em;
	text-shadow: 1px 1px 1px #dddddd;
}

h2,h3,h4,h5 {
	color: #f9a725;
	font-weight: normal;
	margin: 1em 0 0.3em;
}

h2 {
	color: #02178c;
	display: block;
	float: left;
	font-size: 1.7em;
	width: 100%;
}

#rightcolumn h2 {
	font-size: 1.2em;
}

h3 {
	border-bottom: 1px dotted;
	clear: both;
	font-size: 1.3em;
	font-weight: bold;
}

h4 {
	color: #0d6f0c;
	font: bold 1.3em verdana,arial,helvetica,sans-serif;
}

/* Image Styles
------------------------------------------- */
img{
	border: none;
}

.imgborder{
	border: 1px solid #111111;
}

/* Link Styles
------------------------------------------- */
a:link {
	color: #0000ff;
}

a:visited {
	color: #a330b5;
	text-decoration: underline;
}

a:hover, a:active {
	color: #ff0000;
	text-decoration: underline;
}

.map-data {
	float: left;
	margin: 0.5em 1em 2em 0;
	width: 140px;
}

.map-data img {
	display: block;
	margin: 0 auto;
	width: 125px;
}

.map-data h4 {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	text-align: center;
}

/* Form Styles
------------------------------------------- */
form ul#map-form {
	display: inline;
	float: left;
	font-size: 1.2em;
	width: 500px;
}

ul#map-form ul {
	font-size: 1em;
	margin-left: 95px;
	width: auto;
}

ul#map-form li {
	font-size: 1em;
	list-style-type: none;
}

ul#map-form li label {
	display: block;
	display: inline;
	float: left;
	font-weight: bold;
	margin-right: 10px;
	text-align: right;
	width: 100px;
}

ul#map-form ul li {
	display: inline;
	float: left;
	margin-bottom: 0.2em;
	width: 100%;
}

ul#map-form ul li input {
	display: inline;
	float: left;
	margin-right: 10px;
}

ul#map-form ul li label {
	display: inline;
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	text-align: left;
	width: 300px;
}


/* Contact Us Styles
------------------------------------------- */
dl#contact-list {

}
dl#contact-list dt {
	font-weight:bold;
	margin:1.5em 0 0.3em;
}
dl#contact-list dd {

margin-left:1em;
width:80%;
clear:both;}

dl#contact-list dd span {
color:#F9A725;font-weight:bold;
display:block;
width:5em;
float:left;
text-align:right;
margin-right:0.5em}

ol.instructions li {list-style-type:decimal;}
ol.instructions li.nonum {list-style-type:none;}

#map-overview{margin:0 auto 30px;}
#map-overview .half-block{width:550px;text-align:center;float:left;margin:0 auto 30px}
#map-overview a{font-weight:bold;}

#map-overview h4{font-weight:bold;margin-top:30px;font-size:16px;}