/*

Base Style Sheet For thon Websites v1.2.2
Last Modified: 2007-01-25 13:27:57

*/


/****** Header ******/
.header{
	background: url('base/bg_header.gif') top left repeat-x;
	height: 80px;
}
.innerHeader{
	min-width: 610px;
	width: 750px;
	margin: 0 auto;
}

.title{
	float: left;
	margin-top: 16px;
}
.title img{
	float: left;
	margin-right: 6px;
}
.title h1{
	font-size: 150%;
	font-weight: bold;
	padding: 6px 0px 0px 0px;
	margin: 0px;
}
.title h1 a:link,
.title h1 a:visited,
.title h1 a:active
{
	color: #565043;
	text-decoration: none;
}
.title p{
	margin: 0px;
	padding: 0px;
	color: #726958;
}

/* top nav menu */
.menu{
	padding-top: 26px;
	float: right;
}



/****** Nav Panel ******/
.navPanel{
	background: #E5E2DE url('base/bg_mid.png') top left repeat-x;
	border-top: 1px solid #DAD6CB;
	border-bottom: 1px solid #CBC6BC;
	line-height: 200%;
}
.innerNavPanel {
	margin: 0 auto;
	width: 750px;
}


/* buttons */
.buttonWrapper{
	border: 1px solid #DAD6CB;
	border-left: none;
	background: #F2F0EE url('base/bg_btn_bg.png');
}
.buttons{
	line-height: 200%;
	white-space: nowrap;
	width: 99%; /* ie6 fix */
	overflow: hidden;
	border-left: 1px solid #DAD6CB;
}
.buttons a:link,
.buttons a:active,
.buttons a:visited,
.buttons a:hover
{
	float: left;
	display: block;
	padding: 4px 20px;
	color: #645A44;
	text-decoration: none;
	border-left: 1px solid white;
	border-right: 1px solid #DAD6CB;
	background: #F4FBE1 url('base/bg_btn.png');
}
.buttons a:hover
{
	color: #395500;
	background: #F4FADF url('base/bg_btn_hover.png') top left repeat-x;
}
.buttons-special
{
	font-weight: bold;
}
.buttons-active {
	color: #993300 !important;
	background: #FFF1BB url('base/bg_btn_active.png') !important;
}

.buttons .label{
	float: left;
	overflow: hidden;
	display: block;
	padding: 4px 20px;
	color: #645A44;
}
.buttons .label a:link,
.buttons .label a:active,
.buttons .label a:visited,
.buttons .label a:hover
{
	float: none;
	display: inline;
	height: auto;
	padding: 0px;
	font-weight: bold;
	text-decoration: underline;
	border: none;
	background: none;
}

/* sorry for this ie6 hack */
* html .buttons img {
	float: left;
	margin: 5px 5px 5px 0px;
}

.shadowStrip{
	height: 4px;
	font-size: 1%;
	line-height: 1%;
	background: url('base/bg_shadow.png');
}


/****** Content Block ******/
.contentWrapper{
	min-width: 610px;
	width: 740px;
	margin: 0px auto;
}

.content{
	float: left;
	width: 100%;
	margin: 0px -210px 0px 0px;
}
.innerContent{
	margin-right: 210px;
	overflow: visible;
}

/* content block */
.contentBlock{
	margin: 0px 0px 40px 0px;
}
h3{
	color: #669900;
	font-size: 150%;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	margin: 10px 0px 10px 0px;
	
}
h4 {
	color: #666666;
	font-size: 125%;
	font-weight: bold;
	padding: 5px 5px 5px 0px;
	margin: 10px 0px 5px 0px;
}
.contentText{
	line-height: 150%;
}

