/* high-treesV2 base */
@import url("styles.css");
@import url("form.css");

h3	{
	background:url(img/post/apps0.jpg) center left no-repeat;
	padding-left:60px;
	height:50px; width:250px;
	}
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-align:center;
	margin: 0px auto;
	padding: 0px;
}
img {border:0;}
#wrapper {
	width: 900px;
	padding: 0px;
	margin: 0;
	height: auto;
	text-align: left;
	border: 1px solid #ddd;
	}
#header { 			
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: auto;
	text-align:right;
	}
.logo {float:left;}
#container {
	padding-top: 20px;
	margin:  0px;
	background-attachment: scroll;
	width: auto;
	clear:both;
	}
#left {	
	height:100%;
	margin: 0px;
	width: 110px;
	padding: 10px 20px 10px 0px;
	float: left;
	}

#nav {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	}
p.about {
	width:480px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.3em;
	color:#777;
	padding:10px 10px 10px 30px;
	}
.post {		
	height: auto;
	width: 575px;
	padding: 10px 0px 10px 0px;
	float: left;
	margin: 0px ;
	line-height: 1.2em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #777;
	position:relative;
	}
.staff {		
	height: auto;
	width: 350px;
	padding: 10px 0px 10px 0px;
	float: left;
	margin: 0px ;
	line-height: 1.2em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #777;
	position:relative;
	text-align:left;
	}
.staffimg { height:150px; 
	padding:10px; 
	float:left;}
.staffright  {		
	height: auto;
	width: 400px;
	padding: 10px 0px 10px 0px;
	float: left;
	margin-left:10px;
	line-height: 1.2em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #777;
	position:relative;
	text-align:left;
	}
.staffleft {
	height: auto;
	width: 350px;
	padding: 10px 0px 10px 0px;
	float: left;
	margin-left:130px;
	line-height: 1.2em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #777;
	position:relative;
	text-align:left;}
.postLeft {	
	margin-top:10px; margin-bottom:20px;
	width:260px;
	float:left;
	padding:10px 10px 0px 15px;
	background:#efefef;}
.postRight {	
	margin-top:10px; margin-bottom:20px;
	width:250px;
	float:right; 
	padding:10px 10px 0px 20px;
	background:#efefef;}
.post ul { 
	padding-left:45px;
	list-style-type:bullet;}	
.postRight
.post p {
	width:400px;
	}
h1 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
#right {		/*	border:1px dashed black;	*/
	padding: 10px 0px 10px 10px;
	height: auto;
	width: 180px;
	float: right;
	margin: 0px ;
	}
#right p { padding-left:10px; }
#right h1 { font-size: 12px; color: #777;  padding-left:5px;}


.clearer {
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;
}
#footer {
	margin: 5px 0px 0px 0px;
	text-align: center;
	padding: 15px 0px 15px 0px;
	background-color: #f1f1f1;
	}
#footer p {
	color: #999;
	margin: 5px auto 0px auto;
	padding: 0px;
	}
#footer a:link, #footer a:visited, #footer a:active {
	color: #999;
	text-decoration: none;
	}
#footer a:hover {
	color: #ccc;
	text-decoration: none;
	} 
