@charset "UTF-8";

body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background: url(../IMAGES/Novus-bodybkgrnd.jpg) repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
}

a img {
	border: none;
}

a {
	text-decoration: underline;
	color: #fff;
	font-style: italic;
}

/*------------------CONTAINER----------------*/
#container {
	background: url(../IMAGES/Novus-bkgrndbluestrip.jpg) repeat-x;
}
/*------------------WRAP----------------*/
#wrap {
	background: url(../IMAGES/Novus-windowbkgrnd2.jpg) no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
}
/*------------------WRAP INNER----------------*/
#wrapinner {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: hidden;
	background: url(../IMAGES/Novus-Cityscape.png) no-repeat right bottom;	
	
}

/*------------------HEADER LOGO----------------*/
h1.imagereplace {
	width: 308px;
	height: 107px;
	margin: 15px 171px 0 120px;
	background: url(../IMAGES/Novus-Logo.png) no-repeat;
	text-indent: -9999px;
}

/*------------------MAIN CONTENT----------------*/
#main {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	
}

p {
	color: #113779;
	line-height: 150%;
	
}

span {
	color: #4a4b4b;
	font-weight: bold;
}



#copyleft {
	width: 240px;
	padding-left: 20px;
	padding-top: 18px;
	float: left;
}

p.disclaimer {
	font-size: 88%;
}

#address {
	width: 190px;
	display: inline;
}

#address p {
	color: #fff;
	font-size: 110%;
	padding-top: 160px;
}


#copymiddle {
	width: 256px;
	padding-left: 25px;
	padding-top: 18px;
	padding-bottom: 430px;
	float: left;
}

#copymiddle a {
	text-decoration: underline;
	color: #113779;
	font-style: italic;
}

#copyright {
	width: 258px;
	padding-left: 10px;
	padding-top: 18px;
	float: left;
}

h2.imagereplace {
	width: 256px;
	height: 68px;
	margin-top: 8px;
	background: url(../IMAGES/CommRealEstate-Logo.png) no-repeat;
	text-indent: -9999px;
}

#copyright img {
	padding-top: 1px;
	
}

/*------------------MISC---------------*/
.clear {
	clear: both;
}
