/* CSS Document */

a:active {
	text-decoration: none;
	color: #000000;
}

a:link {
	color: #009999;
}
a:visited {
	color: #999966;
}
a:hover {
	color: #CC3300;
}

a { outline: none; }   

/* full page container */

#container {
	position: relative;
	width: 768px;
	height: auto;
	margin:8px auto 0;
	
}

/*basic setup*/

body {
	background: #1b240f;
	margin: 0px;
	padding: 0px;
	overflow: -moz-scrollbars-vertical;
}



form input, textarea {
	
	background-color: #bfb;
	font: 14px Arial, Helvetica, sans-serif;
		
}


legend {
	font: 16px Arial, Helvetica, sans-serif;
	color: #666666;
	}

/*site layout*/

#allpagetext {
	position: absolute;
	height: 60px;
	top: 248px;
	width:680px;
	left: 40px;
	font: 16px  Georgia, "Times New Roman", Times, serif;
	color: #555555;
	z-index: 1;	
	}

#head {
	position: relative;
	width: auto;
	height: 240px;
	background: url(../images/head.jpg) no-repeat center top;
}

#headinfotext {
	position: relative;
	top: auto;
}

#headinfotext h2 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #888888;
}

#main {
	position: relative;
	width: auto;
	height: auto;
	padding-left: 36px;
	padding-right: 36px;
	background: #fff url(../images/repeat.jpg) repeat-y center top;
}

#main p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}

#main ul {
	font: 12px Arial, Helvetica, sans-serif;
	padding-left: 256px;
	color: #000000;
}

#main h1 {
	font: 16px Arial, Helvetica, sans-serif;
	color: #666666;
}

#main h4 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #cccccc;
}

#head h6 {
	position: absolute;
	top: 48px;
	width: 412px;
	margin-left: 22px;
	margin-right: 16px;
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #222222;
}

#footer {
	position: relative;
	width: auto;
	height: 64px;
	background: url(../images/footer.jpg) no-repeat center top;
}

/* menu */

#topmenu {
	position: absolute;
	top: 24px;
	width: 240px;
	height: 48px;
	left: 28px;
	z-index: 1;
	float: left;
	
}

.home {
	height: 52px;
	padding-right: 60px;
	background-image: url(../images/buttonstrip.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
	z-index: 1;
	float: left;
}

.home:hover {
	height: 52px;
	padding-right: 60px;
	background-image: url(../images/buttonstrip.jpg);
	background-repeat: no-repeat;
	background-position: -120px center;
	float: left;
}

.contact {
	height: 52px;
	padding-right: 60px;
	background-image: url(../images/buttonstrip.jpg);
	background-repeat: no-repeat;
	background-position: -60px center;
	z-index: 1;
	float: left;
}

.contact:hover {
	height: 52px;
	padding-right: 60px;
	background-image: url(../images/buttonstrip.jpg);
	background-repeat: no-repeat;
	background-position: -180px center;
	float: left;
}

