/*

	File: style.css
	Media: screen
	Copyright: (c) 2010 Redbrick Partners LLC
	Author: John Yaralian
	Notes: 


/* Reset Defaults
--------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li {
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	height: 100%;
}

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

a {
	color:#740000;
}

/* Layout */

.wrapper_header {
	position:fixed;
	top:0;
	width:100%;
	height:103px;
	background:url(images/topnav_background.png) repeat-x;
}

.wrapper_banner {
	width:100%;
	height:353px;
	margin-top:-264px;
	background:url(images/banner_03.png) repeat-x
}

.wrapper_content {
	width:100%;
/*	height:100%;*/
	background:url(images/content_08.jpg) repeat-x;
	overflow:hidden;
}

.wrapper_footer {
	width:100%;
	background:url(images/footer_pattern.jpg) repeat-x;
	position:fixed;
	bottom:0;
}

.header {
	height: 103px;
	width:960px;
	background:#0CF;
	background:url(images/topnav_background.png) repeat-x;
	margin: 0 auto;
	text-align:left;
}

#logo {
	width:231px;
	height:auto;
	display:block;
	padding-bottom:10px;
	padding-top:30px;
	float:left;
}

#nav_menu {
	float:right;
	padding-top:68px;
}

.banner {
	width:960px;
	height:auto;
	background:#FFF;
	margin:0 auto;
}

.content {
	width:960px;
	height:200%; 
	background:url(images/content_08.jpg) repeat-x;
	margin: 0 auto;
	padding-top:80px;
}

.managers {
	float:left;
	margin-right:15px;
	padding-top:14px;
}

/* COLUMN */
.column {
	width:306px;
	height:auto;
	padding:0;
	font-size:14px;
	float:left;
	margin-top:-40px;
}

.column .block {
	margin-bottom:20px;
	overflow:hidden;
}

.column .block2 {
	margin-bottom:20px;
	overflow:hidden;
	margin-top:33px;
}

.column li {
	width:306px;
	font-size:10px;
	color:#740000;
	margin-top:15px;
	list-style:square inside;
}

.columnlink {
	width:306px;
	font-size:10px;
	color:#740000;
	margin-top:15px;
}

.column .block a{
	color:#740000;
}

.column p {
	font-size:10px;
	color:#2d2d2d;
	padding:0;
	margin-top:10px;
	line-height:16px;
}


.column h1 {
	font-size:60px;
	color:#740000;
	float:left;
	margin-right:3px;
}

.column h2 {
	font-size:24px;
	margin-top:16px;
	color:#2d2d2d;
}

.column h3 {
	font-size:22px;
	color:#740000;
	margin-bottom:20px;
	margin-left:5px;
}

.column h4 {
	font-size:12px;
	width:185px;
	float:right;
	font-family:Verdana, Geneva, sans-serif;
}

.column h5 {
	font-size:10px;
}

.column br{
	margin-top:10px;
}

.spacer {
	width:21px;
	height:680px;
	float:left;
	margin-top:-40px;
	overflow:hidden;
}

.spacer_short {
	width:21px;
	height:340px;
	float:left;
	margin-top:-40px;
	overflow:hidden;
}

.hline {
	width:633px;
	margin:30px 0 30px 252px;
}


.bubble {
	height:200px;
	background-image:url(images/wordbubble.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 45px;
}

.properties {
	display:block;
	width:309px;
	height:80px;
	margin-top:20px auto;
}

.properties a {
	color:#000;
	text-decoration:none;
}

.propertylogo {
	margin-left: 5px;
	float:left;
}

.affiliate_block {
	margin:0;
	width:309px;
}

.thumb {
	width:211px;
	height: auto;
	float: left;
}

/* WIDE_COLUMN */

.wide_column {
	width:633px;
	height:auto;
	padding:0;
	font-size:14px;
	float:left;
	margin-top:-40px;
}

.wide_columnlink {
	font-size:10px;
	color:#740000;
	margin-top:15px;
}

.wide_column p {
	font-size:10px;
	color:#2d2d2d;
	padding:0;
	margin-top:10px;
	line-height:16px;
}


.wide_column h1 {
	font-size:60px;
	color:#740000;
	float:left;
	margin-right:3px;
}

.wide_column h2 {
	font-size:24px;
	margin-top:16px;
	color:#2d2d2d;
}

.wide_column h3 {
	font-size:22px;
	color:#740000;
	margin-bottom:20px;
	margin-left:5px;
}

.wide_column h4 {
	font-size:12px;
	width:185px;
	float:right;
	font-family:Verdana, Geneva, sans-serif;
}

/* FOOTER */
.footer {
	width:960px;
	height:100%;
	margin:0 auto;
	padding:25px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
}

.crumbs {
	width:auto;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}

.crumbs a {
	color:inherit;
}

.popup {
	background-color:#000000; 
	border:1px solid #740000;
	color:white;
	font-size:1em;
	left:-520px;
	padding:5px;
	position:absolute;
	text-align:justify;
	top:-18px;
	visibility:hidden;
	width:500px;
	z-index:2;
}
