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

body {
	margin: 0;
	background: url(images/site-bg.jpg) repeat-x top #3a93bd;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h2 {
	color: #369;
	margin: 50px 0 20px 0;
}

.img-border {
	border: solid 1px #369;
}

.navy {
	color: #036;
}

.gray {
	color: #666;
}

#wrapper {
	margin: 0 auto;
	width: 895px;
}

#date {
	float: right;
	width: 187px;
	height: 25px;
	background: url(images/date-bg.jpg) center no-repeat;
	margin: 30px 40px 0 0;
}

#date-text {
	font-size: 0.85em;
	text-align: center;
	margin-top: 2px;
}



/* ---------- Shadows (Don't Touch) ---------- */

#left-shadow {
	width: 4px;
	background: url(images/left-shadow-bg.gif) repeat-y;
}

#left-shadow-img {
	width: 4px;
	height: 502px;
	background: url(images/left-shadow.jpg) no-repeat top;
}

#right-shadow {
	width: 4px;
	background: url(images/right-shadow-bg.gif) repeat-y;
}

#right-shadow-img {
	width: 4px;
	height: 502px;
	background: url(images/right-shadow.jpg) no-repeat top;
}

/* ---------- End Shadows ---------- */



/* ---------- Home Page ---------- */

#home-left {
	width: 411px;
	height: 390px;
	float: left;
	background: url(images/left-bg.gif) right no-repeat #CFE2F0;
}

#home-left-text {
	padding: 25px 40px 0 40px;
}

#home-right {
	width: 476px;
	height: 390px;
	float: left;
	background: url(images/right-bg.gif) left bottom no-repeat #CFE2F0;
}

#home-right a {
	color: #090;
	text-decoration: none;
	display: block;
	font-size: 0.9em;
	width: 55px;
	font-weight: bold;
	margin: 7px 0 22px 0;
}

#home-right a:hover {
	color: #0C0;
}

#home-right span {
	background-color: #AFC5D3;
	padding: 7px 0 7px 40px;
	margin: 10px 280px 7px 0;
	display: block;
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: bold;
	color: #666;
}

#home-right span strong {
	font-size: 1.7em;
	line-height: 1.4em;
	color: #090;
	font-weight: normal;
}

.home-right-text {
	padding: 0 40px 0 40px;
	font-size: 0.9em;
	line-height: 1.4em;
}

/* ---------- End Home ---------- */



/* ---------- Sub Page ---------- */

#sub-left {
	background: url(images/sub-left-bg.gif) right bottom no-repeat #CFE2F0;
}

#sub-left-text {
	padding: 25px 40px 25px 40px;
}

#sub-left-text h2 {
	font-size: 1.2em;
}

#sub-right {
	background: url(images/right-bg.gif) left bottom no-repeat #CFE2F0;
}

#sub-right a {
	color: #090;
	text-decoration: none;
}

#sub-right a:hover {
	color: #0C0;
}

#sub-right span {
	background-color: #AFC5D3;
	padding: 7px 0 7px 40px;
	margin: 10px 380px 7px 0;
	display: block;
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: bold;
	color: #666;
}

#sub-right span strong {
	font-size: 1.7em;
	line-height: 1.4em;
	color: #090;
	font-weight: normal;
}

#sub-right li {
	margin-top: 10px;
}

.sub-right-text {
	padding: 20px 40px 25px 40px;
	font-size: 0.9em;
	line-height: 1.4em;
}

/* ---------- End Sub ---------- */



/* ---------- Footer ---------- */

#footer-bg {
	clear: both;
	background: url(images/footer-bg.gif) repeat-x top #74ABC9;
}

#footer-text {
	padding: 20px 0 20px 0;
	font-size: 0.87em;
	color: #FFF;
}

#footer-text a {
	color: #244459;
	text-decoration: none;
}

#footer-text a:hover {
	color: #FFF;
}

#credits {
	margin-top: 30px;
}

/* ---------- End Footer ---------- */
