/* main.css
	By North Knight Software. */

*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-color: #112;
	min-width: 912px;
}

a
{
	color: #339;
}

a:hover
{
	color: #112;
}

img
{
	border: 0;
}

#side
{
	display: block;
	width: 224px;
	float: right;
	background-color: #FFF;
}

#side h1 a
{
	text-indent: -999em;
	display: block;
	width: 186px;
	height: 125px;
	background: url(/img/logo.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
	margin-bottom: 32px;
	border: 0;
}

#nav ul
{
	border-top: 2px solid #364362;
}

#nav ul li
{
	list-style-type: none;
	text-align: right;
}

#nav ul li a
{
	display: block;
	width: 176px;
	text-decoration: none;
	color: #FFF;
	font-size: 18px;
	padding: 18px 24px;
	border-bottom: 2px solid #364362;
	background-color: #041543;
}

#nav ul li a:hover
{
	color: #B11;
	background-color: #DDE;
}

#nav ul li a.current
{
	color: #B11;
	background-color: #DDE;
}

#nav ul li a.current:hover
{
	color: #D33;
	background-color: #EEF;
}

#main
{
	margin-right: 224px;
}

#title
{
	background: url(/img/title-bg.gif);
	background-position: top right;
}

#title div.shadow
{
	background: url(/img/title-shadow.gif);
	background-position: top right;
	background-repeat: repeat-y;
	height: 86px;
	overflow: hidden;
	font-weight: bold;
	text-align: right;
}

#title h2 a
{
	display: block;
	font-weight: bold;
	font-size: 32px;
	color: #FFF;
	padding: 11px 28px;
	padding-left: 0;
	line-height: 200%;
	text-decoration: none;
}

#content
{
	background: url(/img/main-bg.gif);
	background-position: top right;
}

#content div.shadow
{
	background: url(/img/main-shadow.gif);
	background-position: top right;
	background-repeat: repeat-y;
	min-height: 1024px;
	padding: 24px 30px 24px 24px;
}

#content div.section
{
	position: relative;
	margin: 6px 0 24px 0;
	display: block;
	width: 98%;
	border: 2px solid #666;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}

#content div.border
{
	border: 6px solid #FFF;
}

#content div.body
{
	background-color: #FFF;
	line-height: 160%;
}

#content div.body .image
{
	text-align: center;
	padding: 16px 0;
}

#content div.body .image img
{
	border: 2px solid #999;
	padding: 4px;
}

#content div.body p, #content div.body ul, #content div.body ol
{
	margin: 18px;
}

#content div.body li
{
	margin: 0 38px;
}

#content div.body h3
{
	display: block;
	font-weight: bold;
	font-size: 22px;
	color: #FFF;
	padding: 16px;
	background: #900;
	border-top: 6px solid #B55;
	border-bottom: 6px solid #600;
}

#content div.body h4
{
	display: block;
	font-weight: bold;
	margin: 28px -6px 0 -6px;
	font-size: 16px;
	color: #444;
	padding: 6px 18px;
	background-color: #DDD;
	border-top: 4px solid #EEE;
	border-bottom: 4px solid #AAA;
}

#content div.body h3 + h4, #content div.body div.itemHeader + h4
{
	margin-top: 6px;
}

#content div.body div.itemHeader h3
{
	margin-bottom: 0;
	padding-bottom: 4px;
	border-bottom: 0;
}

#content div.body div.itemHeader.first h3
{
	margin-top: 0;
}

#content div.body div.first h4
{
	margin-top: 6px;
}

#content div.body div.itemHeader h4
{
	margin: 0;
	padding-top: 0;
	padding-bottom: 14px;
	background-color: #900;
	border-bottom: 6px solid #600;
	color: #ECC;
	border-top: 0;
}

#content div.body div.action
{
	text-align: right;
	font-weight: bold;
	color: #CCC;
	padding: 20px;
	background-color: #112;
	margin: 24px 0 0 0;
}

#content div.body div.action p
{
	margin: 0;
	padding: 0;
}

#content div.action a:hover
{
	color: #EEF;
}

#content div.action a
{
	color: #BBC;
}

#bottom
{
	margin: 68px 6px 32px 6px;
	padding: 24px;
	text-align: right;
	color: #468;
	background-color: #EEE;
	border: 2px solid #468;
}

#newsNav
{
	position: relative;
	height: 2em;
}

#newsNav .olderNav a
{
	display: block;
	float: right;
	width: 42%;
	padding: 2px 12px;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

#newsNav .newerNav a
{
	display: block;
	float: left;
	width: 42%;
	padding: 2px 12px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}


