@charset "UTF-8";
body {
	background-color: #000;
}

p, h1, h2, h3, h4, h5{
	padding: 0 25px;
}

#menu{
	background: #444;
	height: 50px;
	font-family: Tahoma, Geneva, sans-serif;
}
#menu ul{ clear: both; list-style: none; width: 960px; overflow: hidden; }
#menu li{ float: left; margin: 0; }
#menu a, #menu a:link, #menu a:active, #menu a:visited{
	text-decoration: none;
	color: #fff;
	display: block;
	letter-spacing: 2px;
}
#menu a span{
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	width: 100px;
	text-align: center;
}
#menu-item-5 a span{ width: 130px; }
#menu a:hover{ background: #555; }
#content{
	background: url(/images/content_bg.png) top right no-repeat #fff;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	min-height: 300px;
	font-family: Arial, Helvetica, sans-serif; 
}
#content h1, #content h2, #content h3, #content h4{
	padding-top: 20px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #069;
}

#content form{
	padding: 20px;
}
#content fieldset{
	border: solid 1px #aaa;
	padding: 20px;
}

#content form label{
	display: block;
	width: 150px;
	text-align: right;
	padding: 0 10px 5px 10px;
	float: left;
}
#content form br{ clear: both; }
#content legend{ padding: 0 5px; color: #06C; letter-spacing: 0.2em; font-size: 1.1em }

#content a, #content a:link, #content a:active, #content a:visited{
	color: #09C;
	text-decoration: none;
}
#content ol li{
	margin: 5px 50px;
}
#content a:hover{
	color: #F00;
	text-decoration: underline;
}

#rhs_col{
	background: url(/images/rhs_bg.png) top left no-repeat #E6EED5;
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: 300px;
	padding-bottom: 20px;
}
#rhs_col h1, #rhs_col h2, #rhs_col h3, #rhs_col h4{
	padding-top: 20px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #066;
}

#footer{
	height: 100px;
	background: #666;
	clear: both;
	color: #fff;
	margin-top: 10px;
	padding: 10px;
}
#footer a{ color: #ccc; text-decoration: none; }
#footer a:hover{ color: #09F; text-decoration: underline; }
#footer-right{ text-align: right; }


#kwick-box { 
	padding:0;
	overflow:hidden;
	margin-top: 10px;
}
#kwick-box h2 { 
	margin:0;
}
#kwick {
	position: relative;
}
#kwick .kwicks {
	display: block;
	background: #999;
	height: 230px;
	list-style:none;
	margin:0;
	overflow:hidden;
}
#kwick li {
	float: left;
	margin:0;
	padding:0;
}
#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 210px;
	width: 60px;
	padding: 10px;
	background: #fff;
}
#kwick .kwick span {
	color:#fff;
}
#kwick .one {
	background: url(/images/feature1.jpg) left #666;
	width: 600px;
}
#kwick .two {
	background: url(/images/feature4.jpg) left #777;
}
#kwick .three {
	background: url(/images/feature2.jpg) right #888;
}
#kwick .four {
	background: url(/images/feature5.jpg) right #999;
}
#kwick .five {
	background: url(/images/feature3.jpg) right #ccc;
}
.gallery_img{ float: left; margin: 2px; clear: right; height: 194px; width: 174px; text-align: center; }
.gallery_img p{ line-height: 20px; text-align: center; }


