* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Sans-Serif;
}

body {
	background-image: url(../images/layout/bg.jpg);
	background-repeat: repeat-x;
	background-color: #010302;
}

img { border: 0; }

.news-bullets {
	margin-left: 1em;
	font-size: 12px;
}

#container {
	width: 768px;
	border: 1px solid #FFF;
	background-color: #FFF;
	color: #000;
	margin: 15px auto;
}
	
#topbar{
	background-image: url(../images/layout/header.jpg);
	background-position: top;
	width: 768px;
	height: 140px;
}

#logo {
	margin: 0 0 0 510px;
	padding: 20px 0 0 0;
}
#logo a img {
	border: 0px;
}


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #017E3A;
	width: 170px;
	border: 1px solid #000;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav ul li{
	width: 140px;
	padding: 3px 3px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#menu {
	position: absolute;
	width: 660px;
	top: 122px;
	margin: 0 0 0 15px;
}

#menu li{
	list-style: none;
	position: relative;
	padding: 0 15px 0 0;
}

#menu li a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

#menu li a:hover {
	color: #59DC4E;
}
#menu .selected {
	font-weight: bold;
}

.aside{
	margin: 0px 0px 30px 15px;
	width: 380px;
	float: left;
}

.aside p {
	font-size: 12px;
	margin: 0 0 10px 0;
}

.aside img {
	border: 0px;
}

.righttext {
	float: left;
	width: 320px;
	margin: 10px 10px 2em 20px;
}

.righttext h2 {
	font-size: 18px;
	font-weight: bold;
}

.righttext h3 {
	font-size: 16px;
	font-weight: bold;
}

.righttext h4 {
	font-size: 12px;
	font-weight: bold;
}

.righttext p {
	margin: 15px 0 15px 0;
	font-size: 12px;
}	

#footer {
	clear: both;
	height: 90px;
	overflow: hidden;
	background-image: url(../images/layout/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer #anotherdevelopment {
	float: left;
	padding: 3px 0 0 0px;
	font-size: 12px;
	font-weight: bold;
}

#footer #quintor {
	float: left;
	margin: 0 5px 5px 10px;
}

#footer #quintor img{
	border: 1px solid #000;
}

#footer h3 {
	float: left;
	width: 465px;
	padding: 30px 0 0 15px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

#footer #fordetails {
	color: #fff;
	font-size: 12px;
	margin: 0px 0 0 15px; 
	line-height: 17px;
	
}


#footer #fordetails  span{
	font-size: 14px;
	font-weight: bold;
}

#footer #footerlinks {
	float: right; 
	font-size: 12px;
	margin: 10px 0 0 0;
}

#footer #footerlinks a{
	color: #fff;
	margin: 0 10px 0 0;
}

.hide {
	position: absolute;
	left: -5000px;
}

.floatright {
	float: right;
}

.SSTC
{
	
}	
.sold {
	color: red;
	font-weight: bold;
}
.forsale {
	font-weight: bold;
}
.red {
	color: red;
}

/*Center pages */

#centerpage {
	margin: 10px 5px 10px 5px;
}
#centerpage p{
	font-size: 12px;
}
/*  Page specific  */


#newslist h3 {
	margin: 10px 0 10px 0;
	font-size: 14px;
}

#newslist h3 a{
	font-weight: normal;
	font-size: 12px;
	color: #000;
}

#newslist h3 a:hover {
	color: #00f;
}

.newsoffer {
	background-color: #2E821E;
	font-weight: bold;
	color: #fff;
	padding: 10px;
	margin: 10px;
}

/* Site Map */

#sitemap li {
	font-size: 12px;
	margin: 2px 0 2px 20px;
}

.fullPage { 	
	margin: 30px 0px 30px 15px;
	float: left;
	font-size: 12px;
	margin: 0 0 10px 0;
}
