html, body, div {font: normal 16px "Lucida Grande", "Trebuchet MS", georgia, verdana, arial,  sans-serif; color: #333;}

body {background: #576b31;}

hr {display: none;}
h2 {
    line-height: 0.9em;
    letter-spacing: 1px;
    font-style: italic;
    color: #576b31;
    }

h3 {
    line-height: 0.7em;
    font-style: normal;
    color: #576b31;;
    }
h5 {
    line-height: 0.5em;
    color: #942224;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 130%;
    }

a {text-decoration: none; color: #7B3000;}
a:hover {color: #000; background-color: #d3b365;
    }
img {border: none; border-bottom-width: 0;}
img a:hover {border-bottom: none}

html { 
	min-width: 974px;
	 }

/* -------------------- IDs -------------------------------------------------------------*/
 
#page {width: 974px; margin: 0 auto; position: relative;}
 
#header {
 	width: 100%; height: 118px;
    background: #000 url('images/header22.jpg') no-repeat;
 	position: absolute;
 	top: 0px; left: 0px
 	} 

#directions a {text-decoration: none; color: #333;}

/* -------------------- MAIN CONTENT ----------------------------------------------------*/

#main { 
	width: 974px; 
	position: absolute;
	top: 180px; left: 0px;
 	background: #fff;
    border: 1px solid black;
    padding: 0px;
	}

#content {width: 65%;
    padding: 1em 8em 2em 1em;
    margin-right: 0%; 
    }

#widecontent {width: 98%;
    padding: 0.5em 0em 5em 0.75em;
 
    }

#sidebar { width: 30%; height: 100%;
    position: absolute;
    top: 0px; right: 0px; 
    float: right;
    padding: 4px 8px 0px 8px;
    background: #d3b365;
    }

#col1 { 
    width: 48%;
    height: 100%;
    position: absolute;
    top: 210px; left: 0px;
    padding: 4px 6px 450px 8px;
    margin-right: 60%;
    background: #f7f1e3;
    }

#col2 { 
    width: 49%;
    height: 100%;
    position: absolute;
    top: 210px; right: 0px; 
    float: right;
    padding: 4px 8px 450px 8px;
    margin-left: 60%;
    background: #fdfefa;
    }

#col1 .sig {
 font: 20px "Arial Narrow", sans-serif;
    color: #576b31;
    font-weight: bold;
    }
#col2 .sig {
 font: 20px "Script MT Bold", serif;
    color: #942224;
    font-weight: bold;
    }


 /* -------------------- SIDEBAR -------------------------------------------*/

#sidebar h1 {
    font: 18px arial, sans-serif;
    color: #942224;
    font-weight: bold;
    font-variant: small-caps;
  padding: 0.1em 0 0.5em 0; margin: 0 0 -1.2em;
    }

#sidebar h2 {
    font: 16px arial, sans-serif;
    color: #576b31;
    font-weight: bold;
    font-variant: small-caps;
  padding: 1em 0 0 0; margin: 0 0 -12px;
    }

#sidebar p {
    font-size: 100%;
    }

#sidebar a {
	text-decoration: none;
	color: #576b31;
    }
#sidebar a:hover {
    color: #7B3000;
    }

/* -------------------- Navigation Bar ----------------------------------------*/
#navcontainer {
 	width: 100%; 
	margin: 0;
	padding: 0;
 	position: absolute;
 	top: 115px; left: 0px;
    }

#navtop {
	padding: 2px 30px 6px 30px;
    height: 22px;
 	background: #9aa97d;
    font: 16px "Lucida Sans", "Lucida Grande", "Trebuchet MS", Arial, sans-serif; 
   	}

#navtwo {
 	width: 962px; 
	float: left;
	padding: 0px 0px 2px 12px;
    height: 22px;
 	background: #d3b365;
    font: 14px "Lucida Sans", "Lucida Grande", "Trebuchet MS", Arial, sans-serif; 
   	}

#navtop ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#navtwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#navtop li {
	float: left;
	margin: 0;
	padding: 0;
	}
#navtwo li {
	float: left;
	margin: 0;
	padding: 0;
	}

#navtop li a {
	float: left;
	margin: 0 1px 0 0;
	padding: 4px 12px;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	}

#navtwo li a {
	float: left;
	margin: 0 ;
	padding: 5px 14px;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	}
#navtop li a:hover {
	color: #fff;
	background: #d3b365 ;
	}
#navtop li a.active {
	font-weight: normal;
	color: #fff;
	background: #d3b365 ;
	}

#navtwo li a:hover {
	color: #fff;
	background: #576b31;
	}
#navtwo li a.active {
	font-weight: bold;
	color: #fff;
	background: #576b31;
	}

/* -------------------- SCHEDULE TABLE DEFINITION -----------------------------*/

#schedule table {
    border-top: 4px solid #576b31;
    border-left: 1px solid #576b31;
    border-collapse: collapse;
    padding: 0 0 30px 30px;
    width: 97%;
    }

#schedule th {
 	background: #d3b365;
    border-right: 1px solid #576b31;
    border-bottom: 1px solid #576b31;
    }

#schedule td {
    border-right: 1px solid #576b31;
    border-bottom: 1px solid #576b31;
    padding: 2px;
    vertical-align: top;
    }

#schedule td {
	font-size: 90%;
    }

/* -------------------- GUIDELINES TABLE DEFINITION ---------------------------*/

#guidelines table {
    border-top: 4px solid #576b31;
    border-left: 1px solid #576b31;
    border-collapse: collapse;
    padding: 0;
    width: 80%;
    }

#guidelines th {
 	background: #d3b365;
    border-right: 1px solid #576b31;
    border-bottom: 1px solid #576b31;
    }

#guidelines td {
    border-right: 1px solid #576b31;
    border-bottom: 1px solid #576b31;
    padding: 2px;
    vertical-align: top;
    }


/* -------------------- SIGN-UP FORM DEFINTION --------------------------------*/

#signupform p {
    margin: 6px 0;
    font: 18px;
    color: #663300;
    }

#signupform table, th, td {
    border: none;
    }

#signupform table {
    width: 80%;
	font-size: 95%;
    }

#signupform label {
    font-family: Verdana, sans-serif;
    font-weight: bold;
    color: #600;
    text-align: center;
    }

#signupform fieldset {
    border: 1px solid #576b31;
    padding: 0 20px;
    font-family: Verdana, sans-serif;
    width: 90%
    }

#signupform legend {
    font-size: 90%;
    font-style: italic;
    color: #576b31;
    }

/* -------------------- LIST of EVENTS ---------------------------------------*/

#events table, th, td {
    border: none;
    }

#events table {
    width: 80%;
    padding: 10px;
    margin: 5px;
    }

/* -------------------- REFUNDS ---------------------------------------------*/
#refunds {
 	width: 70%; 
	margin: 5;
	padding: 5;
    background-color: #F8FCF8;
    font-size: 80%;
    }

#refunds h3 {
    font: 100%;
    font-weight: bold;
    text-align: center;
    color: #993333;
    }

#refunds h4 {
    text-decoration: underline;
    }
/* -------------------- PHOTOS --------------------------------------------*/
#photo600 {
	width: 600px;
	border: 2px solid #576b31;
	padding: 0;
	}
/* -------------------- PRIVACY --------------------------------------------*/
#privacy {
 	width: 90%; 
    background-color: #F8FCF8;
    font-size: 90%;
    padding: 0.5em 1em 5em 0.75em;
    margin-right: 0%;
    }
    
/*-------------------------LIABILITY FORM----------------------------------*/

#liability {width: 98%;
    padding: 0.5em 0em 5em 0.75em;
 
    }
    
#liability h5{
    color: #600;
    font-weight: bold;
    font-style: italic;
    font-size: 90%
}

#liability h3{
    text-align: center;
}

#headtitle {
    align: center;
    text-align: center;
}

#headtitle p{
    text-align: left;
}