
/* GLOBAL RESET */

* {margin: 0; padding: 0;} 

img {
	border: none;
	}

/*  */

body {
	background-image: url("/images/background.gif");
	}
	
a {
	color: #0048df;
	}
	
#content p {
	margin-top: 10px;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	}

/* TEMPLATE LAYOUT */

#container {
	width: 100%;
	position: relative;
	top: 35px;
	}
	
#toplogo {
	width: 900px;
	margin: auto;
	}

#topnav {
	width: 900px;
	margin: auto;
	background-color: #3778ff;
	}

#topnav-container {
	width: 100%;
	background-color: #3778ff;
	}
	
#content {
	width: 900px;
	margin: auto;
	background-color: #ffffff;
	padding-top: 10px;
	}

#content-container {
	width: 100%;
	background-color: #ffffff;
	padding-bottom: 10px;
	}

#footer {
	width: 900px;
	height: 51px;
	margin: auto;
	background-image: url(/images/footer.gif);
	}

#footer-container {
	width: 100%;
	background-image: url(/images/footer-bg.gif);
	}
	
/* TOPNAV STYLING */

#topnav td img {
	display: block;
	}
	
/* FOOTER STYLING */

#footer p {
	padding-top: 24px;
	padding-left: 10px;
	color: #ffffff;
	font: 12px Arial, Helvetica, sans-serif;
	}
	
#footer a {
	color: #ffffff;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}

/* HOMEPAGE STYLING */

#home-mission {
	width: 282px;
	height: 125px;
	background-color: #ffc6c6;
	border: 1px solid #ff0000;
	margin-top: 10px;
	padding: 8px;
	float: left;
	}
	
#home-mission p{
	margin-top: 0px;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	}
	
#home-contribute {
	width: 572px;
	height: 125px;
	background-color: #b7e3b9;
	border: 1px solid #58b95c;
	margin-top: 10px;
	padding: 8px;
	float: right;
	}
	
#home-contribute a {
	color: #000000;
	text-decoration: none;
	}
	
#home-contribute a:hover {
	text-decoration: underline;
	}
	
#home-contribute p {
	margin-top: 0px;
	color: #000000;
	font: 24px Arial, Helvetica, sans-serif;
	}
	
#home-photo {
	width: 397px;
	float: left;
	background-color: #98c8f3;
	border: 1px solid #1465af;
	margin-top: 10px;
	padding: 8px;
	height: 260px;
	}
	
#home-photo p {
	margin-top: 0px;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	}
	
#home-photo img.thumb {
	margin: 10px;
	border: 2px solid #ffffff;
	}
	
#home-sponsors {
	width: 457px;
	float: right;
	background-color: #ffc6ff;
	border: 1px solid #950095;
	margin-top: 10px;
	padding: 8px;
	height: 260px;
	}

#home-sponsors p {
	margin-top: 0px;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	}
	
/* CATEGORY STYLING */

img.cat-header {
	display: block;
	}

#content h1 {
	margin-top: 10px;
	color: #1465af;
	font: 24px Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

#content h2 {
	margin-top: 14px;
	color: #308134;
	font: 18px Arial, Helvetica, sans-serif;
	}
	
#content ul {
	margin-left: 20px;
	}
	
#content li {
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	}
	
		/* EVENT PAGES */
	
#content .event {
	background-color: #b7e3b9;
	border: 1px solid #58b95c;
	margin-top: 10px;
	padding: 10px;
	}

#content .event h1, #content .event h2 {
	padding-left: 6px;
	background-color: #FFFFFF;
	margin-top: 0px;
	}
	
#content .event h2 a {
	color: #308134;
	text-decoration: none;
	}
	
#content .event h2 a:hover {
	text-decoration: underline;
	}
	
		/* CONTACT FORM */

table.contact {
	background-color: #3778ff;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:left;
	}

table.contact tr {
	background-color:#FFFFFF;
	}

table.contact td {
	padding: 8px;
	}
	
.required {
	color: #ff0000;
	}
	
.submit {
	text-align: center;
	}

		/* NEWS STYLES */

#content .news {
	background-color: #b7e3b9;
	border: 1px solid #58b95c;
	margin-top: 10px;
	padding: 10px;
	}
	
#content .news h2 {
	padding-left: 6px;
	background-color: #FFFFFF;
	margin-top: 0px;
	}
	
#content .news h2 a {
	color: #308134;
	text-decoration: none;
	}
	
#content .news h2 a:hover {
	text-decoration: underline;
	}
	
		/* GOLF TOURNAMENT CHECKOUT PAGE STYLES */

table.tourney {
	background-color: #ffffff;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:left;
	}

table.tourney tr {
	background-color:#FFFFFF;
	}

table.tourney td {
	padding: 4px;
	}
