* { margin: 0; }

/* So you don't unpad certain form elements in some browsers */
html, head, body,
h1, h2, h3, h4, h5, h6, p, blockquote, q, address, cite,
ul, ol, li, dl, dt, dd,
img,
form, legend, fieldset, label,
table, tr, thead, tbody, tfoot, th, td, caption,
em, strong, pre, sup, sub, del, ins, code, dfn, kbd, samp, var, big, small {
	padding: 0;
	line-height: 16px;
}

body
{
	padding-top: 20px;
	background-color: #060;
	background-image: url(../_img/bg-grass.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


body#email {
	background-color: #FFF !important;
	background-image: none !important;
	}

html * {
	font-family: Verdana, 'Trebuchet MS', Helvetica, Arial, sans-serif;
	}

* html body { text-align: center; }

#container {
	margin: 0 auto;
	text-align: left;
	width: 902px;
}

#header {
	padding: 0;
	}

body #page_banner
{
	border: 1px solid #060;
	height: 225px;
	background-image: url(../_img/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 10px 0 0 0;
}

.one_wide,
.two_wide,
.three_wide {
	float: left;
	display: inline;
	margin-left: 0;
	}


.one_wide { width: 225px; }
.two_wide { width: 440px; }
.three_wide { width: 675px; }
.four_wide { width: 880px; margin-left: 10px; margin-right: 10px; }


.two_wide .one_wide {
	padding: 0 !important;
	width: 212px;
	}

.box {
	background-color: transparent;
	background-image: url(../_img/bg-30white.png);
	background-repeat: repeat;
	background-position: left top;
	margin: 5px 5px 10px 5px;
	padding:  0 0 5px 0;
	}

#home .box,
.solid {
	background-color: #FFF;
	}


.col1 {
	margin-left: 10px;
	}
.col4 {
	margin-right: 10px;
	}

* html .col4 {
	width: 220px !important;
	}

.leftcol,
.rightcol {
	float: left;
	width: 325px;
	}

.rightcol {
	margin-left: 10px !important;
	}

.section {
	border-bottom: 1px dashed #FFF;
	margin-bottom: 20px;
	padding-bottom: 20px;
	}


#header,
#title,
#page_body,
#footer {
	clear: both;
}

#page_body
{
	background-color: transparent;
	background-image: url(../_img/bg-70white.png);
	background-repeat: repeat;
	background-position: left top;

	border-width: 0 1px 1px 1px;
	border-style: none solid solid solid;
	border-color: default #060 #060 #060;
	padding-top: 5px;
	padding-bottom: 30px;
}

.clearing {
	clear: both;
	margin: 10px 0;
	}






/* ====================== NAVIGATION  ====================== */


#nav
{
	background-color: #360;
	height: 30px;
	background-image: url(../_img/bg-nav.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	border-top: 0 transparent none;
	border-right: 1px #060 solid;
	border-bottom: 1px #060 solid;
	border-left: 1px #060 solid;
}

#nav ul {
	margin: 0;
	padding: 3px 0 0 0;
	text-align: center;
/*	display: inline;*/
	}

#nav ul li {
	display: inline;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
	}

#nav ul li a:link,
#nav ul li a:visited {
	color: #FFF;
	padding: 5px 10px 9px 10px;
	}

#nav ul li a:hover,
#nav ul li a:visited:hover {
	color: #FFF !important;
	background-color: #060;
	}

#nav ul li.current {
	color: #030;
	background-color: #9C0;
	}

body#home #nav {
	display: none;
	}




#subnav ul li ul {
	display: none;
	}

#subnav ul li ul li {
	margin-left: 13px !important;
	list-style: circle;
	line-height: 20px !important;
	}

#sponsor_levels #subnav ul li ul {
	display: block;
	}



/* ====================== FOOTER ====================== */

#footer { 
	padding-top: 15px;
	}

#footer p,
#footer li { 
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #CF9;
	}

#footer ul{
	margin: 0 0 5px 10px;
	}
	
#footer ul li {
	display: inline;
	border-left: 1px solid #9C3;
	}
	
#footer ul li:first-child {
	border: none !important;
	}
	
#footer ul li ul {
	display: none;
	}

#footer a:link,
#footer a:visited {
	color: #FFF;
	}
	
#footer ul li a:link,
#footer ul li a:visited {
	padding: 0 5px 0 5px;
	}
#footer ul li:first-child a:link,
#footer ul li:first-child a:visited {
	padding-left: 0 !important;
	}
#footer ul li a:hover,
#footer ul li a:visited:hover {
	color: #FC0;
	}
	


