/* COLOURSCHEMES:*/


/* Nordic green: #4D6123 
	nordic Mid green: #9DC153
	Nordic Light green: #CEE0A9
	Nordic shadow: #E4EED0
	Mustard Brown; #BAA936
	Dark brown: #40101D
	Med green: #95AB63

	Shade: #DADBA7
	off white: #F8FFDD
	
/*orange on olive:
orange: #C03000
Olive dark: #32331D
Olive light: #40411E
Olive very lights: #787746
Grey: #B4AF91
*/

/* Thai Silk:
#4A210C
#715C24
#26201A
#322414
#6E706A

/* Jovial:
green: #2A5441
mustard: #BAA936
next: #DADBA7
white: #F8FFDD
raspberry: #40101D
*/

/* beige: #E6E2AF, #DADBA7
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 13px;
}
body {
	background-color:#CEE0A9;
  color: #4D6123;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 17px;
  margin: 13px 0 0PX 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2F4C36;
  	font-size: 26px;
  	font-weight: normal;
	line-height: 110%;
  	letter-spacing: 0em;
	text-transform:uppercase;
	margin: 0px 0px 20px 0px;
	padding: 0;
}
h2 {
	font: "Arial Narrow", Arial, sans-serif;
	color: #BAA936;
  	font-size: 20px;
  	line-height: 20px;
	margin: 12px 0px 10px 0px;
	padding: 12px 0 5px 0;
	border-bottom: 1px solid #BAA936;

}
h3 {
	font: "Arial Narrow", Arial, sans-serif;
	color: #4D6123;
  	font-size: 16px;
  	line-height: 20px;
	margin: 0px 0px 10px 0px;
}
a, a:link{
  color: #4D6123;
  text-decoration: underline;
}
a:visited{

}
a:hover {
  color: #787746;
  text-decoration: none;
}
/*a:focus {
  color: #09760d;
}
a:active {
  color: #164619;
}*/
.right {
	text-align: right;	
}
.center {
	text-align: center;	
}
.left {
	text-align: left;	
}
form {
	margin-bottom: 20px;
}
ul {
	margin-left: 10px;
	padding-left: 10px;
	list-style-image: url(../images/pagelements/rhinobutton_12.gif);
}
/********************** UBERLINK STYLES ********************/	
.p7uberlink {
	color: #C03000;
	font-weight: bold !important;
	letter-spacing: 0em;
	border-color: #000000 !important;
	text-decoration: none;
}

/********************** LAYOUT DIVS *********************/
#outerWrapper {
	position: relative;
	background-color: #fff;
	/*background-image: url(../images/pageelements/bg_page_shadow950.jpg);
  	background-repeat:repeat-y;*/
    margin: 0 auto;
  	text-align: left;
  	width: 860px;
	border-top: 1px solid #4D6123;
	border-right: 1px solid #4D6123;
	border-bottom: 1px solid #4D6123;
	border-left: 1px solid #4D6123;			
}
#outerWrapper #banner {
	width: 800px;
	height: auto; 
	margin: 30px auto 0px auto;
	border-bottom: solid 1px #8ab573;
	padding: 0px;
}
#outerWrapper #topNavigationWrapper {
	width: 800px;
	height: auto;
	margin: 10px auto 20px;
	padding: 0;
	border: none;
	background-color: transparent;
}
#outerWrapper #topNavigation {
	margin: 0 auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	border-top: 0px solid #4D6123;
	border-bottom: 4px solid #028002;
}
#outerWrapper #topNavigation .p7uberlink {
	color: #fff!important;
	font-weight: bold !important;
	letter-spacing: 0em!important;
	border-color: #000000 !important;
	text-decoration: none!important;
	background-color: #028002!important;
}

#outerWrapper #masthead {
	position:relative;
/*	background-image: url(../images/pageelements/bg_top.jpg);
	background-position: top;
	background-repeat: no-repeat;*/
  	height: auto;
}
#outerWrapper #masthead #logo {
	display: none;
	position: relative;
	z-index: 0;
	top: 25px;
	left: 30px;
	width: 600px;
	height: 80px;
	background-image: url(../images/pageelements/logo.gif);
	background-repeat: no-repeat;
}
#outerWrapper #masthead #subnav {
	display: none;
	position: absolute;
	top: 45px;
	right: 30px;
	width: 250px;
	height: 14px;
	background-color: ffffff;
	text-align: right;
	font-weight: normal;
	color: #999;
}
#outerWrapper #masthead #button {
	display: none;
	position: absolute;
	top: 40px;
	right: 100px;
	width: 450px;
	height: 90px;
	border: 0px solid red;
}

#outerWrapper #contentWrapper {
  background-color: #FFFFFF;
	width: 800px;
	margin: 0 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 220px; /*MARGIN NEEDS TO BE 40PX WIDER THAN SIDEBAR WIDTH */
  padding: 20px 0px 20px 0px;
}
#outerWrapper #contentWrapper #sidebarleft {
	float: left;
	width: 180px;
	margin: 0px 20px 0 0;
  	padding: 10px 10px 10px 0px;
	border-right: 1px dotted #999;
}

/**** 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: 180px;
	height: auto;
	z-index:100;
	margin: 0px 0px 0 20px;
  	padding: 0 0px 0px 10px;
	border-left: 1px dotted #999;
	background-color: #fff;
}
/*************************************************/

#outerWrapper #footer {
	height: 70px;
/*	background-image: url(../images/pageelements/bg_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;*/
}
#outerWrapper #footer .content{
	margin: 0px 30px 0px 30px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #4D6123;
}
/***************************************** MY STYLES *****************************************/

/********* THE SET OF BOXES ON THE HOMEPAGE **********/

.boxwrapper {
	width: auto;
	height: auto;
	background-color: #fff;
	margin-top: 10px;
	border-top: 1px dotted green;
}
.box1, .box2, .box3, .box4{
/*	width: 17.0em;*/
	width: 199px;
	height: auto;
	padding: 0 0px 0 0px;
	border-collapse:collapse;
	border-left: 0px dotted #333;
	border-right: 0px dotted #333;	
	border-bottom: 0px dotted #999;
	background-color: #fff;
}
.box1 h2, .box2 h2, .box3 h2, .box4 h2{
	font: Georgia,"Arial Narrow", Arial, sans-serif;
	color: #C00000;
	font-size: 13px;
	font-weight: bold;
	margin-top: 7px;
	padding: 5px;
	line-height: 20px;
	text-transform: capitalize;
	background-color: #fff;
	/*background-image:url(../images/pageelements/bg_nav.gif);
	background-repeat:no-repeat;
	background-position: center;*/
}
.box1 .boximg, .box2 .boximg, .box3 .boximg, .box4 .boximg{
	width: 178px;
}
.box1 {
	float: left;
}
.box2 {
	float: left;
}
.box3 {
	float: left;
}
.box4 {
	float: left;
	border-right: 0px;
	}	
	
/*********************************/
/********* OTHER STYLES **********/
/*********************************/

.clearfloat {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0;
}
.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;
}
input, select, textarea {
 color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
fieldset {
	border: 1px solid #999;
}
legend {
	color: #999;
	font-size: 16px;
}
#sidebarright h2, #sidebarleft h2, .sidebarrightfloat h2, .sidebarleftfloat h2{
	font: "Arial Narrow", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
	}

/****************************************/

.sidebarleftfloat {
	float: left;
	width: 190px;
	height: auto;
	padding: 0px 10px 10px 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	border-left: 1px dotted #999;
	border-bottom: 1px dotted #999;
}
.sidebarrightfloat {
	float: right;
	width: 190px;
	height: auto;
	padding: 0px 0px 10px 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	border-left: 1px dotted #999;
	border-bottom: 1px dotted #999;
	background-color: #fff;
}
.sidebarrightfloat ul.link, #sidebarright ul.link, #sidebarleft ul.link {
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
}
.sidebarrightfloat ul.link li, #sidebarright ul.link li, #sidebarleft ul.link li {
	margin: 0 0 5px 0px;
	padding: 	0px 0 0 0px;
	border-bottom: 1px dotted #C03000;

	list-style-type: none;
/*	list-style-image: url(../images/pageelements/arrow_fwd.gif);
	list-style-position:inside;*/
		}
.sidebarrightfloat ul.link li a, #sidebarright ul.link li a, #sidebarleft ul.link li a {
	display: block;
	border-left: 1px dotted #C03000;	
	padding: 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 #BAA936 !important;
	background-color: #fff;
	color: #C00000;
}

#sidebarleft .p7uberlink {
	color: #fff!important;
	font-weight: bold !important;
	letter-spacing: 0em!important;
	border-left: 8px solid #C03000 !important;
	text-decoration: none!important;
	background-color: #028002!important;
}
img {
	border: none;	
	}
.breadcrumbs {
	font-size: 11px;
	color: #BAA936;
	border-bottom: 1px dotted #999;
	padding-bottom: 5px;
}
.quote {
	font-size: 16px;
	font-style:italic;
	color: #336677;
	text-align:right;
	line-height: 130%;
}
.bgbeige {
	background-color: #E4EED0;
	padding: 5px;
}
.headersecond {
	margin-top: 30px;
	margin-bottom: 20px;
	padding-top: 15px;
}
