/* CSS Document */

/***HTML Tag Styles***/

body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*width: 100%;*/
	background-color: #efefef;
	text-align:center;
	background-image: url(images/bkgrd_grid_2.jpg);

}

table.boarder{
	border-bottom: 1px solid #626366;
	border-top: 1px solid #626366;
	border-left: 1px solid #626366;
		border-right: 1px solid #626366;
}


#main{

	background-image: url(images/bkgrd_grid_2.jpg);
	background-color: #626366;
	text-align:center;
	margin: 0px 0px 0px 0px;
	
}

#top{
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0;
    width: 100%;
	height: 130px;
	vertical-align:top;
	background-color: #626366;
	
}

#page{
	left: 1%;
	right: 1%;
	background-color:#ffffff;
	width: 779px;
	height:405px;
	margin: 0px 0px 0px 0px;
}

#banner{
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	background-color: #626366;
	text-align:center;
	border: 1px #666666 solid;
}

#block{
	background-color: #e7e7e7;
	border: 1px #92bc3e dotted;
	height:315px;
	padding: 10px 0px 0px 10px;
}

#globalNav{
	align:left;
	width: 779px;
	height: 25px;
	padding: 0px 6px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #b3d570;
	/*background-image: url(images/buttonbar.jpg);
	background-repeat:no-repeat;*/
	border-bottom: 1px dotted #626366;

}
#textblock{
	
	padding: 0px 22px 0px 20px;
}


.style1 
{			
/*this is for home page text in dark grey*/
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-variant: normal;
text-decoration: none;
font-weight: bold;
color: #000000;
text-align:left;


}

.style2 
{			
/*this is for text in black*/
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;

font-variant: normal;
text-decoration: none;

color: #000000;
text-align:left;
margin: 0px 20px 0px 20px;

vertical-align:top;


}

.style3 
{			
/*this is for Welcome*/
font-size: 36px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-variant: normal;
text-decoration: none;
font-weight: bold;
color: #92bc3e;
text-align:left;


}




.style4 
{			
/*this is for kos type on home page*/
font-size: 36px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-variant: normal;
font-weight: bold;
text-decoration: none;
color: #92bc3e;
text-align:left;


}

.style5 
{			
/*this is for Outdoors type on home page*/
font-size: 18px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-variant: normal;
font-weight: bold;
text-decoration: none;
color: #626366;
text-align:left;


}

.style6 
{			
/*this is for page titles*/
font-size: 18px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-variant: normal;
font-weight: bold;
text-decoration: none;
color: #000000;
text-align:left;
padding: 5px 0px 0px 5px;


}


#footer{
	width:500px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	padding: 3px 0px 4px 0px;
	text-align:center;
	margin: 0px 0px 0px 0px;
	clear:both;
	background-color: #92bc3e;


	}
	
	#footertwo{
	width:620px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	padding: 3px 0px 4px 0px;
	text-align:center;
	margin: 0px 0px 0px 0px;
	/*clear:both;*/
	background-color: #ffffff;
	border-top: 1px solid #626366;
	border-bottom: 1px solid #626366;
	border-right: 1px solid #626366;

	}

#image{
	margin: 0px 0px 5px 0px;
	align:center;
    display:block;
	}

A
{
/*this is for the document links as well as the nav links*/
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	color: #6c951b;
	font-weight: bold;

}

a:Hover
{
	/*text-decoration: underline;*/
	color: #000000;
}

A:visited 

{
color:#6c951b;
text-decoration:none;
}

#homeLinks a:link, #homeLinks a:visited {
	font-size: 10px;
	font-weight: bold;
	font:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: blink;
	text-decoration: underline;
}

#homeLinks a:hover{

	color: #639c18;
}
#homeLinks a:active, #homeLinks a:focus {
color: #000000;

}
