@charset "utf-8";
/* CSS Document */
body {
	background: url(Images/body_bg.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}
#Container {
	width: 940px;
	margin: 0 auto 0 auto;
}
#Header {
	width: 940px;
	height: 132px;
}
#Logo {
	float: left;
	width: 390px;
	height: 132px;
}
#Nav {
	float: right;
}
#Nav ul {
	margin-top: 55px;
	padding: 0px;
}
#Nav li {
	border-left: none;
    display: inline;
    list-style: none outside none;
    margin-left: 10px;
    padding-left: 10px;
	height: 27px;
}
#Nav li:first-child {
	border-left: none;
    display: inline;
    list-style: none outside none;
    margin-left: 0px;
    padding-left: 0px;
	height: 27px;
}
#Nav li a {
	font-size: 23px;
	color: #212121;
	text-decoration: none;
	height: 27px;
}
#Nav li a:hover {
	font-size: 23px;
	color: #6d7804;
	text-decoration: none;
	height: 27px;
}
#Nav li a.active {
	font-size: 23px;
	color: #6d7804;
	text-decoration: none;
	height: 27px;
}
.Seperator {
	height: 1px;
	width: 940px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #000;
}
#Slider_Container {
	background: url(Images/Slider_Background.png) no-repeat top left;
	height: 262px;
	width: 940px;
	padding-top: 14px;
}
#Body {
	width: 940px;
}
#Content_Left {
	float: left;
	margin-right: 20px;
}
#Content_Right {
	float: right;
	margin-left: 20px;
}
#Content_Center {
	float: left;
}
.One_Third {
	width: 300px;
}
.Two_Third {
	width: 600px;
}
.Three_Third {
	width: 900px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
a {
	font-size: 16px;
	text-decoration: none;
	color: #6d7804;
}
h1 {
	margin-top: 0px;
	font-weight: bold;
}
h2 {
	margin-top: 0px;
	display: block;
	margin-bottom: 10px;
	font-size: 25px;
}
h3 {
	margin: 0px;
	font-size: 30px;
}
#Footer {
	width: 940px;
}
#Contact {
	float: left;
}
#Links {
	float: right;
	height: 110px;
}
#Site_Links {
	float: left;
	height: 110px;
}
#Site_Email {
	float: right;
	height: 110px
}
#Site_Email p {
	line-height: 16px;
}
#External_Links {
	width: 300px;
	height: 97px;
}

#labelsc {
	width: 300px;
	float: left;
}
#labelsb {
	width: 300px;
	float: right;
}
#name, #phone, #email {
	margin-top: 17px;
}
#comment {
	margin-top: 17px;
}
.commentbox {
	width: 295px;
}
.inputs {
	width:260px;
}
.submitc {
	background: url("Images/Send.jpg") no-repeat scroll left top transparent;
    border: medium none;
    float: right;
    height: 30px;
    width: 60px;
	margin-top: 10px;
}
.slider_link {
	margin-top: 10px;
	float: right;
}

/* The Nivo Slider styles */
#slider {
	margin-left: 14px;
}
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	float: right;
	color:#000;
	width:300px;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	background: #fff;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:335px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
img {
	border: none;
}
.portfolio {
	margin-top: 15px;
}
