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

body {
	background: #94a6b2;
	margin: 0px;
	padding: 0px;
}




/* -------------------- page structure -------------------- */

#contain {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background: #fff url(images/index-content-bg.gif) repeat-y;
}

#top-title {
	width: 1000px;
	height: 90px;
	background: #fff;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	padding: 0px;
}
	#title-nav {
		width: 264px;
		height: 75px;
		text-align: left;
		vertical-align: middle;
		float: right;
	}
	#title-nav td {
		font-family: Helvetica, Arial, Verdana, sans-serif;
		font-weight: bold;
		vertical-align: middle;
	}
	#title-nav a {
		font-family: Helvetica, Arial, Verdana, sans-serif;
		text-decoration: none;
		color: #555;
	}
	
#display {
	width: 1000px;
	height: 180px;
	background: #fff;
}

#nav {
	padding: 7px 0px 7px 0px;
	width: 1000px;
	background: #a1d459;
	vertical-align: middle;
	border-top: 1px solid #fff;
}

#content {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background: #fff url(images/index-content-bg.gif) repeat-y;
}
	#content p, #content li {
		font-family: Helvetica, Arial, sans-serif;
		color: #000;
		line-height: 16px;
	}
	#content b {
		font-family: Garamond, Georgia, Times, Times New Roman, serif;
		color: #000;
		line-height: 16px;
	}
	#content ul {
		list-style: disc url(images/circle-arrow.png) inside;
		vertical-align: middle;
	}
	#content li {
		height: 30px;
		vertical-align: middle;
	}
	#content li a {
		color: #555;
		text-decoration: none;
		font-size: 12px;
	}
	#content li a:hover {
		text-decoration: underline;
	}

.content-section {
	width: 721px;
	padding: 10px 0px 10px 10px;
	margin-right: 10px;
	background: #fff;
}
	.content-section a {
		color: #555;
		text-decoration: none;
		font-size: 90%;
	}
	.content-section a:hover {
		text-decoration: underline;
	}
	

#news {
	width: 249px;
	background: #465761;
	float: right;
	margin: 10px 5px 10px 5px;
	padding-left: 10px;
}
		#news p, #news td {
			font-family: Helvetica, Arial, sans-serif;
			color: #fff;
			line-height: 16px;
			font-size: 12px;
			margin: 0px;
		}
		#news b {
			font-family: Garamond, Georgia, Times, Times New Roman, serif;
			font-size: 16px;
			color: #b8cce4;
			font-weight: bold;
		}
		#news a {
			font-family: Helvetica, Arial, sans-serif;
			color: #b8cce4;
			font-size: 12px;
			text-decoration: none;
			font-weight: bold;
		}
		#news a:hover {
			text-decoration: underline;
		}
		
#footer {
	width: 980px;
	height: 88px;
	background: url(images/footer-bg-white.gif) repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px dotted #555;
	clear: both;
}


	#footer a {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 1em;
		line-height: 15px;
		color: #555;
		text-decoration: none;
	}
	#footer p {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 0.8em;
		line-height: 15px;
		color: #000;
	}
	#footer a:hover {
		text-decoration: underline;
	}




/* ---------------------- tag styling ---------------------- */

p, b, a, td, ul, li, h1, h2, h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 14px;
}
td {
	vertical-align: top;
}




/* ---------------------- navigation ---------------------- */

#nav ul {
	width: 1000px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: #a1d459;
	text-align: center;
	vertical-align: middle;
}
#nav li {
	display: inline;
	padding: 0px 10px 0px 10px;
}
#nav li a {
	display: inline;
	background: #a1d459;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
}
#nav li a:hover {
	text-decoration: underline;
}
.border {
	border-right: 1px solid #fff;
}






/* -------------------- custom classes -------------------- */


.center {
	text-align: center;
}
.right {
	float: right;
}
.left {
	float: left;
}
.indent {
	text-indent: 15px;
}
