* {
	border: none;
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(../images/bg_body.gif) repeat-x;
	font: .75em/1.65em verdana, arial, "trebuchet ms", tahoma, sans-serif;
	color: #444;
}

hr,
legend {display: none;}

a {
	text-decoration: none;
	color: #317486;
}
a:hover {color: #808080;}

h1 {font: bold 2.2em arial, sans-serif;}
	h1 a {color: #fff;}
	h1 a:hover {color: #e4ffd3;}
	h1 span {
		font-weight: normal;
		font-size: .9em;
	}
h2 {font: bold 1.6em arial, sans-serif;}
h3 {font-size: 1em;}
h4 {
	font-weight: normal;
	font-size: .9em;
	color: #808080;
}

ul {list-style: none;}

form {
	position: relative;
	width: 300px;
	padding-right: 100px;
}

legend {display: none;}
label {display: block;}
input,
textarea {
	width: 292px;
	border: 1px solid #ccc;
	padding: 4px 3px;
	font: 1em/1em verdana, sans-serif;
}
textarea {padding-bottom: 30px;}

#fm_verify {
	float: left;
	width: 232px;
}
#fm_submit {
	position: absolute;
	bottom: 15px;
	width: auto;
	border-color: #ccc #ccc #fff #fff;
	background: #fff url(../images/shape_arrowhead_right_green.gif) no-repeat left center;
	padding: 5px 10px 5px 15px;
	font-weight: bold;
	color: #46852f;
}

#container {
	width: 900px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 155px;
	background: url(../images/bg_header.jpg) no-repeat center bottom;
	padding: 120px 40px 0;
}
	#header h1 {
		position: absolute;
		top: 30px;
		left: 0;
		width: 240px;
		height: 46px;
		background: url(../images/bg_h1.gif) no-repeat center bottom;
		text-align: center;
	}
	#header p {
		text-align: right;
		color: #4c8734;
	}
		#header p strong {
			display: block;
			font: bold 1.7em arial, sans-serif;
		}
	#header ul {
		position: absolute;
		top: 40px;
		right: 0;
	}
		#header ul a {
			background: #505050 url(../images/bg_menu_a.gif) no-repeat right bottom;
			margin-left: 30px;
			padding: 30px 15px 0 0;
			color: #ccc;
		}
		#header ul a:hover,
		#header ul a.active {
			background-image: url(../images/bg_menu_a_hover.gif);
			color: #feffb8;
		}
		#header ul li {
			display: inline;
			height: 45px;
			font-size: 1.1em;
		}

#content {
	overflow: hidden;
	background: url(../images/shape_square_grey.gif) repeat-y 290px 0;
	margin: 20px 0;
	padding: 15px 15px 0;
	text-align: justify;
}
	#content a {
		background: #effcff;
		color: #317486;
	}
	#content img {
		border: 1px solid #ccc;
		padding: 5px;
	}
	#content h2,
	#content h3,
	#content h4,
	#content h5,
	#content h6,
	#content p,
	#content ul,
	#content ol,
	#content dl {margin-bottom: 15px;}
	#content h2 {
		border-bottom: 1px solid #ccc;
		padding-bottom: 5px;
	}
		#content p span {font-weight: bold;}
			#content p span a {
				float: right;
				background: transparent;
				margin-top: -40px;
				font-weight: normal;
			}
		#content ul a {
			background: #eaffe3;
			text-transform: lowercase;
			color: #46852f;
		}
		#content ul h3,
		#content ul p {margin-bottom: 0;}
		#content ul h3 {
			float: left;
			padding-right: .5em;
		}
		#content ul li,
	#content dl {color: #46852f;}
		#content ul li,
	#content dt {
		padding-left: 15px;
		background: url(../images/shape_arrowhead_right_green.gif) no-repeat left .5em;
	}
		#content ul li {overflow: hidden;}
	#content dt {font-weight: bold;}
	#content dd {
		margin-bottom: 5px;
		padding-left: 15px;
	}
		#content dd strong {font-weight: normal;}
		#content form img {
			float: right;
			border: none;
			padding: 0;
		}
			#content form ul li {
				background: none;
				padding: 0;
			}
		#content .gallery li {
			float: left;
			margin-right: 15px;
		}
	#content .information {
		padding: 15px;
		background: #f4f4f4 url(../images/shape_corner_right_bottom_grey.gif) no-repeat bottom right;
		color: #808080;
	}
		#content .information li {
			list-style: square inside;
			background: none;
			padding-left: 0;
		}

#main {
	float: right;
	width: 560px;
}

#sub {
	float: left;
	width: 240px;
}

#footer {
	overflow: hidden;
	width: 870px;
	border-top: 1px solid #ccc;
	padding: 0 15px 20px;
	color: #808080;
}
	#footer a {
		background: #fff;
		color: #4ca031;
	}
	#footer p {float: right;}
	#footer ul {
		width: 900px;
		margin: 0 0 15px -15px;
		text-align: center;
	}
		#footer ul a {
			cursor: default;
			color: #808080;
		}
		#footer ul strong {font-weight: normal;}
		#footer ul li {
			display: inline;
			text-transform: lowercase;
			font-size: .75em;
		}
	#footer ol {float: left;}
		#footer ol li {
			display: inline;
			margin-right: 15px;
		}
	#footer dl {float: left;}
	#footer dt {
		clear: left;
		float: left;
		padding-right: .5em;
	}
