@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;
}

/*Container holds and centres the entire website*/
#container{
	width:910px;
	margin: 12px auto 0;
	padding-top: 0;
	padding-bottom: 6px;
}
#container p.msg{
	font-size: 1.2em;
	line-height: 1.7em;
	margin: 0px 0px 30px;
	padding: 6px 6px 6px 24px;
	border: 1px solid #FEEE96;
	background: #FFFFCC url(../images/info-icon.gif) no-repeat 6px center;
}
#container #imageheader p{
	margin:0 0 30px;
}
/*header includes logo and both the primary and secondary navigations*/

#header p{
	margin:0;
	float: left;
}
#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;
}

/*right column - appears BEFORE the left column in code view*/

#right{
	float:right;
	display:inline;
	width:540px;
	margin-left: 45px;
	margin-top: 20px;
	margin-bottom: 30px;
}
#right h1{
	font-size: 3em;
	font-weight: normal;
	color: #666;
	margin: 0px 0px 17px;
}
#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{
	font-size: 1.2em;
	line-height: 1.7em;
	margin: 0px 0px 1.7em;
}
#right p.big{
	font-size:160%;
	font-weight:bold;
	color:#777;
}
#right ul{
	font-size: 1.2em;
	line-height: 1.7em;
	margin: 0px 0px 1.7em;
	padding: 0px;
}
#right ul li{
	background: url(../images/bullet.gif) no-repeat left .4em;
	list-style: none;
	padding-left: 22px;
}
#right ul li ul{
	font-size: 100%;
	margin: 0px;
}
#right ul.float{
	float: left;
	width: 143px;
	margin-left: 30px;
}
#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*/

div.box{
	width: 300px;
	background: url(../images/about-bg.jpg) repeat-x;
	position: absolute;
	margin-left: 560px;
	margin-top: 215px;
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 12px;
	border: 1px solid #FFF;
	border-bottom: none;
}
div.box h2{
	font-size: 2.4em;
	font-weight: normal;
	color: #666;
	margin: 0px 0px 15px;
}
div.box h2.underline{
	font: normal 1.6em Verdana, Geneva, sans-serif;
	color: #08246D;
	border-bottom: 1px solid #08246D;
	padding-bottom: 6px;
	margin: 0px 0px 10px;
}
div.box p{
	font-size: 1.2em;
	line-height: 1.7em;
	margin: 0px 0px 1.7em;
}
div.box p img{
	float: right;
	background: url(/images/about-pic-bg.gif);
	padding: 5px 8px 8px 5px;
	margin-left: 8px;
}
div.box div.bottom{
	height: 20px;
	width: 326px;
	margin-left: -13px;
	background: url(/images/about-bottom.gif) repeat-x bottom;
	clear: both;
}

/*The styles and overrides are applied to the boxes when the appear in the left column*/

#left div.box{
	width: auto;
	position: static;
	margin:auto auto 20px;
	border: 1px solid #DADADA;
	background: #F3F3F3;
	padding: 18px;
}
#left div.box h2.underline{
	color: #666;
	border-bottom: 1px solid #666;
	padding-bottom: 6px;
	margin: 0px 0px 14px;
}
#left div.box h3{
	font-size: 1.3em;
	margin: 0px;
	line-height: 1.7em;
}
#left div.box h3 a, div.box p a{
	color:#444;
	font-weight:bold;
	text-decoration:none;
}
#left div.box h3 a:hover, div.box p a:hover{
	text-decoration:underline;
}
#left div.box p{
	margin: 0px 0px 0.8em;
}
#left div.box div.bottom{
	display: none;
}
#left div.box div.darkgrey{
	background: #DADADA;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	padding: 10px 8px;
}
#left div.box div.darkgrey p{
	margin:0 0 0.6em;
}
#left div.box div.darkgrey p.location{
	font-size: 1.1em;
}
#left div.box div.darkgrey img{
	float: left;
	background: url(/images/home-thumbnail-shadow.gif);
	margin-right: 8px;
	padding: 5px 8px 8px 5px;
}
#left div.box p.nomargin{
	margin: 0px;
}
#left div.box ul{
	margin: 0px;
	padding: 0px;
	font-size: 1.4em;
	font-weight: bold;
}
#left div.box ul li{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted #666;
}
#left div.box ul li small{
	font-size: 70%;
	background: #8C8C8C;
	margin-left: 4px;
	color: #F3F3F3;
	padding: 1px 2px;
}
#left div.box ul li a{
	color: #666;
	text-decoration: none;
	line-height: 36px;
	background: url(../images/bullet-arrow.png) no-repeat 270px center;
	display: block;
	padding-left: 8px;
}
#left div.box ul li a:hover{
	background: #DADADA url(../images/bullet-arrow.png) no-repeat 270px center;
}


/*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;
}



