body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}

p{padding-bottom:.5em;}

table {border-collapse:collapse;border-spacing:0; border:0;}

table td {
vertical-align:top;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#333333;
}

fieldset,img {border:0;}

address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}

ol,ul {list-style:none;}

caption,th {text-align:left;}

h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}

q:before,q:after {content:'';}

abbr,acronym { border:0;}

body { 
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
background-image:url(images/wood.jpg); background-repeat:repeat;
color:#333333;
}

a{color:#333333; font-weight:bold}

#mainframe {background-color:#FFFFFF; width:800px; margin-left:auto; margin-right:auto; margin-top:1em; margin-bottom:5em; padding: 0 1em 1em 1em;}

#header table td { vertical-align:bottom;}

#blueframe {
background-color:#FFFFFF; 
margin-top:1em; 
border:8px #CCD6EA solid; padding:1em;
overflow: auto;}

#blueframe img {
padding:.25em;
}

#bios p {
padding:.25em 1em .25em .75em;
}

.divtabl {display: table;}
.divrow  {display: table-row;}
.divcell {display: table-cell;}

.photoz li {
width:170px; 
height:170px; 
margin: 0 1em 1em 0;
color:#999999;
font-size:12px;}

.photozh ul {
display:block;
}

.photozh li {
border:1px #666 solid; 
width:170px; 
height:170px; 
margin: 0 1em 1em 0;
color:#999999;
font-size:12px;
display:inline;
float:left;
}

.photozhf li {
display:inline;
float:left;
}

.sideright{
float:right; }

.sideleft{
float:left; }

.myform td {
font-size:14px;
font-weight:bold;
text-align:right;}

form fieldset{
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

/*menu bar*/

.menu { 
float:right;
margin-right:1em;}

#menulist { 

}

#menulist li {
float:left;
display:inline;
}

#menulist li a {
float:left;
display:inline;
height: 15px;
text-decoration: none;
}

#divider {background: url(images/menuDivider.gif) 0 0 no-repeat; width:10px; padding-left:5px;}

#home {background: url(images/btnHome.gif) 0 0 no-repeat; width:36px}
#home:hover, #home:active {background: url(images/btnHome.gif) 0 -15px no-repeat;}
#home.active {background: url(images/btnHome.gif) 0 -15px no-repeat;}

#camp {background: url(images/btnCamp.gif) 0 0 no-repeat; width:36px}
#camp:hover, #camp:active {background: url(images/btnCamp.gif) 0 -15px no-repeat;}
#camp.active {background: url(images/btnCamp.gif) 0 -15px no-repeat;}

#talent {background: url(images/btnTalent.gif) 0 0 no-repeat; width:40px}
#talent:hover, #talent:active {background: url(images/btnTalent.gif) 0 -15px no-repeat;}
#talent.active {background: url(images/btnTalent.gif) 0 -15px no-repeat;}

#rates {background: url(images/btnRates.gif) 0 0 no-repeat; width:36px}
#rates:hover, #rates:active {background: url(images/btnRates.gif) 0 -15px no-repeat;}
#rates.active {background: url(images/btnRates.gif) 0 -15px no-repeat;}

#register {background: url(images/btnRegister.gif) 0 0 no-repeat; width:53px}
#register:hover, #register:active {background: url(images/btnRegister.gif) 0 -15px no-repeat;}
#register.active {background: url(images/btnRegister.gif) 0 -15px no-repeat;}

#directions {background: url(images/btnDirections.gif) 0 0 no-repeat; width:63px}
#directions:active, #directions:hover {background: url(images/btnDirections.gif) 0 -15px no-repeat;}
#directions.active {background: url(images/btnDirections.gif) 0 -15px no-repeat;}

#contact {background: url(images/btnContact.gif) 0 0 no-repeat; width:49px}
#contact:active, #contact:hover {background: url(images/btnContact.gif) 0 -15px no-repeat;}
#contact.active{background: url(images/btnContact.gif) 0 -15px no-repeat;}

/*end menubar*/


form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font-size:.9em;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #990000;
  border-width: 1px;
  border-style: dotted;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter { 
/*	text-decoration:underline; */ }

form input, form textarea {
width:auto;
margin:5px 0 0 10px; 
border-color: #ccd6ea;
border-width: 1px;
border-style: solid;
}

.textwidth {
width:400px;
}

form .button {
padding:.2em;
border:outset 1px #ccc;
}


form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { 
overflow: auto; 
font-family:Arial, Helvetica, sans-serif;
font-size:.9em;
background-color:#FFF!important;
}

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}