@charset "utf-8";
body {
	margin: 0px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background: url(/images/header-bg.jpg) repeat-x;
	color: #444;
}
body#tinymce {
	background: #fff none;
	margin-top: 4px;
	padding: 0 8px;
}
/*Container holds and centres the entire website*/
#container{
	width:910px;
	margin: 12px auto 0;
	padding-top: 0;
	padding-bottom: 6px;
}
/*header includes logo and both the primary and secondary navigations*/
#header{
	height:200px;
}

#header p{
	margin:0;
	float: left;
}
#header p img{
	display:block;
}
#header ul.nav2{
	margin: 78px 0px 0px;
	padding: 0px;
	float: right;
	width: 370px;
	color:#FFF;
	font-size:11px;
	text-transform: uppercase;
}
#header ul.nav2 li{
	list-style: none;
	display: inline;
	margin: 0px 0px 0px 18px;
	padding: 0px 0px 0px 18px;
	float: right;
}
#header ul.nav2 li.home{
	background: url(/images/home.gif) no-repeat left center;
}
#header ul.nav2 li.contact{
	background: url(/images/contact.gif) no-repeat left center;
}
#header ul.nav2 li.login{
	background: url(/images/login.gif) no-repeat left center;
}
#header ul.nav2 li a{
	text-decoration: none;
	color: #FFF;
}
#header ul.nav2 li a:hover{
	text-decoration: underline;
}

#imageheader{
	position:relative;
	margin:0 0 30px;
}


p{
	font-size: 1.2em;
	line-height: 1.7em;
	margin: 0 0 1.7em;
}
p.msg{
	font-size: 1.4em;
	padding: 10px 12px;
	color: #444;
	font-weight:bold;
	background: #DAF0BE;
	text-align:center;
	border:none;
	border-radius: 4px;
	margin: 0 0 30px;
}
p.error{
	color:#FFF;
	background: #E70A0A;
}
h1{
	font-size: 3em;
	font-weight: normal;
	color: #666;
	margin: 20px 0;
}
ul{
	font-size: 1.2em;
	line-height: 1.7em;
	margin: 0px 0px 1.7em;
	padding: 0px;
}
li{
	background: url(/images/bullet.gif) no-repeat left .4em;
	list-style: none;
	padding-left: 22px;
}
ul ul{
	font-size: 100%;
	margin: 0;
}
ul.float{
	float: left;
	width: 143px;
	margin-left: 30px;
}
img.right{
	float: right;
	margin-left: 10px;
}

/*right column - appears BEFORE the left column in code view*/
#right{
	float:right;
	display:inline;
	width:540px;
	margin: 0 0 30px 45px;
}
#right h1.small{
	font-size: 2.4em;
}
#right h1 a{
	color: #666;
	text-decoration:none;
}
#right h1 a:hover{
	text-decoration:underline;
}
#right h2{
	padding-top: 16px;
	border-top: 4px solid #CCC;
	font-size: 1.4em;
	color: #666;
	line-height: 1.7em;
	margin: 0px 0px 17px;
	clear: both;
}
#right h2 a{
	color:#666;
	text-decoration:none;
}
#right h2 a:hover{
	text-decoration:underline;
}
#right p.big{
	font-size:160%;
	font-weight:bold;
	color:#777;
}
#right hr{
	clear:both;
	border-top: 4px solid #CCC;
	padding:0;
	margin:0 0 16px;
	height:1px;
	display:block;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#right hr.lightgrey{
	border-top: 4px solid #E0E0E0;
}
#right img.toppic{
	margin:-20px 0 0 0;
}
div.properties h1{
	font-size: 3em;
	font-weight: normal;
	color: #666;
	margin: 0px 0px 17px;
}
/*Left and main content area of website - appears AFTER the right column in code*/ 

#left{
	float:right;
	display:inline;
	width:325px;
	margin-bottom: 24px;
}

/*These styles are used for BOTH the shaded box with camerons bio on the home page AND the grey boxes in the left column*/



.box{
	padding: 18px;
	margin:0 0 20px;
	border: 1px solid #DADADA;
	background: #F3F3F3;
}
#imageheader .box{
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
	background: #FFF url(/images/about-bg.jpg) repeat-x;
	width: 300px;
	position: absolute;
	right:16px;
	bottom:-22px;
	border: 1px solid #FFF;
	margin:0;
}
.box h2{
	font-size: 2.4em;
	line-height:1.2em;
	font-weight: normal;
	color: #666;
	margin: 0px 0px 15px;
}
.box h2.underline{
	font-size:1.6em;
	font-family:Verdana, Geneva, sans-serif;
	color: #666;
	border-bottom: 1px solid #666;
	padding-bottom: 8px;
	margin: 0 0 14px;
}
#imageheader .box h2.underline{
	color: #08246D;
	border-bottom: 1px solid #08246D;
}
.box p{
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0 0 1em;
}
.box h3{
	font-size: 1.3em;
	margin: 0px;
	line-height: 1.7em;
}
.box h3 a, div.box p a{
	color:#444;
	font-weight:bold;
	text-decoration:none;
}
.box h3 a:hover,
.box p a:hover{
	text-decoration:underline;
}
/*.box img{
	float: right;
	background: #FFF;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.15);
	padding: 5px;
	margin-left: 10px;
}*/
.box img{
	display:block;
}
.box .darkgrey{
	background: #DADADA;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	padding: 10px 8px;
}
.box .darkgrey p{
	margin:0 0 0.6em;
}
.box .darkgrey p.location{
	font-size: 1.1em;
}
.box .darkgrey img{
	float: left;
	margin-left:0;
	margin-right: 10px;
}
.nomargin{margin: 0 !important;}
.box ul{
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	font-weight: bold;
}
.box ul ul {
	font-size: 1em;
}
.box li{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted #666;
	background:none;
}
.box ul small{
	font-size: 70%;
	background: #8C8C8C;
	margin-left: 4px;
	color: #F3F3F3;
	padding: 1px 2px;
}
.box ul a{
	color: #666;
	text-decoration: none;
	line-height: 36px;
	background: url(/images/bullet-arrow.png) no-repeat 270px center;
	display: block;
	padding-left: 8px;
}
.box ul a:hover{
	background: #DADADA url(/images/bullet-arrow.png) no-repeat 270px center;
}
.box .phone {
	font-size: 2.6em;
	background: #DADADA;
	border-top: #B0B0B0 solid 1px;
	border-bottom: #B0B0B0 solid 1px;
	color: #FFF;
	text-shadow: 1px 1px 1px #B0B0B0;
	font-weight: bold;
	margin: 0 -18px 20px;
	padding: 0 18px;
	line-height: 44px;
}


/*Footer styles*/
#footer{
	border-top: 5px solid #CCC;
	clear: both;
	padding-top: 10px;
}
#footer h2{
	font-size: 1.1em;
	margin: 0px;
}
#footer p{
	font-size: 1.1em;
	margin: 0px;
	line-height: 1.4em;
}
#footer p.copyright{
	float: right;
}
#footer p.copyright a{
	text-decoration:none;
	color: #444;
}
#footer p.copyright a:hover{
	text-decoration:underline;
}

/*Clearing div can be used anywhere*/

.clear{
	clear:both;
}
/*market activity table*/
#data table{
	font-size: 1.2em;
	text-align: left;
	color: #000;
	background: #E3F0D6;
	border-collapse: collapse;
}
#data td{
	border-left: 1px solid #333;
	text-align: right;
}
#data td:first-child{
	border: none;
	text-align:left;
}

#data th{
	background: #069;
	color: white;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	text-align: center;
}
#data th:first-child{
	border-left: none;
	text-align: left;
}
#data .dark{
	background: #CEE5B1;
}
#data h2{
	background-color:#FFF;
	text-align: center;
	color: #036;
	font-weight: bold;
	font-size: 1.6em;
	border: 0;
	clear: none;
	
}
#data{
	
	width: 511px;
	border: 1px solid #CCC;
	background: #FFF;
}
#data img{
	float: right;
	
}
#data .blue{
	color: #036;
	font-weight: bold;
}
#data .red{
	color: #900;
	font-weight: bold;

}


.note{
	padding: 10px;
	background: white;
	font-style: italic;
	border-top: 2px solid #069;
	line-height: 18px;
}

/*TinyMCE button padding fix*/
.mce-btn-small button {
	margin-bottom: 5px;
}
.mce-listbox.mce-btn-small button {
	margin-bottom: inherit;
}

.feature h2 a{
	color:#666;
	text-decoration:none;
}
.feature h2 a:hover{
	color:#000;
}

