body {
	margin:0;
	padding:0;
	background-image:url("images/tile_bodybg.jpg");
	background-repeat: repeat-x;
	background-color:#A3A363;
	font: 13px "Trebuchet MS", sans-serif;
	line-height:16px;
	color:#5A4F39;
}

div#pagecontainer {
	width: 790px;
	margin: 0 auto 0 auto;
	background: url("images/pagecontainer.gif");
	background-repeat: repeat-y;
}

div#page {
	position: relative;
	width: 780px;
	margin: 0 auto 0 auto;
	padding: 0 5px 0 5px;
	background: url("images/page.gif");
	background-repeat: no-repeat;
}

div#top {
	height: 140px;
}

div#top form {
	position: absolute;
	top: 100px;
	left: 200px;
	width: 395px;
	margin: 0 auto 0 auto;
}

div#top h2{
	float: left;
	margin-top: 4px;
	font-size: 15px;
	color: #D4780C;
}

img#signup {
	float: right;
}

/*Menu*/
ul#menu { 
	width: 780px; 
	height: 33px; 
	margin: 0; 
	border-top:1px solid #84844B; 
	border-bottom:1px solid #84844B;
	padding: 0; 
	background-color: #A3A363;
	list-style-type: none; 
}

ul#menu li { 
	float: left; 
	margin: 0; 
	padding: 0;
}

.last {
	width: 168px;
	border-right: 1px solid #CBCB7F;
}

.menu:link, .menu:visited, .menu:active { 
	display: block;
	border-left:1px solid #CBCB7F; 
	border-right:1px solid #84844B;
	padding: 6px 9px 6px 9px; 
	font: bold 15px "Trebuchet MS", sans-serif; 
	color: #fff; 
}

.menu:hover {
	background-color: #84844B; 
	text-decoration: none;
	color: white;
}

/*Pop-outs*/
ul#menu li ul { 
	position: absolute; 
	left: -999em; 
	width: 168px; 
	margin: 0; 
	border-top: 1px solid #84844B;  
	border-left: 1px solid #84844B; 
	border-right: 1px solid #84844B; 
	padding: 0; 
	background-color: #A3A363; 
	list-style-type: none; 
}

ul#menu li:hover ul, ul#menu li.sfhover ul{ 
	left: auto; 
	z-index: 200; 
}

ul#menu li.sfhover, ul#menu li:hover { 
	position: static; 
}

ul#menu li ul a:link, ul#menu li ul a:visited, ul#menu li ul a:active {
	display: block;
	width: 158px; 
	border-top: 1px solid #CBCB7F; 
	border-bottom: 1px solid #84844B; 
	padding: 5px;  
	font: bold 13px "Trebuchet MS", sans-serif; 
	text-decoration: none; 
	color: #fff;
}

ul#menu li ul a:hover { 
	background-color: #C1AC84;
}

/*Submenus*/
ul#submenu  {
	float: left;
	width: 166px; 
	margin: 0 20px 30px 0; 
	padding: 0; 
	background: #e8e7d8;
	list-style-type: none; 
}

ul#submenu li { 
	margin: 0; 
	border-bottom:2px solid #fff;
	padding: 0;
}

ul#submenu li a { 
	display: block;
	padding: 6px;  
	color: #84844b; 
}

ul#submenu li a:hover { 
	text-decoration: none; 
	background-color: #cbcb7f; 
}

ul#submenu li a:visited:hover { 
	background-color: #cbcb7f; 
}

/*Content*/
div#content {
	width: 740px;
	padding: 20px 20px 10px 20px;
}

h1 {
	margin: 0;
	font: bold 19px "Trebuchet MS", sans-serif;
	color: #84844B;
}

h1#membership-title {
	margin: 0;
	font: bold 24px "Trebuchet MS", sans-serif;
	color: #84844B;
}

h2 {
	margin: 15px 0 0 0;
	font: bold 17px "Trebuchet MS", sans-serif;
}

h3 {
	margin: 13px 0 -12px 0;
	font: bold 14px "Trebuchet MS", sans-serif;
}

p {
	margin: 13px 0 0 0;
	text-align: justify;
}

p.small {
	font: italic 11px  "Trebuchet MS", sans-serif;
}

p.home {
	width: 472px;
}

td.confirmed, td.red {
	color: red;
}

div.clear {
	clear: both;
	font-size: 0;
}

ul {
	margin: 13px 0 0 25px;
	padding: 0;
}

ol {
	margin: 13px 0 0 25px;
	padding: 0;
	list-style-position: inside;
}

li {
	margin: 13px 0 0 0;
	padding: 0;
}

div#ol {
	padding: 0 0 0 185px;
}

img, fieldset {
	border: 0;
}

a, a:link, a:visited, a:hover, a:active {
	font-weight: bold;
	color:#D4780C;
	text-decoration:none;
}

a:hover { 
	text-decoration: underline; 
}

div.highlight {
	float: right;
	width: 230px;
	margin: 13px 0 13px 25px;
	border: 1px solid #333;
	font: italic 12px arial, sans-serif;
	text-align: center;
}

div.highlight2 {
	float: left;
	width: 500px;
	margin: 13px 25px 13px 0;
	border: 1px solid #333;
	font: italic 12px arial, sans-serif;
	text-align: center;
}

div.highlight img, div.highlight2 img {
	display: block;
	border-bottom: 1px solid #333;
}

img.illustration {
	float: right;
	margin: 13px 0 15px 25px;
	border: 1px solid #333;
}

img.highlight {
	float: right;
	margin: 13px 0 15px 25px;
	border: 1px solid #333;
}

img.left {
	float: left;
	margin: 30px 15px 20px 0;
}

div#rightimages {
	float: right;
	width: 200px;
	margin: 13px 0 15px 35px;
}

div#rightimages img {
	border: 1px solid #333;
}

table#detectives, table#schedule {
	margin: 13px 0 0 0;
	background: #e8e7d8;
}

/*Footers*/
p.copyright {
	font: italic 11px "Trebuchet MS", sans-serif;
}

div#footermenu {
	clear: both;
	height: 40px;
	margin: 0 -5px 0 -5px ;
	padding: 15px 25px 0 25px;
	background-color: #C1AC84;
	background-image: url("images/footer.gif");
	background-repeat: no-repeat;
	font: 11px "Trebuchet MS", sans-serif;
	color: white;
}

div#footermenu a:link, div#footermenu a:visited, div#footermenu a:hover, div#footermenu a:active {
	font: 11px "Trebuchet MS", sans-serif;
	color: white;
}

div#footermenu div {
	float: right;
}

/*Home*/
div#homeright {
	float: right;
	width: 246px;
	margin: 0;
}

div#quicklinks {
	float: right;
	width: 206px;
	padding: 0 20px 0 20px;
	background-color:#E6DECE;
	background-image: url("images/tile_E6DECE.gif");
	background-repeat: repeat-x;
}

div#quicklinks img, div#homeagain img {
	float: left;
	margin: 0 10px 5px 0;
}

div#homeagain {
	float: right;
	width: 206px;
	margin: 20px 0 0 0;
	padding: 0 20px 0 20px;
	background-color: #CCCCCC;
	background-image: url("images/tile_CCCCCC.gif");
	background-repeat: repeat-x;
}

p.borderbrown {
	margin: 8px 0 8px 0;
	border-bottom: 2px dotted #C1AC84;
	padding: 0 0 8px 0;
}

div#flashcontent {
	float: left;
	margin: -29px 0 0 0;
}

div#home-col1, div#home-col2 {
	float: left;
}

div#homenews {
	float: left;
	width: 225px;
	margin: 10px 20px 15px 0;
	padding: 0 15px 10px 15px;
	background-color:#DCDCC4;
	background-image:url("images/tile_DCDCC4.gif");
	background-repeat: repeat-x;
	font-size: 12px;
}

p.border {
	margin: 8px 0 8px 0;
	border-bottom: 2px dotted #A3A363;
	padding: 0 0 8px 0;
}

div#home-col1 h3, div#home-col2 h3 {
	font: bold 18px "Trebuchet MS", sans-serif;
	color: #84844B;
	margin: 0;
	text-transform: uppercase;
}

/*News*/
div#subscribe {
	float: right;
	width: 260px;
	margin: 0 0 0 40px;
}

div.col2div {
	float: left;
	width: 170px;
	margin: 10px 0 10px 0;
	padding: 0 15px 10px 15px;
	background-color:#DCDCC4;
	background-image:url("images/tile_DCDCC4.gif");
	background-repeat: repeat-x;
}
.required-star {
	color: red;
	font-weight: 700;
}

.centerized {
	text-align: center;
}

UL.woh-list {
	margin: 0 0 0 0;
	padding: 0;
	float: left;
	text-align: center;
	line-height: 1em;
	list-style: none;
	background-image:url("images/woh/brick.jpg");
	background-repeat: repeat;
	padding: 2em;
}

UL.woh-list LI {
	display: inline;
	float: left;
	margin: 1em;
	padding: 1em;
}

UL.woh-list A {
	display: block;
	float: left;
	margin: 0;
	text-align: center;
	color: #F00;
}

.woh-poster {
	background-image:url("images/woh/poster-template.png");
	background-repeat: no-repeat;
	width: 148px;
	height: 196px;
	padding: 1em;
	position: relative;
}

.woh-poster A {
	position: relative;
	width: 95px;
	height: 87px;
	top: 15px;
	/*left: 24px;*/
	text-align: center;
}

.woh-poster-lg {
	background-image:url("images/woh/poster-template-lg.png");
	background-repeat: no-repeat;
	width: 296px;
	height: 392px;
	padding: 10px;
	position: relative;
	text-align: center;
}

.woh-poster-lg A {
	text-decoration: none;
	position: absolute;
	width: 95px;
	height: 87px;
	top: 50px;
	left: 48px;
	text-align: center;
	color: #F00;
	font-family: Arial;
	font-size: 14pt;
	line-height: 16pt;
}

#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#fade {
	background: #000; 
	position: fixed; 
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	z-index: 10;
}

.popup_block {
	background: #ddd;
	padding: 10px 20px;
	border: 0px solid #0F0;
	float: left;
	width: 300px;
	position: fixed;
	top: 20%;
	left: 50%;
	margin: 0 0 0 -250px;
	z-index: 100;
}

.popup_block .popup {
	float: left;
	width: 100%;
	background: #fff;
	margin: 10px 0;
	padding: 10px 0;
	border: 1px solid #bbb;
}

.popup img.cntrl {
	position: absolute;
	right: -20px;
	top: -20px;
}

#popup-div IMG {
	max-width: 200px;
	max-height: 190px;
}

DIV#lph-fees {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 3em;
}
DIV#lph-fees TD {
	text-align: left;
	vertical-align: top;
	padding: 1em;
}
.u {
	text-decoration: underline;
}
.equipment {
	width: 400px;
	margin-left: 4em;
	margin-right: 4em;
}

/*--Making IE6 Understand Fixed Positioning--*/

*html #fade {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop : document.body.scrollTop);
}

*html .popup_block {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));
	
	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft 
	+ (document.body.clientWidth /2 ) 
	: document.body.scrollLeft 
	+ (document.body.offsetWidth /2 ));
}

/*--IE 6 PNG Fix--*/

img{ behavior: url(iepngfix.htc) }

