@import url(navigation.css);

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	text-align: left;
	margin: 0px;
	height: 100%;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
h1 {
	font-size: 250%;
	font-weight: normal;
	color: #2824B3;
}
h2 {
	font-size: 150%;
	font-weight: normal;
	color: #2824B3;	
}
h4 {
	font-size: 85%;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
}
a:link { 
	color: #2824b3;
	text-decoration: underline;
}
a:visited { 
	color: #2824b3;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #CCC;
}
#header {
	background-color: #2824B3;
	height: 6em;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#left {
	background-color: #d7d7d7;
	float: left;
	height: 100%;
	width: 190px;
	margin-right: 15px;
	margin-bottom: -32767px;
	padding: 20px 10px 32767px;
}
#wrapper {
	height: 100%;
	padding-bottom: 25px;
	overflow: hidden;
}
.clear {
	clear: both;
}
#footer {
	width: 100%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
}
#footer #footer_left {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 40em;
}
#footer #footer_right {
	text-align: right;
	width: 20em;
	padding: 5px 10px 10px;
	float: right;
}
#wrapper #main #logo {
	margin-top: 10px;
	margin-bottom: 10px;
}
#wrapper #main {
	margin: 0px 0px 0px 240px;
	height: 100%;
}
#wrapper #main #right {
	float: right;
	height: 100%;
	width: 275px;
	padding-right: 4em;
	padding-top: 15px;
	border-left: thin solid #999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	padding-left: 25px;
}
#wrapper #main #main_content {
	width: 600px;
	margin: 0;
}
strong {
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
}
.24_italic_gray {
	color: #666;
	font: italic normal 24px Verdana, Geneva, sans-serif;
	text-transform: none;
}
.name {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
}
.team_img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: thin solid #666;
}
.team_info {
	width: 200px;
}
#wrapper #main .featured_imgs {
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: thin solid #00F;
	border-bottom: thin solid #00F;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 1024px;
}
#wrapper #main .featured_imgs #border {
	border: thin solid #666;
}
.currentlistings_titles {
	padding-top:0px;
}



