/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image:url(images/bkg.png);
	background-repeat:repeat-x;
	background-color: #009900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

td {
	vertical-align: top;
}

h1 {
	font-family: Arial Rounded MT Bold, Arial Black, Arial, Helvetica, sans-serif;
	color: white;
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
	font-size: 25px;
	width: 500px;
}

h2 {
	font-family: Arial Rounded MT Bold, Arial Black, Arial, Helvetica, sans-serif;
	color: #009900;
}

#container {
	width: 880px;
	background-color: #2280F3;
	margin-left: auto;
	margin-right:auto;
	padding: 10px 0 10px 10px; 
}

a {
	color: black;
	text-decoration:none;
}

.textcontent a {
	font-weight: bold;
}
.homenews a {
	font-weight: bold;
}

.nolist li {
	list-style:none;
	display: inline;
	padding: 20px;
}

.homenews h2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	padding-bottom: 0;

}

/* ******************Background images for Homepage****************** */


#news {
	background-image:url(images/news1.png);
	background-repeat:no-repeat;
	height:451px;
}
	#news p {
		/*padding-bottom: 0 0 2px 0;*/
		margin: 0 0 8px 0;
	}
#sponsors {
	background-image:url(images/sponsors.png);
	background-repeat:no-repeat;
}
#didyouknow {
	background-image:url(images/didyouknow.png);
	background-repeat:no-repeat;
}

#footercontent {
	background-image: url(images/footer_bg.png);
	background-repeat:repeat-y; 
	margin: 0;
	padding: 1px 0 1px 0;
}

#footertop {
	background-image:url(images/footer_top.png);
	background-repeat:no-repeat;
	height:8px;
	margin: 0;
	padding:0;
	overflow:hidden;
}

#footerbottom {
	background-image:url(images/footer_bottom.png);
	background-repeat:no-repeat;
	height:8px;
	margin: 0;
	padding:0;
	overflow:hidden;
}

/*subpages */
#contenttop {
	background-image:url(images/content_top.png);
	background-repeat:no-repeat;
	height:8px;
	margin: 0;
	padding:0;
	overflow:hidden;
}

#contentbottom {
	background-image:url(images/content_bottom.png);
	background-repeat:no-repeat;
	height:8px;
	margin: 0;
	padding:0;
	overflow:hidden;
	clear: both;
}
#content {
	background-color: white;
	padding: 0 10px 10px 10px;
	position: relative;
}
	.titletop {
		background-image:url(images/title_top.png);
		background-repeat:no-repeat;
		height:8px;
		margin: 0;
		padding:0;
		overflow:hidden;
	}
	
	.titlebottom {
		background-image:url(images/title_bottom.png);
		background-repeat:no-repeat;
		height:8px;
		margin: 0;
		padding:0;
		overflow:hidden;
		clear:both;
	}
	.title {
		background-image:url(images/title_bg.png);
		background-repeat:repeat-y;
		margin: 0;
		padding: 1px 0 1px 0;
		overflow: hidden;
	}

/* ******************Box sizes****************** */

/*homepage*/
.box {
	margin: 0 10px 10px 0;
}
	.header {
		height: 180px;
		width: 870px;
		background-image:url(images/header.png)
	}
	.footer {
		width: 870px;
	}
	.onewide {
		width: 210px
	}
	.twowide {
		width: 430px;
	}
	.threewide{
		width: 650px;
	}
	.halftall {
		height: 90px;
	}
	.onetall{
		height: 190px;
	}
	.twotall {
		height: 390px;
	}
	.twoandhalftall {
		height: 490px;
	}
	.threetall {
		height: 590px;
	}
	
.textcontent {
	width: 500px;
	margin-left: 60px;
	margin-top: 20px;
}

/* ******************Homepage Text Placement****************** */

.homenews {
	padding: 40px 20px 20px 20px;
}

.homesponsors {
	padding: 70px 20px 20px 20px;
}
	.homesponsors img {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px	
	}
	.homesponsors a {
		font-weight: bold;
	}
	.homesponsors ul {
		margin-left: 0;
		padding-left: 0;
		}
	.homesponsors ul li {
		list-style:none;
	}

.homefact {
	padding: 65px 20px 40px 50px;
	font-size: 13px;
}


.footertext{
	margin: 10px;
	vertical-align:middle;
}
	.copy {
		text-align: right;
	}
	.footernav {
		width: 550px;
	}
	.footertext a {
		font-weight: bold;
	}

.photos {
	position: absolute; 
	top: 10px;
	right: 20px;
	width: 200px;
	font-size: 10px;
}
	.photos img {
		padding-bottom: 10px;
	}
	.photos p {
		margin: 0 0 10px 0;
		padding: 0;
	}
	
.qna {
	font-family: Arial Rounded MT Bold, Arial Black, Arial, Helvetica, sans-serif;
	color: #009900;
	font-size: 16px;
}

#clearing {
	float: right;
}
