body {
	margin: 0px;
	padding: 0px;
	background-color: #494949;
	text-align: center;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #494949;
}
a:link {
	color: #D9D7D8;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #D9D7D8;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #D9D7D8;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}

.content a:link {
	color: #494949;
	text-decoration: none;
	font-weight: bold;
}
.content a:visited {
	text-decoration: none;
	color: #494949;
	font-weight: bold;
}
.content a:hover {
	text-decoration: underline;
	color: #494949;
	font-weight: bold;
}
.content a:active {
	text-decoration: none;
	font-weight: bold;
}

#main {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	
}
#head {
	height:60px;
	background-color: #ffffff;
}
#logo {
	background-image: url(images/vizcaya.jpg);
	background-repeat:no-repeat;
	background-position: 14px 16px; 
	width: 400px;
	float: left;
}
#nav {
	width: 500px;
	height: 20px;
	float: right;
	margin-top: 26px;
	margin-right: -32px;
}
#middle {
	padding: 20px;
	text-align: left;
	height: 800px;
	margin-bottom: 10px;
	background-color: #DEDDDD;
	background-image: url(../images/gradiant.jpg);
	background-repeat: repeat-x;
}
#inner_box {
	width: 940px;
	/*height: 710px;*/
	height: 95%;
	position: relative;
	border-style: solid;
	border-width: 1px;
	border-color: #adadad;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	background-color: #ffffff;
}

/* TOP AREA STYLES */
#top_area {
	
	width: 880px;
	margin: 15px;
	margin-bottom: 15px;
	position: relative;
}
/*#left_graphics {
	float: left;
	width: 563px;
}


#right_txt {
	float: right;
	text-align: left;
	margin-top: 27px;
	width: 303px;
}

#cta_text {
	margin-top: 20px;
	margin-left: 3px;
	width: 303px;
}
*/
#signup_form {
	margin-left: 3px;
	margin-top: 20px;
}
/* BOTTOM AREA STYLES */
.bottom_area_left {
	width: 400px;
	margin: 15px;
	margin-bottom: 0px;
	margin-top: 10px;
	float: left;
	text-align: left;
	border: 1px solid #DEDDDD;
	padding: 5px;
	

}

.bottom_area_left img {
	padding-right: 8px;

}

.bottom_area_right {
	width: 450px;
	height: 230px;
	margin: 10px;
	margin-right: 15px;
	float: right;
	border: 1px solid #DEDDDD;
	padding: 5px;

}
.bottom_area_right img {
	border: 2px solid #494949;

}

.bottom_area_right_bottom{
	width: 450px;
	height: 150px;
	margin: 10px;
	margin-right: 15px;
	float: right;
	border: 1px solid #DEDDDD;
	padding: 5px;
}

.bottom_area_mls {
	width: 100%;
	height: 500px;

	margin-bottom: 10px;
	margin-top: 10px;

}


.clearer {
	clear: both;
	height:1px;
}
#footer {
	background-color: #494949;
	height: 20px;
	color: #D9D7D8;
}
.footer_txt {
	padding: 20px;
}


#chromemenu{
width: 100%;
font-weight: bold;
font-size: 14px;

}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #DEDDDD;
width: 100%;
background: url(../images/chromebg.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: center; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #494949;
padding: 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DEDDDD;
}

#chromemenu ul li a:hover{
background: url(../images/chromebg2.gif) center center repeat-x;
color: #000000;
}

