@charset "utf-8";
/* CSS Document */

/*---global reset---*/

*{
	border: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.red{
	color: #FF0000;
}
.clear{
	clear: both;
}

.white{
	color: #FFFFFF;
}
.gray{
	color: #666666;
}

.lefty{
	float: left;
	margin: 0 10px 10px 0;
}
.righty{
	float: right;
	margin: 0 0 10px 10px;
}

p{
	margin-bottom: 12px;
	text-align: justify;
}
a{
	font-size: 14px;
}
.center{
	text-align: center;
}
.breaker{
	clear: both;
	border-bottom: 1px dashed #666666;
	width: 100%;
	margin: 0 auto 20px auto;
}
ol{
	padding-left: 20px;
}
ol li{
	color: #999999;
	font-size: 14px;
}
ul{
	list-style: none;
}
ul.bulleted{
	list-style: disc;
	padding: 0 0 0 16px;
}
ul.bulleted li{
	color: #999999;
	font-size: 14px;
	margin-bottom: 8px;
}
a{
	color: #99cc00;
}
a:hover{
	color: #333333;
}
.smaller{
	font-size: 12px;
}
.underline{
	text-decoration: underline;
}
/*------body------*/
body{
	scrollbar-face-color: #99cc00;
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: #dedede;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-track-color: #dddddd;
	scrollbar-arrow-color: #666666;
}
#wrap{
	width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	background-image: url(images/wrap-bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
}
#footcap{
	width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	background-image: url(images/footcap-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 32px;
	text-align: center;
	font-size: 14px;
}
#footcap a{font-size: 14px;}

/*Header*/

#header{
	height: 50px;
	clear: both;
	position: relative;
	width: 960px;
}
#heading {
	position:absolute;
	left:650px;
	top:24px;
	width:300px;
	height:23px;
	z-index:1;
}
#heading h1{
	color: #99cc00;
	font-size: 16px;
}
#vectis {
	position:absolute;
	left:20px;
	top:50px;
	width:85;
	height:30;
	z-index:3;
}
#headerh2 {
	position:absolute;
	left:10px;
	top:100px;
	width:532px;
	height:49px;
	z-index:1;
}
#headerh2 h2{
	color: #99cc00;
	font-size: 20px;
}

/*Content*/
#content{
	position: relative;
	clear: both;
	height: 360px;
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-x;
	width: 960px;
}
#content ul li{
	color: #999999;
	font-size: 14px;
}
#content h2{
	color: #99cc00;
}

#left{
	float: left;
	width: 496px;
	overflow: auto;
	height: 340px;
	padding: 10px;
}
#left p{
	color: #999999;
	font-size: 14px;
	text-align: left;
	line-height: 18px;
}

#left p a{
	font-size: 14px;
	text-align: left;
	line-height: 18px;
}

#right{
	float: right;
	width: 414px;
	background-image: url(images/plant.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 360px;
}
/*NAV*/
#nav{
	width: 960px;
	clear: both;
	text-align: center;
}
#nav ul li{
	display: inline;
	padding: 0 10px;
}
#nav ul li a{
	color: #99cc00;
	font-size: 16px;
	font-weight: bold;
}
#nav ul li a:hover{
	color: #666666;
}
#nav ul li.active a{
	color: #666666;
	font-size: 16px;
	font-weight: bold;
}
/*FOOTER*/
#footer{
	height: 120px;
	width: 960px;
	position: relative;
}

#podi {
	position:absolute;
	left:838px;
	top:13px;
	z-index:4;
}
#vectissmall{
	position:absolute;
	left:10px;
	top:170px;
	width:88;
	height:30;
	z-index:3;
}


/*Special Classes*/
.leftywow{
	float: left;
	margin: 0 10px 10px 0;
	padding-left: 50px;
}
div#linkbox{
	background-color: #ccccff;
	padding: 10px;
}
div#linkbox p{
	color: #000000;
	font-size: 12px;
}
div#linkbox a{
	color: #009999;
	text-decoration: underline;
	font-weight: bold;
}
iframe#regform{
	border: none;
	padding: 0;
	margin: 0;
	width: 350px;
	height: 380px;
}
.centered{
	margin: 0 auto;
	text-align: center;
}