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

/**/

* { margin:0;
	padding:0;
	}
	
body {
	background: #c3c3c3;
	min-width:900px;
	margin:0;
	padding:0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
}

p {
	padding:0 0 5px 0;
	margin:0;
	}
	
form { padding:0px;	margin:0px; }
td, tr { font-size:12px; color:#000; }
a {
	text-decoration: underline;
	color:#FFF;
}
a:link {  }
a:visited { }
a:hover {
	text-decoration:none;
	color:#CCC;
}
a:active { }

#mainWrapper { background: #5e5e5e top center}
#wrapInner { background: transparent url('../images/whiteTOP.png') top center no-repeat; height:170px; }
#wrapBottom { background: transparent url('../images/whiteBOTTOM.png') top center no-repeat; height:193px; }

#navBG { background: transparent url('../images/navBG.jpg') top center repeat-x; height:49px; text-align:center; }
#mainNav {
	height:49px;
	width:900px;
	font-size:11pt;
	color:#fff;
	margin:0px auto;
}
#mainNav ul {
	list-style:none;
	padding:14px 10px 0 0;
	margin:0 0 0 0;
	text-align:left;
}
#mainNav ul li {
	list-style:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
	display:inline;
}
#mainNav a {
	color:#ffffff;
	text-decoration:none;
	padding:5px 5px 5px 5px;
	margin-left:8px;
}
#mainNav a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#729800;
	}
	
#RioCasa {
	text-align:center;
	height:161px;
	background-color:#000000;
	}
#RioCasa h1 {
	background: transparent url('../images/RioCasa.jpg') top center no-repeat; height:161px;
	font-size:14px;
	color:#000000;
	text-indent:-9000px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	}
	
#contentBG { background: #002c45 url('../images/contentBG.jpg') top center repeat-x; text-align:center; }

#contentArea {
	width:900px;
	color:#fff;
	margin:0px auto;
}

#contentArea h2 {
	color:#fff;
	font-size:32px;
	padding-bottom:10px;
	text-align:left;
}

#contentArea p {
	color:#fff;
	font-size:14px;
	line-height: 24px;
	text-align: justify;
	padding: 0 0 12px 0;
	
}

#contentArea #left {
	float:left;
	text-align:left;
	margin: 0px 32px 0px 14px;
	width: 554px;
	color: #fff;
}

#contentArea #right {
	float:right;
	text-align:left;
	margin: 0px 32px 0px 32px;
	width:236px;
	color:#fff;
}


#bottomBG { background: #5e5e5e url('../images/bottomBG.jpg') top center repeat-x; text-align:center; }

#bottomArea {
	background: url('../images/bottomMainBG.jpg') top center no-repeat; text-align:center;
	color:#2a2a2a;
	margin:0px auto;
}
#bottomContent {
	width:900px;
	color:#2a2a2a;
	margin:0px auto;
}

#bottomNav {
	height:89px;
	width:600px;
	font-size:8pt;
	color:#777777;
	margin:0px auto;
	text-align:right;
}
#bottomNav ul {
	list-style:none;
	padding:0 0 0 0;
	margin:0 0 0 0;
	text-align:right;
}
#bottomNav ul li {
	list-style:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
	display:inline;
}
#bottomNav a {
	color:#444444;
	text-decoration:none;
	padding:3px 2px 3px 2px;
	margin-left:5px;
}

#bottomNav a.last {
	color:#444444;
	text-decoration:none;
	padding:3px 0px 3px 0px;
	margin-left:5px;
}

#bottomNav a:hover {
	text-decoration:underline;
	}
	
.bottomCopy {
	font-size:9pt;
	color:#666;
	margin:0px auto;
	padding:3px 0 3px 0px;
	text-align:right;
}

#bottomContact {
	width:190px;
	color:#2a2a2a;
	margin:0px auto;
	text-align:left;
	font-size:12px;
	padding-left:8px;
}

#bottomContact a {
	color:#444;
	text-decoration:none;
}

#bottomContact a:hover {
	color:#2a2a2a;
	text-decoration:underline;
}






/*misc classes*/

.clear {
	clear:both;
}

.spacer20 {
	height:20px;
}

.spacer10 {
	height:10px;
}

.right {
	float:right;
}

.left {
	float:left;
}





	
