/*   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 Resets */

* {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
}

h1, h2, h3, h4, h5, p {
	padding: 8pt 0;
}

/* @end */

/* @group Quick Styles */

.clear {
	clear: both;
}

b {
	font-weight: bold !important;
}

i {
	font-style: italic !important;
}

u {
	text-decoration: underline !important;
}

.center {
	text-align: center !important;
	text-indent: 0 !important;
}

.note {
	text-indent: 0px !important;
	font-size: 90%;
	font-style: italic;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

/* @end */

/* @group IE Hacks */

/* for Internet Explorer */
/*\*/
* html div#content {
height: 20em;
}
/**/



/* @end */

body {
	font: 100% 'Lucide Grande', Verdana, Arial, Sans-Serif;
	background: #FFF url(../images/bg.gif) repeat-x fixed left top;
}

div#container {
	width: 58em;
	color: black;
	border: 1px solid #355E3B;
	border-top-width: 0px;
	background: #355E3B url(../images/bg-content.gif) repeat-y right top;
	margin: 0 auto 2em;
}

div#header {
	text-align: center;
	width: 58em;
	height: 133px;
	background: white url(../images/small-van.gif) no-repeat left top;
}

div#header img {
	margin: 0 auto;
}

/* @group Info Styles */

div#info {
	width: 58em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	border-bottom: 1px solid #355E3B;
	border-top: 1px solid #355E3B;
	background-color: #C8DACB;
}

div#info span {
	font-size: 80%;
	padding-right: .5em;
}

div#info a, div#info a:link, div#info a:visited, div#footer a, div#foonter a:link, div#footer a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

/* @end */

/* @group Navigation Styles */

div#navigation {
	width: 10.9em;
	background-color: #C8DACB;
	float: left;
	overflow: hidden;
}

div#navigation a {
	width: 100%;
	display: block;
	height: 2em;
	line-height: 2em;
	padding-left: .5em;
	text-decoration: none;
	color: #FFF;
	border-bottom: 1px solid #123A18;
	background: #355E3B url(../images/bg-navi.gif) repeat-y right top;
}

div#navigation a.rednavi {
	background: #8F2424 url(/images/bg-navi-red.gif) repeat-y right top;
}

div#navigation a.current, div#navigation a:hover {
	color: #123A18;
	background: #C8DACB url(../images/bg-navi-hover.gif) repeat-y right top;
}

/* @end */

/* @group Content Styles */

div#content {
	color: black;
	width: 46em;
	min-height: 20em;
	float: left;
	padding-right: .5em;
	padding-left: .5em;
	padding-bottom: 1em;
	border-left: .1em solid #355E3B;
	background: white url(../images/bg-content.jpg) no-repeat right bottom;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
	color: #355E3B;
	font-weight: bold;
	text-align: center;
}

div#content a, a:link, a:visited {
	color: #355E3B;
	text-decoration: underline;
}

div#content a:hover {
	color: #0B3B12;
}

div#content p {
	text-align: justify;
	text-indent: 2em;
	line-height: 1.3em;
	font-size: .9em;
}

pre {
	font: italic 100% 'Lucide Grande', Verdana, Arial, Sans-Serif;
	margin-left: 2em;
}

/* @end */

/* @group Footer Styles */

div#footer {
	text-align: center;
	width: 58em;
	background-color: #C8DACB;
	border-top: 1px solid #355E3B;
}

div#footer p {
	text-align: center;
	font-size: .5em;
	padding: .25em;
	line-height: 1.5em;
}



/* @end */

