/* This style sheet was made by aran @ studio7designs.com (http://www.studio7designs.com)
Adapted by Rich Cutler from Nautica02 and 022 */

/* ~~~~~~~ PAGE LAYOUT ~~~~~~ ~*/

body {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 80%;
	color: #8C8C8C;
	background-color: #ffffff;
	line-height: 200%;
	margin-top: 0px;
	background: #ffffff url('bg.gif') top center repeat-x;
}

.en {
	/* Trebuchet doesn't have en rules! */
	font-family: times new roman, times, arial, helvetica;
}

#border {
	border: 0px ;
	width: 800px;
	background-color: #FFFFFF;
	background:url('background.gif') no-repeat;
	margin: 0 auto;
}

#border2 {
	border: 0px ;
	width: 800px;
	background-color: #FFFFFF;
	background:url('background2.gif') no-repeat;
	margin: 0 auto;
}

#header {
	height: 190px;
	border-bottom: 1px solid #669900; 
	background-image:url('logo1.jpg');
}

#header2 {
	height: -20px;
	border-top: 1px solid #669900; 
}

#content {
	padding: 0.5em 1em;
	max-width: 740px;
	background-color: #FFFFFF;
}

/* Ensures page displays full content length */
* html #content {height:1%}
* > html #content {height:auto}
/* */

#container {
	width: 770px;
	margin: 0px auto;
	background-color: #ffffff;
	border: 0px solid #669900;
}

.splitright {
	background: #ffffff url('menu.gif') top center no-repeat;
	width: 30%;
	float: right;
	overflow: hidden;
	text-align: center;
}

.splitleft {
	background: #ffffff;
	margin:auto auto auto 4px;
	width: 68%;
	float: left;
	text-align: justify;
}

/* ~~~~~~~~~ Right-hand navigation panel ~~~~~~~~~ */
#nav_panel{
	float:right;
	width:180px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 0px;
	margin:20px 0 20px 20px;
	background: url(menu.gif) no-repeat;
	text-align:left;
	line-height:1.5em;
	color:#999999;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
}

#nav_panel ul {
	font-size: 11px;
	text-align:left;
	list-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 0px;
}

#nav_panel li {
	line-height: 13px;
	margin-left: 0px;
	margin-right: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.nav_panel_head {
	color:#9aba11;
	font-family: geneva,arial,helvetica,sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-size:10px;
	font-weight: 600;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 0px;
	margin:0;
}

.nav_current {
	color: #9aba11;
	}
	
.nav_indent {
	padding-left: 10px;
}

.bullet {
	vertical-align : 15%;
}

#nav_panel a {
	border-bottom: none;
	color:#8C8C8C;
}

#nav_panel a:link, a:visited {
	color:#8C8C8C;
}

#nav_panel a:hover, a:active {
	color: #4B9ECB; text-decoration: underline;
}

#a_nav_head {
	float:right;
	width:180px;
	font-family: geneva,arial,helvetica,sans-serif;
	text-align:left;
	line-height:1.5em;
	text-transform:uppercase;
	font-size:10px;
	font-weight: 600;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 0px;
	margin:0;
}

#a_nav_head a {
		color: #9aba11;
}

#a_nav_head a:link, a:visited {
		color: #9aba11;
}

#a_nav_head a:hover, a:active {
	color: #4B9ECB; text-decoration: underline;
}


/* ~~~~~~~~~ Top tabbed menu (courtesy exploding-boy.com) ~~~~~~~~~ */
    #topmenu {
	position: relative;
	top: 13px;
	left: 15px;
	width: 540px;
	font-size:93%;
	margin: 0;
	line-height:normal;
	height: 41px;
      }
    #topmenu ul {
	  margin:0;
	  padding:0px 0px 0 2px;
	  list-style:none;
      }
    #topmenu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #topmenu a {
      float:left;
      background:url(menuleft.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #topmenu a span {
      float:left;
      display:block;
      background:url(menuright.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#8C8C8C;
      }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #topmenu a span {float:none;
	}
/* */
    #topmenu a:hover span {
      color:#4B9ECB;
	  }
    #topmenu a:hover {
      background-position:0% -42px;
      }
    #topmenu a:hover span {
      background-position:100% -42px;
    }
/* "current" styles define current page tag */	
	.current1{
	  float:left;
      background:url(menuleft.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  background-position:0% -42px;
	}
	.current2{
	  float:left;
      display:block;
      background:url(menuright.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
     color:#669900;
	  font-weight: 600;
	  letter-spacing:0.02em;
	  background-position:100% -42px;
	}

/* ~~~~~~~~~ Footer ~~~~~~~~~  */
#footer {
	font-size: 12px;
	color: #B0B0B0;
	line-height: 120%;
	height: 30px;
	background-color: #F5FAF5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 14px;
	clear: both;
}

/* ~~~~~~~~~ BODY TEXT STYLE ~~~~~~~~~ */

/* ~~~~~~~~~ Headings ~~~~~~~~~ */    
h1 {
	font-family:geneva,arial,sans-serif;
	font-size: 150%;
	color: #659500;
	text-align: left;
	margin-top:14px;
	margin-bottom: -20px;
}

h2 {
	font-family:geneva,arial,sans-serif;
	color:#9aba11;
	font-weight:600;
	font-size:110%;
	letter-spacing:0.02em;
	text-align: left;
	padding-top: 25px;
}

h3 {
	font-family:geneva,arial,sans-serif;
	font-weight:600;
	font-size: 95%;
	letter-spacing:0.04em;
	text-align: left;
	padding-top: 12px;
}

.adjacent {
	margin-top: -14px;
}

/* ~~~~~~~~~ Body text ~~~~~~~~~ */    
.green {
	color: #9aba11;
}

.dk_green {
	color: #95B211;
}


li {
	margin-left:-24px;
	color: #9aba11;
}

.li_no {
	margin-left:-17px;
	color: #9aba11;
	font-weight: 600;
}


.li_reset {
	/* Resets green list text to grey */
	color: #8C8C8C;
	font-weight: 300;
}

.li_long {
	font-family: arial, helvetica;
	font-weight: 600;
	font-size:20px;
	color:#9aba11;
	vertical-align : -3px;
}

.quote {
	margin-left: 20px;
	margin-right: 20px;
	font-style: italic;
	line-height: 165%;
}

/* ~~~~~~~~~ Displayed matter ~~~~~~~~~ */    
.caption {
 	font-style : italic;
	line-height: 150%;
	font-size: 95%;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 20px;
}

.table_caption {
 	font-style : italic;
	line-height: 150%;
	font-size: 95%;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 4px;
}

.table {
	line-height: 120%;
	font-size: 95%;
	text-align: left;
}

.image {
	margin-top: 12px;
}

/* ~~~~~~~~~ Links ~~~~~~~~~ */
a:active,
a:visited,
a:link	    	{color:#9aba11;	text-decoration: none;}
a:hover		 { color: #4B9ECB; text-decoration: underline;}

.a_image img			 {border: 2px solid white;}
.a_image:hover img	{border: 2px solid #4B9ECB;}
.a_image:hover			{color: beige; 
/* irrelevant definition to overcome IE6 bug */}