@charset "UTF-8";
/* CSS Document */

body {
	margin:20px 0px;
	background:url(images/bg.png) repeat-x fixed top;
}
body, td, tr, div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
h1 {
	font-size:16px;
	color:#4D4D4D;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	font-size:11px;
	color:#414142;
	margin-top: 0px;
	margin-bottom: 3px;
}
h3 {
	font-size:14px;
	font-weight: bold;
	color:#fff;
	background:url(images/bg-mod-title.png) no-repeat;
	width:100%;
	height:22px;
	margin:0;
	padding:3px 0 0 5px;
}
h3 a{
	color:#99AA20;
	text-decoration: none;
}
h3 a:hover{
	color:#333333;
	text-decoration: none;
}
h4 {
	
}
a {
	color:#000;
}
a:hover {
	color:#F00;	
}
p {
	margin:8px 0;
}

/* form styles */

input{
	
}

/* template styles and background images */

#shad-t {
	background-image:url(images/shad-t.png);
	height:10px;
}
#shad-l {
	background:url(images/shad-l.png) repeat-y right;
	width:15px;
}
#shad-b {
	background-image:url(images/shad-b.png);
	height:20px;
}
#shad-r {
	background:url(images/shad-r.png) repeat-y left;
	width:15px;
}
#wrapper {
	width:900px;
}
#left-col {
	width:604px;
	background:#FFF;
}
#right-col {
	width:396px;
	background:url(images/mod-shad.png) repeat-y left #394048;
}
#header {
}
#banner {
}
#content {
	padding:20px;
}
/* right col */

#right-wrapper {
	padding:20px 0 20px 34px;
	text-align:left;
}
#right-wrapper p {
	color:#CCC;
}
#right-wrapper img {
	padding:3px;
	border:solid 1px #808080;
	background:#666666;
}

/* menu styles */
#mainmenu {
	height:33px;
	background:url(images/nav-bg.png) repeat-x;
}
#mainmenu ul {
	padding:0;
	margin:0;
}
#mainmenu li {
	display:inline-block;
	list-style:none;
	margin:0;
	padding:0;
	zoom: 1;
    *display: inline;

}
#mainmenu li a {
	display:inline-block;
	font-size:12px;
	color:#4D4D4D;
	text-transform:uppercase;
	text-decoration:none;
	padding:9px 10px;
	background:url(images/nav-divider.png) repeat-y right;
}
#mainmenu li a:hover {
	display:inline-block;
	background:url(images/nav-bg2.png) repeat-x;
}
/* Slideshow */
#slideshow {
	position:absolute;
	left:0;
	top:0;
	width:604px;
	height:318px;
	z-index:1;
}

#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
#kevform{
	position: relative;
	width: 555px;
	height: 39px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-color: #f2f2f2;

}
#namewrap{
	position: absolute;
	width: 150px;
	height: 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-color: #f2f2f2;
	top: 7px;
	left: 5px;
}
#namewrap input{
	position: relative;
	width: 150px;
	height: 19px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-color: #ffffff;
	border: 0;
	padding-top: 3px;
	padding-left: 2px;
}
#mailwrap{
	position: absolute;
	width: 150px;
	height: 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-color: #f2f2f2;
	top: 7px;
	left: 165px;
}
#mailwrap input{
	position: relative;
	width: 150px;
	height: 19px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-color: #ffffff;
	border: 0;
	padding-top: 3px;
	padding-left: 2px;
}
#phonewrap{
	position: absolute;
	width: 150px;
	height: 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-color: #f2f2f2;
	top: 7px;
	left: 325px;
}
#phonewrap input{
	position: relative;
	width: 150px;
	height: 19px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-color: #ffffff;
	border: 0;
	padding-top: 3px;
	padding-left: 2px;
}
#buttwrap{
	position: absolute;
	width: 50px;
	height: 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-color: #f2f2f2;
	top: 0px;
	left: 477px;
}
#buttwrap input{
	position: relative;
	width: 50px;
	height: 19px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	background-color: #CC0000;
	border: 1px #ffffff solid;
	padding-top: 3px;
	padding-left: 2px;
}
#notice {
	position: absolute;
	width: 202px;
	height: 48px;
	left: 283px;
	top: -30px;
}
