/*==================================================================
	Reset styles!
==================================================================== */



body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
	text-shadow: 0 0 0 #000;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/*==================================================================
	Global styles
==================================================================== */
 
.clear {
	clear:both;
	margin:0 0 10px 0;
}

.float-left {
	float:left;
	margin:0 10px 10px 0;
}
.float-right {
	float:right;
	margin:0 0 10px 10px;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.bold, b, strong {
	font-weight:700;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
.uppercase {
	text-transform:uppercase;
}
.img-left {
	float:left;
	margin:4px 10px 4px 0;
}
.img-right {
	float:right;
	margin:4px 0 4px 10px;
}
.nopadding {
	padding:0;
}
.noindent {
	margin-left:0;
	padding-left:0;
}
.nobullet {
	list-style:none;
	list-style-image:none;
}

.em {font-style:italic;}
/*==================================================================
	Overall styles
==================================================================== */

html, body {
		height:100%;
		}

body#splash {
	margin: 0;
	padding:0;
	color: #000000;
	font-family: Verdana,Geneva,sans-serif;
	line-height: 110%;
	font-size: 62.5%;/* 16px &times; 62.5% = 10px */
	background-color:#ffffff;
}

body#main {
	margin: 0;
	padding:0;
	color: #000000;
	font-family: Verdana,Geneva,sans-serif;
	line-height: 110%;
	font-size: 62.5%;/* 16px &times; 62.5% = 10px */
	background-color:#FFFFFF;
	background-image: url(/images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}


/*==================================================================
	Splash styles
==================================================================== */

div#distance { 
	margin-bottom: -256px; /* half of content height */
	background: #ffffff;      /* temporary - used to see div */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}
div#splash {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 513px;         /* required - desired height */
	width: 620px;          /* required - desired width */
	background: #ffffff;     /* cosmetic */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

.splashTable {text-align:center; width:620px;}

.spalshTable p {
font-size:1.6em; font-family:Georgia, "Times New Roman", Times, serif;}

/*==================================================================
	Navigation styles
==================================================================== */
#nav {text-align:center; float:left; background:#3f6645; margin:0 40px 0 0;}

.navTable {width:225px; height:303px; border:none; margin:10px 0 0 10px;}

#nav p {color:#FFFFFF; font-family: Verdana, sans-serif;
font-size: 1.2em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
}

/*==================================================================
	Content styles
==================================================================== */

.content {
width:450px;
padding:20px;
float:left;
}

.content p {
font-family: Verdana, sans-serif;
font-size: 1.2em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
margin:1em 0 1em 0;
}

.content p.indent {margin:1em 0 1em 2em;}

.content p.nomargin {margin:0;}

.content p em {font-style:italic; font-size:0.9em;}

.content h1 {
	font-size:3.2em;
	font-family:Georgia, "Times New Roman", Times, serif; 
	color:#00663a; 
	font-weight:700; 
	line-height: 1em; 
	margin:0 0 1.5em 0;}
	
.content h2 {
	font-size:2.2em; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	color:#00663a; 
	font-weight:700; 
	line-height: 1em; 
	margin:1em 0 .8em 0;}
.content h3 {
	font-size:1.8em; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	color:#00663a; 
	font-weight:700; 
	line-height: 1em; 
	margin:1.5em 0 .5em 0;
	border-bottom:1px solid #cfedcf; 
	padding:0 0 3px 0;}

.content ul, .content ol {
margin:0 0 10px 0;
}
.content ul li {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.3em;
	margin:0 0 5px 2px;
	padding:0 0 0 15px;
	background-image: url(/images/green_dot.gif);
	background-repeat: no-repeat;
	background-position: 1px 2px;
}

.content ol li {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.3em;
	margin:0 0 5px 20px;
	padding:0 0 0 15px;
	list-style-type: decimal;
}

.content a.imglink, .content a:hover.imglink {border:none; background:none;}

.content a	{
	color: #3f6645;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3f6645;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.content a:hover	{
	color:#ffffff;
	background-color:#3f6645;
	border: 1px solid #3f6645;
	}
    
.green {color:#006400;}
.red {color:#FF0000;}

.orderTable {font-family: Verdana, sans-serif;
font-size: 1.2em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;}

.orderTable td {padding:5px;}