/**
 * Background:				#FFFFFF
 * Dark Blue:				#34567A
 * Light Blue (gradient):	#597FA8
 * Light Blue:				#C9D5E2
 * Yellow:					#E0F150
 * Tan:						#D3C7A1
 * Green:					#78A22F
 */
html, body {
	background-color: #FFFFF0;
	color: #34567A;
}

a { color: #34567A; }
a:hover { color: #78A22F; }
h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
}

div#siteHeader {
	/*height: 275px;*/
	width: 960px;
	/*background: transparent url(/assets/images/site_header.jpg) left top no-repeat;*/
	margin-top: 40px;
	position: relative;
}
	div#siteHeader h1 {
		text-align: center;
		/*height: 245px;
		width: 423px;
		text-indent: -9999px;*/
	}
		div#siteHeader h1 a {
			display: block;
			height: 100%;
			width: 100%;
		}
	div#siteNavigation {
		/*position: absolute;
		bottom: 0;
		left: 0;*/
		text-align: center;
	}
		div#siteNavigation ul {
			width: 900px;
			margin-left: 30px;
		}
		div#siteNavigation ul, div#siteNavigation li {
			list-style-type: none;
			margin: -10px auto 10px;
			padding: 0;
		}
		div#siteNavigation li {
			float: left;
			margin-right: 15px;
			height: 85px;
			width: 85px;
			line-height: 85px;
			background: transparent url(/assets/css/images/volleyball.png) left top no-repeat;
			font-size: 16px;
			font-weight: bold;
		}
			div#siteNavigation li a {
				display: block;
			}
			div#siteNavigation li.first { /*display: none;*/ }
			div#siteNavigation li.odd a {
				/*color: #E0F150;*/
				color: #000;
				text-decoration: none;
			}
			div#siteNavigation li.odd a:hover {
				/*color: #FFF;*/
				color: #BF0000;
			}
			div#siteNavigation li.even a {
				color: #BF0000;
				text-decoration: none;
			}
			div#siteNavigation li.even a:hover {
				color: #000;
			}
div#pageContent { background: transparent url(/assets/images/bg_content.gif) left top repeat-y; }
div#primaryContent, div#secondaryContent {
	padding-left: 10px;
	padding-right: 10px;
}
div#primaryContent {
	/*background-color: #C9D5E2;*/
	font-size: 1.1em;
	padding-top: 20px;
	padding-bottom: 20px;
}
	body#home div#primaryContent { padding-bottom: 0; }
	div#primaryContent h2 {
		text-transform: uppercase;
	}
	body#home div#primaryContent div#friends {
		background: #597FA8 url(/assets/images/bg_blue_gradient.png) left top repeat-x;
		color: #FFF;
		margin-left: -10px;
		margin-right: -10px;
		padding: 20px 10px 0;
	}
		body#home div#primaryContent div#friends div.row p {
			font-size: .85em;
		}
		body#home div#primaryContent div#friends a {
			color: #FFF;
		}
		body#home div#primaryContent div#friends a:hover {
			color: #E0F150;
		}
		body#home div#primaryContent div#friends div.row { margin-bottom: 10px; }
	body#inner div#friends div.friend {
		padding-bottom: 15px;
		border-bottom: 1px solid #34567A;
		margin-bottom: 15px;
	}
		body#inner div#friends div.friend div.logo {
			float: left;
			margin: 0 10px 10px 0;
		}
	div#primaryContent div.articleImage {
		float: right;
		margin: 0 0 10px 10px;
	}
div.heading h2 { margin-bottom: 0; }

div#secondaryContent {
	/*background-color: #D3C7A1;*/
	padding-top: 20px;
}
div#siteFooter { margin-bottom: 20px; }
div#siteFooter p {
	margin-top: 5px;
	text-align: right;
}
	div#siteFooter p img {
		position: relative;
		top: 15px;
	}

div#contactForm div.field {
	clear: both;
	margin-bottom: 10px;
}
	div#contactForm label {
		display: block;
		float: left;
		width: 100px;
		text-align: right;
		margin-right: 10px;
	}
	div#contactForm input.text {
		width: 250px;
	}
	div#contactForm textarea {
		width: 250px;
		height: 250px;
	}
	div#contactForm div.submit {
		text-align: right;
	}

	
div.album {
	background-color: #fff;
	border: 3px solid #34567A;
	padding: 25px 10px 0;
}
	div.album div.item {
		float: left;
		margin: 0 25px 25px 15px;
		width: 154px;
		line-height: 1em;
		text-align: center;
	}
		div.album div.item img {
			border: 2px solid #34567A;
			padding: 5px;
		}
	div.album div.first { clear: left; }