/*   All CSS code is Copyright 2010 HunterGD @ http://HunterGD.com   **  Do not use or borrow my code without giving credit to me, at the  **  least, please leave this header with the code.                   */

/* @group Global Unsets */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-align: left;
	font-weight: normal;
}

/* @end */

/* @group Quick Styles */

.bold, b {
	font-weight: bold !important;
}

.underline, u, span.u {
	text-decoration: underline !important;
}

.italic, i {
	font-style: italic !important;
}

.center {
	text-align: center !important;
	text-indent: 0 !important;
}

.larger {
	font-size: 120% !important;
}

.smaller {
	font-size: 80% !important;
}

.noa {
	color: #000 !important;
	text-decoration: none !important;
}

.nodent {
	text-indent: 0px !important;
}

.nudge {
	margin-left: 4em !important;
	margin-right: 4em !important;
}

.white {
	color: #FFF !important;
}

.black {
	color: #000 !important;
}

.clear {
	clear: both !important;
}

/* @end */

body {
	min-width: 45em;
	background: #9ECBE4 url(../images/bg.gif) no-repeat fixed left top;
	font: 100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @group Header Styles */

#header {
	height: 165px;
	background: #7E8891 url(../images/bg-header.jpg) no-repeat scroll left top;
	margin: 16px 0px;
	overflow: hidden;
}

#header h2, #header h3 {
	font-weight: bold;
}

#header h2 {
	color: #000;
	text-shadow: #575757 0 0 20px;
}

#header h3 {
	color: #FFF;
	text-shadow: #c2c2c2 0 0 5px;
}

#logo {
	height: 165px;
	width: 150px;
	background-color: transparent;
	float: left;
	margin-left: 50px;
	margin-right: 18px;
}

#header #headtext {
	line-height: 82px;
	float: left;
	color: #FFF;
}

/* @end */

/* @group IE Hacks */

/* for Internet Explorer to fix peekaboo bug */
/*\*/
* html div#content {
height: 300px;
}
/**/

/* @end */

/* @group Navigation Styles */

#navigation {
	width: 150px;
	background-color: #FFF;
	border: 1px solid #888;
	border-bottom: none;
	position: absolute;
	top: 197px;
	left: 50px;
}

.navientry, .navientryL {
	background: url(../images/bg-navi.gif) repeat-x left bottom;
	clear: both;
	overflow: hidden;
}

.navientry:hover, .navientryL:hover {
	background: #9ECBE4 url(../images/bg-navi-hover.gif) repeat-x left top;
}

.navientry:active, .navientryL:active {
	background: #597584 url(../images/bg-navi-down.gif) repeat-x left bottom;
}

a.navientry, a.navientryL {
	height: 36px;
	line-height: 36px;
	display: block;
	border-bottom: 1px solid #888;
	font-weight: bold;
}

a.navientry img {
	margin: 3px 4px;
	float: left;
}

a.navientryL img {
	float: left;
	margin: 6px 6px;
}

a.navientry span, a.navientryL span {
	font-weight: bold;
	display: block;
	float: left;
	margin-left: 3px;
}

a.navientryL {
	height: 42px !important;
	line-height: 20px !important;	
}

a.navientry, a.navientry:link, a.navientry:visited, a.navientryL, a.navientryL:link, a.navientryL:visited {
	text-decoration: none;
	text-align: left;
	color: #172831;
}

a.navientry:hover span, a.navientryL:hover span {
	color: #FFF;
	font-weight: bold;
}
	
a.navientry:active, a.navientryL:active {
	color: #000;
}

a.current {
	color: #FFF !important;
	background: #9ECBE4 url(../images/bg-navi-hover.gif) repeat-x left top !important;
}

/* @end */

/* @group Content Styles */

#content {
	margin-left: 217px;
	margin-right: 50px;
	min-height: 15em;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	border-top: 1px solid #888;
	padding: 10px 0 20px;
	background: #FFF url(../images/bg-content.gif) no-repeat fixed left top;
}

#content h1 {
	font-size: 1.5em;
	line-height: 1.5em;
}

#content h2 {
	font-size: 1.25em;
	line-height: 1.5em;
}

#content h3 {
	font-size: 1em;
	line-height: 1.5em;
}

#content a, #content a:link, #content a:visited {
	text-decoration: underline;
	color: #0000FF;
}

#content a:hover {
	color: #7B9FB3;
}

#content a:active {
	color: #000;
}

#content p {
	text-indent: 2em;
	text-align: justify;
	margin-right: 2em;
	margin-left: 2em;
	padding-top: 8pt;
	padding-bottom: 8pt;
}

#content h1, #content h2, #content h3 {
	font-weight: bold;
	text-align: center;
	text-indent: 0;
}

img.center, img.left, img.right {
	border: 2px solid #888;
}

img.center {
	display: block;
	text-align: center;
	margin: 10px auto;
}

img.left {
	float: left;
	margin: 10px 2em;
}

img.right {
	float: right;
	margin: 10px 2em;
}

/* @end */

/* @group Footer Styles */

#footer {
	line-height: .75em;
	border: 1px solid #4D552D;
	margin: 0 50px 0 217px;
	background: #4D552D url(../images/bg-footer.jpg) repeat scroll center center;
	color: #FFF;
}

#footer a, #footer a:link, #footer a:visited {
	text-decoration: none;
	color: #CCDBE3;
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

#footer p {
	margin: .15em;
	padding: 0;
	text-align: center;
	font-size: .7em;
}

/* @end */
