@import url(l1Nav.css);
@import url(l2Nav.css);
@import url(l3Nav.css);
@import url(constants.css);

div#mastheadContainer, div#mastheadBottom, div#middleContainerInside, div#containerTop, div#containerBottom{ behavior: url(~/iepngfix.htc) }

html, body
{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

body
{
	background: #b7b186 url(../_img/body_bg2.png) repeat-x 0 -30px;
	text-align: center;
}

body#custom
{
	background: #b7b186 url(../_img/body_bg3.png) repeat-x 0 -30px;
}

body#posted
{
	background: #b7b186 url(../_img/body_bg2.png) repeat-x 0 -220px;
}

#noJavascript {
	width: 100%;
	padding: 20px 0;
	text-align: center;
	font-size: 14px;
	background-color: #e1dcc7;
	border: 5px solid black;
	margin-bottom: 20px;
	position: relative;
	top: 10px;
}

/** ====================
 * Standard fonts and rollovers 
 */ 

.bodyText, body, td, p
{
	font-family:Georgia, "Times New Roman", serif;
	font-size:11px;
	line-height:1.65em;
	color:#231F20;
}

h1
{
	margin:0;
	padding:3px 0px 0px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	line-height: 24px;
	color:#0D163F;
	font-weight:100;
}

h1 a
{
	text-decoration: none;
}

h2 { 
	margin-bottom: 10px;
}

h2#old { 
	margin:18px 0px 0px 0px;
	padding:3px 0px 3px 6px;
	font-family:arial;
	font-size:15px;
	color:#FFF;
	width:294px;
	font-weight:600;
	background:#C8C8C8;
}

h3 { 
	margin:8px 0px 0px 0px;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#8E8551;
	font-weight:600;
}

a
{
	color:#091640;
	text-decoration:underline;
}

a:hover
{
	color:#091640;
	text-decoration:none;
}

.clear
{
	clear:both;
}


/** ====================
 * container 
 */
 
#emptyContainer {
	background: url(../_img/big_bg.png) no-repeat center -30px;
	width: 100%;
	min-height: 100%;
	height: auto;
	text-align: center;
}

body#custom #emptyContainer {
	background: url(../_img/big_bg2.png) no-repeat center -30px;
}

#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:952px;
	background:;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	background:url(../_img/middleContainer_bg.jpg) repeat-y;
	text-align: left;
}


/** ====================
 * masthead 
 */

#mastheadContainer
{
	margin:auto;
	padding: 0px 7px;
	width:938px;
	height:266px;
	background: url(../_img/fatFade.png) center;
}

#mastheadBackground
{
	background: url(../_img/temp_interior.jpg) no-repeat;
	display: block;
	width: 938px;
	height: 266px;
	position: relative;
}

#mastheadObject
{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 938px;
	height: 266px;
}

#home #mastheadBackground
{
	background: url(../_img/temp_home.jpg) no-repeat;
	display: block;
	width: 938px;
	height: 416px;
}

#mastheadBottom
{
	margin:auto;
	padding: 0px 7px;
	width:938px;
	display: block;
	height: 7px;
	background: url(../_img/fatBottom.png) no-repeat center top;
}

#home #mastheadContainer
{
	height:416px;
}
	
		#logo
		{
			float:left;
			display:inline;
			margin:16px 0px 0px 57px;
			padding:0;
			width:196px;
			height:57px;
			border:none;
			background:#333;
			position: relative;
		}


/** ====================
 * image 
 */

#imgContainer
{
	clear:both;
	margin:auto;
	width:938px;
	height:396px;
}

	#imgDetails
	{
		float:left;
		display:inline;
		margin:0;
		width:938px;
		height:396px;
	}


/** ====================
 * content 
 */
 
#featuredContainer
{
	clear:both;
	float:left;
	display:inline;
	margin:10px 0px 10px 0px;
	padding:10px 0;
	width:801px;
	border-top: 1px solid #d5d2c4;
	border-bottom: 1px solid #d5d2c4;
}

#featuredContainer p
{
	position: relative;
	font-style: italic;
	
}

#indexShowcase
{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0;
	width:242px;
}

#featuredContainer h4
{
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	display: block;
	padding-left: 10px;
	position: relative;
	bottom: 4px;
	height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #fff;
	background: url(../_img/blueFade.png) repeat;
	width: 235px;
}

#featuredContainer a  
{
	text-decoration: none;
}

#indexShowcase img, #indexFeatured img, #indexMoveIn img
{
	border: 0;
}

#indexShowcase img, #indexFeatured img, #indexMoveIn img
{
	border: 0;
	margin-bottom: -20px;
}

#indexFeatured
{
	float:left;
	display:inline;
	margin:0px 0px 0px 28px;
	padding:0;
	width:244px;
} 

#indexMoveIn
{
	float:left;
	display:inline;
	margin:0px 0px 0px 28px;
	padding:0;
	width:244px;
}

#containerTop
{
	clear:both;
	margin:auto;
	position:relative;
	top:-62px;
	left:0;
	display: block;
	height: 7px;
	width:828px;
	background: url(../_img/skinnyTop.png) no-repeat center top;
	padding: 0 7px;
}

#middleContainer
{
	clear:both;
	margin: 0 auto;
	position:relative;
	top:-62px;
	left:0;
	width:842px;
}

#middleContainerInside
{
	background: url(../_img/skinnyFade.png) repeat-y center top;
	padding: 0px 7px 18px;
	width: 828px;
}

#containerBottom
{
	clear:both;
	margin:auto;
	position:relative;
	top:-62px;
	left:0;
	display: block;
	height: 7px;
	width:828px;
	background: url(../_img/skinnyBottom.png) no-repeat center top;
	padding: 0 7px;
}

#contentContainer
{
	clear:both;
	float:left;
	display:inline;
	margin:30px 0px 0px 0px;
	padding:0;
}

.wideContent
{
	width:828px;
}

.skinnyContent
{
	width:810px;
}

#home #contentContainer
{
	margin:0;
	margin-top: 15px;
}

#indexContent
	{
		float:left;
		display:inline;
		width:780px;
		margin:0px 0px 0px 18px;
		padding: 0px 0px 0;
	}
	
	#content
	{
		float:left;
		width:641px;
		margin:0px 0px 0px 18px;
		padding:0px 0px 22px 0px;
	}

	#contentMap
	{
		float:left;
		display:inline;
		
		margin:0px 0px 0px 18px;
		padding:0px 0px 22px 0px;
	}

/* Login Area */

#loginWrapper {
	text-align: center;
}

#loginWrapper fieldset {
	border: 1px solid #0D163F;
	width: 250px;
	text-align: left;
	padding: 15px;
	padding-right: 10px;
	margin: 0 auto;
	position: relative;
}

#loginWrapper fieldset div {
	margin-bottom: 5px;
}

#loginWrapper fieldset input#enter {
	float: right;
	margin-top: 10px;
	margin-right: 40px;
}

#loginWrapper label {
	float: left;
	display: block;
	width: 60px;
}

/* Gallery Page */

ul#galleryList {
	float: left;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	list-style:none;
	/*width: 640px;*/
	width: 480px;
	_width: 474px;
}

ul#galleryList li {
	float: left;
	width: 140px;
	height: 140px;
	margin-right: 18px;
	margin-bottom: 18px;
	text-align: center;
}

ul#galleryList img {
	padding: 5px;
	border: 1px solid #0D163F;
	width: 120px;
}

div#galleryZone2 {
	float: left;
	width: 400px;
}

/* Our Team */

ul#teamList {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	list-style: none;
	float: left;
}

ul#teamList li {
	margin-bottom: 20px;
	float: left;
}

ul#teamList li h3 {
	margin: 0;
}

ul#teamList li h3 span {
	font-style: italic;
}

ul#teamList li p#teamEmail, ul#teamList li p#teamPhone {
	margin: 0;
}

ul#teamList li img {
	float: left;
	padding: 5px;
	border: 1px solid #0D163F;
	margin-right: 20px;
}

ul#teamList li div#teamSpace {
	float: left;
	padding: 5px;
	margin-right: 20px;
	width: 100px;
	height: 100px;
	display: block;
}


ul#teamList li #intLeft {
	float: left;
	width: 505px;
}

ul#otherTeam {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

ul#otherTeam li {
	margin-bottom: 5px;
}

ul#otherTeam li span {
	font-style: italic;
}

/* Awards */

ul#affiliationsList {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	list-style: none;
}

ul#affiliationsList li {
	margin-bottom: 20px;
	float: left;
}

ul#affiliationsList li h3 {
	margin: 0;
}

ul#affiliationsList li img {
	float: left;
	padding: 5px;
	border: 1px solid #0D163F;
	margin-right: 20px;
}

ul#affiliationsList li #intLeft {
	float: left;
	width: 505px;
}

/* News and Specials */

ul#newsList {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	list-style: none;
}

ul#newsList li {
	border-bottom: 1px solid #d5d2c4;
	padding-bottom: 20px;
	margin-bottom: 20px;
	float: left;
}

ul#newsList li h3 {
	margin: 0;
}

ul#newsList li img {
	float: left;
	padding: 5px;
	border: 1px solid #0D163F;
	margin-right: 20px;
}

ul#newsList li #newsInterior {
	float: left;
	width: 505px;
}

p#newsDate {
	font-weight: bold;
	margin: 0;
}

p.byLine {
	margin: 0;
}

img#newsImg {
	float: right;
	padding: 5px;
	border: 1px solid #0D163F;
	margin: 15px 10px 10px 20px;
}

#newsPDF {
	padding: 2px 0 2px 20px;
	background: url(../_img/manager/icon_pdf.gif) no-repeat left center;
}

/* Promotions */

ul#promoList {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	list-style: none;
}

ul#promoList li {
	margin-bottom: 20px;
	float: left;
}

ul#promoList li h3 {
	margin: 0;
}

ul#promoList li a {
	background: url(../_img/manager/icon_pdf.gif) no-repeat left center;
	padding: 5px;
	padding-left: 20px;
}

ul#promoList li img {
	float: left;
	padding: 5px;
	border: 1px solid #0D163F;
	margin-right: 20px;
}

ul#promoList li #intLeft {
	float: left;
	width: 505px;
}

p#promoDate {
	font-weight: bold;
	margin: 0;
}

img#promoImg {

}

/* Newsletter */

div#newsletterSignup {
	margin: 20px 0;
	width: 300px;
	text-align: center;
	padding: 10px;
	border: 1px solid #0D163F;
}

ul#newsletterList {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	list-style: none;
}

ul#newsletterList li {
	margin-bottom: 20px;
	float: left;
}

ul#newsletterList li div h3 {
	margin: 0;
	display: block;
	margin-right: 20px;
	float: left;
	width: 200px;
}

ul#newsletterList li div p {
	margin: 0;
	margin-right: 20px;
	float: left;
}

ul#newsletterList li div a {
	background: url(../_img/manager/icon_pdf.gif) no-repeat left center;
	display: block;
	padding: 5px;
	padding-left: 20px;
	margin: 0;
	margin-right: 20px;
	float: left;
	position: relative;
	bottom: 5px;
}

p#newsletterDate {
	font-weight: bold;
	margin: 0;
	padding-bottom: 5px;
}

img#promoImg {
	float: left;
	padding: 5px;
	border: 1px solid #0D163F;
	margin: 15px 20px 10px 0;
}

p#newsletterDesc {
	float: left;
	width: 450px;
	padding: 0;
	margin: 0;
}

div#intInfo {
	float: left;
	width: 150px;
}

/* FAQ */

ul#FAQList {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#FAQList ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 20px;
}

ul#FAQList li {
	margin-bottom: 5px;
}

ul#FAQList li p#question {
	font-size: 14px;
	background: url(../_img/q.gif) no-repeat left 5px;
	padding: 5px 0;
	padding-left: 40px;

}

ul#FAQList li div#answer {
	/*background: url(../_img/a.gif) no-repeat left 5px;*/	padding-left: 20px;
}

/* Tips */

div#accordion div {
	padding-bottom: 10px;
}

div#accordion {
	_width: 600px;
}

div#accordion h1 {
	border: 1px solid #d5d2c4;
	width: 100%;
	padding: 10px 5px;
	margin-bottom: 5px;
	background: url(../_img/buttonFade.jpg) repeat-x left -10px;
}

div#accordion h1 span#arrow{
	width: 12px;
	height: 12px;
	display: block;
	float: left;
	margin-top: 6px;
	margin-right: 8px;
	margin-left: 4px;
	background: url(../_img/arrowRight.gif) no-repeat left top;
}

div#accordion h1.ui-state-active span#arrow{
	width: 12px;
	height: 12px;
	display: block;
	float: left;
	margin-top: 6px;
	margin-right: 8px;
	margin-left: 4px;
	background: url(../_img/arrowDown.gif) no-repeat left top;
}

ul#tipList {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 20px;
}

ul#tipList li {
	margin-bottom: 20px;
}

ul#tipList p {
	margin-top: 5px;
}

/* Links */

ul#linkList {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

ul#linkList li {
	margin-top: 20px;
	float: left;
}

ul#linkList li a {
	float: left;
	width: 170px;
	text-decoration: none;
	font-size: 14px;
	color: #8E8551;
	padding-left: 5px;
}

ul#linkList li a:hover{
	text-decoration: underline;
}

ul#linkList li p{
	float: left;
	width: 425px;
	padding: 0;
	margin: 0;
}

/* Arizona */

#chaffeyPhoto {
	float: right;
	margin-left: 20px;
}

#visitChaffeyArizona a {
	font-size:14px;
	color:#0D163F;
	text-decoration: none;
}

#visitChaffeyArizona a:hover {
	text-decoration: underline;
}

/* Map Overview */

#mapLeft {
	float: left;
	width: 320px;
	margin-right: 18px;
}

p#mapNote {
	float: left;
	width: 450px;
	padding: 5px;
	padding-top: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin: 0;
	margin-top: 10px;
}

#mapRight {
	float: left;
	width: 450px;
	padding: 5px;
	padding-bottom: 0;
	border: 1px solid #0D163F;
}

ol#commList {
	list-style-type: none;
	font-size: 14px;
	line-height: 14px;
	margin: 0;
	padding: 0;
}

ol#commList li span.letter{
	position: absolute;
	left: -10px;
	_left: -35px;
	top: 0;
	_top: 2px;
}

ol#commList li {
	position: relative;
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
	padding-left: 20px;
	border: 1px solid transparent;
	_border: 1px solid #f7f2dc;
}

ol#commList li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ol#commList li ul li {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	border: none;
}

ol#commList li ul li.commTitle {

}

ol#commList li ul li.commTitle a {
	color:#0D163F;
	font-weight: bold;
	text-decoration: none;
}

ol#commList li ul li.commDesc {
	font-size: 12px;
}

/* Details */

p#disclaimer {
	color: #666;
	font-size: 10px;
	margin-top: 100px;
}

a#returnToOverview {
	position: absolute;
	left: 25px;
	top: 52px;
	text-decoration: none;
	font-size: 12px;
	padding-left: 15px;
	background: url(../_img/goBack.gif) no-repeat left center;
}

a#returnToOverview:hover {
	text-decoration: underline;
}

a#returnToOverview2 {
	text-decoration: none;
	font-size: 12px;
	padding-left: 15px;
	background: url(../_img/goBack.gif) no-repeat left center;
	display: block;
	margin: 0 0 10px 0;
}

a#returnToOverview2:hover {
	text-decoration: underline;
}

#sidebar {
	float: left;
	width: 147px;
}

#contentMiddle
{
	float: left;
	width: 468px;
	margin-right: 18px;
}

#contentMiddle h1.specialH
{
	margin: 10px 0;
}

img#detailLogo {
	padding: 5px;
	border: 1px solid #0D163F;
}

img#platMap {
	padding: 5px;
	border: 1px solid #0D163F;
	margin: 10px 0;
}

#activitySelector {
	float: left;
}

#activitySelector p, #activitySelector select {
	float: left;
}

#activitySelector select {
	margin-left: 10px;
	margin-top: 10px;
}

#smallMap {
	float: right;
	margin-left: 18px;
	width: 200px;
	padding: 5px;
	padding-bottom: 0;
	border: 1px solid #0D163F;
	overflow: hidden;
}

ul#locationName {
	list-style: none;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

ul#locationName li#commName{
	color: #0D163F;
	font-weight: bold;
}

div#contactAgent {
	margin: 20px 0;
}

div#contactAgent h4 {
	margin: 0;
}

div#contactAgent ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#detailActions {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

ul#detailActions li {
	margin-bottom: 8px;
}

ul#detailActions li a {
	text-decoration: none;
	color: #000;
}

ul#detailActions li.sendToFriend a {
	padding: 2px 0 2px 20px;
	background: url(../_img/sendToFriend.gif) no-repeat left center;
}

ul#detailActions li.keepPosted a {
	padding: 2px 0 2px 20px;
	background: url(../_img/email.png) no-repeat left center;
}

ul#detailActions li.printer a {
	padding: 2px 0 2px 20px;
	background: url(../_img/printer.png) no-repeat left center;
}

/* Floorplan */

ul#floorplans {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

ul#floorplans li {
	float: left;
}

ul#floorplans li#legend {
	background-color: #cfc7a2;
	border: 1px solid #999;
}

ul#floorplans li ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul#floorplans li.alt ul {
	background-color: #eee8cf;
}

ul#floorplans li ul li {
	float: left;
	text-align: center;
	display: block;
}

ul#floorplans li ul li.floorLot{
	width: 15px;
	padding: 0 5px;
}

ul#floorplans li ul li.floorPlan{
	width: 100px;
	_width: 100px;
	padding: 0 5px;
}

ul#floorplans li ul li.floorFeatures{
	width: 80px;
	_width: 70px;
	padding: 0 5px;
}

ul#floorplans li ul li.floorFeet{
	width: 35px;
	padding: 0 5px;
}

ul#floorplans li ul li.floorStatus{
	width: 60px;
	padding: 0 5px;
}

ul#floorplans li ul li.floorPrice{
	width: 50px;
	_width: 70px;
	padding: 0 5px;
}

ul#floorplans li ul li.floorView{
	width: 55px;
	_width: 40px;
	padding: 0 5px;
}

/* Coming Floorplan */

ul#comingFloorplans {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

ul#comingFloorplans li {
	float: left;
}

ul#comingFloorplans li#legend {
	background-color: #cfc7a2;
	border: 1px solid #999;
}

ul#comingFloorplans li ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul#comingFloorplans li.alt ul {
	background-color: #eee8cf;
}

ul#comingFloorplans li ul li {
	float: left;
	text-align: center;
}

ul#comingFloorplans li ul li.floorNeighborhood {
	width: 80px;
	padding: 0 5px;
}

ul#comingFloorplans li ul li.floorLot{
	width: 10px;
	padding: 0 5px;
}

ul#comingFloorplans li ul li.floorPlan{
	width: 180px;
	padding: 0 5px;
}

ul#comingFloorplans li ul li.floorFeatures{
	width: 100px;
	padding: 0 5px;
}

ul#comingFloorplans li ul li.floorStatus{
	width: 100px;
	padding: 0 5px;
}

ul#comingFloorplans li ul li.floorFeet{
	width: 50px;
	padding: 0 5px;
}

ul#comingFloorplans li ul li.floorPrice{
	width: 70px;
	padding: 0 5px;
}

ul#comingFloorplans li ul li.floorView{
	width: 30px;
	padding: 0 5px;
}

/* Custom Section */

img#customImage {
	float: right;
	padding: 5px;
	border: 1px solid #0D163F;
	margin-left: 20px;
	margin-bottom: 20px;
}



/* Home Details */

ul#houseList {
	padding: 0;
	list-style: none;
}

ul#addressList {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

#detailAssets {
	float: right;
	padding: 0 10px;
}

#detailAssets img {
	padding: 5px;
	border: 1px solid #0D163F;
}

#detailAssets p {
	margin-top: 5px;
}

div#detailFloorList, div#detailPhotoList {
	margin-bottom: 18px;
}

/* Contact Form */

#contactForm {
	float: right;
	margin: 0;
	margin-left: 18px;
	width: 230px;
	padding: 0 10px;
	border: 1px solid #0D163F;
}

#contactForm2 {
	margin: 0;
	width: 410px;
	padding: 0 10px 5px 10px;
	border: 1px solid #0D163F;
}

p#requiredField {
	float: right;
	margin-right: 10px;
}

div#contactHolder {
	width: 360px;
}

ul.contactAddress {
	float: left;
	width: 160px;
	list-style: none;
	margin: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 0;
}

ul.contactAddress li {
	margin-bottom: 5px;
}

/* Sitemap */

div#sitemapArea {
	float: left;
	width: 200px;
}

div#sitemapArea ul {
	margin-top: 5px;
}

/** ====================
 * footer
 */

#footerContainer {
	clear:both;
	float:left;
	width:828px;
	margin: 0px 0px 0px 55px;
	padding: 12px 8px 4px;
}



	#privacy {
		float:left;
		display:inline;
		padding:0;
		width:266px;
		color:#493F33;
		line-height:1.35em;
	}
	
	
		
		#privacy a, #tools li a, #bullseye a {
			text-decoration:none;
		}
		
		#privacy a:hover, #tools li a:hover, #bullseye a:hover {
			text-decoration:underline;
		}
		
		#privacy a.selected, #tools li a.selected, #bullseye a.selected {
			text-decoration:underline;
		}
		
	
	#bullseye {
		float:left;
		display:inline;
		padding:0;
		width:276px;
		color:#493F33;
		line-height:1.35em;
		text-align:right;
	}

	#sitemap {
		float:left;
		display:inline;
		padding:0;
		width:276px;
		color:#493F33;
		font-size: 12px;
		line-height:1em;
		text-align:center;
	}

	#sitemap a {
		color:#493F33;
	}
	
	#privacy a, #tools a, #bullseye a {
		color:#493F33;
	}
	
	
	
table#keepMePosted {
	width:400px;
}
	#keepMePosted .label {
		width:100px;
	}
	#keepMePosted .field {
		width:300px;
	}
		#keepMePosted .field input {
			width:300px;
		}

/* Commercials */


div#videoObject, div#videoObject2 {
	padding: 5px;
	border: 1px solid #0D163F;
	display: block;
	margin: 0 auto;
	width: 300px;
	height: 225px;
	margin-bottom: 10px;
}

/* Home Owners / Realtors Private Sct. */



ul#docList {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	float: left;
}

ul#docList li {
	float: left;
}

ul#docList li#legend {
	background-color: #cfc7a2;
	border: 1px solid #999;
}

ul#docList li ul {
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 420px;
	border-top: 1px solid #d5d2c4;
}

ul#docList li.alt ul {
	background-color: #eee8cf;
}

ul#docList li ul li {
	float: left;
	text-align: center;
}

ul#docList li ul li.docTitle{
	width: 350px;
	padding: 0 5px;
}

ul#docList li ul li.docView{
	width: 50px;
	padding: 0 5px;
}

/* My Comment */

ul#contactList {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	float: left;
}

ul#contactList li {
	float: left;
}

ul#contactList li#legend {
	background-color: #cfc7a2;
	border: 1px solid #999;
}

ul#contactList li ul {
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 420px;
	border-top: 1px solid #d5d2c4;
}

ul#contactList li.alt ul {
	background-color: #eee8cf;
}

ul#contactList li ul li {
	float: left;
	text-align: center;
}

ul#contactList li ul li.contactTitle{
	width: 350px;
	padding: 0 5px;
}

ul#contactList li ul li.contactView{
	width: 50px;
	padding: 0 5px;
}

/* Contact Form */

fieldset#contactField {
	border: 1px solid #d5d2c4;
	margin: 10px 0;
	padding: 20px;
	width: 350px;
}

ul#contactInfo {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 500px;
}

ul#contactInfo li {
	margin: 0;
	padding: 0;
	float: left;
	width: 500px;
	margin-bottom: 10px;
}

ul#contactInfo li label {
	width: 100px;
	float: left;
	display: block;
	margin-right: 10px;
}

ul#contactInfo li input {
	width: 200px;
	float: left;
}

/* My Comment */

#loginPanel {
	float: right;
}

/* Mortgage */

table#mortgage {
	font-size: 14px;	
}

table#mortgage tr#legend {
	background-color: #cfc7a2;
	border: 1px solid #999;
}

table#mortgage tr#legend th {
	padding: 5px 20px;
	font-size: 12px;
}


table#mortgage tr {
	text-align: center;
}

table#mortgage tr.alt {
	background-color: #eee8cf;
}

/* Posted */

div#postedHolder {
	padding: 20px;
	text-align: left;
}

/* My Comment */

p#closePage {
	position: absolute;
	right: 20px;
	top: 20px;
}

p#caption {
	margin: 0;
	padding: 0;
}
