body {
	background-color: #ccc;
	margin: 0;
	padding: 0;
	text-align: center;
}

body#content {
	text-align: left;
}

.container_12 {
	background-color: #fff;	
}

#header {
	background-image:url(images/listing-banner.jpg);
	height:138px;
	margin-top: 10px;	
}

#addy {
	text-align: center;
	padding-top: 20px;
	padding-left: 100px;	
}

#logo {
	height:138px;
	margin-bottom: 10px;

}
#nav {
	background-color: #53519e;
	margin-top: 10px;	
}

#head-nav ul {
	list-style-type: none; 	
}

#head-nav ul li {
	list-style-type: none;
	margin-left:0px;
	width: 200px;
	border: 2px solid #fff;
	text-align: right;
	font-size: 16px; 
	background-color: #fff;
	margin-bottom: 5px;
	padding-right: 5px;	
}

#head-nav ul li a {
	text-decoration: none;	
}

#head-nav ul li a:hover {
	text-decoration: none;	
}

#searchBox {
border:solid 1px #53519E;
text-align:center;
width:300px;
}

#titleBox {
background-color:#53519E;
color:#FFFFFF;
text-align:center;
padding:2px 0px 2px 0px;
}

#side {
	margin-top: 10px;
}

#sidebar {
	background-color: #7c7cb5;
	margin-top: 10px;
	color: #fff;
}

#side-text {
	text-align: left;
	padding: 10px;	
}

#content-margin {
	margin-top: 10px;
}

#content {
	/*padding: 0px 10px 10px 10px;*/	
}

#footer {
	background-color: #53519e;
	margin-top: 10px;
}

#footer-text {
	padding: 10px;
	height: 40px;
	font-size: 10px;	
}

#footer-text a {
	color:#fff;
}

#footer-text a:hover {
	color: #ccc;	
}

#copy-left {
	text-align: left;
	font-size: 10px;	
}

#copy-right {
	text-align: right;
	font-size: 10px;	
}

/* footer navigation styles ------------------------------------------------- */

/* the menu itself */
ul#footerNav {
	text-align: right;
	}

/* menu items */
ul#footerNav li {
	display: inline;
}
ul#footerNav li a {
	display: inline;
	text-decoration: none;
	color: #fff;
	padding: 5px;
}

/* hover */
ul#footerNav li a:hover {
	color: #ccc;
}

ul#footerNav > li { 
	float: left;
	width: 100px;/*106*/
	text-align: center;
}

/* main navigation styles --------------------------------------------------- */

#nav li {
	margin: 0;
}

#nav {
	z-index: 2;
}

ul#navigation {
	z-index: 2;
	margin: 0px;
	width:940px;
	text-align: right;
	}	

/* sub menu */
ul#navigation li ul { 
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	left: 0; /* set 1px less than menu width */
	top: 25px;
}

ul#navigation li ul li ul {
	left: 161px; /* set 1px less than menu width */
	top: 0;
}

/* menu items */
ul#navigation li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #53519E; /* IE6 bug */
	padding: 5px;
	/*border-bottom: 1px solid #ccc;*/
}

/* hover */
ul#navigation li a:hover {
	color: #ffffff;
	background-color: #7C7CB5;
}

/* with sub */
ul#navigation a.parent, ul#navigation a.parent:hover {
/*	background-image: url('images/arrows.gif');
	background-position: center right;
	background-repeat: no-repeat;
*/
}
/* sub menu items */
ul#navigation li ul li a {
	background-color: #e6e6e6;
	color: #373737;
	width: 150px;
	display: block;
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: 3px 5px 4px 5px;
	
}
ul#navigation li ul li a:hover {
	background-color: #ffffff;
	color: #373737;
	width: 150px;
	display: block;
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: 3px 5px 4px 5px;
}

/* should not need to be changed */
ul.nav, ul.nav ul { margin: 0; padding: 0; list-style: none; }
ul.nav li { position: relative; text-align: left; }
ul.nav ul { position: absolute; display: none; }
ul.nav li ul { z-index: 3; }
ul.nav li ul li ul { z-index: 4; }
ul.nav li:hover > ul { display: block; }

ul.nav > li { 
	float: left;
	width: 150px;/*106*/
	text-align: center;
}

/* element styles -------------------------------------------------------- */

.color_black { color: #000000; }
.color_dark_gray { color: #666666; }
.color_light_gray { color: #cccccc; }
.color_white { color: #ffffff; }
.color_red { color: #ff0000; }

.borderwidth_thin { border-width: 1px; }
.borderwidth_medium { border-width: 2px; }
.borderwidth_thick { border-width: 3px; }
	
.borderstyle_dashed { border-style: dashed; }
.borderstyle_dotted { border-style: dotted; }
.borderstyle_solid { border-style: solid; }

.bordercolor_black { border-color: #000000; }
.bordercolor_dark_gray { border-color: #666666; }
.bordercolor_light_gray { border-color: #cccccc; }
.bordercolor_red { border-color: #ff0000; }

#mreis {
	width: 620px;
	color:#535353;
	font-size:10px;
	clear:both;
	margin:0 auto;
	background-color: #CCCCCC;
	text-align: center;
}

#mreisL {
	width:118px;
	text-align: center;
	float:left;
}

#mreisC {
	width:410px;
	color:#535353;
	text-align: center;
	float:left;
	padding:0px 10px 0px 10px;
}

#mreisR {
	width:65px;
	text-align: center;
	float:left;
}

