html, body {
	background-color: #f2f2f2;
	margin:0;
}

.no_border {
	border-bottom:none;
}

.container {
	height:auto;
	height:100%;
	min-height: 100%;
}

#main {
	margin-top:-48px;

}

#main h1 {
	font-size: 2.4em;
	color:#2c4001;
}

#main h2 {
	font-size: 1.4em;
	color:#8c031c;
}

#main p a, li a {
	font-weight: bold;
	color:#4e7317;
	text-decoration: none;
	border-bottom:1px dotted #4e7317;
}
#main a img {
	border-bottom:none;
}
#main a:hover {
	color:#8c031c;
	text-decoration: underline;
	border-bottom:none;
}

#header {
	height: 76px;
	width:100%;
	background-image: url(./assets/top_gradient.png);
	background-color: #568214;
	background-repeat: repeat-x;
	margin:33px 0 0 0;
	padding:0;
	border-top:15px solid #6da120;
}


#nav {
	float:right;
	width:580px;
	margin:21px 20px 60px 0;
}

#nav ul {
	float:right;
	text-align: right;
	list-style-type: none;
	height:26px;
	width: 290px;
	background-image: url(../assets/nav_shadow.gif);
	background-color: #fff;
}

#nav ul li {
	display: inline;
	padding: 0 10px;
}

#nav ul li a {
	font-size: 1.2em;
	text-decoration: none;
	color:#fff;
}

#nav ul li a:hover {
	color:#1d2801;
	border-top: 5px solid #1d2801;
}

#nav ul li a:visted {
	color:#2c4001;
}


#banner {
	float:left;
	height:710px;
	width:325px;
	background-image: url(../assets/main_leftpanel2.png);
}

#banner ul {
	list-style-type: none;
	padding-right:13px;
}

#banner ul li {
	text-align: right;
	color:#b5b5b5;
}

#banner ul li a {
	text-decoration: none;
	color:#b5b5b5;
}

#logo {
	margin: 20px 30px; 0 0;
	width:290px;
	padding:0;
}

#logo a {
	border-bottom: none;
}


#slogan {
	margin:160px 0 20px;;
}


#slogan h2 {
	color:#828f6f;
	margin:0;
}

#info {
	margin-top:100px;
}

#info a:hover {
	color:#fff;
	text-decoration: none;
}

#service_intro {
	margin:0 8px;
	width:550px;
	float:left;
}

#service_download {
	margin-top: 47px;
	float:left;
}

#service_download a:hover img {
	border-bottom: 2px dotted #ccc;

}

#contact_submit {
	

}

#contact_email p {
	margin-bottom:5px;
}

.contact_input {
	margin:0 0 10px 0;
	padding:2px 3px 0;
	width:280px;
	height:18px;
	color:#666;
	border:1px solid #ccc;
	background-color: #fff;
}

#message {
	height:200px;
	padding-top:5px;

}

#footer {
	margin:30px auto 0;
	padding:12px 10px;
	text-align: center;
	height: 48px;
	background-image: url(../assets/footer_bg.png);
	background-color: #dadada;
	background-repeat: repeat-x;
	border-bottom: 3px solid #aaa;
}

#footer_inner {
	width:930px;
	margin:0 auto;
}

#footer p {
	float:left;
	color:#9d9d9d;
}

#footer ul {
	float:right;
	margin:0;
	list-style-type: none;
}

#footer ul li {
	display:inline;
	margin: 0 0 0 20px;	
}

#footer ul li a {
	color:#9d9d9d;
	text-decoration: none;
	border-bottom:1px dotted #9d9d9d;
}

#footer ul li a:hover{
	color:#000;
	border-bottom:none;
}

.p_column {
	float:left;
	width: 300px;
	margin:0 8px;
}

.p_required {
	font-size: 1.4em;
	font-weight: bold;
	color:#8c031c;
}

.gray {
	color:#333;
}
