html > body {
height:100%;
margin:0;
padding:0;
}
/* Modified Rails scaffold CSS */
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: inline;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
	margin-top: 10px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

img {
  padding: 0px;
  border: 0px;
  margin: 0px;
}
/* End Rails scaffold css */


/* Customized Section */

body {
	font:14px/18px Arial;
	color:#000;
	margin:0;
	padding:0;
}
.sitebg {
	background:#efebde url(/images/bg.jpg) repeat-x 0 0;
}
.adminbg {
	background:#fff url(/images/bg_admin.png) repeat-x 0 0;
}

a {
	color: #7d7d5d;
	text-decoration: none;
	outline:none;
}

#container {
	margin:0 auto;
	padding:0px 10px;
	height:auto;
	width:1024px;
}
#wrapper {
	margin:0;
	width:100%;
	min-height:100%;
	position:relative;
}
#header {
	width:1024px;
	height:121px;
}

#logo {
	background:url(/images/logo.png) no-repeat;
	width:475px;
	height:121px;
}
#logoAdmin {
	background:url(/images/logo_admin.png) no-repeat;
	width:250px;
	height:121px;
	margin:1px 0 0;
}
#logobg {
	width:475px;
	height:121px;
	background:url(/images/logo_bg.png);
	margin:0;
}

#content {
	margin-top:0px;
	padding-top:0px;
}
#content h1 {
	color:#000;
	font-size:18px;
	font-weight:bold;
}
#addy {
	float:right;
	color:#fff;
	font:normal 16px/18px Arial;
	padding:20px 10px 0 0;
}
#footer {
	text-align:center;
	clear:both;
	color:333;
	position:relative;
	width:100%;
}
#footer p {
	color:#333;
	font:11pt Arial;
}
#footer a:link, #footer a:visited {
	color:#474730;
	text-decoration:none;
	outline:none;
}
#footer a:hover {
	color:#292912;
	text-decoration:underline;
	outline:none;
}
/* End Customized Section */

/* Top Nav Section */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 13em;
}

#nav li {
	float: left;
	width: 13em;
}

#nav li ul {
	position: absolute;
	width: 13em;
	left: -999em;
}

#nav li ul ul {
	margin: -43px 0 0 13em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

/******/

#navbar {
	width:100%;
	height:40px;
	margin-top: 10px;
	margin-left: 25px;
	line-height: 40px;
}

#nav a {
	height: 48px;
	margin: 0px;
	border-style: solid;
	border-width: 0px;
	border-right-width: 1px;
	border-color: gray;
	text-transform: uppercase;
	font-weight: bold;
	color: #A38469;
	text-align: center;
}

#nav ul {
	z-index: 99;
}

#nav ul li {
	line-height: 1em;
}

#nav li ul a {
	width: 100%;
	height: auto;
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: white;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-bottom-color: black;
}

#nav a:link, #nav a:visited {
	color: #5d6126;
	outline:none;
}

#nav a:hover {
	color: #A54F07;
	outline:none;
}

#nav a.last {
  border-width: 0px;
}

/* End Top Nav Section */

/* Pagination style */
.pagination {
	margin:0px 15px 0 0;
	font:bold 16px Arial;
}
.pagination a {
	color:#000;
	text-decoration:underline;
	background:#ccc;
	border:1px #000 solid;
	padding:5px;
}
.pagination a:hover {
	color:#fff;
	text-decoration:underline;
	background:#C23030;
	border:1px #000 solid;
	padding:5px;
}
/* End Pagination style */

/* Tables Structure */
table {
	width:500px;
}
/*tr {
	background:#ebebeb;
}*/
th {
	font:bold 14px Arial;
	white-space: nowrap;
	text-align:left;
}
th, td {
	padding:3px 5px 3px 5px;
	margin:0;
}
td {
	text-align:left;
	font:normal 12px Arial;
	/*border-bottom:1px #333 solid;*/
}

/* END Table Structure */

#editProp {
	width:550px;
	height:auto;
	/*border:1px #000 solid;*/
	padding:5px;
	float:left;
}
.apply {
	border:2px solid #BCCAD3;
	display:block;
	font:bold 18px Arial;
	padding:9px;
	height:20px;
	width:95px;
}
a.apply:link, a.apply:visited {
	background:transparent url(/images/btn-bg.png) repeat-x scroll 0 0;
	text-decoration:none;
	color:#000;
}
a.apply:hover {
	background:url(/images/btn-bg-on.png) repeat-x scroll 0 0;
	text-decoration:none;
	color:#fff;
}

.addressBox {
	width:500px;
	float:left;
}
#editProp label {
	font:bold 14px Arial;
}
.left {
	width:260px;
	float:left;
	clear:both;
	padding:3px;
}
.backlink {
	padding:3px 5px;
	color:#000;
	text-decoration:none;
}
.backlink a:link, .backlink a:visited {
	background:red;
	color:#fff;
	text-decoration:none;
	padding:3px 5px;
	outline:none;
}
.backlink a:hover {
	background:green;
	color:#fff;
	text-decoration:none;
	padding:3px 5px;
	outline:none;
}

.right {
	width:220px;
	float:left;
	padding:3px;
}
.desc {
	width:500px;
	float:left;
	clear:both;
}
/* ------------------------------------
			 Admin Styles
   ------------------------------------ */
#adminWrapper {
	margin:0;
	width:100%;
	height:auto;
	background:#fff;
}
#adminHeader {
	height:150px;
	background:#cc0000;
	color:#fff;
}

/* Admin Body Styles */
#loginBox {
	padding:0px 20px 25px;
	width:350px;
	border:2px #000 solid;
	margin:25px auto 0 auto;
	background:#fff;
}
#loginBox h1 {
	color:#fff;
	text-transform:uppercase;
	display:block;
	background:#cc0000 url(/images/lock.png) no-repeat 310px 5px;
	padding:15px 10px;
	border-bottom:2px solid #333333;
	margin:0px;
}
#genloginBox h1 {
	color:#fff;
	text-transform:uppercase;
	display:block;
	background:#cc0000 url(/images/hm-sm.png) no-repeat 15px 14px;
	padding:15px 10px 15px 45px;
	border-bottom:2px solid #333333;
	margin:0px;
}
#loginBox p,
#usersloginBox p,
#genloginBox p {
	font:normal 16px/22px Arial;
	padding:0 50px;
}
#loginBox label,
#usersloginBox label,
#genloginBox label {
	font:bold 18px/26px Arial;
	display:inline;
	width:125px;
	text-align:left;
	padding:1px 0 0 18px;
}

/* Users Admin login */
#usersloginBox,
#genloginBox  {
	padding:0px 10px 25px;
	/*border:2px #000 solid;*/
	margin:25px auto 0 auto;
	background:#fff;
	height:auto;
}
#usersloginBox h1 {
	color:#fff;
	text-transform:uppercase;
	display:block;
	background:#cc0000 url(/images/usr-icon.png) no-repeat 15px 8px;
	padding:15px 10px 15px 45px;
	border-bottom:2px solid #333333;
	margin:0;
}
#loginBox input#user_session_login, 
#loginBox input#user_session_password,
#usersloginBox input#user_session_login,
#usersloginBox input#user_session_password,
#usersloginBox input#user_login,
#usersloginBox input#user_email,
#usersloginBox input#user_password,
#genloginBox input#settings_welcome_heading,
#usersloginBox input#user_password_confirmation {
	height:25px;
	width:300px;
	display:block;
	font-size:18px;
	border:2px #bccad3 solid;
	margin:0 0 0 18px;
}
#loginBox input#user_session_submit,
#usersloginBox input#user_session_submit, 
#usersloginBox input#user_submit, 
#usersloginBox input#submit,
#genloginBox input#submit,
#genloginBox input#search_submit,
#genloginBox input#property_submit,
#genloginBox input#category_submit {
	height:40px;
	width:90px;
	display:block;
	font:bold 18px Arial;
	border:2px #bccad3 solid;
	background:url(/images/btn-bg.png) repeat-x;
	outline:0;
}
#loginBox input#user_session_submit:hover,
#usersloginBox input#user_session_submit:hover, 
#usersloginBox input#user_submit:hover, 
#usersloginBox input#submit:hover,
#genloginBox input#submit:hover,
#genloginBox input#search_submit:hover,
#genloginBox input#property_submit:hover,
#genloginBox input#category_submit:hover {
	height:40px;
	width:90px;
	display:block;
	font:bold 18px Arial;
	border:2px #bccad3 solid;
	background:url(/images/btn-bg-on.png) repeat-x;
	outline:0;
	color:#fff;
}
#searchadmin {
	border:1px #333 solid;
	padding:10px;
	background:#ebebeb;
}
#property_address {
	width:185px;
	border:1px #999 solid;
	padding:3px;
}
#property_city {
	width:100px;
	border:1px #999 solid;
	padding:3px;
}
#property_state {
	width:30px;
	border:1px #999 solid;
	padding:3px;
}
#property_zip {
	width:50px;
	border:1px #999 solid;
	padding:3px;
}
#property_sq_feet, #property_year_built, #property_bathrooms, #property_rent, #property_security_deposit, #property_other {
	width:45px;
	border:1px #999 solid;
	padding:3px;
}
.left_backlink {
background:transparent url(/images/btn-bg.png) repeat-x scroll 0 0;
border:2px solid #BCCAD3;
display:block;
font-family:Arial;
font-size:18px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
height:40px;
line-height:normal;
outline-style:none;
outline-width:0;
width:90px;
}
/* END ADMIN */


#map {
	padding:0 0 0 50px;
	float:right;
	margin:-90px 0 0;
	width: 600px;
}
.genblock {
	border-bottom:1px #333 solid;
	margin:0;
	padding:0;
	height:26px;
}
#genloginBox p {
	display:block;
	padding:4px 5px 3px 25px;
 	/*margin-top:-19px;*/
}
.genblock a,
.genblockchild a {
  padding: 5px 15px 3px 40px;
  margin: 0 0 0 -2px;
  text-transform: uppercase;
  font-weight: bold;
  color: #A38469;
  float:right;
}

.genblock a:link, .genblock a:visited,
.genblockchild a:link, .genblockchild a:visited {
  color: #000;
  background:#ccc;
  border:2px #333 solid;
  border-top:none;
  border-bottom:none;
  outline:0;
}

.genblock a:hover,
.genblockchild a:hover {
  color: #c23030;
  background:#fff;
  border:2px #333 solid;
  border-top:none;
  border-bottom:none;
  outline:0;
}
#genloginBox li.genblockchild {
	display:block;
	padding:0 0 0 50px;
	list-style-type:none;
	margin:-0 0 0 -40px;
	border-top:1px #333 solid;
	border-bottom:1px solid #333333;
}
#genloginBox ul {
	margin:2px 0 0 0;
}
/*#genloginBox img {
	width:125px;
	float:left;
	padding:3px;
	background:#fff;
	border:1px #ccc solid;	
}*/

/* Top Nav Section */
#adminnavbar {
	width:100%;
	height:50px;
	margin:8px 0 0 0;
}

#adminnavbar ul
{
  margin:16px 0 0 0;
  padding:10px 0 5px 0;
  white-space: nowrap;
}

#adminnavbar li {
  display: inline;
  list-style-type: none;
}

#adminnavbar a {
	padding: 15px 15px;
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
	color: #A38469;
	outline:none;
}

#adminnavbar a:link /* #adminnavbar a:visited */ {
  color: #fff;
  background:#333;
  border:2px #333 solid;
  border-bottom:none;
  outline:0;
}

#adminnavbar a:hover, #adminnavbar .current {
  color: #c23030;
  background:#fff;
  border:2px #333 solid;
  border-bottom:none;
  outline:0;
}

#adminnavbar a.last {
  border-width: 0px;
}

/* Admin Footer */
#adminfooter {
  background:#D7D7D7;
  border-top:2px solid #333333;
  clear:both;
  padding:1px;
  text-align:center;
}

/* Properties */
.propertiesFt {
  margin: 0 0 15px;
  padding: 10px;
  border-bottom: 1px #333 solid;
}
.propertiesFt img {
  background: #FFFFFF none repeat scroll 0 0;
  border: 1px solid #A9CDE5;
  clear: both;
  float: right;
  margin: 0 0 10px 10px;
  padding: 3px;
}
.propertiesHp {
  background: #f8f1e1;
  border: 1px #e9e4d8 solid;
  margin: 0 10px 10px 0;
  padding: 10px;
  width: 150px;
}

#property_details {
  width: 600px;
}

#property_details div {
  width: 200px;
  float: left;
}
#map_div {
	float:right;
	margin: 0 5px 0 0;
}
#morepix {
	/*float:right;*/
	margin: 5px 5px 0 0;
	width:480px;
}
#propmainbody {
	float:right;
	width:720px;
}
.proploop {
	padding:15px;
	border:5px #fff solid;
	background-color:#ccc;
	opacity:.95;
	margin-top:10px;
}
.proploop img {
	float:left;
	width:125px;
	padding:3px 15px 5px 0;
}
.proploop a:link, .proploop a:visited {
	color:#5D6126;
	text-decoration:underline;
	outline:none;
}
.proploop a:hover {
	color:#fff;
	text-decoration:none;
	outline:none;
}

#property_search {
	border:1px #333 solid;
	padding:10px;
	background:#ebebeb;
}

#category_menu {
	float:left;
	width:280px;
	padding:5px 10px;
}
#category_menu a {
	border-bottom:1px #ccc dotted;
	outline:none;
	display:block;
}
#formLoan  {
	padding:10px;
}
#navlist {
	height:auto;
}
#navlist ul {
	display:block;
	border-bottom:1px #ccc dotted;
	padding:0;
	margin:0;
}
#navlist li {
	list-style-type:none;
	margin:0 0 0 -30px;
}
#navlist li a {
	display:block;
	border-bottom:1px #ccc dotted;
	padding:3px;
	outline:none;
}

/* contact_us page */
#contact_info {
	float:right;
}