@charset "utf-8";
/* CSS Document */

body, html {
	padding: 0;
	margin: 0;
	background: url(images/body-bg.jpg) #0a0d2a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p, ul, ol, h1, h2, h3, h4 {
	margin: 0 0 10px 0;
}

p, ul, ol {
	font-size: 10pt;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	color: #666;
}

h2 a {
	color: #666;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #090F81;
}

body#featured h2 {
	color: #fff;
	font-style: italic;
}

a:hover {
	color: #DE0A20;
}

img {
	border: none;
}

hr {
	height: 1px;
	background: #838383;
	color: #838383;
	margin: 15px 0;
	*margin: 5px 0;
	border: none;
	clear: both;
}

hr.light {
	background: #c9c9c9;
	color: #c9c9c9;
}

hr.dark {
	color: #585858;
	background: #1b1b1b;
}

#wrap {
	width: 1000px;
	margin: 0 auto;
}

#container {
	width: 902px;
	padding: 6px 49px 0 49px;
	float: left;
	background: url(images/container-bg.png) repeat-y;
}

#nav {
	width: 898px;
	border: 1px solid #545454;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	height: 22px;
	background: url(images/nav-bg.jpg) repeat-x #565656;
}

	#nav ul, #nav ul li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#nav ul li {
		float: left;
	}

	#nav a {
		color: #fff;
		padding: 3px 13px;
		*padding-top: 4px;
		height: 20px;
		display: block;
		background: url(images/nav-a-bg.jpg) top right no-repeat;
		font-weight: normal;
	}
	
	#nav a:hover {
		color: #959393;
	}
	
#navNoBackground a {
	background: none;
}

#nav a#navBumpLeft {
	padding-left: 21px;	
}

#header {
	width: 900px;
	height: 240px;
	margin-top: 4px;
}

#slideshow {
	float: left;
	border: 1px solid #545454;
	width: 695px;
	height: 238px;
}

#agents {
	float: right;
	width: 197px;
	height: 238px;
	border: 1px solid #545454;
}

#logoBar {
	width: 898px;
	height: 69px;
	border: 1px solid #545454;
	margin: 4px 0 0 0;
	background: url(images/logoBar-bg.jpg) repeat-x;
	float: left;
}

	#logoBar img {
		margin-left: 40px;
	}

#main {
	width: 838px;
	margin: 4px 0;
	border: 1px solid #545454;
	float: left;
	min-height: 200px;
	background: url(images/main-bg.jpg) left bottom repeat-x #fff;
	padding: 30px;
	
}

body#index #main {
	padding: 0;
	width: 898px;
}

body#featured #main { 
	background: #000;
	color: #fff;
}

	body#featured #main a { 
		color: #1719f3;
	}
	
	body#featured #main a:hover {
		color: #DE0A20;
	}

#indexContent {
	padding: 30px 20px 70px 20px;
	width: 439px;
	background: url(images/indexContent-bg.png) no-repeat -145% 108%;
	float: right;
	min-height: 215px;
}

#featuredBlurb {
	width: 358px;
	padding: 30px 30px 40px 30px;
	background: url(images/featuredBlurb-bg.png) center bottom no-repeat;
}
	
#blurbWrap {
	width: 419px;
	float: left;
	background: url(images/blurbWrap-bg.png) right center no-repeat;
}	
	
.agentPhoto {
	width: 199px;
	float: left;
	margin-bottom: 20px;
}

.agentBio {
	float: right;
	width: 609px;
	margin-bottom: 20px;
}

form#contactForm {
	width: 600px;
	margin: 30px auto 0 auto;
}
	
	form#contactForm input[type=text], form#contactForm textarea {
		padding: 5px;
		font-size: 10pt;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		border: 1px solid #838383;
		width: 420px;
		background: #F3F3F3;
	}
	
		form#contactForm input[type=text]:hover, form#contactForm textarea:hover, form#contactForm input[type=text]:focus, form#contactForm textarea:focus {
			background: #fff;
		}
	
	form#contactForm label {
		float: left;
		text-align: right;
		width: 160px;
		margin: 0 5px 0 0;
	}
	
	form#contactForm input[type=submit] {
		border: none;
		padding: 5px;
		background: #000;
		color: #fff;
	}
	
		form#contactForm input[type=submit]:hover {
			background: #838383;
		}
		
span.tinyContactText {
	float: right;
	font-size: 8pt;
}

.imgFloatRight {
	float: right;
}

.imgFloatLeft {
	float: left;
	margin: 0 15px 15px 0;
}

.border {
	border: 1px solid #fff;
}

.leftFeaturedColumn {
	width: 160px;
	float: left;
	margin-top: 10px;
}

	.leftFeaturedColumn img {
		margin: 0 0 10px 0;
	}
	
	.leftFeaturedColumn p {
		margin: 0 0 10px 0;
		line-height: 14pt;
	}

.rightFeaturedColumn {
	float: right;
	width: 650px;
	margin: 10px 0 15px 0;
}	

	.rightFeaturedColumn img {
		margin-top: 5px;
	}
	
#footerContainer {
	width: 1000px;
	background: url(images/footerContainer-bg.png) center bottom no-repeat;
	clear: both;
	padding-bottom: 10px;
}	

.featuredThumbsTable {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}	

	.featuredThumbsTable td {
		padding: 4px 0;
	}

#footer {
	width: 888px;
	padding: 5px 5px 10px 5px;
	margin: 0 49px;
	border: 1px solid #1b1b1b;
	text-align: center;
	background: url(images/footer-bg.jpg) left bottom repeat-x #191919;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}

	#footer p {
		margin: 0 0 3px 0;
	}

	#footer a {
		color: #fff;
		font-weight: normal;
	}
	
	#footer a:hover {
		color: #666;
	}
	
	#footer img {
		margin: 0 3px -5px 3px;
	}
	
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	letter-spacing: 0;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 40px;
	margin: 0 0 10px 0;
}

#quickSearchContent .sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 50px;
}