html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;

}

a {
	text-decoration: none;
	color: #4FA7C4;
}

a:hover {
	text-decoration: underline;
	color: #FB9610;
}

a, h1, h2, img, p, div, ul, li, input, form {
	border: none;
	padding: 0;
	margin: 0;
}

h1 {
	color: #FB9610;
	font-size: .9em;
}

h2 {
	color: #4FA7C4;
	font-size: .9em;
}

p {
	padding-bottom: 10px;
	font-size: .7em;
	line-height: 13px;
}

p.first {
	padding-top: 35px;
}

p.legal { font-size: 10px; }

p.subhead {
	padding-bottom: 20px;
	font-size: .6em;
	color: #888;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px auto;
	width: 791px;
	background: #FFF url(../images/body_bg.jpg) repeat-y;
}

#header {
	height: 100px;
	width: 726px;
	background: #444 url(../images/header_bg.jpg) repeat-x 0 0;
	margin-left: 33px;
}

	#header a#logo img{
		float: left;
	}

	#header ul#nav, #header ul#nav li {
		list-style: none;
		float: left;
	}

	#header ul#nav {
		padding: 53px 0 0 70px;
		font-size: .7em;
	}

	#header ul#nav li a {
		border-left: 1px solid #CCC;
		padding: 2px 10px;
		text-decoration: none;
		color: #CCC;
	}

	#header ul#nav li a:hover {
		text-decoration: underline;
		color: #FFF;
	}

	#header ul#nav li a.selected {
		text-decoration: underline;
		color: #FFF;
	}

	#header ul#nav li.first a {
		border: none;
	}


#main_graphic {
	margin-left: 33px;
}

#left_content {
	float: left;
	width: 390px;
	padding: 20px 20px 0px 55px;
}

	#left_content form label { font-weight: bold; }

	#left_content form label span {
		font-size: 10px;
		color: #4FA7C4;
	}

	#left_content p.address {
		font-size: 10px;
		color: #608e1c;
	}

	#left_content form input.field, #left_content form textarea.field {
		margin-top: 1px;
		padding: 1px;
		border: 1px solid #444;
		background-color: #FFF;
	}

	#left_content form input#send {
		width: 60px;
		height: 22px;
		padding: 2px;
		margin: 15px 0;
		color: #FFF;
		background-color: #95c54f;
	}

	#left_content ul.disc, #left_content ul.circle, #left_content ol.number {
		padding-left: 30px;
		font-size: 11px;
		line-height: 14px;
	}

	#left_content ul.disc { list-style: disc; padding-bottom: 10px; }

	#left_content ul.circle { list-style: circle; }

	#left_content li { padding: 2px 0; }


#right_content, #right_content_home {
	float: left;
	width: 220px;
	padding: 20px 20px;
}

#right_content_home {
	padding-top: 68px;
}

#browse_select {
	width: 175px;
}

#footer {
	width: 725px;
	margin: 0 auto;
	height: 40px;
	background: #444 url(../images/footer_bg.gif) repeat-x 0 0;
}

#footer p {
	color: #BBB;
	font-size: .6em;
	padding: 17px 0 0 10px;
	margin: 0;
}

.extend_footer {
	height: 40px;
}

.clearfloat {
	clear: both;
}