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

body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	background:#213b0e;
	color:#353535;
	text-align:left;
}

img{
	border:0;
}

p{
	font-size:15px;
	color:#353535;
	line-height:21px;
	margin:0px 0 8px 0;
	padding:0;
}

ul{
	margin:0 0 10px 0px;
	padding:0;
}

li{
	margin:0 0 5px 15px;
	padding:0;
	line-height:21px;
}

ul li ul li{
	margin:0 0 10px 15px;
	list-style-type:disc;
}

a{
	color:#264113;
}

h3, h4, h5{
	margin:0 0 7px 0;
	padding:0;
	color:#264113;
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
}

h1, h2{
	font-size:22px;
	margin:-2px 0 5px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #264113;
	display:block;
	font-family:"Times New Roman", Times, serif;
	color:#264113;
}

.clear{
	height:0px;
	clear:both;
	line-height:0px;
	font-size:0px;
}

.horizontalGroove{
	height:2px;
	background:url(images/horizontalGroove.jpg) repeat-x center;
	margin:auto;
	padding:10px 0;
	clear:both;
}

.verticalGroove{
	width:2px;
	background:url(images/verticalLine.jpg) repeat-y;
	margin:0 6px;
}

/*******Header*******/

#header{
	width:100%;
	height:246px;
	background:#fff url(images/headerBack.jpg) repeat-x top left;
	margin:0;
}

#scale{
	position:absolute;
	float:right;
	width:317px;
	height:345px;
	margin:3px 0 0 673px;
}

#headerContainer{
	width:980px;
	margin:auto;
}

#headerTop{	
	font-variant:small-caps;
	color:#fff;
	padding:4px 0 0 0px;
	height:28px;
}

#logo{
	margin:0;
	padding:0;
	height:155px;
}

#logo img{
	width:514px; 
	height:89px;
	margin:34px 0 0 0;
}

/*******Nav Bar*******/

#navBar{
	top:187px;
	height:57px;
	margin:2px 0 0 0;
	padding:0;
	list-style:none;
}

#navBar li{
	float:left;
	margin:0 17px 0 0;
	text-align:center;	
	display:block;
}

#navBar li a, #navBar li div span{
	color:#fff;
	text-decoration:none;
	display:block;
	font-size:12px;
	font-weight:bold;
	line-height:57px;
	min-width:40px;
}

#navBar li a.current, #navBar li a:hover, #navBar li div:hover, #navBar li div.current{
	background:url(images/currentNavArrow.jpg) no-repeat bottom center;
}

#navBar li div .subBar{
	margin:0px 0 0 -29px;
	padding:0;
	list-style:none;
	position:absolute;
	width:140px;
	background:#e2e2e2;
	z-index:9;
	display:block;
	border-right:1px solid #264114;
	border-left:1px solid #264114;
}

#navBar li .subBar li a{
	margin:0;
	padding:0;
	display:block;
	line-height:24px;
	width:140px;
	height:24px;
	font-size:12px;
	color:#264114;
	text-align:center;
	border-bottom:1px solid #264114;
}

#navBar li .subBar li a:hover{
	background:#264114;
	color:#ffffff;
}

/*******Main Content*******/

#contents{
    background:#cbcbcb url(images/background.jpg) repeat-x top left;
	width:100%;
	margin:0;
	padding:0;
}

#contentsInner{
	width:980px;
	margin:auto;
	min-height:450px;
}

#topContent{
	margin:0;
}

#topRightContent{
	width:726px;
	float:right;
	display:block;
	padding:0px;
}

#topLeftContent{
	margin:0;
	width:240px;
	float:left;
}

#topLeftContent .text{
	width:235px;	
}

#topLeftContent .textarea{
	width:236px;	
	height:147px;
}

#associations{
	list-style:none;
	margin:15px 0;
}

#associations li{
	display:block;
	margin:0 15px 10px 0;
}

/*******Bottom Content*******/

#bottomContent{
	width:980px;
}

#bottomContent h2{
	margin-bottom:6px;
}

.bottomSection{
	width:316px;
	float:left;
	display:block;
}

.slideshow, .slideshow div{
	width:316px !important;
}

.bottomSection ul{
	float:left;
	font-size:12px;
}

.bottomSection ul li{
	margin:0 0 0 15px;
	line-height:20px;
}

/*******Form*******/

.text{
	width:312px;
	height:21px;
	padding:3px 0 0 2px;
	outline:0;
	border:0;
	margin:0px 0 2px 0;
}

.textarea{
	width:312px;
	height:118px;
	padding:3px 0 0 2px;
	outline:0;
	border:0;
	margin:2px 0 0px 0;
}

label.error{
	color:#ff0000;
	clear:left;
	display:block;
}

/*******Footer*******/

#footer{
	width:100%;
	margin:0;
	padding:0;
	background:#213b0e;
	font-size:12px;
}

#footerInner{
	width:980px;
	margin:auto;
	padding:15px 0 30px 0;
	color:#fff;
	text-align:center;
}

#footerInner a{
	color:#fff;
	text-decoration:none;
	display:inline;
	padding:0 1px;
	line-height:40px;
}

#footerInner a:hover{
	text-decoration:underline;
}



