@charset "UTF-8";
/*   
Theme Name: National Real Estate Ventures
Theme URI: http://www.nrev.com
Description: A custom theme built for National Real Estate Ventures.
Author: Eric Maas
Author URI: http://www.ericmaas.com
Version: 2.2
.
This theme is has an entirely private license. No public use is allowed.
.
*/


* { margin: 0; padding: 0; }

body {
	font-family: Verdana, Ariel, Helvetica, sans-serif;
	font-size: 13px;
	
	margin: 0px;
	padding: 0px;
	
	overflow: visible;
	
	color: #4b4b4b;
	background: #E5E5E5;
}

a {
	color: #24789f;
	text-decoration: none;
}

p {
	color:#4b4b4b;
	font-size:13px;
	line-height:19px;
	margin-top:16px;
margin-bottom:16px;

}


/* --------------------------------- */
/* ---- Site Container ------------- */
/* --------------------------------- */
#siteContainer {
	width: 980px;
	margin: 0px auto;
}


/* --------------------------------- */
/* ---- Site Header ---------------- */
/* --------------------------------- */
#siteHeader {
	text-align: left;
	
	height: 67px;
	
	margin-left: auto;
	margin-right: auto;
	padding-left: 29px;
	padding-top: 12px;
	
	background-image: url( images/siteHeader-background.jpg );
	background-repeat: repeat-x;
}

#pageTitle {
	padding-top: 215px;
	padding-left: 500px;
}

#pageTitleMain {
	font-size: 20px;
	color: #f1f1f1;
}

#pageTitleMain a{
	color:#f1f1f1;
}

#pageTitleSub {
	font-size: 14px;
	color: #cbcbcb;
}

#pageTitleSub a {
	font-size: 14px;
	color: #cbcbcb;
}



/* --------------------------------- */
/* ---- Navigation Bar ------------- */
/* --------------------------------- */
#navigationBar {
	height: 32px;
}
/*#navigationBar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 32px;
	font-weight: bold;
	
	height: 32px;
	
	background-image: url( images/navigationBar-background.png );
	background-repeat: repeat-x;
}

#navigationBar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 60px;
}

#navigationBar li {
	display: block;
	float: left;
	outline: none;
	padding-right: 20px;
}

#navigationBar a {
	text-decoration: none;
	text-transform: uppercase;
	color: #f1f1f1;
}

#navigationBar a:hover {
	text-decoration: underline;
	
	color: #FFFFFF;
	
	background: url( images/nav-bg-over.jpg );
	background-repeat: repeat-x;
}*/



#backgroundImage {
	height:262px;
	
	background-image: url( images/mainBody-background.jpg );
	background-repeat: no-repeat;
}



/* --------------------------------- */
/* ---- Main Body ------------------ */
/* --------------------------------- */
#mainBody {
	margin-left: auto;
	margin-right: auto;
	
	padding: 12px 30px;
	
	color: #000;
	
	background-color: #f1f1f1;
	
	border-top: 8px solid #cbcbcb;
	border-bottom: 8px solid #cbcbcb;
}

#mainBody h1 {
	color: #00345f;
	font-size: 20px;
	line-height: 26px;
	margin: 0px;
	padding: 0px;
}

#mainBody h2 {
	color: #00345f;
	font-size: 14px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	padding: 0px;
}


/* --------------------------------- */
/* ---- Site Footer ---------------- */
/* --------------------------------- */
#siteFooter {
	height: 105px;
	
	margin-left: auto;
	margin-right: auto;
	color: #b2b2b2;
	padding: 10px;
	text-align: right;
	background-image: url( images/siteFooter-background.jpg );
	background-repeat: repeat-x;
}

#siteFooterContent {
	padding-top: 14px;
}

#siteFooterContent ul {
	display: inline;
}

#siteFooterContent li {
	list-style:none;
        display:inline;
}
