html, body, #container1 {
	margin: 0;
	padding: 0;
	text-align: center;
}
body {
	background-color: white;
	color: #666;
	font-size: 12px;
}
body, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited, a:active {
	color: #040;
	text-decoration: none;
}
a:link:hover, a:visited:hover, a:active:hover {
	color: #7DC243;
}
img { border: 0; }

#container1 {
	width: 860px; /* 800px + 60px padding of container2 */
	text-align: center;
	margin: 0 auto;
}
#container2 {
	padding: 30px;
	text-align: left;
}
#headercontainer {
	height: 166px; /* 136px + 30px gap */
	background: url('images/banner.jpg') center bottom no-repeat;
	text-align: right;
}
#headerlogo {
	background: url('images/moreinfo.gif') top left no-repeat;
}
	#headercontainer p {
		display: none;
	}
#bodycontainer {
	padding: 20px 0;
}
#sidebar {
	float: left;
	width: 210px;
	margin-bottom: 15px;
}
	#sidebar hr { display: none; }

ul#nav {
	width: 210px;
	margin: 0;
	padding:0;
	list-style-type: none;
}
ul#nav li {
	display: block;
	margin: 0 0 3px 0;
	padding: 0;
}
	ul#nav a {
		display: block;
		width: 190px; /* IE6 hack to prevent gap between li's */
		padding: 5px 10px;
		vertical-align: bottom; /* IE5 hack to prevent gap between li's (hardly necessary) */
		background: #F3F3F4;
		color: #333;
	}	
	ul#nav a:hover, ul#nav .cur a {
		background: #7DC243;
		color: white;
	}
#contactus {
	margin-top: 15px;
	text-align: center;
}
	#contactus .l  { background: url('images/contactus_border_side.gif') left repeat-y; }
	#contactus .r  { background: url('images/contactus_border_side.gif') right repeat-y; }
	#contactus .bl { background: url('images/contactus_border_corner.gif') bottom left no-repeat; }
	#contactus .br { background: url('images/contactus_border_corner.gif') bottom right no-repeat; }
	#contactus .tl { background: url('images/contactus_border_corner.gif') top left no-repeat; }
	#contactus .tr { background: url('images/contactus_border_corner.gif') top right no-repeat; padding-top: 15px;}
	
	#contactus form { margin: 0; padding: 0; }
	
	#contactus strong {
		display: block;
		margin: 5px 0 10px 0;
		color: #7DC243;
		font-size: 20px;
		font-weight: normal;
	}
	#contactus input, #contactus textarea {
		width: 150px;
		border: solid 1px #BBB;
		padding: 2px;
		text-align: left;
		color: #BBB;
		font-size: 11px;
	}
	#contactus input {
		margin: 0 0 3px 0;
		margin: expression('0 0 1px 0'); /* IE hack to account for extra 1px margin that can't be removed */
		vertical-align: middle;
	}
		#contactus input.submit {
			width: 65px;
			margin: 15px 0 0 0;
			margin: expression('15px 0 0 0'); /* IE hack to set margin after above hack */
			border: none;
			padding: 3px;
			background: #7DC243;
			cursor: pointer;
			text-align: center;
			color: white;
			font-size: 11px; /* only necessary for IE */
		}
	#contactus textarea {
		height: 42px;
		margin: 0;
		overflow: auto;
	}
	#contactus .entered { color: #666; }
	
#youtube {
	margin: 20px 0 0 0;
}
	#youtube strong {
		display: block;
		height: 19px;
		margin-bottom: 2px;
		padding-left: 50px;
		background: url('images/youtube.gif') left bottom no-repeat;
		text-align: right;
		color: #7DC243;
		font-size: 14px;
	}
	#youtube div {
		margin: 0;
		border: solid 5px #CCC;
		background: #CCC;
	}
	#youtube object, #youtube embed {
		display: block; /* necessary to remove gap below object */
	}
#gmy {
	height: 33px;
	margin-top: 15px;
	border: solid 1px #CCC;
	background: url('images/gmy.gif') center no-repeat;
}
#contentframe {
	padding-left: 237px;
}
h1 { display: none; }

h2 {
	margin-top: 30px;
	color: #7DC243;
	font-size: 20px;
	font-weight: normal;
}
h2.first {
	margin-top: 0;
}
p.thumbnails a {
	margin: 5px;
}
p.thumbnails img {
	padding: 5px;
	border: solid 1px transparent;
}
p.thumbnails img:hover {
	border: solid 1px #7DC243;
}
#footer {
	clear: left;
	padding: 0 0 0 237px;
	font-size: 11px;
}
	#footer hr { display: none;	}
	
	#footer p { margin: 0; }
	