﻿html, body {
	background-color: #ffffff;
	background-image:url('images/backgradient.png');
	background-repeat:repeat-x;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 8pt;
	margin: 0;
	height: 100%;
}

img {
	border: 0;
}


.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px;
}

a, a:hover {
	color: black;
}

.footer, .push {
	margin: 0 auto;
	width: 862px;
	height:50px;
	background-image:url('images/centerback.png');
	background-repeat:repeat-y;
}

.footercontent {
	position: relative;
	left: 25px;
	width: 802px;
	height:45px;
	background-image:url('images/leftpaneback.png');
	background-position: top center;
	text-align: center;
	color:#ffffff;
	font-family:Verdana, Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
}

.footercontent a {
	color:#1c6f7e;
	text-decoration: none;
}


.centralpanel {
	margin: 0 auto;
	width: 862px;
	background-image:url('images/centerback.png');
	background-repeat:repeat-y;
	min-height: 100%;
}

.contentpanel {
	overflow: hidden;
	position: relative;
	left: 25px;
	width: 802px;
	background-image:url('images/leftpaneback.png');
	background-position: top center;
}

.leftpane {
	float: left;
	margin-top: 40px;
	margin-left: 52px;
	width: 300px;
}

.rightpane {
	float: left;
	left:360px;
	top:-30px;
	padding: 10px;
	width: 410px;
}

#header {
	position: relative;
	left: 25px;
	width: 802px;
	height: 128px;
}

#headerlogo {
	position: relative;
	width: 371px;
	height: 100%;
	float: left;
}

#menupanel {
	top: 85px;
	position: relative;
	height: 100%;
	float: left;
	/*background-color: #b0d670;*/
}

#menupanel ul {
	list-style: none;
	margin: 0;
	padding: 0;
	/* background-color: #b50904; */
}

#menupanel li {
	font-size: 15px;
	font-weight: bold;
	
	color: #81a338;
	float: left;
	padding: 4px;
	/* background-color: #b5d9fb; */
}

#menupanel li a{
	color: #81a338;
	text-decoration: none;
}

#logo {
	position: relative;
	top: 22px;
	left: 43px;	
}

#quizzed {
	position: absolute;
	left: 245px;
	top: 74px;
}

.stripe {
	background-color: #1c6f7e;
	width: 802px;
	height: 5px;
	margin-left: 25px;
}

.stripe div {
	border-top: #498c99 1px solid;
}



.bodyheader {
	
	width:410px;
	height:18px;
	background-image: url('images/contentheaderback.png');
}

.bodycontent {
	padding-top:0px;
	padding-left: 30px; 
	padding-right: 30px; 
	width=410px;
	background-image: url('images/contentbodyback.png');
	color:#000000;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
}

h1 {
	color:#136d00;
	font-family:Verdana, Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.bodyfooter {
	width:410px;
	height:18px;
	background-image: url('images/contentfooterback.png');
}

.item {
	background-image: url('images/sidebtn.png');
	background-repeat: no-repeat;
	position: relative;
	margin-top: 23px;
	height: 39px;
	font-size: 39px;
	overflow: hidden;
	vertical-align: middle;
}
.item a {
	padding-left: 57px;
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.item img {
	vertical-align: middle;
	position: absolute;
	margin: auto;
	top: 2px;
	bottom: 0;
}
.itemblue {
	background-image: url('images/sidebtn_active.png');
	background-repeat: no-repeat;
	position: relative;
	margin-top: 23px;
	height: 39px;
	font-size: 39px;
	overflow: hidden;
	vertical-align: middle;
}
.itemblue a {
	padding-left: 57px;
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.itemblue img {
	vertical-align: middle;
	position: absolute;
	margin: auto;
	top: 2px;
	bottom: 0;
}
.quiztip
{
	height: 80px;
	color: #1c6f7e;
	margin-left: 130px;
	margin-top: 44px;
}

#footer {
	width: 806px;
	margin: 0 auto;
	bottom: 12px;
}

#footer div.footcenter {
	position: relative;
	bottom: 12px;
}

#footer a {
	position: absolute;
	height: 12px;
	background-repeat: no-repeat;
	display: block;
}

#footer a.homelink, #footer a.homelinka {
	width: 37px;
	left: 384px;
}
#footer a.homelink:hover, #footer a.homelinka {
	background-image: url('images/home.gif');
}
#footer a.playlink, #footer a.playlinka {
	width: 91px;
	left: 449px;
}
#footer a.playlink:hover, #footer a.playlinka {
	background-image: url('images/play.gif');
}
#footer a.portfoliolink, #footer a.portfoliolinka {
	width: 77px;
	left: 565px;
}
#footer a.portfoliolink:hover, #footer a.portfoliolinka {
	background-image: url('images/portfolio.gif');
}
#footer a.contactlink, #footer a.contactlinka {
	width: 77px;
	left: 669px;
}
#footer a.contactlink:hover, #footer a.contactlinka {
	background-image: url('images/contact.gif');
}

#tohome {
	display: inline-block;
	margin-top: 24px;
	margin-left: 32px;
}

div.br {
	clear: both;
}

#quizscreen {
	margin-top: 42px;
}


#playbtn {
	float: right;
	display: inline-block;
	margin-right: 58px;
	margin-top: 8px;
}

#content {
	float: left;
	width: 408px;
	height: 392px;
	background-color: #76cad9;
}
#subtitle {
	margin-left: 31px;
	margin-top: 43px;
	height: 24px;
}
#textcontent {
	float: left;
	height: 260px;
	width: 313px;
	margin-left: 32px;
	overflow: hidden;
	display: inline;
}
#vscroll {
	width: 3px;
	border-right: #118499 1px solid;
	height: 248px;
	overflow: visible;
	float: left;
	margin-top: 15px;
	margin-left: 22px;
	position: relative;
}
#vdrag {
	width: 7px;
	height: 8px;
	background-color: #118499;
	cursor: pointer;
	overflow: hidden;
}
.shadowv {
	background-image: url('images/shadowv.gif');
	background-repeat: no-repeat;
	width: 5px;
	height: 389px;
	float: left;
	margin-top: 3px;
}
.shadowh {
	clear: both;
	background-image: url('images/shadowh.gif');
	background-repeat: no-repeat;
	height: 5px;
	width: 412px;
	margin-left: 352px;
}
#flash {
	float: left;
	margin-top: 22px;
	margin-left: 57px;
	width: 691px;
	height: 511px;
	display: inline;
}
.shadowvfl {
	background-image: url('images/shadowv_flash.gif');
	background-repeat: no-repeat;
	width: 12px;
	height: 511px;
	float: left;
	margin-top: 22px;
}
.shadowhfl {
	clear: both;
	background-image: url('images/shadowh_flash.gif');
	background-repeat: no-repeat;
	height: 12px;
	width: 703px;
	margin-left: 57px;
	overflow: hidden;
}
.slidecontent {
	width: 802px;
	margin-left: 25px;
	height: auto;
	overflow: hidden;
	white-space: nowrap;
	background-image:url('images/leftpaneback.png');
}
.pfitem {
	width: 220px;
	height: 240px;
	margin: 0 10px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.pfitemtitle {
	font-size: 13pt;
	font-weight: bold;
	color: #1c6f7e;
	height: 29px;
}
.pfitemshot {
	text-align: left;
	width: 220px;
	height: 166px;
	margin-bottom: 6px;
}
.quizshot {
	margin-left: 4px;
	margin-top: 4px;
	width: 208px;
	height: 154px;
}
#hscroll {
	width: 699px;
	height: 2px;
	background-color: #1c6f7e;
	margin-left: 50px;
	margin-top: 45px;
	float: left;
	clear: right;
	display: inline;
}
#hdrag {
	background-color: #1c6f7e;
	height: 19px;
	width: 19px;
	margin-top: -9px;
	cursor: pointer;
}
#playtip {
	margin-top: 43px;
	margin-left: 117px;
}
.textinput {
	position: relative;
	display: inline-block;
	height: 24px;
	width: 223px;
	background-image: url('images/inputbg.gif');
	margin: 13px 0 0 17px;
	overflow: hidden;
}
.textinput input {
	border: 0;
	margin: 2px 0 0 2px;
	width: 216px;
	height: 17px;
	background-color: white;
	float: left;
}
.textbox {
	width: 223px;
	height: 104px;
	display: inline-block;
	background-image: url('images/textboxbg.gif');
	margin: 13px 0 0 17px;
}
.textbox textarea {
	background-color: white;
	border: 0;
	margin: 2px 0 0 2px;
	width: 214px;
	height: 95px;
	overflow: auto;
}
#contactlabels {
	background-image: url('images/contactlabels.gif');
	width: 62px;
	height: 163px;
	margin-top: 17px;
	margin-left: 33px;
	float: left;
	display: inline;
}
#sendbtn {
	margin-top: 20px;
	margin-left: 111px;
}

/* IE6 fixes */
* html .item img {
	position: relative;
	top: -3px;
}
* html #sendbtn {
	margin-top: 1px;
}
#clearbtn {
	margin-left: 6px;
}
* html #formspacer {
	margin-top: -6px;
}
* html .textinput input, * html .textbox textarea {
	margin-left: -15px;
}
* html #hscroll {
	overflow: hidden;
}
* html #quizscreen {
	margin-left: -3px;
}
* html #contactlabels {
	margin-top: 4px;
	margin-right: 14px;
}
* html .pfitem {
	display: inline;
}
* html #vdrag {
	margin-right: -4px;
}
* html #playbtn {
	margin-top: 6px;
}
* html #textcontent * {
	margin-top: 10px;
}
* html .item {
	behavior: url(iepngfix.htc);
}
* html .shadowhfl {
	margin-top: -2px;
}
/* --- */
