/*********************************************
	Pnav:
**********************************************/
#Pnav { background: none; height: 20px; }

/*********************************************
	Home Page Flash:
**********************************************/
#FlashSlideShow {
	position: absolute;
	top: 122px;
	left: 0px;
	width: 984px;
	height: 314px;
	z-index: 550;
}
#FlashSlideShow p#NoFlash {
	width: 964px;
	height: 20px;
	margin: 0;
	padding: 294px 0px 0px 20px;
	background: url(../images/backgrounds/pnavBG-Interior.jpg) no-repeat left top;
}

/**********************************
	Listing Details:
***********************************/
#Content { margin-top: 294px; }
#Content h3 { overflow: auto; }
#Content h3 em { float: right; }
#Content h3 address {
	display: block;
	max-width: 490px;
	float: left;
}

/* Features Table */
#Content table {
	width: 312px;
	float: right;
	margin: 13px 15px 10px 15px;
}
#Content table tr { background: url(../images/backgrounds/tableDividerBG.png) no-repeat right bottom; }
#Content table tr th {
	background: #9E8D82;
	padding: 8px;
	
	font: 14px Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: left;
}
#Content table tr th em { font-size: 10px; }
#Content table tr th a { color: #FFF; }
#Content table tr th img[align="left"] { margin: 0px 8px 0px 0px; }
#Content table tr td { 
	width: 50%;
	padding: 8px 8px 10px 8px; 
	text-align: right;
}
#Content table tr td:first-child {
	font-weight: bold;
	text-align: left;
}

/* General Content */
#Content p { text-align: justify; }

/****************************
	Sidebar Forms:
*****************************/
#SideBar { margin-top: 294px; }
#SideBar div h4,
#SideBar div h4:first-child { margin-bottom: 12px; }
#SideBar div h4 a {
	display: block;
	background: url(../images/icons/fancy-sprite.png) no-repeat left 1px;
	padding: 0px 0px 0px 20px;
}
#SideBar div:first-child h4 a { 
	border-bottom: 1px solid #433934; 
	padding-bottom: 4px;
	margin-right: 13px;
}
#SideBar div h4 a.active,
#SideBar div h4 a:hover { background-position: left -29px }
#SideBar div strong { 
	font-size: 11px;
	text-transform: none; 
}
#SideBar div ul {
	clear: both;
	background: url(../images/backgrounds/sidebarFormDividerBG.png) no-repeat left top;
	border: none;
	padding: 22px 0px 0px 0px;
}
#SideBar div ul li { text-align: right; }
#SideBar div ul li strong { float: left; }


#SideBar div ul#PhotoGallery {
	display: none;
	overflow: auto;
	background: none;
	padding: 0px;
}
#SideBar div ul#PhotoGallery li { 
	float: left; 
	margin: 0px 4px 9px 5px;
}
#SideBar div ul#PhotoGallery li a {
	display: block;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border: 2px solid #A08068;
}
#SideBar div ul#PhotoGallery li a:hover { border: 2px solid #BDA695; }
#SideBar div ul#PhotoGallery li a img {
	min-width: 60px;
	min-height: 60px;
	max-width: 100px;
	max-height: 100px;
	border: none;
}



#SideBar div form { display: none; }
#SideBar div form.active,
#SideBar div ul#PhotoGallery.active { display: block; }
#SideBar div form fieldset { overflow: auto; }
#SideBar div label {
	width: 139px;
	float: left;
	margin: 0px 0px 4px 0px;

	font-weight: bold;
	color: #7F7169;
}
#SideBar div input[type="text"] {
	width: 124px;
	float: left;
	margin: 0px 0px 12px 0px;
}
#SideBar div label:first-child,
#SideBar div input + label,
#SideBar div label + input[type="text"] { margin-right: 14px; }
#SideBar div textarea {
	width: 280px;
	height: 75px;
	float: left;
	margin: 0px 0px 8px 0px;
}
#SideBar div input[type="submit"] { 
	float: right; 
	margin: 0px 2px 0px 0px;
}
#SideBar div input[type="submit"]#CalculatePayment { 
	width: 136px;
	float: left;
	background: url(../images/buttons/sidebar-submit-btn-lg.jpg) no-repeat -1px -1px;
	margin: 0px;
}
#SideBar div ul li input[type="text"] {
	display: inline;
	min-width: 5px;
	height: auto;
	float: none;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	
	color: #AD9D92;
	text-align: right;
}

/* Last Child Fancy Corner */
#SideBar div.last-child span {
	position: absolute;
	right: -1px;
	bottom: -1px;
	display: block;
	width: 16px;
	height: 16px;
	background:  url(../images/backgrounds/sidebar-boxBttmCorner.jpg) no-repeat right bottom;
}
