

body {  
	background-image: url("/images/main-gradient-bg.jpg");
	background-attachment: fixed;
	background-repeat: repeat-x;
	font-family: arial;
	line-height: 1.3em;
	font-size: 14px;
	color: #afafaf;
	padding: 0px;
	margin: 0px;
}

h1 { color: #fbe23f; 
	  font-size: 1.6em;
	  
}		

div#top-banner {
	width: 945px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
}

div#banner {
	margin-left: 300px;
}

.nav {
	text-align: center;
	height: 21px;
	padding: 1px 0px 2px 0px;
	background-image: url("/images/top-nav-bg.jpg");
	font-family: arial;
	margin-left: auto;
	margin-right: auto;
	padding-left: 200px;
	color: black;
	z-index: 1;
}

div#main-content {
	width: 945px;
	margin-left: auto;
	margin-right: auto;
}

div#left-column {
	border-right: 0px solid #777;
	float: left;
	padding: 15px 3px 15px 3px;
	height: auto;
	width: 170px;
	margin-left: 0px
}

.logo {
	z-index: 10;
	margin-top: -120px;
	margin-left: -25px;
}

.info-box {
	padding: 6px;
	text-align: center;
	background-color: #000000;
	border: 1px solid #333333;
}

.not-avail	{
	padding: 20px;
	border: 2px dashed #fbe23f;
	background-color: #0186c9;
	color: #000000;
}

.footer {
	background-color: #333333;
	padding: 20px;
}
.footer-stripe {
	height: 1px;
	background-color: #c71f1f;
}


div#right-column {
	z-index: 0;
	padding: 15px;
	width: 630px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

A:link {text-decoration: underline; color: #fbe23f; }
A:visited {text-decoration: underline; color: #fbe23f; }
A:active {text-decoration: underline; color: #0186c9; }
A:hover {text-decoration: underline; color: #0186c9;; }


/************** rental pages ***********/
#rental-widget	{
	background-color: #ffffff;
	min-width: 720px;
	min-height: 650px;
}


/************* forms & form fields *****************/

.spacer{clear:both; height:1px;}

.myForm	{
	text-align: left;
	_idth: 400px;
	padding: 14px;
}
#stylized	{
	width: 567px;
	_ackground-color: #eaeaea;  /* light grey */
}
#stylized label{
	display: block;
	font-weight: bold;
	text-align: right;
	width: 250px;
	padding-right: 14px;
	_ackground-color: #00ffff;  /* light blue */
	float: left;
}
#stylized .small{
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 250px;
}

#stylized  textarea	{
	width: 280px;
	padding: 6px;
	margin-left: 4px;
	background-color: #f9f9f9;
	border: 1px solid #d1d1d1;
}
#stylized .form-right {
	float: left;
	font-size: 12px;
	padding: 0px 0px;
	width: 300px;
	_ackground-color: #ffff00;   /* yellow   for CAPTCHA only*/
	margin: 0px 0 20px 10px;
}





