@charset "UTF-8";
/* CSS Document */

/****************************************************/
/**********  Zero out everything to start  **********/
/****************************************************/
table {
	border-collapse: collapse;
}



/****************************************************/
/*************  Start layout strusture  *************/
/****************************************************/
body  {
	background-color: #006100;
}
#btnsshadow {
	margin-left:auto;
	margin-right:auto;
	-webkit-box-shadow:  5px 5px 25px rgb(00,33,00);
	-moz-box-shadow: 5px 5px 25px rgb(00,33,00);
	box-shadow: 5px 5px 25px rgb(00,33,00);
}
#btnsshadow2 {
	margin-left:auto;
	margin-right:auto;
	-webkit-box-shadow:  5px 5px 25px rgb(00,33,00);
	-moz-box-shadow: 5px 5px 25px rgb(00,33,00);
	box-shadow: 5px 5px 25px rgb(00,33,00);
}

/* below here was created in the template its self */
/* this overrides the text-align: center on the body element. */
#container2 {
	width: 900px; 
	background-color: #006100;
	margin-right: auto;
	margin-left: auto;
}
#container {
	margin-top: 10px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
} 
#header {
	width: 900px;
	background-color: #006100;
	height: 200px;
	left: 0px;
	top: 0px;
	z-index: 1;
	position: relative;
	clear: both;
} 
#headerimage {
	position:relative;
	width:900px;
	height:200px;
	z-index:1;
	background-image: url(../images/wheiabanner08.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	clear: both;
}
#headernotice {
	text-align: right;
	position: relative;
	left: 365px;
	top: -50px;
	width: 519px;
	height: 38px;
	z-index: 2;
	overflow: hidden;
}
#footer {
	clear:	both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: right;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 870px;
}
/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
.fltrt {
	float: right;
	margin-left: 8px;
}
/* this class can be used to float an element left in your page */
.fltlft {
	float: left;
	margin-right: 8px;
}
/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/***************************************************/
/**  Needs to be moved to page specific css file  **/
/***************************************************/
#contactBtn {
	height: 32px;
	width: 32px;
	top: 10px;
	right: 400px;
	position: relative;
}
#Adv {
	width: 178px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 20px;
	border: 2px none #96532B;
}
#saftey {
	background-color: #EA8911;
	width: 140px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #FFCC00;
	border-right-color: #A85103;
	border-bottom-color: #A85103;
	border-left-color: #FFCC00;
}
#safteyouter {
	width: 178px;
	float: left;
}
/*#navigation {
	width: 168px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-bottom: 20px;
	margin-top: 18px;
}*/


/***************************************************/
/************** TwoColumnFixedHeader  **************/
/***************************************************/
/* since this element is floated, a width must be given */
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 178px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.twoColFixLtHdr #sidebar2 {
	float: right;
	width: 285px;
	margin-top: 25px;
	margin-right: 20px;
}
.twoColFixLtHdr #outermainContent {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 208px;
}
#twocolsubheader {
	width: 692px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 29px;
	background-image: url(../images/ruledpapertoptear692.jpg);
}
.twoColFixLtHdr #mainContent {
}
#empadding {
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#twocolprefooter {
	width: 692px;
	height: 29px;
	margin-top: -20px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/ruledpaperbottomtear692.jpg);
}



/***************************************************/
/************* ThreeColumnFixedHeader  *************/
/***************************************************/
.twoColFixLtHdr #sidebar03 {
	float: right;
	width: 370px;
	margin-top: 15px;
	margin-right: 20px;
}
#plnbrnwrp01 {
	background-image: url(../images/plainbrownwrapper_010.png);
	width: 300px;
	padding-top: 50px;
	padding-left: 40px;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
#plnbrnwrp02 {
	background-image: url(../images/plainbrownwrapper_003.png);
	min-height: 744px;
	width: 310px;
	padding-top: 50px;
	padding-left: 40px;
	padding-right: 20px;
	background-repeat: no-repeat;
}
#plnbrnwrp03 {
	background-image: url(../images/plainbrownwrapper_003.png);
	min-height: 744px;
	width: 310px;
	padding-top: 50px;
	padding-left: 40px;
	padding-right: 20px;
	background-repeat: no-repeat;
}
#ruledPaper01 {
	background-image: url(../images/guestCheck04.png);
	min-height: 500px;
	width: 310px;
	margin-top: -280px;
	margin-left: 30px;
	padding-top: 50px;
	padding-left: 40px;
	padding-right: 20px;
	background-repeat: no-repeat;
}
#picfrm-01 {
	position: relative;
	width: 406px;
	height: 311px;
	left: -50px;
	margin-left: 4px;
	margin-top: 5px;
	top: -30px;
}
#picimg-01 {
	position: relative;
	width: 347px;
	height: 266px;
	left: -25px;
	top: -301px;
}


/***************************************************/
/**************** Background Images  ***************/
/***************************************************/
#mainContent #corkbrd {
	min-height: 790px;
	background-color: #C1802E;
	background-image: url(../images/cork-1000.jpg);
	background-repeat: repeat;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C1802E;
	border-right-color: #915905;
	border-bottom-color: #734603;
	border-left-color: #C1802E;
}
#mainContent #ruledppr {
	min-height: 860px;
	background-color: #E9DCA8;
	background-image: url(../images/ruledpaper692.jpg);
	background-repeat: repeat;
	width: 692px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/***************************************************/
/***************** WHEIA Cal Page  *****************/
/***************************************************/
#wheiacal {
	padding-top: 0;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}

/***************************************************/
/************** WHEIA Cal Form Page  ***************/
/***************************************************/
#calfrm {
	padding-top: 0;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}

/***************************************************/
/*********** WHEIA Districts Form Page  ************/
/***************************************************/
#dstrts {
	padding-top: 0;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}

/***************************************************/
/************* Link Submit Form Page  **************/
/***************************************************/
#lnksubmtfrm {
	padding-top: 0;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}

/***************************************************/
/********** Newsletter Submit Form Page  ***********/
/***************************************************/
#newsltrfrm {
	padding-top: 0;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}

/***************************************************/
/**************** Resources Page  ******************/
/***************************************************/
#eventguide #WHEIAconfconvmsg {
	padding-top: 0;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}
#eventguide #WHEIAconfconvmsg #rightcolumn a img {
	border: none;
}
#eventguide #WHEIAconfconvmsg #centercolumn {
	width: 550px;
	padding-left: 30px;
	padding-top: 20px;
}

/***************************************************/
/******************* Error Page  *******************/
/***************************************************/
#generror {
	padding-top: 0;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}

/***************************************************/
/**************** Thank You Page  ******************/
/***************************************************/
#thnkumsg {
	padding-top: 40px;
	padding-right: 30px;
	padding-left: 30px;
}

/***************************************************/
/*********** Special Recognition Page  *************/
/***************************************************/
#scplrecogpg #scplrecogpgigyr {
	width: 400px;
	float: left;
}
#scplrecogpg #scplrecogpgmbrlst {
	float: left;
	width: 210px;
	margin-left: 20px;
}
#scplrecogpg #scplrecogpgtrl {
	clear: both;
}
