@charset "utf-8";
/* CSS Document */

body{
	background: url(../images/Grass_Texture_-_Seamless.jpg) repeat;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif
}

h1,h2,h3,h4{
	margin:0;
}

h5, h6{
	margin:10px;
}

.header{
width: 100%;
min-width: 1065px;
background:#0A1C0A;
color:#FFFFFF;
}

.header h1{
	text-align:center;
	padding:35px 107.5px 35px 0px;
	font-size:34px;
	position:relative;
}

.header img{
	position:absolute;
	top:15px
}

.header .constrain{
	margin:0 auto;
	width:770px;
}

.nav{
	width:100%;
	min-width: 1065px;
	height:40px;
	background: #253425  none repeat scroll 0% 0%;
	border-top: 2px solid #011B01;
	border-bottom: 2px solid #1F561F;
}

.nav .constrain {
	width:690px;
	margin:0 auto;
}

.nav .constrain  ul{
	padding:0;
	margin:0 auto;
}

.nav .constrain  ul li{
	width:auto;
	display: inline-block;
	margin-top: 10px;
	line-height: 20px;
	padding:0px 20px;
	float:left;
}

.nav .constrain  ul li a{
	color: #E9E9E9;
	font-weight: bold; 
	outline: none;
}

.nav .constrain  ul li a:hover, nav .constrain  ul li a:active{
	color:#90C790; 
	outline: none;
}

.nav .constrain  ul li a.ActivePage{
	color:#90C790; 
}

.main{
	display:block;
	width: 1025px;
	min-height:770px;
	padding:20px;
	margin:0 auto;
	color:#181B17;
}

.textBox{
	background:#FFFFFF;
	width:983px;
	height:auto;
	padding:20px;
	margin:15px 0px 0px;
	border: 1px solid #596D53;
	-webkit-box-shadow: 0px 0px 15px 1px #112311 ;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0px 0px 15px 1px #112311 ;  /* Firefox 3.5 - 3.6 */
  box-shadow:         0px 0px 15px 1px #112311 ;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.imageBorder{
	border: 1px solid #495D43;
	margin:15px 0px;
	-webkit-box-shadow: 0px 0px 15px 1px #112311 ;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0px 0px 15px 1px #112311 ;  /* Firefox 3.5 - 3.6 */
  box-shadow:         0px 0px 15px 1px #112311 ;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

table{
	background: #F2FEEC;
	width:100%;
}


.textBox h2{
	text-align:center;
	margin-bottom:20px;
	font-size:36px;
}

table h2 span{
	font-weight:bold;
	font-size:28px;
}

.textBox h3{
	text-transform:uppercase;
	text-align:center;
	margin-top:20px;
}

.textBox P{
	width: 935px;
	margin: 0px auto 20px;
	font-size: 18px;
}

.textBox ul{
	list-style:none;
	float:left;
	font-size:19px;
}

th{
	text-transform:uppercase;
	background:#B7C6B1;
}

td, th{
	border:1px solid #424540;
	padding:10px;
	text-align:center;
}

tr:nth-child(odd){
	background:#E3F2DD;
}

.textBox ol{
	width: 890px;
	padding-left: 59px;
	font-weight:bold;
	font-size:18px;
}

.textBox ol li{
	padding: 10px 0px;
}

.footer{
	width: 100%;
	min-width: 1065px;
	background:#031503;
	border-top:4px solid #253425;
	color:#ffffff;
	text-align:center;
	padding:20px 0px 10px;
	margin-top:25px;
}