/* COLOURSCHEMES:*/
/* DARK GREEN: #282F0D */
/* LIGHT GREEN: #58671D */
/*orange: #C03000
/*Olive very dark: #51421A
/*Olive dark: #715C24
/*Olive light: #A89559
/*Olive very light: #787746
/*Grey: #B4AF91
/* beige: #E6E2AF, #DADBA7
/* bg_introbox homepage: #282F0D
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #282F0D; /*green/*#51421A;/*also set the background of topNavigationWrapper to this value!!*/
  color: #282F0D;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 17px;
  margin: 20px 0 20PX 0;
  padding: 0 0 0 0;
  text-align: center;
}
.clearfloat {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0;
}
p {
	margin-top: 0;
	margin-bottom: 12px;
}
.smallfont {
	font-size: 95%;
}
.quote {
	font-size: 16px;
	font-style:italic;
	color: #336677;
	text-align:right;
	line-height: 130%;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: BROWN;
  	font-size: 24px;
  	font-weight: normal;
  	line-height: 130%;
  	letter-spacing: 0em;
	text-transform:uppercase;
	margin: 0px 0px 20px 0px;
	padding-top: 0px;
}
h2 {
	margin: 12px 0px 12px 0px;
	font: Arial, sans-serif;
	color: #58671D;
  	font-size: 16px;
  	line-height: 20px;
	text-transform:capitalize;
}
h3 {
	margin: 12px 0px 12px 0px;
	color: #58671D;
	font-size: 13px;
	font-weight: bold;
	text-transform:capitalize;
}
.headersecond {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dotted #282F0D;
}
a, a:link{
  color: #282F0D;
  text-decoration: underline;
}
a:visited{

}
a:hover {
  color: brown;
  text-decoration: none;
}
a:focus {
  color: #58671D;
}
a:active {
  color: #58671D;
}
table {
	margin-top: 0;
	margin-bottom: 12px;
}
form {
	margin-bottom: 20px;
}
input, select, textarea {
 	color: #333333;
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
}
input, textarea {
	background-color: #efefef;
}
fieldset {
	padding: 20px;
	border: 1px solid #58671D;
}
legend {
	color: #282F0D;
	font-size: 16px;
}
/********************** UBERLINK STYLES ********************/	
.p7uberlink {
	color: brown !important;
	font-weight: bold !important;
	letter-spacing: 0em !important;
	border-color: #000000 !important;
	text-decoration: none !important;
}

/********************** LAYOUT DIVS *********************/
#outerWrapper {
	position: relative;
  	background-image: url(../images/pageelements/bg_page.jpg);
  	background-repeat:repeat-y;
  	margin: 0 auto;
  	text-align: left;
  	width: 950px;
}
#outerWrapper #masthead {
	position:relative;
	background-image: url(../images/pageelements/bg_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
  	height: 150px;
  	border: solid 0px red;
}
#outerWrapper #masthead #logo {
/*	display: none;*/
	position: relative;
	z-index: 0;
	top: 28px;
	left: 80px;
	width: 383px;
	height: 120px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}
#outerWrapper #masthead #subnav {
/*	display: none;*/
	position: absolute;
	top: 30px;
	right: 80px;
	width: auto;
	height: 14px;
	background-color: ffffff;
	text-align: right;
	font-weight: normal;
	color: #282F0D;
}
#outerWrapper #topNavigationWrapper {
	position: relative;
	top: 0px;
	left: 0px;
	z-index:60;
	width: 800px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/pageelements/bg_nav.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #282F0D;
}
#outerWrapper #topNavigation {
	margin: 0 auto;
	padding: 0px;
	text-transform:uppercase;
	border-bottom: 0px solid #999;
}

#outerWrapper #banner {
	width: 800px;
	height: auto;
	margin: 0 auto;
  	margin-bottom: 0px;
  	padding: 0px;
	}
#breadcrumbsWrapper {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
}
.breadcrumbs {
	font-size: 11px;
	color: #666;
	border-bottom: 1px dotted #51421A;
}
.nodisplay {
	display: none;
}

#outerWrapper #contentWrapper {
  	background-color: transparent;
	width: 800px;
	margin: 10px auto;
}
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 0;
  padding: 0px 0px 20px 0px;
}
#outerWrapper #contentWrapper #pageheader {
	margin-top: 0px;
}

/**** LAYOUT FOR SIDEBARLEFT AND MAIN CONTENT - BOTH ID'S ARE REQUIRED ****/

#outerWrapper #contentWrapper #content1 {
  margin: 0px 0px 0 190px; /*MARGIN NEEDS TO BE 40PX WIDER THAN SIDEBAR WIDTH */
  padding: 20px 0px 20px 0px;
}
#outerWrapper #contentWrapper #sidebarleft {
	float: left;
	width: 170px;
	margin: 30px 0px 0 0;
  	padding: 0px;
	border-right: 0px dotted #999;
	font-size: 11px;
}
/**** LAYOUT FOR SIDEBARRIGHT AND MAIN CONTENT - BOTH ID'S ARE REQUIRED ****/

#outerWrapper #contentWrapper #content2 {
  margin: 0px 220px 0 0px; /*MARGIN NEEDS TO BE 40PX WIDER THAN SIDEBAR WIDTH */
  padding: 0px 0px 20px 0px;
}
#outerWrapper #contentWrapper #sidebarright {
	float: right;
	width: 190px;
	margin: 0px;
  	padding: 0px;
	border-left: 0px dotted #999;
	font-size: 11px;
}
/******************************************** FOOTER *******************************************/

#outerWrapper #footer {
	height: 50px;
	background-image: url(../images/pageelements/bg_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 10px 80px 10px 80px;

}
#outerWrapper #footer .content{
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #a89559;
}

/***************************************** MY STYLES *****************************************/

/********* THE SET OF BOXES ON THE HOMEPAGE **********/

.boxwrapper {
	width: auto;
	height: auto;
	background-color: #fff/*#F4F4EA*/;
	margin-top: 10px;
	padding: 0px;
	border: 1px solid #282F0D;
}
.box1, .box2, .box3, .box4{
	float: left;
	width: 24.8%;
	height: 390px;
	padding: 0px;
	border-right: 1px dotted #999;
	border-collapse: collapse;
}
.box1 .content, .box2 .content, .box3 .content, .box4 .content{
	padding: 0px 6px;
	} 
.box1 h2, .box2 h2, .box3 h2, .box4 h2{
	font: "Arial Narrow", Arial, sans-serif;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	padding: 5px;
	line-height: 20px;
	text-transform: capitalize;
	background-color: #282F0D;
	background-image: url(../images/pageelements/bg_nav.gif);
	background-repeat: no-repeat;
	background-position:center;
}
.box1 .boximg, .box2 .boximg, .box3 .boximg, .box4 .boximg{
	width: 14.90em;
	margin: 0;
	padding: 0;
}
/*Introbox on the homepage: */
.introbox {
	padding: 0px;
	margin: 20px 0px 25px 0px;
	font-size: 14px;
	text-align: justify;
	line-height: 20px;
	background-color: #ffffff /*#F4F4EA*/	;
	color: #282F0D;
	border: 0px solid #282F0D;
}
.introbox .header {
	font: "Arial Narrow", Arial, sans-serif;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	padding: 5px;
	line-height: 20px;
	text-transform: capitalize;
	background-color: #282F0D;
	background-image: url(../images/pageelements/bg_nav.gif);
	background-repeat: no-repeat;
	background-position:center;
}

.borderedbox {
	border: 1px solid #282F0D;
	background-color: #efefef;
	padding: 5px;
	margin: 20px 0px 12px 0px;
}
.borderedbox h2{
	font-size: 15px;
	font-weight: bold;
}
/*********************************/
/********* OTHER STYLES **********/
/*********************************/

.imageleft {
	float: left;
	margin: 3px 10px 0 0;
	border: 1px solid #000;
	padding: 1px;
	}
.imageright {
	float: right;
	margin: 3px 0px 0 10px;
	border: 1px solid #000;
	padding: 1px;
}

/****************************************/

.sidebarrightfloat {
	float: right;
	width: 200px;
	height: auto;
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 30px;
	margin-bottom: 5px;
	font-size: 11px;
	background-color: #fff;
	border-left: 15px solid #fff;
	border-bottom: 15px solid #fff;
}
html>body .sidebarrightfloat {
	width: 170px;
}
.sidebarrightfloat img {
	border: 0px solid #000;
	padding: 1px;
}
.sidebarrightfloat .caption {
	text-align: center;
	font-size: 11px;
	color: #333333;
}
#sidebarright h2, #sidebarleft h2, .sidebarrightfloat h2, .sidebarleftfloat h2{
	font: "Arial Narrow", Arial, sans-serif;
	color: brown;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0;
	text-transform:uppercase;
	}
#sidebarright h3, #sidebarleft h3, .sidebarrightfloat h3, .sidebarleftfloat h3{
	font: "Arial Narrow", Arial, sans-serif;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	text-transform:uppercase;
	text-align: center;
	display: block;
	padding: 5px;
	background-color: #282F0D;
	}
.sidebarrightfloat ul.link, #sidebarright ul.link, #sidebarleft ul.link {
	display: block;
	margin: 0px;
	padding: 0px;
}
.sidebarrightfloat ul.link li, #sidebarright ul.link li, #sidebarleft ul.link li {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted #C03000;
	list-style-type: none;
		}
.sidebarrightfloat ul.link li a, #sidebarright ul.link li a, #sidebarleft ul.link li a {
	display: block;
	border-left: 1px dotted #C03000;	
	padding: 5px 0px 5px 10px;
	text-decoration: none;
	}
#sidebarleft ul.link li a:hover, #sidebarright ul.link li a:hover, .sidebarrightfloat ul.link li a:hover{
	border-left: 8px solid brown !important;
	background-color: transparent !important;
	color: brown !important;
}
#sidebarleft .p7uberlink{
	border-left: 8px solid brown !important;
	background-color: transparent/*#58671D*/ !important;
	color: brown !important;
}
a img {
	border: none;	
	}
