/* CSS Document */
body {
	background-color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
}
p, select, input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align: left;
}
h2 {
color: #800000;
font-size: 120%;
font-weight: bold;
}
a {
	color: #800000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
em {
	font-style: italic;
}

input {
	margin-top: 2px;
	height: 20px;
}
.padding {
	padding-left: 8px;
	padding-right: 8px;
}
div#container {
	width: 100%;
	float: left;
	padding-bottom: 10px;
}
div#header {
	height: auto;
	width: 100%;
}
div#header div#homepglogo {
	width: 100%;
	background-color: #000;
	height: 55px;
	text-align: center;
}

div#navrow1{
	background-color: #FFFF33;
	width: 100%;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;

}
div#navrow2{
	background-color: #ccc;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	border-bottom: 2px solid #fff;
}

div.navigation {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
}
#primarylinks, #secondarylinks  {
	/*display: inline-table;*/
}
#primarylinks li:first-child {
	border-left: none;
}

#primarylinks li  {
	/*width: 18%;*/
	float: left;
	border-left: 1px solid #000;
	height: 20px;
	text-align: center;
	vertical-align: middle;
}
#primarylinks li a {
	font-weight: bold;
	color: #000;
	display: block;
	font-size: 85%;
	text-align: center;
	padding: 3px 44px 0px 44px;
}
#primarylinks li a:hover {
	font-weight: bold;
	color: #990033;
	text-decoration: underline;
}

#secondarylinks li  {
	width: 19%;
	padding-left: 2%;
	padding-right: 2%;
	float: left;
	height: 20px;
	vertical-align: middle;
}
#secondarylinks li a {
	font-weight: bold;
	color: #565656;
	display: block;
	font-size: 85%;
	text-align: center;
	padding-top: 3px;
}
#secondarylinks li a:hover {
	font-weight: bold;
	color: #565656;
	text-decoration: underline;
}
#primarylinks li.last, #secondarylinks li.last {
	border-right: none;
}
div#contentwrapper {
	background-color: #FFFF33;
	float: left;
	width: 100%;
	padding-bottom: 10px;
	text-align: center;
	height: auto;
}
div#contentwrapper div#homepgcityimg {
	background-color: #000;
	width: 100%;
	text-align: center;
	height: 140px;
}
p#banner {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	letter-spacing: 4px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000000;
}
div#featurecontrol {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 939px;
	min-height: 165px;
	/*border: 1px solid #fff;*/
}
div#features {
	padding-top: 8px;
	padding-bottom: 8px;
	width: 936px;
	background-color: #fff;
/*	margin-left: auto;
	margin-right: auto;*/
	/*margin-top: 10px;*/
	margin-bottom: 10px;
	height: /*155px*/auto;
	float: left;
	border: 1px solid #ccc;
}
div.contentbox {
	float: left;
	height: auto;
	width: 98%;
}
div.featureboxes {
	float: left;
	height: auto;
	width: 48%;
}
div.featureboxes img{
	float: left;
	padding-right: 15px;

}
div.featureboxes h2{
	text-align: left;
	padding-top: 5px;
}
div.featureboxes p{
	float: left;
	width: 43%;
	padding-top: 10px;
	padding-right: 7px;

}
div.featureboxes p.details{
	/* width: auto; */
	padding-top: 20px;
	padding-right: 7px;
}

div#searchrow{
	width: 955px;
	margin-left: auto;
	margin-right: auto;
}
div#fastsearch {
	float: left;
	width: 450px;
}
ul.tabs{
	float: left;
	clear: both;
	width: 444px;
	border-left: 1px solid #ccc;
}

ul.tabs li{
	float: left;
	color: #666;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
ul.tabs li.active {
	background-color: #fff;
}

ul.tabs li.inactive {
	}
ul.tabs li.active a, ul.tabs li.inactive a {
	padding:5px 10px;
	display: block;
	text-decoration: none;

}

ul.tabs li.active a{
	width: 199px;
	color: #800000;
}
ul.tabs li.inactive a{
	width: 198px;
	background-color: #ebebeb;
	color: #666;
	text-decoration:none;
}

ul.tabs li.active a:hover, ul.tabs li.inactive a:hover{
	text-decoration:underline;
}
.tabcontainerpadding {
	padding: 8px;
}
div#tabcontainer .tabcontent {
	width: 424px; /* 24 pixels less than ul.tabs*/
	min-height: 126px;
	height: auto;
	float: left;
	clear: both;
	background-color: #ccc;
}
div#leftdroplists {
	clear: both;
	float: left;
	width: 165px;
	margin-top: 5px;

}
div#leftdroplists select, div#middledroplists select {
	float: left;
	width: 160px;
	color:#666;
	background-color: #ebebeb;
	border: none;
	padding: 2px;
	margin: 2px;
	font-size: 90%;
}
div#middledroplists {
	float: left;
	width: 160px;
	margin-top: 5px;
}
div#middledroplists input {
	margin-top: 2px;
	margin-right: 5px;
	margin-left: 6px;
	float: left;
	clear: both;
}
div#fastsearch p {
	margin-top: 5px;
	margin-left: 1px;
	clear:both;
	float: left;
	width: 90%;
	font-size: 90%;
}
div#fastsearch p.title {
	float:left;
	clear:both;
	font-weight:bold;
	width: 20%;

}

div#rightformdata {
	float: right;
	margin-top: 5px;
}
div#rightformdata p{
	margin-top: 0px;
}

div#mls div#rightformdata {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 12px;

}
div#rightformdata input.search, div#middledroplists input.search {
	display: block;
	background-color: #ebebeb;
	height: 25px;
	width: 60px;
	text-align: center;
	color: #666;
	font-weight: bold;
	font-size: 90%;
	border: 1px solid #ccc;
	padding-bottom: 3px;
}
input#checkbox {
	margin: 0;
	padding: 0;
	height: auto;
}
div#teasers {
	float: left;
	width: 488px;
	text-align: left;
}


.boxpadding {
	padding: 7px;
}
.boxleft {
	width: 238px;
	min-height: 78px;
	height: auto/*78px*/;
	border: 1px solid #ccc;
	float: left;
	background-color: #fff;
	margin-bottom: 8px;

}
.boxright {
	width: 238px;
	min-height: 78px;
	height: auto/*78px*/;
	border: 1px solid #ccc;
	float: left;
	margin-left: 8px;
	background-color: #fff;
	margin-bottom: 8px;
}

.row1 {
	height: 88px;
	width: 100%;

}
.row2 {
 width: 100%;
}
img.teasers {
	float: left;
	margin-top: 7px;
}
.teaserblurb {
	width: 65%;
	float: left;
	text-align: left;
	margin-top: 7px;
	margin-left: 7px;
}
p.teaserblurb, p.teaserblurb a {
	color: #800000;
}
p.teaserblurb a:hover {
	text-decoration: underline;
}
div#footer {
	float: left;
	clear: both;
	width: 100%;
	background-color: #000;
	/*margin-top: 10px;*/
	color: #fff;
	height: auto;
}
div#footercontent { 
	width: 955px;
	margin-left: auto;
	margin-right: auto;
}
ul#offices  {
	color: #fff;
	float: left;
	position: relative;
	left: 110px;
	padding: 2px 0px;
	width: 100%;
}

ul#footerlinks  {
	color: #fff;
	float: left;
	clear: both;
	position: relative;
	left: 200px;
	padding: 2px 0px;
	width: 100%;
}
ul#footerlinks2{
	color: #fff;
	float: left;
	clear: both;
	position: relative;
	left: 380px;
	padding: 2px 0px;
	width: 100%;
}
ul#footerlinks li.first, ul#footerlinks2 li.first, ul#offices li.first{
	border-left: none;
}

#footerlinks li:first-child, #footerlinks2 li:first-child, ul#offices li:first-child {
	border-left: none;
}
#footerlinks li, #footerlinks2 li,  ul#offices li {
	float: left;
	border-left: 1px solid #fff;
	height: 10px;
	text-align: center;
	padding-bottom: 5px;

}

#footerlinks li a, ul#offices li a {
	color: #fff;
	display: block;
	font-size: 85%;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	
} 
#footerlinks li a:hover, ul#offices li a:hover {
	color: #fff;
	text-decoration: underline;
} 

#footerlinks2 li, #footerlinks2 li a {
	color: #fff;
	display: block;
	font-size: 85%;
	text-align: center;
	float: left;
	padding-left: 5px;
	padding-right: 5px;

} 
#footerlinks2 li a:hover {
	color: #fff;
	text-decoration: underline;
} 
#footerlinks li.last, #footerlinks2 li.last {
	border-right: none;
}
div#footer p {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	text-align: center;
}
