@charset "utf-8";
/* CSS Document */

/* Global Resets and Overrides */

/* *{
	margin:0;
	padding:0;
} */
img{
	border:none;
}

/* Links & Type */

body{
	font-family:Arial, Sans-serif;
	font-size:11px;
	background:url(images/floral-bg.jpg) top center no-repeat #000;
	color:#484848;
}

a:link, a:active, a:visited{
	text-decoration:none;
	color:inherit;
}
a:hover{
}

h1{font-size:3em; font-weight:normal;}
#menu a:hover, #menu a.current{color:#B4B4B4;}


/* Main Layout */

#wrapper{
	width:980px;
	margin:30px auto;
	background-color:#000;
}

#main{
	width:940px;
	margin:0 20px;
	font-size:1.1em;
}

#menu{
	overflow:hidden;
	width:940px;
	height:32px;
	/*height:auto; */
	text-transform:uppercase;
	/*background:url(../img/bg/menu-border.png) bottom repeat-x #000;*/
	background:#000000;
	display:block;
	clear:both;
	line-height:3em;
	color:#FFF;
	z-index:0;
}

#banner-home{
	height:330px;
	width:940px;
	border-bottom:1px solid #FFF;
	clear: both;
}

	#banner-flash{
		height:310px;
		width:630px;
		float:left;
		background-color:#FFF;
		text-align: center;
		padding-top: 15px;
	}
	
	#banner-side{
		height:330px;
		width:290px;
		float:left;
		font-size:18px;
	}
	
	#banner-side h2 {
		font-size:18px;
		}

#banner{
	height:180px;
	width:940px;
	border-bottom:1px solid white;
	position:relative;
}

#banner.banner10 { /* home */
	background:url(images/header_01.png) no-repeat #444444;	
}

#banner.banner20 { /* Why PPP */
	background:url(images/header_02.png) no-repeat #444444;	
}

#banner.banner30 { /* landlords */
	background:url(images/header_03.png) no-repeat #444444;	
}

#banner.banner40 { /* Gallery */
	background:url(images/header_04.png) no-repeat #444444;	
}

#banner.banner50 { /* Search */
	background:url(images/header_05.png) no-repeat #444444;	
}


#content{
	width:940px;
	/*margin:32px 0 0;*/
	background-color:#FFFFFF;
	z-index:-1;
	display:block;
	overflow: auto;
}
	#content-main{
		float:left;
		width:580px;
		margin:30px 20px 10px 20px;
		overflow: auto;
	}
	#content-side{
		width:285px;
		float:left;
		margin:30px 15px 10px 0;
	}
	#content-search {
		float: left;
		width: 900px;
		margin: 20px 20px 10px 20px;
		overflow: auto;
	}

.sidebar {
	float:left;
	overflow: auto;
	width: 300px;
}
	
.sidebar-box {
	float: left;
	width: 250px;
	/* border: 1px solid black; */
	margin: 10px;
	padding: 10px;
	text-align: center;
}

.sidebar-box-title {
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px 10px 5px 10px;
}

.rdm-row {
	float: left;
	font-size: 0.9em;
	padding: 2px;
}

#results {
	float: left;
	padding: 20px 10px 10px 10px;
}

.featured {
	float: right;
	width: 280px;
	padding: 10px;
	font-size: 1.1em;
	border: 1px solid black;
}

.testimonial {
	padding: 5px;
	font-style: italic;
}

.testimonial-credit {
	font-weight: bold;
}


.search-title {
	float: left;
	width: 530px;
	padding: 10px 10px 10px 20px;
}

.search-map {
	float: left;
	width: 300px;
}

.search-content {
	float: left;
	text-align: justify;
}

/*
.rdm-label {
	float: left;
	font-style: italic;
	padding-right: 5px;
	text-align: right;
	width: 30px;
}

.rdm-value {
	float: left;
	font-weight: bold;
	padding-left: 5px;
	width: 150px;
}
*/


.rs-label-row {
	float: left;
}

.rs-label-name {
	float: left;
	width: 130px;
}

.rs-label-phone {
	float: left;
	width: 130px;
}

.rs-label-email {
	float: left;
	width: 300px;
}

.rs-value-row {
	float: left;
	padding-top: 10px;
}

.rs-value-name {
	float: left;
	font-weight: bold;
	width: 120px;
	padding-right: 10px;
}

.rs-value-name a {
	text-decoration: underline;
}

.rs-value-phone {
	float: left;
	font-weight: bold;
	min-width: 120px !important;
	padding-right: 10px;
}

.rs-value-email {
	float: left;
	font-weight: bold;
	width: 300px;
}

.sidebar-box img {
	margin: 10px;
}

#footer{
	width:920px;
	border-top:1px solid #FFF;
	color:#848484;
	padding-right: 20px;
}

.info {
	float: left;
}

.text-spacing {
	padding-top: 10px;
	display: block;
	overflow: auto;
}

/* Menu Options */
#menu-bar{margin: 0 12px 0 16px; text-align:center; background:#000;}

#menu-home{width:70px; background:#000;}
#menu-thefranchise{width:140px; text-align:center; background:#000;}
#menu-investingoptions{width:180px; text-align:center; background:#000;}
#menu-findoutmore{width:160px; text-align:center; background:#000;}
#menu-eventnews{width:150px; text-align:center; background:#000;}
#menu-aboutus{width:130px; text-align:center; background:#000;}
#menu-contactus{width:110px; text-align:right; background:#000;}


/* Secondary Layout */

blockquote{margin:1em 20px;font-style:italic;text-align:center;}
p.ref{font-weight:bold;text-align:center;}
.alignleft{float:left;}

#menu ul {
	float: left;
	margin: 0;
}

#menu ul li{
	list-style:none;
	float:left;
	font-size:13px;
	font-weight:normal;
}

#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited{
	color:#FFF;
}

#banner-text{
	width:920px;
	font-size: 3em;
	color:white;
	padding:110px 0 0 20px;
}


	
#footer p{
	margin:0.5em 0 0;
}
#footer ul{
	width:940px;
	float:left;
}
#footer ul li{
	margin:0 10px 0 0;
	float:left;
	list-style:none;
	font-size:1em;
}

#footer a:link, #footer a:active, #footer a:visited {
	color:#FFF;	
	line-height:3;
}



/* Miscellaneous */

.centre{text-align:center;}
.larger{font-size:1.2em;}
.clear{clear:both;}
.clear0{clear:both;margin:0;padding:0;}
.pre-load{display:none;}



.alignright{float:right;}
