@charset "utf-8";

/* primary elements */

body {
    background-color:  #305E2F;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

p li ol {
	font: 11pt/16pt georgia,palatino,times,serif;
	text-align: left;
}
/* end primary elements */


.hilite { background:#FFFF00; }

/* ---- */ 

#container {
  position: relative;
  width: 800px;
  margin: 0px auto;
  background: url("../images/mainbackground-grn.gif") repeat-y 100% 100%;
}

#header { 
	width: 600px;
	margin: 0px auto;
} 

#header h1 {
	/*font-family: times, Times New Roman, times-roman, georgia, serif;*/
	margin: 0;
	padding: 0px 0px 6px 0px;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #305E2F;
}

#header h2 {
	color: #333333;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	line-height: 23px;
	font-weight: bold;
			}

#header h3 {
	color: #333333;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
			}


#footer { 
margin-top: 30px;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
text-align: center; 
background-color: transparent;
color: #000;
}

	
#tabnav
	{   margin: 10px auto;
		height: 20px;
		padding-left: 80px;

	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background: #f3f3f3;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #666;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
	}

#tabnav a:hover
	{
		background: #fff;
	}

/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.sidebar {
  color: #fff;
  float: right;
  width: 243px;
  margin: 23px 0 5px 0;
  position: relative;
  left: 10px;
  background:  url("../images/sidebarbackgroundwhite-grn.gif") no-repeat 100% 100%;
  padding-bottom: 30px;
}

.sidebar .sbcontent {
  background:  url("../images/sidebarbackground-grn.gif") no-repeat 0 0;
  width: 243px;
}

.sidebar h3 {
  color: #f4c20a;
  margin: 0 15px;
  padding: 20px 0 0 0;
  font-weight: normal;
}

.sidebar ul, .sidebar p, .sidebar input {
  font-size: 0.9em;
  margin: 15px;
}

.tiny {
	font-size: 0.5em;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
#mainContent { 
	margin: 60px 20px 0 26%; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
} 
#footer { 
  position: relative;
  width: 800px;
  height: 34px;
  margin: 0px auto;
  background: url("../images/footerback-grn.gif") repeat-y 100% 100%;
}

#footer p {
text-align: center;
}

#footer a:link, #footer a:visited { 
background-color: transparent;
margin-left: 10px;
margin-right: 10px; 
}

/* Miscellaneous classes for reuse */

/** info boxes & testimonials **/


.testimonial {
  float: left;
  width: 200px;
  margin: 23px 0 5px 0;
  left: 10px;
  background: #FFFFCC  ;
  padding-bottom: 30px;
  border: 1px solid #FFCC66;
}

.testimonial h3 {
  color: #f4c20a;
  margin: 0 15px;
  padding: 20px 0 0 0;
  font-weight: normal;
}

.testimonial ul, .testimonial p, .testimonial input {
  font-size: 0.9em;
  margin: 15px;
}

.testimonial input {
  margin: 5px 15px 0 15px;
}

.testimonial ul {
  list-style-type: none;
}

.testimonial li {
  margin: 3px 0;
}



.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;
}


/** typography **/

	h1			{
	/*font-family: times, Times New Roman, times-roman, georgia, serif;*/
	color: #444;
	margin: 0;
	padding: 0px 0px 6px 0px;
	font-size: 36px;
	line-height: 30px;
	letter-spacing: -2px;
	font-weight: bold;
			}
		

	h2			{
	/*font-family: times, Times New Roman, times-roman, georgia, serif;*/
	color: #305E2F;
	margin: 0;
	padding: 0px 0px 6px 0px;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -1px;
	font-weight: bold;
			}


	h3			{
	/*font-family: times, Times New Roman, times-roman, georgia, serif;*/
	font-style: oblique;
	color: #333333;
	margin: 0px 0px 0px 0px;
	font-size: 23px;
	line-height: 23px;
	letter-spacing: -1px;
	font-weight: bold;
			}


	h4			{
	/*font-family: times, Times New Roman, times-roman, georgia, serif;*/
	color: #444;
	margin: 0;
	padding: 11px 0px 5px 0px;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
		}
			
