/* CSS Document */

p, ul, li, ol, dd, dt, h1, h2, h3, h4 {margin:0; padding:0;}

a {text-decoration:none; color:#5EB533;}
a:hover {color:#333333;}

#wrap {
	width:681px; height:auto;
	margin:0 auto;
}

#header {
	width:681px; height:79px;
	background-color:#CCCCCC;
}

#header1 {
	width:681px; height:79px;
	background-color:#CCCCCC;
	background:url(../images/header1.jpg) no-repeat;
}

#flash {
	width:681px; height:365px;
	margin-top:7px;
	background-color:#FFFFFF;

}

#content {
	width:681px; height:auto;
	padding-bottom:50px;
}

#content p {
	padding:20px 20px 5px 20px;
	line-height:18px;
}

#footer_one {
	width:681px; height:51px;
	text-align:center;

}


#footer_two {
	width:681px; height:72px;
	border-top:1px solid #D7D7D7;
	text-align:center;

}

#footer_three {
	border-top:7px solid #5EB533;
	width:681px; height:137px; 
	text-align:center;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#868686;

}

#footer_three p {
	margin-top:20px;

}

#footer_three a {
		color:#868686;
}

#footer_three a:hover {
	color:#5EB533;
}

#navigation {
	width:681px; height:47px; 
	background-color:#5EB533;
	margin-top:7px;
	position:relative;

}

input {
	border:1px solid #5EB533;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	padding:3px;

}

textarea {
	border:1px solid #5EB533;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	padding:3px;
	width:200px;

}

.btn {
	background-color:#5EB533;
	color:#FFFFFF;
	border:none;
}


.top {
	margin-top:20px;
	
}

ul.list {
	margin:20px 20px 20px 40px;
	
}

ul.list li {list-style-type:square; margin-top:4px;}


