@charset "utf-8";
/* 
Style Sheets 
	Site: http://www.prime-properties.net/
	Company: Prime Commercial Properties
	By: http://www.PowerServe.net
	Author: Phil Rundle
	Created: 01/13/2009
	Last edited: 01/13/2009

Section Flags
	=Container
	=Header
	=Topnav
	=CustomHome
	=Main
	=Footer
	=Headings
	=Basic
	=Classes
	
Colors:
	Background 	#3c2c28
	Color 		#000
	links		#
 */
 
/*Style Reset or Baseline*/
  @import url("/css/reset.css");
 

body {
	background:url(/img/bg.jpg) top left repeat-x #3F2723;
	color:#000;
	font:normal 11px Arial, Helvetica, sans-serif;
	text-align:center;
	}

#page {
	margin:25px auto;
	width:875px;
	text-align:left;
	}
	
/* =Header */

#header {
	height:96px;
	margin-bottom:25px;
	}
#header h1 {
	float:left;
	background:url(/img/logo.png) no-repeat;
	width:271px;
	height:96px;
	text-indent:-9999px;
	}
#header h1 a {
	display:block;
	width:271px;
	height:96px;
	}
#header .info {
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	margin-top:17px;
	float:right;
	font-size:13px;
	letter-spacing:1px;
	width:200px;
	}
#header .info p {
	text-align:right;
	}
	
/* =Topnav */

#topnav	{
	background:url(/img/topnavbg.jpg) top left no-repeat #9b5219;
	border:1px solid #fbfbfb;
	height:30px;
	margin-bottom:15px;
	font-size:16px;
	font-weight:bold;
	}
#topnav ul {
	list-style:none;
	margin-left:8px;
	}
#topnav ul li {
	display:inline;
	text-transform:uppercase;
	}
#topnav ul li a {
	color:#fff;
	float:left;
	display:block;
	padding:5px 10px;
	text-decoration:none;
	}
#topnav ul li a:hover {
	color:#fd0;
	}
#topnav ul li a:active {
	color:#fd0;
	}

/* =Topnav */
#content {
	background:url(/img/contentbg.gif) bottom right no-repeat #fff;
	margin-bottom:14px;
	min-height:496px;
	}
#content .cont {
	font-size:13px;
	padding:35px;
	}
#content h2 {
	font-size:28px;
	margin-bottom:10px;
	}	
#content p {
	margin-bottom:10px;
	}
#content ul {
	list-style:disc;
	margin:10px;
	}
#content ul li {
	margin:10px 0;
	}
#content img.bio {
	border:1px solid #493c34;
	margin:0 15px 15px 0;
	float:left;
	}
	
#content.home {
	background:none;
	}
#content #tophome {
	background:url(/img/contentbg.gif) 207% 94% no-repeat #fff;
	border:1px solid #fbfbfb;
	height:313px;
	margin-bottom:12px;
	}
#content #tophome .right #featured {
	border:1px solid #000501;
	height:297px;
	width:245px;
	margin:7px;
	}
#content #tophome .right #featured h2 {
	background:url(/img/homeheaderbg.jpg) top left no-repeat #476c49;
	border-bottom:1px solid #2b432d;
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
	font-weight:normal;
	padding:6px 7px;
	margin-bottom:7px;
	}
#content #tophome .right #featured h3 {
	clear:both;
	font-size:13px;
	font-weight:bold;
	margin:0px 8px;
	}
#content #tophome .right #featured p {
	margin:0px 8px 8px 8px;
	}
#content #tophome .right #featured p .right {
	margin-bottom:8px;
	}
#content #bottomhome {
	height:168px;
	}
#content #bottomhome .left,
#content #bottomhome .right {
	background:url(/img/contentbg.gif) 30% 98% no-repeat #fff;
	border:1px solid #fbfbfb;
	width:423px;
	height:168px;
	}
#content #bottomhome .left h2,
#content #bottomhome .right h2 {
	background:url(/img/homeheaderbg.jpg) top left no-repeat #476c49;
	color:#fff;
	font-size:20px;
	font-weight:normal;
	padding:4px 7px;
	}
#content #bottomhome .left p,
#content #bottomhome .right p {
	font-size:12px;
	line-height:1.7em;
	margin:16px 12px;
	}
/* =Footer */

#footer {
	height:67px;
	}
#footer .info {
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	letter-spacing:1px;
	margin-top:30px;
	text-align:center;
	}
#footer .info a {
	color:#fff;
	text-decoration:none;
	}
#footer .info a:hover {
	text-decoration:underline;
	}
.left {
	float:left;
	}
.right {
	float:right;
	}
