@charset "UTF-8";
html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

	font-weight: inherit;

	font-style: inherit;

	font-size: 100%;

	vertical-align: baseline;

}

img a {

	border:none;

}

a {
	color: #004000;

	text-decoration:none;

}
body{
	font-family: "Lucida Grande", "Lucida Sans Unicode",  Verdana, Helvetica, Geneva, sans-serif;
	background-color: #968B75;
	background-image: url(../images/brown-paper-bg.jpg);
	background-repeat: repeat-x;
}


#mainWrapper{

	margin: 0 auto;

	width: 80%;
	min-width: 900px;
	-webkit-box-shadow: rgba(0, 0, 0, .5) 0px 3px 5px, rgba(0, 0, 0, .2) 6px 6px 8px;

	-moz-box-shadow: rgba(0, 0, 0, .5) 0px 3px 5px;
	background: url(../images/bg.jpg) repeat;
	position: relative;
}

#header {

	background-image: url(../images/tiger.jpg);

	background-repeat: no-repeat;

	background-position: right;

}

/*Navigation
-------------*/


#nav {

	background-image: url(../images/nav.png);

	background-repeat: repeat-x;

	background-position: top;

	height: 52px;
	margin-top: -2px;
	position: relative;

}#nav ul {

	padding: 5px;

}#nav > ul > li {
	padding: 9px 6px 0 10px;

	list-style-position: inside;

	float: left;
	list-style-type: disc;
	color: #005100;
	font-weight: bold;
	font-size: 15px;
}#nav > ul > li:first-child {
	padding-left: 17px;
	list-style-type: none;
}
#nav > ul > li.main > a{
	padding-left: 5px;
	color: #005100;
}#nav > ul > li.main > a:link{
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	color: #005100;
	text-shadow: rgba(255, 255, 255, .01) 0px 1px 3px;
}#nav > ul > li.main > a:hover{
	color: #004000;
	text-shadow: rgba(255, 255, 255, 1) 0px 0px 10px;
}.thisLink {
	color: #FFF !important;
	font-size: 16px;
	text-shadow: rgba(255, 255, 255, 1) 0px 0px 10px;
}

/*Submenu's*/

#nav .subMenu{
	list-style-position: inside;
	list-style-type: square;
	background-color: rgba(0,81,0,0.88);
	padding: 10px;
	border: 1px solid #005100;
	max-width:200px;
	min-width: 100px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(0, 0, 0, .5) 0px 3px 5px, rgba(0, 0, 0, .2) 6px 6px 8px;

	-moz-box-shadow: rgba(0, 0, 0, .5) 0px 3px 5px;
	display: none;
	position: absolute;
	top: 36px;
	z-index: 1000;
}
#nav .subMenu a{
	text-indent: 0px;
	font-size: 13px;
	color: #ffffff;
	display: block;
}#nav .subMenu a:link{
	-webkit-transition: all 200ms ease-out;
	color: #FFF;
	text-shadow: rgba(255, 255, 255, 0) 0px 0px 10px;
}#nav .subMenu a:hover{
	-webkit-transition: all 200ms ease-out;
	text-shadow: rgba(255, 255, 255, 1) 0px 0px 10px;
}
#nav .subMenu ul li{
	padding: 5px 0 5px;
	list-style: none;
	border-bottom: 1px solid #206c1e;
	border-top: 1px solid #174f16;
}#nav .subMenu ul li:last-child{
	border-bottom: none;
}#nav .subMenu ul li:first-child{
	border-top: none;
}
/*----------------------------*/




#footer{
	background: url(../images/footer.png) repeat-x;
	height: 66px;
	position: relative;
	margin-top: -10px;
	z-index: 1000;
}
#footer #footerNav{
	margin-top: 31px;
	margin-left: 20px;
	font-size: 14px;
	color: #ccc;
	float: left;
}
#footer #footerNav a{
	color: #ccc;
}#footer #footerNav a:hover{
	color: #44413D;
	text-decoration: underline;
	text-shadow: rgba(255, 255, 255, 1) 0px 0px 5px;
}
#footer #copyright{
	float: right;
	margin-top: 32px;
	margin-right: 20px;
	font-size: 12px;
	color: #ccc;
}
