@charset "UTF-8";
/* CSS Document */

body{
	
	font-family:"Lucida Sans","AppleGothic",sans-serif;
	background-image: url(images/body-bg.png);
	background-repeat: repeat;
	font-size:9pt;
}

h1{
	/*color:#1B3966;*/
	color:#660000;
}
h2{
	/*color:#1B3966;*/
	color:#660000;
}

h3{
	/*color:#1B3966;*/
	color:#660000;
}

.bigger{
	font-size:larger;
}

.center{
	text-align:center;
}

.form-alert{
	color:red;
}


#content{
	margin:30px auto auto auto;
	background-color:#FFF;
	width:900px;
	border:dotted #ccc 1px;
	overflow:hidden;
	min-height:400px;
}

#main_splash{
	
	margin:100px auto 100px auto;
	height:120px;
	}

#splash_english{
	float:left;
	margin-left:180px;
	width:200px;
}

#splash_spanish{
	float:right;
	margin-right:180px;
	width:200px;	

}

#topbar{
	width:880px;
	height:185px;
	border-bottom:dotted #8C8C8C 1px;
	background-color:white;
	margin: 0 10px;
}

#top-banner{
	width:900px;
}

#top-pics{
	height:102px;
	padding:7px 0;
	float:right;
}
#top-pics img{
	border:solid black 1px;
	margin: 0px 4px;
}

#nav{
	float:left;
	width:140px;
	margin:0px 0px 0px 5px;
}

#nav li{
	display:inline;
	
}
#nav li a{
	float:left;
	padding:10px;
	margin-left:-30px;
	margin-bottom:-1px;
	text-align:center;
	/*color:#1B3966;*/
	color:#660000;
	border-right:1px solid #ccc;
	text-decoration:none;
	width:115px;
	
}
#nav li a:hover{
	background-color:#660000;
	/*background-color:#1B3966;*/
	color:white;
}
.nav-active {
	float:left;
	padding:10px;
	margin-left:-30px;
	margin-bottom:-1px;
	text-align:center;
	color:white;
	text-decoration:none;
	width:115px;
	background-color:#660000;
	/*background-color:#1B3966;*/
	border-right:1px solid #ccc;
}
#main{
	float:left;
	width:700px;
	margin:5px;
	padding:20px;
	margin-top:-20px;
	
}

#main-column1{
	float:left;
	width:340px;
	margin-right:10px;
}

#main-column2{
	float:left;
	width:340px;
	margin-left:10px;
}

#main-column2 img{
	border:solid 1px black;
}

#form-optional {
	margin-left:40px;
	width:290px;
	border:#ccc dotted 1px;
	padding:15px;
}

.rent {
	width:105px;
	text-align:center;
	border:solid 1px #660000;
	font-weight:bold;
	font-size:larger;
	color:#660000;
	padding:10px;
	margin-left:40px;
	margin-bottom:10px;
}

#footer{
	margin:5px auto 0px auto;
	width:200px;
	text-align:center;
}

#input{
	float:right;
}

label{
	font-weight:bold;
}

/* Listings */

#listing-box{
 	width:650px;
 	/*height:220px;*/
 	margin:0px auto 0px auto;
 	border-bottom:dotted 1px #ccc;
 	overflow:hidden;
}

#listing-pic{
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	margin-right:20px;
	border:black 1px solid;
	width:150px;
	height:150px;
	margin-top:20px;
}
#listing-text{
	float:left;
	width:250px;

}

#form-description{
	float:left;
	width:150px;
}
#form-field{
	float:left;
}
	
/* Links */	

a.footer{
	color: #474747;
	font-weight: bold;
	text-decoration: none;
}

a.footer:hover{
	color: #660000;
	/*color:#1B3966;*/
	text-decoration: underline;
}