/* CSS Document */
* {margin:0; padding:0;}
body {
	color:#333333;
	background: url(../../images/wave_colorcorrect_back1.jpg) no-repeat -100px -20px;
	font: 100.1% "Century Gothic", Verdana, sans-serif;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 10pt;
	line-height: 1.3em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	}	
/* ----- links ----- */
a:link {
	color: #6A8C01
	}
a:visited {
	color: #01097b;
	}
a:hover {
	color: #ffffff;
	background: #78A001;
	}
a:active {
	color: #82AE00;
	}
/* ----- lists ----- */
li {
	line-height: 1.3em;
	margin-top: 0.3em;
	margin-bottom: 0.4em;
	font-size: 10pt;
	}
ul {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 20px;
	}

ul ul{
	font-size: 100%;
}
ul ul ul{
}
td {
	font-size: 90%;
	}
img {
	border: 0;
	}
#wrapper {
}
/*-------------Headings*/
h1 {
	color: #6F1608;
	font: 110% Georgia, "Times New Roman", Times, serif;
}
h2{
	color: #6E1507;
	font: 110% Georgia, "Times New Roman", Times, serif;
}

h3{
	color: #344600;
	font: 70% Georgia, "Times New Roman", Times, serif;
}

h4{
 font-size: 100%;
 font-weight: normal;
}

h5{
 font-size: 96%;
}
/* ----- Classes ----- */
.brclear {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
	}
.column {
	float: left;
	width: 43%;
	margin-right: 10px;
	margin-left: 10px;
}.hide{
display:none;
}
.show{
display:block;
}
/* ----- IDS ----- */

#container{
}   
#primaryContent{
	display: inline;
	float: left;
	width: 300px;
	margin-left: 390px;
	margin-top: 180px;
	margin-right: 0px;
}   
#utility {
	margin-left: 600px;
	height: 50px;
}

#secondaryContent{
	display: inline;
	width: 200px;
	margin-left: 5px;
	background: #FFFFFF;
	padding: 10px;
	float: left;
	border-left: 5px #8A4037;
	border-right: 5px #8A4037;
}   
#navigation{
	margin-left: 200px;
}   
#footer{
	margin-left: 500px;
}
/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
	font-size: 12px;
	line-height: 16px;
}
tr .alt{
}
th{
}
td{
}
.emphasize {
	font-size: 130%;
	line-height: 1.5em;
	font-weight: normal;
	color: #666666;
}

/* --------------navigation*/
.navcontainer
{
margin: 0;
padding: 0 0 0 12px;
}

.navcontainer UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

.navcontainer LI
{
	margin: 0;
	padding: 0;
	width: auto;
	display: block;
	float: left;
}

.navcontainer A
{
	color: #6A8C01;
	display: block;
	width: auto;
	margin: 0;
	padding: 2px 10px;
	font-size: 94%;
	font-weight: bold;
	text-decoration: none;
	background: #D8EBA3;
	border-top: 1px solid #adbd80;
	border-right: 1px solid #adbd80;
	border-bottom: 1px solid #adbd80;
	border-left: 1px solid #adbd80;
}

.navcontainer A:hover, .navcontainer A:active {
	background: #6E9101;
	color: #ffffff;
	font-weight: bold;
}

.navcontainer A.active:link, .navcontainer A.active:visited
{
	position: relative;
	z-index: 102;
	background: #6B8E00;
	font-weight: bold;
	color: #FFFFFF;
}

.subnav
{
position: relative;
top: -1px;
z-index: 101;
margin: 0;
padding: 0px 0 3px 0;
background: #BBBBBB;
border-top: 1px solid #fff;
border-bottom: 1px solid #aaa;
}

.subnav UL
{
list-style: none;
margin: 1px 0 0px 13px;
padding: 0px;
border-right: 1px solid #fff;
border-left: 1px solid #aaa;
}

.subnav LI
{
position: relative;
z-index: 102;
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

.subnav A
{
color: #fff;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 2px 12px 2px 10px;
}

.subnav A:hover, .subnav A:active { color: #444; }
.subnav A.active:link, .subnav A.active:visited { color: #444; }
.subnav BR, .navcontainer BR { clear: both; }
.pop {
	color: #6F1608;
	font: 110% Arial, Helvetica, sans-serif;
}
#footer .navcontainer {
	margin-left: -450px;
}
#wrapper #footer .navcontainer p {
	font-size: 7pt;
	color: #999999;
}
