/* **** NOTES **** */
/* I have tried to comment this style sheet as much as possible to show you where things take place. 
There is a large utilization of descendant selectors, so if you are not familiar with those, hopefully the 
comments will help. 
*/

/* Global Styles */
html,body{
	margin:0;
	padding:0
}

body{
	font: 76% Arial, Verdana, serif, sans-serif;
	background-color: #E5F0E0 /* #E0F0D6; /* #F0FFE6; /*#E6D6F0; /* #E0FFC0; */
/*
	background: #E6D6F0 url(../images/fit_bkg.jpg) repeat-x;
	text-align: justify;
*/
}

/* TEXT STYLES */
p {
	padding:0 5px 0px; 
	font-size: 1em; 
	line-height: 1.3em; 
	letter-spacing: 1px;
	text-align: justify;
}

h1, h2 { 
	font-size: 2em; 
/*	color: #6e4696; */
	color:#CF8; /* #79B30B; */
	line-height: 1.3em; 
	letter-spacing: -1px;
	height: 18px;
/*	border-bottom: 1px solid #79B30B; /*875B9A;*/
/*	border-top: 1px solid #79B30B; /*875B9A;*/
	margin-left: 5px;  
	margin-right: 5px;  
}
h1 {
	margin-top: 0;  
	margin-bottom: 1em;  
	padding-top:0;
	height: 18px; /*26px;*/
/*	border-top: 1px solid #79B30B; /*875B9A;*/
	border-bottom: none;
	background:#79B30B; /* #BE8; /*875B9A;  */
	text-shadow: 2px 1px 3px #666; /* #DDD; */
}
h2 {
	border-bottom: 8px solid #BE8;
}
h3 {
	margin-left: 5px;  
	margin-right: 5px;  
	font-size: 1.5em; 
/*	color: #6e4696; */
	height: 18px;
	color:#79B30B; 
	border-bottom: 1px solid #BE8;
	text-shadow: 2px 1px 3px #ECF;
}
h4 { 
	margin-left: 5px;  
	margin-right: 5px;  
	font-size: 1.25em; 
	color: #79B30B;
}
h5 {
	color:#452;
	margin-left: 5px;  
	margin-right: 5px;  
	font-size: 1em; 
	font-weight:bold;
}
h1,h2,h3,h4,h5 {
	padding:0 5px 0px;
}

#navigation, #extra {
/*	background:#E6D6F0; */
}

#navigation p, #extra p {
	color:#000;
}

a:link {
	color: #452; 
	text-decoration:none; 
	border-bottom: 1px solid #79B30B; 
	padding: 1px 5px 1px 5px;
}
a:visited {
	color: #452; 
	text-decoration:none; 
	border-bottom: 1px solid #79B30B;
}
a:hover {
/*	background-color: #E6D6F0; */
	border: 2px solid #fff;
	border-bottom: 2px solid #6e4696;
	border-right: 2px solid #6e4696;
	color:#6e4696;
	padding: 1px 3px 1px 3px;
}
acronym {
	border-bottom: 1px dotted #6e4696; 
	cursor:help;
} 
label.header {
	font-size:larger; 
	color: #6e4696; 
	font-weight:bold; 
	text-transform:uppercase; 
	margin-bottom: 0; 
	padding-bottom:0;
} 
   /* label.header is the label for the search box but can be used for other forms by using class="header" in a label */
form,submit { 
	padding:0; 
	margin:0; 
}
   /* removes extraneous padding around the form */
code { 
	border: 1px dotted #452; 
	border-left: 3px solid #452; 
	background-color: #BE8; 
	padding: 1em; 
	margin-left: 3ex; 
	color:#452;
}
blockquote { 
	border: 1px solid #452; 
	background-color: #BE8;  
	margin: 3ex; 
	margin-right: 10px; 
	margin-left: 20px; 
	font-style:italic;
}

#container {
	position: relative;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	text-align: left;
/*	background-color:#E6D6F0;*/
}

/* HEADER SECTION */
div#header {
	padding:0; 
/*	padding-left:200px; */
	background: transparent url(images/grass_sm.jpg) no-repeat right center; 
	height:8em;
	background-color: #000; 
	border-bottom: 2px solid #555;
	border-left: 2px solid #AAA;
	border-right: 2px solid #555;
	margin: 7px -3px 0px 7px;
	border-top: 2px solid #DDD;
	box-shadow: 0px 4px 23px #555;
}
/* inserted for skip */
div#header a:link {
	color: #fff; 
	text-decoration:none; 
	border-bottom:none; /* 1px solid #79B30B;*/
	padding:1px;
}
div#header a:visited {
	color: #fff; 
	text-decoration:none; 
	border-bottom:none; /*1px solid #79B30B;*/
}
div#header a:hover {
	background-color: #000; 
	border: none;
	border-bottom:none; /*2px solid #6e4696;*/
	color:#fff;
}
div#header h1 a {
	height: 3em; 
	min-height:8em; 
	line-height:80px;
	margin:0; 
	color: #fff; 
	border-bottom: none;
	padding:0;
}
div#header h1 a:hover {
	background-color: transparent; 
	border-bottom: none;  
/*	border: 1px solid #6e4696; */
	color: #6e4696
}
div#header p#skip{
	position: absolute; 
	top: 0px; 
	right: 3px; 
	margin:0; 
	padding: 0;
}
#skip a img {
	border: 2px solid #000; 
	border-bottom: 5px solid #000; 
}
#skip a:hover img {
	border: 2px solid #fff; 
	border-bottom: 5px solid #fff; 
}
#skip a#active {
	padding:0;
	margin:0;
}
#skip a#active img {
	border: 2px solid #BE8; 
	border-top: 10px solid #BE8; 
	border-bottom: 5px solid #BE8; 
}
#skip a,#skip a:visited {
	color:#fff; 
	border-bottom: 1px solid #6e4696; 
/*	border: 3px solid #6e4696; */
}
#flag {
	border: 1px solid #000; 
	width:20px;
}

/* CONTENT SECTION */
div#wrapper{
	float:left;
	width:100%;
}
div#content{
	margin-left: 200px;
	padding-bottom: 2em;
	background-color: #fff;
	color: #000;
/*	height:440px;
	overflow:auto;
	border-left: 1px solid #000;
	border-right: 1px solid #6e4696; * /
	border-right: 3px solid #CECECE; */
	min-height:440px;
}
div#content p{
	line-height:1.4;
	padding-left: 15px;
	padding-right: 10px;
}

div#content li {
	padding-right: 10px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height:1.4;
	letter-spacing: 1px;
	text-align: justify;
	display: list-item;
	list-style-position: outside;
	list-style-image:url("../images/fit_bulet.gif");
	list-style-type: disc;
}

div#content p#ilist{
	padding-left: 200px;
}
#topper {
/*	background:#E6D6F0; /*875B9A; */
	background: transparent;
	color:#FFF; /*452; */
	margin:0; 
	margin-left:200px; 
	padding-right:10px; 
	padding-top:0;
	border: none;
/*	border-right: 3px solid #E6D6F0;
/*	border-top: 3px solid #79B30B; /*875B9A;*/
	height: 17px;
	text-align: right;
	letter-spacing: 1px;
/*	border-bottom: 1px solid #79B30B; /*875B9A;*/
	text-shadow: 4px 2px 3px #AAA;
}

div#content a:visited {
	color: #452; /*875B9A; /*79B30B; */
	text-decoration:none; 
	border-bottom: 1px solid #79B30B; /*875B9A;*/
}
div#content a:hover {
	background-color: #E6D6F0; 
	border: 2px solid #fff;
	border-bottom: 2px solid #6e4696;
	border-right: 2px solid #6e4696;
	color:#79B30B; /*#6e4696;*/
}

div#content ul a, div#content ul a:visited {
	color: #452; /*875B9A; /*79B30B; */
	text-decoration:none; 
	border-bottom: none; /*1px solid #79B30B; /*875B9A;*/
	border: 10px solid #FFF;
/*	border-bottom: 3px solid #BE8; */
}
div#content ul a:hover {
	background-color: #FFF; 
	border: 10px solid #FFF;
	border-bottom: 3px solid #BE8; /*#6e4696;*/
	padding: 1px 5px 1px 5px
}
div#content ul a img {
	border: none;
}

/* VERTICAL NAVIGATION */
div#navigation{
	float:left; 
	width:200px;
	margin-left:-100%; 
	color:#fff;
}
.navcontainer { 
	width: 198px; 
/*	border-right: 1px solid #000; */
	padding:0; 
	margin-bottom: 1em; 
	background-color: transparent;
}
#navigation p{
	padding-left: 10px;
	padding-right: 20px;
}
.navcontainer ul {
	list-style: none; 
	margin: 0; 
	padding: 0; 
	border: none; 
	width: 198px; 
	min-width:198px;
}
.navcontainer li { 
	margin: 0;
}
html>body .navcontainer li a {
	width: auto;
}
.navcontainer li a,.navcontainer li a:visited { 
	display: block; 
	padding: 5px 10px 5px 5px; 
	text-decoration: none;
	font-weight:bold;
	width: 167px;
	min-width:165px; 
	background-color: #000; 
	color: #6e4696;
	border-left: 10px solid #E5F0E0;
	border-right: 10px solid #E5F0E0;
	border-bottom: 1px solid #6e4696;
}
.navcontainer li a:hover, .navcontainer li a#current { 
	border-top: none;
	border-left-color: #BE8; 
	border-right-color: #FFF; 
	background-color: #6e4696; /* New light */
	color: #BE8; 
	font-weight:bold;
	/*
	font-size: 1.1em; 
	line-height:1.2;
	*/
	text-shadow: 2px 1px 1px #333;
	padding: 4px 12px 6px 3px;
}
.navcontainer li#active a { 
	border-top: none;
	border-left: 10px solid #E5F0E0; 
	border-right: 10px solid #E5F0E0; 
	background-color: #6e4696; /* New dark */
	color: #FFF; 
	font-weight:bold;
}
.navcontainer li#active a:hover, .navcontainer li#active a#current { 
	color: #BE8; 
	border-left-color: #BE8; 
	border-right-color: #FFF; 
	text-shadow: 2px 1px 1px #333;
	padding: 4px 12px 6px 3px;
}
/*
.navcontainer li a:hover { 
	padding-left: 10px; 
	padding-right: 5px; 
}
*/
.navcontainer li.menutitle {
	border-left:10px solid transparent; 
	border-right:10px solid transparent;  
	border-bottom:none; 
	padding-top:0px; 
	padding-bottom:0px; 
	font-size:larger;
	font-weight:bold; 
	letter-spacing: 4px;
	text-align:center; 
	text-transform:uppercase;
	color: #FFF; 
/*	background-color: #E6D6F0; */
	width: 91%;
/*	border-top: 2px solid #6e4696;
	border-bottom: 3px solid #6e4696;
	background-color: #fff;  */
}
.navcontainer li#last a { 
	border-bottom:none;
}
  /* the last one in the list should get the id of 'last' in the list to remove the bottom border */

/* --- These are the subnavigation for sublinks. --- */
.navcontainer li ul li {
	display:none;
} /* this hides all sublinks if it is not the currently active link */
.navcontainer li#active ul li {
	display: block;
} /* this expands all sublinks if it is the currently active link */
.navcontainer li#active ul li a:link, .navcontainer li#active ul li a:visited { 
	border-left-color:#E5F0E0; 
	border-right-color: #E5F0E0; 
	background-color: #FFF; 
	color:#6e4696;
	padding: 5px 0 5px 15px;
	border-bottom: 1px solid #6e4696;
}
.navcontainer li#active ul li#active a, .navcontainer li#active ul li a:hover {
	background-color:#fff; 
	color:#79B30B;
	/*
	font-size: 1.1em; 
	line-height:1.2;
	*/
	border-left-color:#BE8; /*E6D6F0;*/
	border-right-color: #fff; 
	text-shadow: 2px 1px 1px #ECF; /*#DCE;*/
	padding: 4px 2px 6px 13px;
}
/*
.navcontainer li#active ul li a:hover { 
	padding-left: 20px; 
	padding-right: -5px; 
}
*/

/* EXTRA SECTION */
div#extra {
	float: left;
	width: 200px;
	margin-left: -200px; 
	background-color: #fff; 
}
div#extra p{
	padding-left: 20px;
	padding-right: 10px;
}

#contactForm{
	margin-left: 5px; 
}

/* RIGHT AFFILIATE LINKS BOX */
ul#affiliate { 
	border:1px solid #452; 
	margin:0; 
	padding:0; 
	margin-right: 10px; 
	margin-left: 20px; 
	padding: 3px 4px 4px 6px; 
	background-color:#79B30B; 
	list-style-type:none;
}
ul#affiliate li {
	padding: 3px;
}
ul#affiliate li a:link, a:visited {
	color:#fff;
}

/* FOOTER SECTION */
div#footer{
	margin-left:200px;
	margin-top: 17px;
	margin-bottom: 10px;
/*	width:100%; */
	background-color: #79B30B;
	color: #CF8; /* #FFF; */
/*	border-right: 3px solid #CECECE; 
	border-bottom: 2px solid #CECECE; */
	box-shadow: 5px 3px 5px #AAA;
}
div#footer a:link, div#footer a:visited { 
	border: none;
	background-color:inherit;
	color:#fff;
}
div#footer a:hover { 
	color:#452;
}
div#footer ul {
	list-style-type:none; 
	margin:0; 
	padding:.8em 0; 
	text-align:center;
}
div#footer ul li {
	display:inline; 
	padding: 0 4px;
}

div#sm { 
	float:left;
	padding:10px;
	width: 180px;
	text-align:center;
}

/* Left Image Stuff */
img.sm_left { 
	padding:10px;
	padding-top:0px;
	border:0px;
	width:180px;
	margin-left:0px;
	/*
	i		width:180px;
	ii		width:217px;
	iii-iv	width:193px;
	iii-iv	margin-left:-13px;
	v		width:213px;
	v		margin-left:-10px;
	*/
}

/* General Image Stuff */
img.sm { 
	float:left;
	padding:10px;
	width: 160px;
}

/* TABLES */ 
table {
	border: 2px solid #6e4696; /*#452; */
	border-collapse:collapse; 
	width:90%; 
	margin-left: 3ex;
}
td {
	background-color: #fff; 
	padding:3px; 
	border: 1px solid #fff;
}
th {
	text-align:left;
	border: 1px solid #fff;
}
thead th {
	color:#fff; 
	font-size:1.5em; 
	background-color: #452; /*#6e4696; */
	padding: 10px 6px;
}
tbody th {
	color:#fff; 
	font-size:1.15em; 
	background-color: #79B30B;
	padding: 6px;
}
tbody th.sub {
	font-size: .90em; 
	color:#000; 
	background-color: #BE8; /*#E6D6F0;*/
	padding: 6px;
}
