/** CSS Resets **/
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
sup {
	font-size:0.6em;
	vertical-align:top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.right {
	float:right;
	margin-left:12px;
}

.left {
	float:left;
	margin-right:12px;
}

.border {
	border:1px solid #CC9933;
}

.center {
	display:block;
	margin:auto;
}

.clear {
	clear:both;
}
.clearR {
	clear:right;
}
.clearL {
	clear:left;
}

/** Typographic Styles **/
body, p, li, dt, dd, td, th {
	color:#554455;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	line-height:1.3em;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom:0.6em;
	
	color:#BC972C;
	line-height:1.2em;
	text-align:center;
}

h1 { font-size:1.2em; } h2 { font-size:1.2em; } h3 { font-size:1.1em; } 

h1:first-line {
	font-size:1.4em;
	font-variant:small-caps;
}

a {
	color:#785984;
	text-decoration:none;
}

	div#content a {
		font-weight:bold;
	}
	
		div#content a:visited {
			font-weight:normal;
		}
		
		div#content a:hover, div#content a:active {
			text-decoration:underline;
		}
		
		li.popup a, a.popup {
			padding-right:20px;
			background:url(../graphics/icon_popup.gif) top right no-repeat transparent;
		}

		li.pdf a, a.pdf {
			padding-right:30px;
			background:url(../graphics/icon_pdf.gif) top right no-repeat transparent;
		}
		
p {

}

	div#content p {
		padding-bottom:0.5em;
	}

ul {

}

	ul li {
	
	}
	
	div#content ul {
		padding-left:1.0em;
		padding-bottom:0.5em;
	}
	
		div#content ul li {
			margin:4px 0; 
			padding-left:24px;
			
			background:url(../graphics/bg_list.gif) top left no-repeat;
			
			line-height:24px;
		}

div#underfooter p {
	color:#A78E71;
	font-size:0.8em;
	text-align:center;
}

div#underfooter p a {
	text-transform:uppercase;
}

div#underfooter p a:hover {
	color:#FFFFFF;
	
	background:#BC972C;
}

div.news, div.specials {
	position:relative;
	width:100%;
	
	margin-bottom:0.7em;
}

	div.news h2 {
		position:relative;
		
		text-align:left;
	}
	
		div#content div.news h2 a {
			display:block;
			width:70%;
			
			font-weight:bold;
		}
	
	div.news h3 {
		margin-top:-0.6em;
		
		font-size:1.0em;
		text-align:left;
	}
	
	div.news p.date {
		position:absolute;
		top:0px;
		right:0px;
		width:27%;
		
		line-height:1.4em;
		text-align:right;
	}
	
	div.news p.source {
		font-style:italic;		
	}
	
	div.specials h2 {
		position:relative;
		width:100%;
		
		margin:0px;
		
		color:#785984;
		font-weight:bold;
		text-align:left;
	}
		div.specials p.date {
			padding:0 0 12px 12px;
			margin:0;
			
			font-style:italic;
		}
	
	div.specials div.specials_content {
	
	}
	
.backlit {
	color:#BC972C;
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif;
	font-size:1.4em;
	line-height:53px;
	
	background:url(../graphics/bg_header.jpg) top center no-repeat;
}

/** Layout Styles **/

body {
	background:url(../graphics/bg.gif) top left repeat;
}

div#wrapper {
	position:relative;
	width:900px;
	height:568px;
	
	margin:auto;
	margin-top:20px;
	
	background:url(../graphics/bg_logo.gif) top left repeat;
	border:2px solid #CC9933;
}

	div#wrapper.full {
		height:auto;
	}

div#left_pane {
	position:relative;
	width:600px;
	height:450px;
	float:left;

	background:#FFFFFF;
	border-right:1px solid #CC9933;
}
	div#wrapper.full div#left_pane {
		position:relative;
		height:auto;
	}

	div#header {
		position:relative;
		width:600px;
		height:70px;
		top:0px;
		left:0px;
		
		border-bottom:1px solid #CC9933;
		
		z-index:1000;
	}
	
		div#header div#header_image {
			position:absolute;
			width:600px;
			height:48px;
			
			background:url(../graphics/bg_logo.gif) top left repeat-x;
		}
		
		div#header a#flashpopup {
			position:absolute !important;
			display:block;
			height:46px;
			top:2px;
			left:12px;
			width:120px;
			
			background:none;
			border:0px;
			
			font-size:0.8em;
			color:#FFFFFF;
			font-weight:bold;
			line-height:1.2em; 
			text-align:center;
			
			z-index:801;
		}
	
		div#header ul.menu {
			width:570px;
			bottom:0px;
			padding-left:30px;
		}
		
			div#header ul.menu li img {
				position:absolute;
				display:none;
				height:48px;
				width:600px;
				top:-47px;
				left:0px;
				
				z-index:800;
			}
			
				div#header ul.menu li:hover img, div#header ul.menu li.current img {
					display:block;
				}
				
				div#header ul.menu li img.comm {
					left:-79px;
				}

				div#header ul.menu li img.estate {
					left:-169px;
				}

				div#header ul.menu li img.team {
					left:-236px;
				}

				div#header ul.menu li img.hhi {
					left:-283px;
				}

				div#header ul.menu li img.rc {
					left:-430px;
				}
				
				div#header ul.menu li.current img {
					z-index:799;
				}
		
	div#sidebar {
		position:absolute;
		width:239px;
		height:378px;
		top:71px;
		left:0px;
		
		border-right:1px solid #CC9933;
	}
	
		div#sidebar img.title {
			position:relative;
			
			margin:0 7px;
		}
	
		div#sidebar p, div#sidebar blockquote, div#sidebar li, div#sidebar dd, div#sidebar td, div#sidebar th {
			padding:0px 15px;
			
			color:#BC972C;
			font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
			font-size:0.9em;
			text-align:right;
		}
		
		div#sidebar cite {
			color:#BC972C;
			font-weight:bold;
			text-align:left;
		}
		
		div#sidebar ul {
			padding:0.5em 0;
		}
		
		div#sidebar blockquote {
			margin:0.3em 0;
			
			quotes: '"' '"' "'" "'";
		}
		
	
	div#content {
		position:absolute;
		width:360px;
		height:378px;
		top:71px;
		left:240px;
		
		overflow:auto;
	}
	
		div#content.wide {
			width:600px;
			left:0px;
		}
		
			div#wrapper.full div#content {
				position:relative;
				height:auto;
				top:0px;
				overflow:visible;
				padding-bottom:28px;
			}
			
		div#content div#text {
			position:absolute;
			width:330px;
			height:312px;
			top:15px;
			left:15px;

			overflow:hidden;
		}

			div#content.wide div#text {
				width:570px;
			}
		
			div#wrapper.full div#content div#text {
				position:relative;
				height:auto;
				
				overflow:visible;
			}
			
			div#content div#text div#scrolling {
				position:absolute;
				width:330px;
				height:auto;
				top:0px;
				left:0px;
				
				padding-bottom:28px;
				
				overflow:visible;

				background:url(../graphics/bg_scrolling.gif) bottom center no-repeat;
			}

				div#content.wide div#text div#scrolling {
					width:570px;
					position:relative;
				}
				
		div#content div#scroller {
			position:absolute;
			width:330px;
			height:30px;
			bottom:0px;
			left:0px;
			
			padding:0px 15px;
			
			text-align:center;
		}
		
			div#content.wide div#scroller {
				width:570px;
			}

				div#wrapper.full div#content div#scroller { 
					display:none;
				}

			div#content div#scroller img {
				margin-left:60px;
				margin-right:60px;
				
				cursor:pointer;
			}

div#right_pane {
	position:relative;
	width:299px;
	height:450px;
	float:right;
	
	background:#FFFFFF;
}

	div#right_pane div#logo {
		position:relative;
		width:299px;
		height:120px;
		
		background:url(../graphics/bg_logo.gif) top left repeat-x;
		border-bottom:1px solid #CC9933;
	}
	
		div#right_pane div#logo img.logo {
			position:absolute;
			top:0px;
			left:90px;
		}
	
		div#right_pane div#logo img.logo2 {
			position:absolute;
			left:49px;
			bottom:0px;
		}
		
	div#right_pane div#navigation {
		position:relative;
		height:1.5em;
	}
	
		div#right_pane div#navigation ul.menu {
			width:293px;
			top:0px;
			
			padding-left:6px;
			
			border-bottom:1px solid #CC9933;
		}
	
	div#right_pane div.flash {
		position:relative;
		width:299px;
		height:306px;
		
		background-color:#EAEAEA;
		border-top:1px solid #CC9933;
	}

div#footer {
	position:relative;
	width:900px;
	height:118px;
	clear:both;
	
	background:#FFFFFF;
	border-top:1px solid #CC9933;
}

	div#footer_head {
		position:relative;
		width:100%;

		border-bottom:1px solid #CC9933;
	}
	
	div.footer_block {
		position:relative;
		float:left;
		font-size:0.8em;
		text-align:center;
	}
	
		div.block5 {
			width:20%;
		}
	
		div.block6 {
			width:17%;
		}
	
		div.block7 {
			height:100%;
			width:14%;
			
			margin:0px 1px;
			/*border-right:1px solid #CC9933;
			border-left:1px solid #CC9933;*/
		}
	
		div.footer_block a {
			display:block;
			width:100%;
			height:100%;
		}
		
		div.footer_block img {
			max-width:100%;
		}

	div#left_footer {
		position:absolute;
		height:118px;
		width:600px;
		top:0px;
		left:0px;
	}
	
		div#left_footer div.footer_block {

		}
		
			div#left_footer div.footer_block a:hover {
				opacity:.5;
			}

	div#right_footer {
		position:absolute;
		height:118px;
		width:299px;
		top:0px;
		right:0px;
		
		border-left:1px solid #CC9933;
	}

			div#right_footer div#footer_head p {
				color:#785984;
				font-size:0.8em;
				font-variant:small-caps;
				font-weight:bold;
				letter-spacing:2px;
				text-align:center;
			}
		
		
		div#right_footer div.footer_block {
			width:140px;
			
			padding:0 4px 0 5px;
		}
		
			div#right_footer div.footer_block a {
				height:100px;
				width:140px;
			}

			div#right_footer div.footer_block img {
				margin-bottom:-6px;
			}

			div#right_footer div.footer_block p {
				color:#974F27;
				font-size:1.0em;
			}
			
			div#right_footer div.footer_purple h2 {
				margin:6px 0 0 0;
				padding-top:44px;
				
				background:url(../graphics/logo2.gif) top center no-repeat;
			}
			
			div#right_footer div.footer_purple h2, div#right_footer div.footer_purple p {
				margin-bottom:0px;

				color:#785984;
				font-family:"Times New Roman",Times,Georgia,serif;
				text-transform:uppercase;
			}

div#underfooter {
	position:relative;
	width:900px;
	
	margin:auto;
	margin-top:20px;
	padding-bottom:40px;
}


/** Menu Styles **/

ul.menu {
	position:absolute;
	left:0px;
}

	ul.menu li {
		float:left;
		position:relative;

		font-family:"Times New Roman",Times,Georgia,serif;
		font-size:0.9em;
		font-weight:bold;
		line-height:1.8em;
		text-transform:uppercase;
	}

		ul.menu li a {
			padding:2px 6px;
		}

		ul.menu li:hover, ul.menu li.current {
			background:#BC972C;
		}
		
			ul.menu li.current ul li {
				background:none;
			}
			
				ul.menu li.current ul li:hover, ul.menu li.current ul li.current {
					background:#BC972C;
				}

		ul.menu li:hover a, ul.menu li.current a {
			color:#FFFFFF;
		}

			ul.menu li:hover ul li a {
				color:#785984;
			}

				ul.menu li ul li:hover a, ul.menu li ul li.current a {
					color:#FFFFFF;
				}

		ul.menu li:hover ul {
			left:auto;
		}

		ul.menu li ul {
			position:absolute;
			width:130px;
			left:-999em;

			background:#FCF9EF;
			border:1px solid #CC9933;

			text-align:left;

			z-index:1000;
		}

			ul.menu li ul li {
				float:none;

				font-family:Arial,Helvetica,sans-serif;
				font-size:0.7em;
				line-height:1.8em;
				text-transform:none;
			}

				ul.menu li ul li a {
					display:block;
					width:100%;
				}

/* Drop Cap Styles */
.drop:first-letter {
	display:block;

	float:left;
	margin-top:6px;
	padding-right:0.1em;

	color:#BC972C;
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif;
	font-size:2.6em;
	line-height:1.0em;
}

.dropA {
	background:url(../graphics/dropA.jpg) top left no-repeat;
}
.dropL {
	background:url(../graphics/dropL.jpg) top left no-repeat;
}
.dropP {
	background:url(../graphics/dropP.jpg) top left no-repeat;
}
.dropT {
	background:url(../graphics/dropT.jpg) top left no-repeat;
}


/* Popup Styles */
body#popup {
	background:url(../graphics/bg_logo.gif) repeat top left;
}


body#popup div#wrapper {
	height:auto;
	width:96%;

	background:#FFFFFF;
	margin-bottom:20px;
}

body#popup div#content {
	position:relative;
	height:auto;
	width:auto;
	left:auto;
	top:auto;
	
	padding:20px;
}

body#popup div#flash {
	position:relative;
	float:right;
}

body#popup div#content img {
	display:block;
	
	margin:auto;
	margin-bottom:1.0em;
}

body#popup div#content blockquote {
	margin-bottom:1.0em;
}

body#popup div#content cite {
	display:block;
	
	text-align:center;
}

/* Photo Popup Styles */
body#popup.photos div#wrapper {
	width:440px;
}

body#popup.photos div#content img {
	border:2px solid #CC9933;
}

body#popup.photos div#content p {
	position:relative;
	
	text-align:center;
}

body#popup.photos div#content p.navigation a.prev, div.inlineGallery p.navigation a.prev {
	padding:0 24px;
	
	background:url(../graphics/control_left.gif) top left no-repeat;
}

body#popup.photos div#content p.navigation a.next, div.inlineGallery p.navigation a.next {
	padding:0 24px;
	
	background:url(../graphics/control_right.gif) top right no-repeat;
}

/* Realtor Styles */
body#realtor {
	background:url(../graphics/bg_logo.gif) repeat top left;
}


body#realtor div#wrapper {
	height:auto;
	width:800px;
	background:#FFFFFF;
	margin-bottom:20px;
}

body#realtor div#content {
	position:relative;
	height:auto;
	width:auto;
	left:auto;
	top:auto;
	
	padding:20px;
}

body#realtor div#wrapper div#header div#header_image {
	display:none;
}

body#realtor div#wrapper div#header {
	position:relative;
	width:100%;
	height:23px;
}

body#realtor div#wrapper div#header ul#menu {
	position:relative;
	margin:auto;
}

body#realtor div#wrapper div#header ul#menu li img {
	display:none;
}

body#realtor div#wrapper div#content div.columnL {
	position:relative;
	width:299px;
	left:80px;
	float:left;
}

body#realtor div#wrapper div#content div.columnR {
	position:relative;
	width:45%;
	float:right;
}

body#realtor div#wrapper div#content label {
	position:relative;
	display:block;
	
	font-weight:bold;
}

	body#realtor div#wrapper div#content label input {
		display:block;
		margin-left:8px;
		margin-top:4px;
		margin-bottom:8px;
	}

	body#realtor div#wrapper div#content input.submit {
		width:146px;
	
		margin:4px 0 0 8px;
		padding:6px 0;
		
		background:url(../graphics/bg_header.jpg) no-repeat center center;
		border:2px solid #CC9933;
	}
	
body#realtor div#underfooter p {
	color:#554455;
}

body#realtor div.gallery {
	position:relative;
	height:auto;
	width:100%;
}

	body#realtor div.gallery a {
		display:block;
		width:102px;
		height:170px;
		
		float:left;
		
		padding:0.8em;
		
		overflow:hidden;
		text-align:center;
	}
	
		body#realtor div.gallery a img {
			display:block;
			
			border:1px solid #CC9933;
		}

/* Form Styles */

div#content.wide div#text form#contact {
	width:570px;
}

form#contact {
	position:relative;
	width:600px;
	height:auto;
	
	margin:auto;
}

	form#contact h2 {
		position:relative;
		
		clear:left;
	}
	
	form#contact div#moreVisit {
		display:none;
	}

	form#contact label, form#contact legend {
		display:block;

		clear:left;

		margin-bottom:1.2em;

		color:#BC972C;
		font-size:1.1em;
		font-weight:bold;
		line-height:1.2em;
	}

		form#contact legend {
			margin:0;
		}

		form#contact label input[type="text"] {
			width:45%;
			font-size:13px;
		}

	form#contact .inline, form#contact fieldset input {
		display:inline;
	}

	form#contact fieldset label, form#contact ul.checklist li label, form#contact input, form#contact textarea {
		color:#554455;
		font-family:Arial,Helvetica,sans-serif;
		font-size:14px;
		font-weight:normal;
		line-height:1.3em;
	}

		form#contact input, form#contact textarea {
			display:block;
			margin:0.4em;
		}


	form#contact fieldset {
		margin:0.6em 0;
	}

	form#contact .column2, form#contact .column3, form#contact .column4 {
		position:relative;
		float:left;

		clear:none;
	}

		form#contact .column2 {
			width:50%;
		}

		form#contact .column3 {
			width:33%;
		}

		form#contact .column4 {
			width:25%;
		}

		form#contact label.column2 input[type="text"], form#contact label.column3 input[type="text"], form#contact label.column4 input[type="text"] {
			width:90%;
		}
	
	form#contact fieldset label {
		display:block;
		width:100%;
		float:left;
		
		clear:none;
	}
	
	form#contact fieldset.option2 label {
		width:50%;		
	}
	
	form#contact fieldset.option3 label {
		width:33%;
	}
	
	form#contact fieldset.option4 label {
		width:25%;
	}
	
	form#contact fieldset.option5 label {
		width:20%;
	}
	
	form#contact input.submit {
		margin:1.0em auto;
		padding:1.0em;
		
		background:url(../graphics/bg_header.jpg) no-repeat center center;
		border:2px solid #CC9933;
	}
	
	form#contact label.error {
		position:absolute;
		color:#B44625;
		left:131px;
		font-size:0.9em;
	}
	
/* */
	div.inlineGallery {
		position:relative;
		text-align:center;
	}
	
		div.inlineGallery img {
			position:relative;
			display:block;
			
			border:2px solid #CC9933;
			margin:0 auto 12px auto;
		}
		
		div.inlineGallery p {
			
		}