body {
	margin : 0;
	padding : 0;
	text-align : left;
	font : 85% "Trebuchet MS", verdana, arial, sans-serif;
	line-height : 1.5em;
	color : #000;
	background: #BDE0A8 url(../images/bg.jpg)top center repeat-y;
	background-color: #BDE0A8;
}
			/*CONTAINER*/
#wrapper {
	position : relative;
	width : 780px;
	margin-right : auto;
	margin-left : auto;
	padding : 0;
	border : 0px solid green;
	background : #fff;
	
}
			/*TOP TITLE BAR*/
#title {
width : 770px;
margin-left : 5px;
padding : 0;
text-align : right;
background : #fff;
color : #000;
}
#title h1 {
	margin : 0;
	padding : 10px;
	font-size : 175%;
	text-transform : uppercase;
	letter-spacing : 5px;
	background : inherit;
	color : #000000;
}
			/*BANNER*/
#header {
	background : url(../images/head.jpg) no-repeat;
	width : 770px;
	height : 200px;
	margin : 0 0 0 5px;
	padding : 0 0 0 0;
}

#logo{
position:relative;
color:#000;
	font-size: 35px;
	line-height: 1;
	letter-spacing: 5px;
	height:40px;
	width: 755px;
	border-bottom: 1px solid #b2d094;
	margin: 10px 0px 10px 5px;
	padding-left:15px;
}
#tag{
font-size:18px;
color:#000000;
font-weight:bold;
text-align:center;
}
.green{
color:#006600;}
#right{
position:relative;
width:300px;
	padding-right: 15px;
	float:right;text-align: right;
	}
#left{
position:relative;
	text-align: left;
	width: 300px;
	
	padding-left: 20px;
	float:left;
	}
			/*TOP NAVIGATION*/
.container {
	width : 770px;
	height : 35px;
	margin : 10px 0 10px 5px;
}
#navCircle {
margin : 0;
padding : 0 0 20px 20px;
border-bottom : 1px solid #b2d094;
}
#navCircle li {
margin : 0;
padding : 0;
display : inline;
list-style-type : none;
}
#navCircle a:link, #navCircle a:visited {
float : left;
font-size : 1.3em;
padding : 0 25px 15px 25px;
text-decoration : none;
background : inherit;
color : #457C05;
}
#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
background-color : inherit;
color : #000;
background : url(../images/arrow.gif) no-repeat bottom center;
}
			/*MAIN CONTENT*/
#content {
	width : 550px;
	float : left;
	margin-top : 0;
	margin-left : 11px;
	padding : 5px;
	border-right : 1px solid #b2d094;
}
#content p {
padding : 0 20px;
}



.contact{
	border: #457c05 thin solid;
	width:400px;
	height:180px;
	text-align:center;
	font-size:14px;
	background-color:#BCE0A8;
	margin-left: 80px;
}
.calltoaction{
	width:485px;
	background-color:#FFFFFF;
	margin-left:30px;
	margin-top:10px;
	vertical-align:middle;
	padding-left: 10px;
}

.calltoaction img{padding:10px;
margin-top:5px;
}
.first{
}			/*SIDEBAR*/
#right-col {
width : 175px;
margin : 5px 0 0 590px;
border-left : 1px none #28460a;
padding : 3px;
}
			/*FOOTER*/
#footer {
	margin : 50px 0 0 0;
	padding : 5px;
	font : 90% "Trebuchet MS", verdana, arial, sans-serif;
	background : #4b692d;
	color : #fff;
	text-align: center;
}
#footer a:link, #footer a:visited {
background : inherit;
color : #b2d094;
}
#footer a:hover {
background : inherit;
color : #fff;
text-decoration : none;
}
			/*SCROLLBAR*/
div.scroll {
overflow : auto;
height : 10em;
width : 150px;
padding : 1ex;
margin : 0 0 30px 5px;
border : 1px solid #345411;
background : #BCE0A8;
color : #000;
}
			/*TYPOGRAPHY*/
h2 {
	margin : 20px;
	font-size : 140%;
	text-transform : uppercase;
	letter-spacing : 3px;
	background : inherit;
	color : green;
}
h3 {
	margin : 5px;
	font-size : 120%;
	background : inherit;
	color : green;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-left: 20px;
}
blockquote {
	font-style : normal;
	color : #990000;
	font-size: 14px;
}
			/*LINKS*/
a img {
border : none;
}
a:link, a:visited {
text-decoration : none;
background : inherit;
color : #457C05;
}
a:hover {
text-decoration : underline;
background : inherit;
color : #666;
}
ul.side {
list-style-type : square;
padding : 0;
margin : 0;
background : inherit;
color : #457C05;
}
.side li {
padding-left : 0.2em;
margin-left : 2em;
}
			/*CLASSES*/
.news {
font-size : 90%;
background : inherit;
color : #000;
}
.imgleft {
	float : left;
	border : 1px solid #345411;
	padding : 5px;
	margin-right : 20px;
}
.imgright {
float : right;
border : 1px solid #345411;
padding : 5px;
margin-left : 15px;
}


ul {
	list-style-type : square;
	padding : 0;
	margin :5px;
	background : inherit;
	color : #000;
}

li{
	list-style-type: square;
}

.clear{
clear:both;
margin:0;
padding:0;
}

