/*******************************************************

					Site Containers						

*******************************************************/
body{
	/*background-image: url(pix/background.jpg);*/
	background-repeat: repeat-x;
	background-color: #104510;

	font-size: 14px;
	line-height: 140%;
	color:#000;
	font-family: arial;

	margin: 0;
	padding: 0;

}

#container{
	text-align: left;
	background-color: #FFF;
	background-image: url('pix/contentBG.jpg');
	background-position: right;
	background-repeat: repeat-y;
	border: 1px solid #003200;
	Xwidth: 880;
	width: 990;
	Xmargin: 20 0 20 0;

	position:relative;
}
#header{
	z-index: 5;
	background-image: url(pix/header-big.jpg);
	background-repeat:no-repeat;
	width: 100%;
	height: 136;

	margin: 0;
	padding: 0;
}
#rightOverlayTop{
	background-image: url('pix/rightOverlayTop.jpg');
	background-repeat: repeat-x;
	width: 209;
	height: 11;
	
	position:absolute;
	top: 171;
	right: 0;
}
/*
	square advertisement that appears right on top of content
*/
.squareContentAd{
	float:left; 
	padding-right: 10;
}

#content{
	color:575711;
	width: 730;
	
	margin: 20 0 20 20;

	text-align: left;
}
/*
	push right the list beside of the content-square ad
*/
#content ul {
	padding-left: 325px;
}

#content a{
	color: #104510;
}

#footer{
	border-top: 1px solid #003200;
	border-bottom: 1px solid #003200;
	
	background-image: url(pix/footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	
	width:100%;
	height:39;
}
/*******************************************************

					Bottom Navigation						

*******************************************************/
#bottomNavBar{
	border-top: 1px solid #003200;
	border-bottom: 1px solid #003200;
	
	background-image: url(pix/footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	
	width:100%;
	height:39;
	
	margin: 0;
	padding: 0;
}
#bottomNavBar ul{
	width:100%;

	font-family: arial;
	font-size: 12px;
	list-style-type: none;

	margin: 0;
	padding: 0;
}
#bottomNavBar ul li{
	display: inline;
}
#bottomNavBar ul li a{
	/*background-image: url('pix/topNav.jpg');*/
	float:left;
	color: white;
	border-right: 1px solid black;
	display: block;
	text-decoration: none;

	height: 39;
	line-height: 300%;

	padding: 0 9;
}
#bottomNavBar ul li a:hover{
	float:left;
	/*background-image: url('pix/topNavHighlight.jpg');*/
	color: red;
}
#bottomNavBar ul li.separator{
	float:left;
	height: 39;
	width: 0;
	border-left: 1px solid #003200;
}
/*******************************************************

					Top Navigation						

*******************************************************/
#topNavBar{
	background-image: url('pix/topNav.jpg');
	width:100%; 
	height: 46;
	
	margin: 0;
	padding: 0;
}
#topNavBar ul{
	width:100%;

	font-family: arial;
	font-size: 14px;
	list-style-type: none;

	margin: 0;
	padding: 0;
}
#topNavBar ul li{
	display: inline;
}
#topNavBar ul li a{
	background-image: url('pix/topNav.jpg');
	float:left;
	color: #464600;
	border-right: 1px solid black;
	display: block;
	text-decoration: none;

	height: 34;
	line-height: 250%;

	padding: 0px 9px;
}
#topNavBar ul li a:hover{
	float:left;
	background-image: url('pix/topNavHighlight.jpg');
	color: white;
}
#topNavBar ul li.separator{
	float:left;
	height: 34;
	width: 0;
	border-left: 1px solid black;
}
/*******************************************************

					Right Navigation						

*******************************************************/

#rightNav{
	position: absolute;
	right:10;
	top:180;
	height:100%;
	width: 180;
}
#rightNav ul{
	text-align: left;
	font-family: arial;
	font-size: 12px;
	list-style-type: none;

	margin: 0 0 10 0;
	padding: 0;
}
#rightNav ul li{
	display: block;
	width: 100%;
}
#rightNav ul li a{
	color: #104510;
	display: block;
	text-decoration: none;
	line-height: 110%;
	margin-bottom: 4;
}
#rightNav ul li a:hover{
	text-decoration: underline;
}


#rightNav h1{
	color:#444444;
	font-size: 12;
	font-weight: 800;
	
	margin-top: 0;
	padding: 0;
}


/*******************************************************

					Left Navigation						

*******************************************************/
#leftNavBar{
	border-right: 1px solid #EEE;
	background-color: #E0DEB5;
	width:160;
	float:left;
}
#leftNavBar ul{
	border-bottom: 1px solid #CCC;

	text-align: right;
	font-family: arial;
	font-size: 14px;
	list-style-type: none;

	margin: 0;
	padding: 0;
}
#leftNavBar ul li{
	display: block;
	width: 100%;
}
#leftNavBar ul li a{
	color: #575711;
	display: block;
	text-decoration: none;
	border-top: 1px solid #cbcbb0;

	height: 30;
	line-height: 200%;

	margin-right: 8px;
}

/*******************************************************

					Text Style						

*******************************************************/
h1{
	color:#43430d;
	font-size: 18;
	margin: 5 0;
}

h2{
	color:#43430d;
	font-size: 14;
	margin: 10 0;
}

p{
	font-size: 14px;
	line-height: 140%;
	color:#000;
}

/*******************************************************
					misc. classes						
*******************************************************/
.help-us-link{margin: 0px; padding: 0px; text-decoration: underline;}

a:hover{
	cursor:pointer;
}

ul.list{
	list-style-type: none;
	
}
.aces{
	width: 181;
	height: 139;
	background-image: url('pix/aces.jpg');
	float:right;
}

.box{
	border:1px solid #ddd;
	padding:10px;
	color:#666;
}
.linkBox{
	border:1px solid #ddd;
	padding:10px;
	margin: 10px;
	color:#666;
	position: relative;
	width: 700px;
}
.linkBox h1{
	margin-bottom: 5px;
	padding-bottom:0px;
}
.linkBox table{
	margin: 0px;
	padding: 0px;
}
.linkBox a{
	color: #104510;
	font-size: 12px;
}

#setHomepage{
	margin: auto;
	padding: 5px;
	width: 500px;
	background-color: #ECECEC;
}
#setHomepage H1 {
	font-size: 16px;
	text-align: center;
}
#setHomepage p{
	font-size: 12px;
	text-indent: 20px;
}