@charset "UTF-8";

/* General Styles */

body,td,th {
	font-family: Arial,Verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #8b8e91;
}
body {
	background-color: #e1e6f4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #8b8e91;
}

a {
	font-size: 12px;
	color: #183152;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #183152;
}
a:hover {
	text-decoration: none;
	color: #abc8e1;
}
a:active {
	text-decoration: underline;
	color: #183152;
}

h1 {
	color: #183152;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 10px;
}

h2 {
	color: #abc8e1;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
}

p {
	padding-top: 3px;
	padding-bottom: 3px;
}

ol {
	padding: 0;
	margin: 0;
	padding-left: 18px;
	text-indent: 5px;
}

ul {
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	margin-top: 0px;
	color: #8b8e91;
}

ul li {
	color: #8b8e91;
}

.resume-page {
	padding-top: 15px;
	display: table;
}

.project-images {
	background-color: #FFFFFF;
	}
	
	.leftFull .project-images a {
		font-size: 12px;
		color: #183152;
	}
	.leftFull .project-images a:link {
		text-decoration: underline;
	}
	.leftFull .project-images a:visited {
		text-decoration: underline;
		color: #183152;
	}
	.leftFull .project-images a:hover {
		text-decoration: none;
		color: #abc8e1;
	}
	.leftFull .project-images a:active {
		text-decoration: underline;
		color: #183152;
	}

.contact-page {

}

#topPadding {
	display: table;
	height: 25px;
	margin: auto;
	/* background-color: red; */
	width: 940px;
}

#wrapperShadow {
	margin: auto;
	/* background-color: blue; */
	width: 980px;
	background-image: url(../images/required/bg_shadow.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

#wrapperShadowTop {
	margin: auto;
	/* background-color: green; */
	width: 980px;
	display: table;
	height: 30px;
	background-image: url(../images/required/bg_shadow_top.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#wrapperShadowBottom {
	margin: auto;
	/* background-color: green; */
	width: 980px;
	display: table;
	height: 30px;
	background-image: url(../images/required/bg_shadow_bottom.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#wrapper {
	margin: auto;
	/* margin-top: 50px; */
	background-color: #FFFFFF;
	width: 900px;
	/* padding: 20px; */
	padding: 5px 20px 5px 20px;

}

.bottomSpacer {
	height: 50px;
	display: block;
}

/* Header */

#header {
	background-color: #FFFFFF;
	margin-bottom: 5px;
	height: 105px;
}

/* Navigation */

#nav {
	display: block;
	background-color: #183152;
	width: 900px;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #abc8e1;
	text-align: center;
	margin: auto;
}

	#nav, a:link, a:visited, a:active {
		text-decoration: none;
		font-size: 13px;
		color: #abc8e1;
	}
	
	#nav, a:hover {
		text-decoration: none;
		font-size: 13px;
		color: #FFFFFF;
	}
	
	#nav ul {
		padding: 0px;
		margin: 0px;
		line-height: 28px;
		list-style: none;
		width: 900px;
		margin: auto;
	}
	
		#nav li {
			float: left;
			position: relative;
			padding-left: 23px;
			padding-right: 22px;
		}
		
		#nav li:hover, #nav li.sfHover {
			background-color: #003f68;
		}
		
			#nav li ul {
				float: left;
				clear: left;
				display: none;
				position: absolute;
				top 1em;
				left 0;
				background-color: transparent;
				width: 150px;	
			}
			
			#nav li:hover ul, #nav li.sfHover ul {
				display: block; clear: left;
				top: 28px;
				left: 0;
			}
			
			#nav li > ul {
			top: auto;
			left: auto;
			}
			
				#nav li ul li {
					position: relative;
					text-align: left;
					padding: 0;
					padding-left: 5px;
					padding-right: 5px;
					padding-bottom: 5px;
					min-width: 150px;
					line-height: 20px;
					background-color: #183152;
				}

/* Content */		

#content {
	display: table;
	width: 900px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	margin-top: 5px;
	height: 100%;
}

#content a {
	font-size: 12px;
	color: #183152;
}
#content a:link {
	text-decoration: underline;
}
#content a:visited {
	text-decoration: underline;
	color: #183152;
}
#content a:hover {
	text-decoration: none;
	color: #abc8e1;
}
#content a:active {
	text-decoration: underline;
	color: #183152;
}

	#content h1 {
		font-family: Georgia;
		padding-top: 0px;
		margin-top: 0px;
	}

	#content .date {
		font-size: 10px;
		font-style: italic;
		letter-spacing: 1px;
		color: #183152;
	}

	/* Content Main Left */

	#content .left {
		float: left;
		display: table;
		width: 620px;
		max-width: 620px;
		padding-left: 15px;
		padding-right: 15px;
		height: 100%;
		background-color: #FFFFFF;
		color: #8b8e91;
	}
	
	.innerQR {
	font-size: 1=2px;
	color: #8b8e91;
	}
	
	.innerQR li {
	font-size: 14px;
	color: #8b8e91;
	}
	
		#content .left h1 {
			font-family: Georgia;
			font-size: 15px;
			color: #abc8e1;
			margin-top: 20px;
		}
	
	#content .leftFull2 {
		display: table;
		width: 870px;
		padding-left: 15px;
		padding-right: 15px;
		/* background-color: silver; */
	}
	
		#content .leftFull h1 {
			font-family: Georgia;
			font-size: 15px;
			color: #abc8e1;
			margin-top: 20px;
		}
		
	/* Content Main Right */
	
	#content .right {
		float: right;
		display: table;
		width: 250px;
		height: 100%;
		color: #FFFFFF;
		padding: 0px;
		/* background-color: grey; */
		background-color: #385d81;
		background-image: url(../images/required/sidebar_bg.jpg);
		background-repeat: repeat-y;
	}
	
	#content .right h2 {
		font-family: Georgia;
		font-size: 14px;
		color: #abc8e1;
		margin-bottom: 0px;
	}
	
	#content .right .inside {
		float: left;
		display: table;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 20px;
		padding-top: 15px;
		width: 220px;
		overflow: hidden;
		color: #FFFFFF;
		/* background-color: grey; */
		background-color: #385d81;
	}

/* Footer */

#footer {
	display: table;
	width: 900px;
	background-color: #385d81;
	min-height: 95px;
	background-image: url(../images/required/bg_footer.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

	#footer ul {
		display: block;
		margin-left: 20px;
		float: left;
		list-style: none;
		padding: 0;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-right: 30px;
		color: #FFFFFF;
		font-size: 11px;
	}
	
		#footer li {
			margin-bottom: 10px;
		}
		
		#footer li a {
			font-size: 11px;
			color: #FFFFFF;
		}
		#footer li a:link {
			text-decoration: none;
		}
		#footer li a:visited {
			text-decoration: none;
			color: #FFFFFF;
		}
		#footer li a:hover {
			text-decoration: underline;
			color: #FFFFFF;
		}
		#footer li a:active {
			text-decoration: none;
			color: #FFFFFF;
		}
		
		#footer li.title {
			font-weight: bold;
			font-size: 12px;
			color: #abc8e1;
			letter-spacing: 1px;
		}

.footerHide {
	color: #abc8e1;
}

	#footer li.footerHide a {
		font-size: 11px;
		color: #abc8e1;
	}
	#footer li.footerHide a:link {
		text-decoration: none;
	}
	#footer li.footerHide a:visited {
		text-decoration: none;
		color: #abc8e1;
	}
	#footer li.footerHide a:hover {
		text-decoration: underline;
		color: #abc8e1;
	}
	#footer li.footerHide a:active {
		text-decoration: none;
		color: #abc8e1;
	}
	
	.footerHide.title {
		font-weight: bold;
		font-size: 12px;
		color: #abc8e1;
		letter-spacing: 1px;
	}
		
.contactButton {
	float: right;
}

/* Extra IE Stuff */

.right-resume-top {
	margin-left: -200px;
}

.left-resume {
	float: left; width: 430px; margin-left: -200px;
}

.right-resume {
	 float:left; width: 430px;
}
	
		
/* sifr CSS */

/* 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;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* 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;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

/* News Page */
#news {
	margin: auto;
	/* background-color: gray; */	
	width: 900px;

}

#news .newsTitle {
	font-weight: bold;
	float: left;
	/* background-color: red; */
	height: 12px;
}

#news .newsClick {
	font-size: 9px;
	float: left;
	padding-left: 10px;
	/* background-color: green; */
	height: 12px;
}

#news h1 {
	font-family: Georgia;
	font-size: 15px;
	color: #abc8e1;
	margin-top: 20px;
}

/* Land Page */

.inside table td {
	color: #fff;
}

/* Investments Links */

#investHunts a {
	font-size: 12px;
	color: #abc8e1;
}
#investHunts a:link {
	text-decoration: underline;
}
#investHunts a:visited {
	text-decoration: underline;
	color: #abc8e1;
}
#investHunts a:hover {
	text-decoration: none;
	color: #fff;
}
#investHunts a:active {
	text-decoration: underline;
	color: #abc8e1;
}

/* Queens Ridge Add On */

ul#qr-nav {
	display: block;
	background-color: #183152;
	width: 100%;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #abc8e1;
	text-align: center;
	margin: auto;
	padding: 0px;
}

ul#qr-nav li {
	display: table;
	float: left;
	/* background-color: #183152; */
	padding: 0px 10px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #abc8e1;
	text-align: center;
	margin: auto;
}

ul#qr-nav li a, ul#qr-nav li a:link, ul#qr-nav li a:visited, ul#qr-nav li a:active {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

ul#qr-nav li a:hover {
	text-decoration: none;
	color: #abc8e1;
}

#sidebarTables {
	padding-top: 20px;
	/* background-color: green; */
}

	#sidebarTables ul {
		padding: 0px 0px 5px 15px;
		margin: 0px;
	}
	
		#sidebarTables ul li {
			padding: 5px 0px 5px 0px;
		}

.right img {
	cursor: pointer;
}

#lotNav {
	display: table;
	width: 100%;
	height: 25px;
	background-color: #183152;
	margin-bottom: -15px;
}

ul#sbLotNav {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	width: 100%;
	margin: 0px;
	/* background-color: blue; */
}

	ul#sbLotNav li {
		margin: 10px 0px;
		display: inline;
		float: left;
	}
	
		ul#sbLotNav li a {
			font-size: 12px;
			color: #fff;
			width: 61px;
			display: block;
			padding: 0px;
			text-indent: 5px;
			font-weight: bold;
		}
		ul#sbLotNav li a:link {
			text-decoration: none;
		}
		ul#sbLotNav li a:visited {
			text-decoration: none;
			color: #fff;
		}
		ul#sbLotNav li a:hover {
			text-decoration: none;
			color: #abc8e1;
		}
		ul#sbLotNav li a:active {
			text-decoration: none;
			color: #fff;
		}
		
.sideFeatures {
	margin-left: 10px;
}

.innerQR ul li {
	font-size: 12px;
	margin-left: 20px;
}


.minisite #content .right {
	float: right;
	display: table;
	width: 250px;
	height: 100%;
	color: #FFFFFF;
	padding: 0px;
	background-color: #183152;
	/* background-color: #385d81; */
	/* background-image: url(../images/required/sidebar_bg.jpg); */
	background-repeat: repeat-y;
}

	.minisite #content .right h2 {
		font-family: Georgia;
		font-size: 14px;
		color: #183152;
		margin-bottom: 0px;
	}
	
	.minisite #content .right .inside {
		float: left;
		display: table;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 20px;
		padding-top: 15px;
		width: 220px;
		overflow: hidden;
		color: #FFFFFF;
		background-color: #183152;
		/* background-color: #385d81; */
	}
	
#qrFooterChange #footer {
	display: table;
	width: 900px;
	background-color: #183152;
	min-height: 95px;
	background-image: url(../qr_files/bg_footer.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.minisite .innerQR {
	color: #183152;
}

.minisite .innerQR ul li {
	color: #183152;
}

.minisite #content .right {
	float: right;
	display: table;
	width: 250px;
	height: 100%;
	color: #FFFFFF;
	padding: 0px;
	/* background-color: grey; */
	background-color: #183152;
	background-image: url(../images/required/sidebar_bg2.jpg);
	background-repeat: repeat-y;
	}
	
.minisite #disclaimer {
	 width: 400px;
	 text-align: right;
	 margin: auto;
	 margin-top:43px;
	 padding: 15px 15px 0px 0px;
	 font-size: 10px;
	 color: #000;
	 float: right;
}