/*
	Author	:	Matt Kessenich
*/
* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#0000AA;
	text-decoration:none;
}
a:hover {
	color:#1c1;
	text-decoration:underline;
}
blockquote {
	background:#f1f1f1;
	border-left:2px solid #777777;
	color:#444;
	display:block;
	font-style:oblique;
	line-height:20px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
.left {
	float:left;
	margin:0 10px 0 0;
}
.right {
	float:right;
	margin:0 0 0 10px;
}

/* body */
body {
	background:#fff url('image/background_body.jpg');
	background-repeat: repeat-x;
	color:#000;
	font:0.7em Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

/* header */
#header {
	background:url('image/header.jpg');
	height:160px;
	margin:0 auto;
	position:relative;
	width: 900px;
	margin-bottom: 2px;
	border-style: solid;
	border-width: 2px;
	border-color: #fff;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#header h1 {
	color:#000;
	font-size:40px;
	font-weight:400;
	left:0;
	letter-spacing:-2px;
	position:absolute;
	top:40px;
}
#header p {
	bottom:70px;
	color:#000;
	font-size:2em;
	position:absolute;
	right:20px;
}
#header ul {
	list-style:none;
	position:absolute;
	top:2px;
}
#header ul li {
	list-style:none;
}
#header ul li a {
	color:#000;
	display:block;
	font-size:1.0em;
	font-weight:700;
	height:6px;
	padding:6px;
	width:215px;
	margin-left: 4px;
	margin-bottom: 1px;
}
#header ul li a:hover {
	font-size: 1.0em;
	background:#fff;
	color:#009700;
	text-decoration:none;

}

/* content */
#content {
	background:#fff;
	height:auto;
	margin:0 auto;
	width: 890px;
}
#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
} 

}
#slideshow.js{
	width:250px;
	padding:5px;
	background:#fff;
	margin:0 0 10px 0;
	color:#000;
}
.slidenav{
	width:650px;
	border:3px ridge #545565;
	padding:5px;
	margin:1em 0 0 0;
	text-align:center;
	font-weight:bold;
	background:#ccc;
	font-size:90%;
}
.slidenav a{
	text-decoration:none;
	color:#00C;
}
.slidenav a:hover{
	color:#0C0;
}
.slidenav span{
	padding:0 1em;
	color:#000;
}
#slideshow.js img{
	display:block;
	margin:0 auto;
}
#slideshow.js li{
	position: relative;
	display:none;
	padding:0;
	list-style: none;
}
#slideshow.js li.current{
	position: relative;
	display:block;
	list-style: none;

}
#slideshow2.js{
	width:650px;
	padding:5px;
	background:#fff;
	margin:0 0 10px 0;
	color:#000;
}
.slidenav{
	width:250px;
	border:3px ridge #545565;
	padding:5px;
	margin:1em 0 0 0;
	text-align:center;
	color: #fff;
	font-weight:bold;
	background:#CCC;
	font-size:90%;
}
.slidenav a{
	text-decoration:none;
	color:#00C;
}
.slidenav a:hover{
	color:#0C0;
}
.slidenav span{
	padding:0 1em;
	color:#000;
}
#slideshow2.js img{
	display:block;
	margin:0 auto;
}
#slideshow2.js li{
	position: relative;
	display:none;
	padding:0;
	list-style: none;
}
#slideshow2.js li.current{
	position: relative;
	display:block;
	list-style: none;
}
#slideshow3.js{
	width:650px;
	padding:5px;
	background:#fff;
	margin:0 0 10px 0;
	color:#000;
}
.slidenav{
	width:250px;
	border:3px ridge #545565;
	padding:5px;
	margin:1em 0 0 0;
	text-align:center;
	color: #fff;
	font-weight:bold;
	background:#CCC;
	font-size:90%;
}
.slidenav a{
	text-decoration:none;
	color:#00C;
}
.slidenav a:hover{
	color:#0C0;
}
.slidenav span{
	padding:0 1em;
	color:#000;
}
#slideshow3.js img{
	display:block;
	margin:0 auto;
}
#slideshow3.js li{
	position: relative;
	display:none;
	padding:0;
	list-style: none;
}
#slideshow3.js li.current{
	position: relative;
	display:block;
	list-style: none;
}

/*form*/
#form input {
	background: #EEE;
	border: 1px solid #000;
}
#form input:hover {
	border: 1px solid #050;
	background: #fff;
}
#form textarea {
	background: #EEE;
	border: 1px solid#000;
}
#form textarea:hover {
	border: 1px solid #050;
	background: #fff;
}	

/* sidebar */
#sidebar {
	float:left;
	width:192px;
	background:#fff;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 2px;
	padding-right: 5px;
	border-right: 1px solid #555;
}
#sidebar h1 {
	background:#065506;
	border-top:5px solid #fff;
	color:#fff;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}
#sidebar input {
	background:#DDD;
	border: 1px solid;
	color:#555;
	margin-top:2px;
	padding:0px;

}
#sidebar input:hover{
	border: 1px solid #080;
	background: #fff;
}
#sidebar p {
	background:#fff;
	color:#555;
	display:block;
	border-style: solid;
	font-size:90%;
	line-height:15px;
	margin-bottom:10px ;
	padding:2px;
}
#sidebar p a.more {
	display:block;
	text-align:right;
	background:#000;
}
#sidebar ul {
	background:#fff;
	margin-bottom:10px;
}
#sidebar ul li {
	border-bottom:1px solid #999999;
	list-style:none;
	padding:5px 2px;
}
#sidebar ul li a {
	color:#000;
	display:block;
	font-family:Geneva;
	padding:5px;
	text-decoration:none;
}
#sidebar ul li a:hover {
	color:#000;
}


/* Main */
#main {
	background:#fff;
	float:right;
	width:670px;
	margin-left: 5px;
	margin-right:7px;

}
#main p {
	color:#555;
	line-height:20px;
	padding:5px;
}
#main h1 {
	border-bottom:1px solid #000000;
	color:#444;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}

/* footer */
#footer {
	background:#fff;
	margin:25px auto;
	width:900px;
}
#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#footer p {
	border:2px solid #000000;
	color:#555;
	font-size:90%;
	line-height:20px;
	padding:10px;
	text-align:center;
}
