body {
	background-color: #000000;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0;
	padding: 0 0 20px 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	color: #444;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 905px;
	background-color: white;
	text-align: left;
	border: 1px solid #222;
}

#header {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 110px;
	background-color: #363636;
}

#header img {
	position: absolute;
	border: none;
}

#logo {
	top: 0;
	left: 0;
}

#play {
	top: 0;
	right: 0;
}

#navbar {
	position: relative;
	width: 100%;
	height: 25px;	
	border-bottom: 1px solid #4f6d25;
	background-image: url(../images/navbar-bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

#navbar ul {
	border: 0;
	text-align: left;
	list-style-type: none;
	margin: 0 0 0 14px;
	padding: 0;
	height: 25px;
	background-image: url(../images/navbar-separator.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#navbar ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#navbar ul li a:link, #navbar ul li a:visited {
	display: block;
	padding: 5px 10px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	background-image: url(../images/navbar-separator.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#navbar ul li a.current {
	background-color: #578321;
}

#navbar ul li a:hover {
	background-image: none;
	background-color: #aec626;
	color: #578321;
}


#content {
	position: relative;
	background-color: #91c040;
	background-image: url(../images/content-bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

#content .bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0 0 -10px 0;
}

#inner {
	position: relative;
	width: 865px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: #9ec061;
	background-image: url(../images/content-inner-bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	border-left: 1px solid #d2e0bd;
	border-right: 1px solid #d2e0bd;
	border-top: 0.1px solid transparent;
}


#inner .top {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0 0 0 -1px;
}

#inner .bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0 0 -19px -1px;
}

#copy {
	position: relative;
	width: 842px;
	background-color: white;
	margin: 18px auto 0 auto;
	padding: 0;
	min-height: 600px;
}

#copy div.right {
	position: absolute;
	top: 0;
	right: 0;
	width: 210px;
	text-align: center;
}

#copy div.right img {
	border: none;
	padding: 3px 0;
}


#copy div.right .pdown {
	margin-top: 120px;
}

#copy div.left {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 30px 0;
	width: 630px;
	border-top: 1px solid white;
}


#copy p {
	margin: 0 30px 15px 30px;
}

#upper {
	position: relative;
	width: 880px;
	margin: 0;
	padding: 7px 30px 7px 0;
}

#upper a {
	display: block;
	float: right;
	margin: 5px 0 0 5px;
	padding: 0;
}

#upper a img {
	border: none;
}

h1 {
	color: #598428;
	font-size: 14pt;
	margin: 15px 0 15px 20px;
	padding: 15px 0 10px 0;
}

h2 {
	font-size: 11pt;
	color: black;
	margin: 15px 0 0 20px;
	padding: 0;
	text-transform: uppercase;
}

h3 {
	color: #598428;
	font-size: 11pt;
	margin: 7px 0 7px 20px;
	padding: 0;
}

.video {
	margin: 15px 0 15px 60px;
}

.video img {
	border: 0;
}
a.callout:link, a.callout:visited {
	position: relative;
	display: block;
	background-image: url(../images/video-callout.jpg);
	background-repeat: no-repeat;
	margin: 15px 0 15px 20px;
	padding: 9px 0 0 50px;
	height: 28px;
	width: 480px;
	font-size: 14px;
	color: white;
	text-decoration: none;
}

a.callout span {
	font-weight: bold;
}

#videolist {
	position: relative;
	border: 1px solid #598428;
	width: 550px;
	margin: 50px 0 0 30px;
	padding: 0;
}

#connect {
	position: relative;
	border: 1px solid #93c041;
	width: 182px;
	margin: 50px 0 0 0;
	padding: 10px 0 10px 18px;
	background-color: #d6dec7;
	text-align: left;
}

#videolist div.tab, #connect div.tab {
	position: absolute;
	top: -24px;
	left: -1px;
	background-image: url(../images/video-tab.gif);
	background-repeat: no-repeat;
	width: 181px;
	height: 21px;
	overflow: hidden;
	color: white;
	font-weight: bold;
	font-size: 9pt;
	text-align: center;
	padding-top: 5px;
}

#connect div.tab {
	background-image: url(../images/connect-tab.gif);
	width: 131px;
}

#connect a {
	margin: 0 10px 0 0;
	padding: 0;
}

#connect img {
	border: none;
}

#player {
	width: 470px;
	height: 300px;
	margin: 30px 0 25px 40px;
	padding: 0;
	text-align: center;
	border: 1px solid #999;
}

#player p {
	margin-top: 110px;
	color: #888;
	font-weight: bold;	
}

#videolist table td {
	padding: 3px;
	border-bottom: 1px solid #d5d5d5;
}

#videolist table td.desc {
	padding: 10px 15px;
}

#videolist table td.desc p {
	margin: 0;
	padding: 2px 0;
}

#videolist table p.title {
	font-weight: bold;
}

#videolist table a {
	float: right;
	background-image: url(../images/play-arrow.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 10px;
	font-size: 9pt;
	color: #598428;
	font-weight: bold;
	text-decoration: none;
}

form {
	margin: 0 0 0 30px;
	padding: 0;
	height: 25px;
}

form input {
	display: block;
	float: left;
	color: #888;
	font-size: 9pt;
	margin: 3px 5px 0 0;
	padding: 2px;
}

form input.submit {
	padding: 1px 0 0 0;
}

#footer {
	position: relative;
	width: 100%;
	margin: 50px auto 0 auto;
	padding: 20px 0;
	color: #ccc;
}

#footer a:link, #footer a:visited {
	color: white;
	text-decoration: none;
	padding: 2px;
}

#footer a:hover {
	background-color: white;
	color: #598428;
}

#footer a.first {
	margin-left: 50px;
}

#footer p.copyright {
	float: right;
	margin: 0 50px 0 0;
	padding: 0;
}

#footer p.phone {
	position: absolute;
	top: 12px;
	left: 375px;
	width: 155px;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 18pt;
}

#copy div.spacer {
	height: 400px;
	border: none;
}

#upper p.clearboth {
	clear: both;
	height: 1px;
	padding: 0;
	margin: 0;
}

.clearboth {
	clear: both;
}

#signing {
	text-align: left;
}

#signing h2, #signing p {
	text-align: left;
	margin-left: 20px;
	padding: 0;
}

