@charset "utf-8";
/*----XHTML Element Styles---------------*/
body {
	background-color: #669B2B;
	background-repeat: repeat-x;
	background-image: url(../images/imageBackground.gif);
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	max-width: 5000px;
	min-width: 500px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding: 0px;
}
table {
	padding: 0;
	margin: 0;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #D3FD7E;
	font-weight: bold;
	font-size: 140%;
	margin-bottom: 0;
	margin-top: 25px;
	text-transform: uppercase;
}
h1+p {
	margin-top: 5px;
	padding-top: 0;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 160%;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
}

/*----Container Style---------------*/
#wrap {
	max-width: 1400px;
	min-width: 500px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
/*----Navigation & Header Styles---------------*/
#nav {
	width: 100%;
	margin-top: 60px;
	display: block;
}
#navigation {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 30px;
	background-image: url(../images/navButton.jpg);
}
#nav ul {
	float:left;
	width: 800px;
	list-style-type: none;
	margin-left: 0;
}
#nav li {
	list-style-type: none;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.15em;
	text-transform: uppercase;
	padding-right: 1px;
	padding-left: 1px;
	width: 130px;
	margin-left: 0;
}
#nav a {
	text-decoration: none;
	color: #D3FE7E;
	padding-top: 10px;
	padding-right: 32px;
	padding-bottom: 10px;
	padding-left: 32px;
	display: block;
	margin: 0px;
	background-image: url(../images/navButton.jpg);
	background-repeat:repeat-x;
	background-position:center center;
}
#nav a:hover {
	color: #8ED200;
	text-decoration: none;
}
/*----Sidebar Styles---------------*/

#contentSidebar {
}
#sidebar .gutter {
	padding: 50px;
}

/*----Branding & Flash Styles---------------*/
#BrandingSidebar {
	width: 110px;
	background-image: url(../images/KingForestry_logo_f.png);
	background-repeat: no-repeat;
	background-position: -6px top;
	height: 350px;
	margin: 0px;
	float: left;
}
#Branding {
	height: 350px;
	margin-top: 6px;
	background-image: url(../images/KingForestry_logo_f.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	background-color:#030;
}
#flash {
	height: 336px;
	padding-top: 5px;
	margin-bottom: 20px;
}
/*----Content Styles---------------*/
#ContentWrapper {
	float: left;
	width: 100%;
	height: 100%;
	padding: 0px;
}
#content {
	font-size: 110%;
	color: #030;
	background-position: left top;
	text-align: left;
	margin-top: 6px;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 100px;
	background-repeat: repeat;
	line-height: 1.5em;
	background-image: url(../images/ContentBackground.png);
	clear: both;
}

#content ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#content li {
	line-height: 1.5em;
	list-style-type: circle;
	padding-bottom: 10px;
}
#content a {
	text-decoration: underline;
	color: #D3FD7E;
	list-style-type: square;
	margin: 0px;
	padding: 0px;
}
#content a:hover {
	text-decoration: underline;
	color: #92D603;
	list-style-type: square;
	margin: 0px;
	padding: 0px;
}
#content h1 {
	display: block;
}
#content h1+p {
	margin-bottom: 0;	
}
#ContentTopBorder {
	background-image: url(../images/KingForestry_Rule.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#ContentLeftBorder {
	background-image: url(../images/KingForestry_VerticalRule.gif);
	background-repeat: repeat-y;
	background-position: -5px bottom;
}
#ContentRightBorder {
	background-image: url(../images/KingForestry_VerticalRule.gif);
	background-repeat: repeat-y;
	background-position: 794px top;
}
#ContentBottomBorder {
	background-image: url(../images/KingForestry_Rule.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
/*----Footer Styles---------------*/
#footer {
	text-align: center;
	padding: 10px;
	color: #D3FD65;
	clear: both;
	height: 150px;
	background-image: url(../images/KingForestry_Footer.png);
	background-repeat: repeat-x;
	background-position: left -80px;
}
#footer ul {
	list-style-type: none;
	list-style-image: none;
	text-transform: none;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer li {
	display:inline;
}
#footer p {
	font-size: 70%;
	color: #D3FD7E;
	margin: 0px;
	line-height: 1.5em;
	padding: 0;
}
#footer ul li a {
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 85%;
	color:#D3FD7E;
	font-weight: bold;
	margin: 0px;
	display: inline;
}
#footer li a:hover {
	text-decoration: underline;
	color:#92D603;
}
/*----Extra Layout Styles---------------*/

.imgBorder {
	border-top: 1px solid #9acc5b;
	border-left: 1px solid #9acc5b;
	border-right: 1px solid #030;
	border-bottom: 1px solid #030;
	padding: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.emphasis {
	color: #025300;
	font-weight: bold;
}
#ImageContainer {
	height: 170px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: none;
	background-color: #679F3D;
	margin-top: 10px;
}

cite {
	font-size: 78%;
	line-height: 12px;
}
#Charles-King-Image {
	margin-top: 0px;
	float: left;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 0px;
}

#extraSpaceFix {
	margin-bottom: 100px;	
}
#trees {
	background-image: url(../images/trees.png);
	background-repeat: repeat-x;
	background-position: -50px -50px;
}
.center {
	text-align: center;
}
.gutter {
	margin-top: 5px;
}
.gritRule {
	background-image: url(../images/KingForestry_Rule.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 10px;
	display:block;
}
#services_navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 276px top;
	width: 250px;
	padding-right: 10px;
	padding-top: 7px;
	font-weight: normal;
	background-image: url(../images/secondary-navigation-grad.png);
}
#services_navigation li {
	line-height: 1em;
	padding-top: 8px;
	padding-bottom: 15px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: -15px;
	list-style-type: none;
	background-image: url(../images/KingForestry_Rule.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#services_navigation h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #286205;
}
#services_navigation li a {
	text-decoration: none;
	color: #ACDC66;
}
#services_navigation li a:hover {
	color: #D5FF7F;
	text-decoration: none;
}
#services_navigation li a:active {
	color: #175300;
	text-decoration: none;
}

#rightColumn {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	height: 100%;
	width: 250px;
	padding-right: 10px;
	padding-top: 9px;
	font-weight: normal;
}
#flashReplace {
	background-image: url(../images/flashImage.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 350px;
	width: 800px;
}
