*{
	margin:0;
	padding:0;
}
body{
	background-color:#bdbfb5;
	text-align:center;
	font:12px Arial,sans-serif;
	color:#5f5f5f;
	padding:40px 0;
}
#container{
	width:620px;
	margin:0 auto;
	text-align:left;
}
#header{
	height:110px;
	background:#fff url("../images/site/header.gif") no-repeat top left;
}

/* content divs */
#content{
	background:#fff url("../images/site/contentbg.gif") repeat-y top left;
}
#left{
	width:390px;
	padding:5px 0 10px 25px;
	float:left;
	min-height:250px;
}
#right{
	width:165px;
	padding-right:20px;
	float:right;
}
#clear{
	clear:both;
	height:10px;
}

/* content styles */
h1{
	font:25px "Trebuchet MS",Helvetica,sans-serif;
	margin-top:8px;
}
h2{
	font:21px "Trebuchet MS",Helvetica,sans-serif;
	margin-top:8px;
	/*color:#686c56;*/
}
h3{
	font:21px "Trebuchet MS",Helvetica,sans-serif;
	letter-spacing:-1px;
	color:#bbb;
	margin-top:10px;
}
h4{
	font:17px "Trebuchet MS",Helvetica,sans-serif;
	margin-top:10px;
}
h5{
	font:16px "Trebuchet MS",Helvetica,sans-serif;
	margin-top:10px;
}
h6{
	font:14px Arial,sans-serif;
	font-weight:bold;
	margin-top:15px;
}
p{
	margin:8px 0 18px;
	line-height:20px;
}
a{
	text-decoration:none;
	color:#95a44c;
}
a:hover{
	color:#7f8c41;
}
del{
	color:#aaa;
}
acronym{
	cursor:help;
}

/* News Items */
.newsItem p{
	margin-bottom:15px;
}
.newsItemDate{
	color:#bbb;
	margin-left:2px;
}

/* owdlinx */
.owdlinx p{
	margin:5px 0 20px 5px;
}
.owdlinx h4 span{
	font:12px Arial,sans-serif;
	color:#5f5f5f !important;
	display:block;
	margin:5px 0 20px 5px !important;
}

/* portfolio */
ul.portfolio{
	list-style:none;
	margin:0;
	padding:0;
}
ul.portfolio li{
	margin:0;
}
ul.portfolio a{
	width:390px;
	display:block;
	padding-top:5px;
}
ul.portfolio img{
	border:none;
	padding:8px 8px 0 8px;
	float:left;
}
ul.portfolio .ptitle{
	padding:7px 2px 4px;
	font:12px Arial,sans-serif;
}
ul.portfolio .ptitle span{
	color:#bbb;
}
ul.portfolio .pdesc{
	float:left;
	font:11px Arial,sans-serif;
	color:#999;
	width:306px;
	cursor:pointer;
}
ul.portfolio .pbottom{
	clear:both;
	height:15px;
}
ul.portfolio a:hover{
	background:#f5f5f5 url("../images/site/rounded_top.gif") no-repeat top left;
}
ul.portfolio a:hover .pbottom{
	background:#f5f5f5 url("../images/site/rounded_bottom.gif") no-repeat top left;
}
ul.portfolio a:hover .pdesc{
	color:#5f5f5f;
}

/* blockquotes */
blockquote{
	margin:15px auto 0;
	width:90%;
	background:transparent url("../images/site/quotebg.gif") no-repeat top left;
	padding-left:20px;
	font-style:italic;
}
blockquote span{
	display:block;
	font-size:11px;
	color:#aaa;
	font-style:normal;
}

/* code blocks */
code{
	margin:15px 10px 20px;
	display:block;
	font-size:11px;
	line-height:17px;
}

/* highlight */
.highlight{
	color:#7f8c41;
	font-weight:bold;
}

/* clear */
.clear{
	clear:both;
}

/* back to top */
.backtotop{
	margin:-5px 0 15px;
}

/* faded */
.faded{
	color:#bbb;
}

/* stretch */
.stretch{
	width:100%;
}

/* Loading */
.loading{
	width:80px;
	/* centered
	margin-left:auto;
	margin-right:auto;
	*/
	background:transparent url("../images/site/loading.gif") no-repeat center right;
	font-size:14px;
	font-weight:bold;
	color:#bbb;
}

/* unavailable */
.unavailable{
	font-weight:bold;
	font-size:11px;
	padding:5px 10px;
	background:#f5f5f5;
	border:1px solid #e5e5e5;
	border-width:1px 0;
}
.unavailable span{
	color:red;
}

/* lists */
ul{
	list-style-type:square;
	margin:15px 10px 20px 20px;
}
ul li{
	margin-bottom:7px;
}
ul li ul{
	margin:7px 0 7px 14px;
}

ol{
	margin:15px 10px 20px 25px;
}
* html ol{
	margin-left:28px;
}
ol li{
	margin-bottom:7px;
}
ol li ol{
	margin:7px 0 7px 14px;
}

dl{
	margin:15px 10px 20px 5px;
}
dl dt{
	color:#7f8c41;
	font-weight:bold;
	margin-top:10px;
}
dl dd{
	margin:5px 0 0 15px;
	line-height:20px;
}

/* tables */
table{
	border-collapse:collapse;
	border:1px solid #ddd;
	font-size:11px;
	margin:15px 0 20px;
}
th{
	background-color:#5f5f5f;
	color:#fff;
}
th,td{
	border-left:1px solid #ddd;
	padding:8px 15px 8px 10px;
	margin:0;
}
tr.even td{
	background-color:#eeefe8;
}
th.first, td.first{
	border-left:0;
}

/* forms */
form label{
	display:block;
	color:#aaa;
	font:11px Verdana,Arial,sans-serif;
	margin-bottom:5px;
}
form p{
	margin:8px 0 15px;
}
form input,form textarea{
	font:12px Arial,sans-serif;
	color:#5f5f5f;
	border:1px solid #aaa;
}
form input.text{
	width:200px;
}
form textarea{
	height:125px;
	width:325px;
	padding:2px 3px;
	line-height:18px;
}
form input{
	padding:2px 3px;
}
form input.button{
	cursor:pointer;
	font-size:12px;
	background-color:#e7e7e7;
	padding:1px 3px;
}
form input.button:hover{
	background-color:#ddd;
}
form a.aButton{
	padding:3px 8px;
	font-size:12px;
	background-color:#e7e7e7;
	border:1px solid #aaa;
	color:#5f5f5f;
	/* Remove firefox dotted border */
	outline:none;
}
form a.aButton:hover{
	background-color:#ddd;
	color:#5f5f5f;
}

/* sidebar */

/* nav */
ul#nav{
	width:175px;
	margin:0 0 25px 0;
	padding:0;
	list-style:none;
	font:11px Arial,sans-serif;
}
ul#nav ul{
	width:165px;
	list-style:none;
	margin:0 0 0 10px;
}
* html ul#nav{
	margin-right:-10px;
}
ul#nav li{
	vertical-align:bottom;
	margin:0;
}
ul#nav li a{
	display:block;
	width:145px;
	padding:5px 10px;
	margin:7px 0 0 10px;
	background:#f3f3f3;
	color:#5f5f5f;
	/* Remove firefox dotted border */
	outline:none;
}
ul#nav li ul li a{
	width:135px;
	background:#f9f9f9;
	color:#777;
}
ul#nav li a:hover{
	/* background:#f5f5f5 url("../images/site/navitemhovergradient.gif") repeat-y top left; */
	/* background:#eee url("../images/site/navitemhoverfade.gif") repeat top left; */
	background-color:#eee;
}
ul#nav li a.active{
	margin-left:5px;
	width:150px;
	color:#7f8c41;
	/* font-weight:bold; */
}

/* footer */
#footer{
	height:60px;
	background:#fff url("../images/site/footer.gif") no-repeat top left;
	color:#fff;
	font-size:11px;
	cursor:default;
}
#footer #fleft{
	float:left;
	display:inline;
	margin:15px 0 0 30px;
}
#footer #fright{
	float:right;
	display:inline;
	margin:15px 30px 0 0;
}
#footer a{
	color:#bbb;
}
#footer a:hover{
	color:#c7db65;
}

/* lightbox caption styles */
#lightbox #caption{
	display:block;
	padding-top:3px;
}
#lightbox #caption a{
	font:12px Arial,sans-serif;
}

/* preload */
#preload{
	width:0;
	height:0;
	display:inline;
	background-image:url("../images/site/navitemhovergradient.gif");
	background-image:url("../images/site/loading.gif");
	background-image:url("../images/site/rounded_top.gif");
	background-image:url("../images/site/rounded_bottom.gif");
}
