/* @group General Styles */

img {
    border: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0px;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
}

.image-justified {
	float: right;
	margin: 3px 0 3px 0;
	padding: 3px 0 3px 0;
}

.text {
	text-align:justify;
}

body {
	margin: 0;
	font: 10px/16px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	background: #282828 url(./bktop.jpg) repeat-x;
}

a:link {
	color: #82A718;
	text-decoration: underline;
}

a:visited {
	color: #82A718;
	text-decoration: underline;
}

a:hover, a:active {
	color: #82A718;
	text-decoration: none;
}

.spacer {
	height: 10px;
}
/* @end */

/* @group Menu System */

/* Toolbar Styles */

#navcontainer {
	height: 16px;
	padding: 0;
	margin-top: 0px;
	float: right;
	font-size: 10px;
	margin-right: 14px;
	position: relative;
	top: 15px;
	width: 196px;
}

#navcontainer #current {
	font-weight: bold;
	width: 65px;
	padding-top: 0;
	height: 30px;
	color: #333;
	margin: 0;
}

#navcontainer #current:hover {
	width: 65px;
	padding-top: 0;
	height: 30px;
	color: #666;
	font-weight: bold;
	margin: 0;
}

#navcontainer .currentAncestor {
	font-weight: bold;
	width: 65px;
	height: 30px;
	margin: 0;
	padding: 0;
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#navcontainer li {
	display: inline;
	float: left;
}

#navcontainer a{
	width: 65px;
	display: block;
	margin: 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	height: 30px;
	color: #b3b3b3;
	padding: 0;
}

#navcontainer a:hover{
	width: 65px;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 0;
	font-weight: bold;
	background: url(./menu.jpg) no-repeat;
	height: 30px;
	color: #666;
	margin: 0;
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	left: 0;
	top: 80px;
	background: none;
	height: 18px;
	z-index: 10;
}

#navcontainer ul ul li {
	background: none;
}

#navcontainer ul ul a {
	background: none;
	font-size: 9.5px;
	padding: 0;
	height: 18px;
	color: #b3b3b3;
}

#navcontainer ul ul a:hover {
	background: none;
	padding-top: 0;
	height: 18px;
}

#navcontainer ul ul #current {
	background: none;
	padding-top: 0;
	color: #e6e6e6;
	height: 18px;
}

#navcontainer ul ul #current:hover {
	background: none;
	padding-top: 0;
	color: #e6e6e6;
	height: 18px;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	display: none;
}

/* @end */

/* @group Layout */

#container {
	width: 703px;
	padding: 0;
	background: url(./middle.jpg) repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 14px;
	margin-left: auto;
}

#copyright {
	text-align: center;
	color: #666;
	padding-bottom: 20px;
}

#copyright a {
	color: #4c4c4c;
	text-decoration: none;
}

#copyright a:hover {
	color: #4c4c4c;
	text-decoration: underline;
}

#title {
	font-weight: bold;
	height: 30px;
	color: #666;
	margin: 0;
	display: inline-block;
	position: relative;
	float: left;
	clear: none;
	left: 30px;
	top: 15px;
}

#spacer {
	width: 701px;
	height: 37px;
	background: url(./spacer.jpg) no-repeat;
}

#top {
	width: 701px;
	height: 95px;
	background: url(./top.jpg) no-repeat;
}

#sitebody {
	width: 701px;
	margin: 0;
	padding: 0 0 20px;
}

#btm {
	background: url(./bottom.jpg) no-repeat;
	width: 701px;
	height: 27px;
	margin-right: auto;
	margin-left: auto;
	right: 1px;
	position: relative;
}

#titlebar {
	width: 701px;
	height: 39px;
	background: url(./titlebar.jpg) no-repeat;
}

#content {
	margin-right: 50px;
	margin-left: 50px;
	width: 425px;
	background-image: none;
}

#mover {
	margin-top: -60px;
}

#pagetype {
	width: 191px;
	height: 132px;
	background: url(./pagetype.jpg) no-repeat;
	float: right;
}

.boxed {
	padding: 8px 12px;
	margin-bottom: 14px;
	background: #e6e6e6;
	font-weight: normal;
	color: #808080;
}

.skinny {
	width: 127px;
	padding-left: 6px;
}

.sbtop {
	width: 139px;
	background: url(./sbtop.jpg) no-repeat;
	padding-top: 12px;
	padding-left: 18px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}

.sbpad {
	padding-top: 10px;
	margin-left: auto;
	width: 108px;
	padding-bottom: 2px;
	margin-right: auto;
}

.sbbox {
	background: url(./sbmiddle.jpg) repeat-y;
	width: 139px;
	padding-right: 12px;
	padding-left: 4px;
	margin-right: auto;
	margin-left: auto;
}

.sbbtm {
	background: url(./sbbottom.jpg) no-repeat;
	height: 19px;
	width: 139px;
	margin-right: auto;
	margin-left: auto;
}

.links {
	float: right;
	margin-right: 14px;
}

.pubEntry {
	margin-right: auto;
	margin-bottom: 14px;
	margin-left: auto;
	width: 90%;
	border-bottom: 1px dotted #808080;
}

.lastpubEntry {
	margin-right: auto;
	margin-bottom: 14px;
	margin-left: auto;
	width: 90%;
}

.pubContent {
	margin-top: 10px;
}

.entryContent {
	margin: 15px;
}

.pubLinks {
    text-align: left;
    margin-bottom: 5px;
}
/* @end */

/* @group Global Classes */

.clearer {
	clear: both;
}

blockquote {

}

h1 {
}

h2 {

}

h3 {
	font-size: 14px;
	line-height: 10px;
	margin: 0;
	padding: 0;
	display: inline-block;
	color: #808080;
}

.imageStyle {

}

#content li {
	margin: 0;
	padding: 0;
	list-style-type: square;
	list-style-position: inside;
}
	
/* @end */

/* @group Contact Form */
.message-text {
	color: #999999;
	font-size: 12px;
} 

.required-text {
	font-size: 10px;
} 

.form-input-field {
} 

.form-input-button { } 
/* @end */
	/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{
	padding: 0;
}

html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

#spacer {
	width: 701px;
	height: 37px;
	background: url(hotspacer.jpg) no-repeat;
}

#top {
	width: 701px;
	height: 95px;
	background: url(hottop.jpg) no-repeat;
}
#content {
	margin-right: 50px;
	margin-left: 50px;
	width: 601px;
	background-image: none;
}

#mover {
	margin-top: -80px;
}

/* @end */

