/******************************************************************************************************************
Main 'styles.css' Style sheet
Developed by Michael McGarrity, July 2008
Copyright Stevensons (c) 2008
A-Z CSS properties list style
******************************************************************************************************************/

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FDFDFD;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	margin-bottom: 1em;
}
img {
border:2px solid #344233;
}
#wrapper {
	width: 900px;
	margin: 30px auto 0;
}
#navtop {
	height: 25px;
	background-color: #344233;
	text-align: center;
	position: relative;
}
#navtop li {
	list-style: none;
	display: inline;
}
#navtop .last {
	color: #FFFFFF;
	padding-left: 10px;
}
#navtop a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 25px;
	padding: 0 15px;
}
#navtop a:hover {
	font-weight: bold;
}
#content, #content2, #content3, #content4, #content5, #content6 {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #A49C9A;
	min-height: 300px;
}
#content {
	background-image: url(../images/bg.jpg);
}
#content2 {
	background-image: url(../images/bg-dp.jpg);
}
#content3 {
	background-image: url(../images/bg-cp.jpg);
}
#content4 {
	background-image: url(../images/bg-du.jpg);
}
#content5 {
	background-image: url(../images/bg-cu.jpg);
}
#content6 {
	background-image: url(../images/bg-f.jpg);
}
* html #content, * html #content2, * html #content3, * html #content4, * html #content5, * html #content6 {
	height: 300px;
	overflow: visible;
}
.clearer {
	clear: both;
	height: 0px;
	overflow: hidden;
}
#leftmask {
	position: absolute;
	width: 240px;
	height: 100%;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background-color: #FFFFFF;
	left: 0px;
	top: 0px;
}
#rightmask {
	position: absolute;
	width: 240px;
	height: 100%;
	background-color: #FFFFFF;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	right: 0px;
	top: 0px;
}
* html #rightmask, * html #leftmask {
	height: expression(document.all['content'].clientHeight);
}
#rightcol {
	float: right;
	width: 210px;
	position: relative;
	margin-right: 15px;
	display: inline;
	padding: 10px 0;
}
#rightcol h2 {
	font-size: 130%;
	text-align: center;
	margin-bottom: 5px;
}
#rightpanel {
	min-height: 350px;
}
#rightpanel, #rightcol h2 {
	background-color: #FFFFFF;
	color: #000000;
	padding: 6px;
	border: 1px solid #666666;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	opacity:0.6;
	min-height: 10px;
}

#rightpanel2 {
	background-color: #FFFFFF;
	color: #000000;
	padding: 6px;
	border: 1px solid #666666;
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity:0.9;
	opacity:0.9;
	min-height: 350px;
}

#leftpanel {
	color: #24301A;
	font-weight:bold;
	padding: 6px;
	min-height: 10px;
	text-align:center
}

#rightpanel p, #rightpanel li {
	font-size:90%
}

#rightpanel ul {
	list-style-type:none;
	margin-left:10px
}

* html #rightcol h2, * html #leftpanel {
	height: 1%;
}
* html #rightpanel {
	height: 350px;
}
#leftcol {
	float: left;
	width: 210px;
	position: relative;
	margin-left: 15px;
	display: inline;
	padding: 10px 0;
}
#navleft {
	margin: 20px 0;
}
#navleft li {
	list-style: none;
	margin-bottom: 5px;
}
#navleft a {
	display: block;
	height: 33px;
	line-height: 33px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	opacity:0.6;
}
#navleft a:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}
#subfoot {
	background-color: #344233;
	color: #FFFFFF;
	height: 25px;
	line-height: 25px;
	padding-left: 14px;
	font-weight: bold;
}
#footer {
	margin-top: 40px;
	text-align: center;
}

#logo {
	margin-left:20px;
	border:3px solid #fff
}

#logo {
	position: absolute;
	left: -60px;
	top: 10px;
}
#navleft {
	margin: 120px 0 20px;
}