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

html, body {
	margin: auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
}

body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	background-color: #bdd73c;
	padding-bottom: 25px;
}

#wrapper {
	margin: 25px auto;
	width: 760px;
	padding-bottom: 25px;
}
/* white rounded corner box styles */
/* http://www.search-this.com/2008/01/24/simple-round-corners-in-css-revisited/ */
#box{
	width:740px;
	background:#fff;
	padding:0 9px;
	margin:10px auto;
	margin-bottom: 25px;
	float: left;
	position:relative;
	border:1px solid #fff;/* stop margin collapse*/
	background-image: url(images/container_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom 300px;

}
.inner{
	background:#fff;
	padding:10px 0;
	margin:-10px 0;
	min-height:0;/* ie7 haslayout issues fix*/
	position:relative;
}
* html .inner, * html .box{height:1px}/* ie6 haslayout issues fix*/
.top,.base{
	margin:-10px -10px 0;
	background:url(images/corner.png) no-repeat left top;
	height:10px;
	position:relative;
	font-size:10px;
	clear:both
}

.base{
	background-position:left bottom;
	margin:0 -10px -10px;
}

.top span,.base span{
	background:url(images/corner.png) no-repeat right top;
	display:block;
	height:10px;
	font-size:10px;
}

.base span{
	background-position:right bottom;
}

/*content styles*/
.content{
	width:100%;  	
	text-align: left;
	/* min-height hack for ie6 */min-height: 600px; height: auto !important; height: 600px;
}

.breadcrumbs { /* controls the appearance of navigational breadcrumbs at the top of each subpage - see also the links sections */
	font-size: 9px;
	color: #595959;
	padding-bottom: 12px;
}	

.page_title { /* controls the appearance of page titles */
	background-color: #666666;
	color: #fff;
	padding: 4px 10px 4px 10px;
	font-size: 14px;
	font-weight: bold;
}

.page_content {
	font-size: 11px; 
	color: #000;	
}

.logo {
	float: left;
}	

.sponsors {
	float: right;
	width: 300px;
	padding-top: 17px;
}

.row1 {
	padding: 10px;
	text-align: center;
}

.row2 {
	clear: both;
	padding: 10px;	
}

.row3 {
	width: 294px;
	text-align: center;
}

.leftcol {
	float: left;
	width: 370px;
	margin: 0px;
	padding: 0px;
}

.leftcol .title {
	width: 370px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.nav {
	float: right;
	width: 300px;
	margin-left: 20px;
	text-align: left;
	color: #005030;
}

.nav ul, .nav ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-type: none;
}

.nav ul li {
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #ccc;
}

.nav .borders-bottom {
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #ccc;	
}

.bigtxt {
	text-transform: capitalize;
	color: #5d9732;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}

.pics {
	float: right;
	width: 247px;
	text-align: center;
	padding: 8px 0px 0px 0px;
}

h2 {
	padding: 0px;	
	margin: 0px;
	font-size: 130%;
	color: #005030;
	padding-bottom: 1px;
	border-bottom: 1px solid #efefef;	
}

.leftcol ul {
	margin: 0px;
	padding: 10px;	
	margin-left: 6px;	
}

.leftcol li {
	margin-left: 6px;		
	list-style: square;
	list-style-type: square;
	margin-top: 4px;
	margin-bottom: 4px;

}


/* end content styles */
/* end white box styles */

/*link styles */

a:link,a:visited {
	color: #497a25
}

a:hover {
	color: #bdd73c;
}

a:active {
	color: #000;
}

/* misc styles */
.clearer { /* clears floated divs */
	height: 0px;
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;	
	overflow: hidden;
	visibility: hidden;
	font-size: 1px;
}
