@charset "utf-8";
/* CSS Document */
/*dk green #384937
lt green #455644
lt green text #B7CEB4;
*/

body {
	background-color:#000000;
	 padding-left:0px;
	 padding-top:30px;
	 padding-bottom:30px;
	 top:0;
	left:0;
	margin:0px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#ccc;
	font-weight:200;
	letter-spacing:.3px;
}
a {
	text-decoration: none;
	color:#a6cba9;
}

p {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#ccc;
	font-weight:400;
	letter-spacing:.3px;
}


.mainTable {
	width:1000px;
	background-color:#2e452d;
}

.menuCell {
	vertical-align:top; 
	width:256px;
}

.menuPadder {
	padding-left:10px;
	padding-right:10px;
}

.menuHolder {
	
	padding-left:20px;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:20px;
	margin-bottom:2px;
	background:#3b513a url("../images/arrow_right.gif") no-repeat bottom right;

}

.unselectedMenuText {
	
}
.unselectedMenuText a {
	
}
.unselectedMenuText a:hover{
	color:#fff;
}

.selectedMenuText {
	color:#ffffff;
	letter-spacing:.5px;
	padding-bottom:3px;
}

.unselectedMenuSubItem {
	padding-left:8px;
	margin-top:5px;
	margin-bottom:5px;
	
}

.unselectedMenuSubItem a {
	
}
.unselectedMenuSubItem a:hover {
	color:#fff;
}

.selectedMenuSubItem {
	color:#ffffff;
	padding-left:8px;
	background-image:url(../images/white_dot.gif);
	background-repeat:no-repeat;
	margin-top:5px;
	margin-bottom:5px;
	
}

.menuArrowItemOpen {
	background-image:url(../images/arrow_open.gif);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:13px;
	letter-spacing:.5px;
	line-height:20px;
	color:#a6cba9;
	cursor:pointer;
	cursor:hand;
}

.menuArrowItemClosed {
	background-image:url(../images/arrow_closed.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:13px;
	letter-spacing:.5px;
	line-height:20px;
	color:#a6cba9;
	cursor:pointer;
	cursor:hand;
}
.menuArrowItemClosed a {
}
.menuArrowItemClosed a:hover {
	color:#fff;
}

.subMenuDiv {
	padding-left:20px;
}

.logoHolder {
	padding-bottom:30px;
	padding-top:40px;
	width:100%;
	text-align:center;
}

.blackGutter {
	width:8px;
	background-color:#000000;
}

.leftContentColumn {
	padding-top:60px;
	padding-left:20px;
	padding-right:40px;
	padding-bottom:40px;
	width:210px;
	background-color:#3b513a;
	vertical-align:text-top;
}

.rightContentColumn {
	padding-top:30px;
	padding-right:25px;
	padding-bottom:40px;
	width:488px;
	background-color:#3b513a;
	vertical-align:text-top;
}

.leftContentColumnHome {
	padding-top:30px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:40px;
	width:419px;
	background-color:#3b513a;
	vertical-align:text-top;
}

.rightContentColumnHome {
	padding-top:30px;
	padding-right:25px;
	padding-bottom:40px;
	width:419px;
	background-color:#3b513a;
	vertical-align:text-top;
}

.contentSmallWhiteHeader {
	font-size:12px;
	color:#ffffff;
	font-weight:500;
}

.rightContentSmallWhiteHeader {
	font-size:12px;
	color:#ffffff;
	padding-bottom:18px;
	font-weight:500
}

.contentBodyText {
	font-size:12px;
	color:#ccc;
	padding-bottom:20px;
}

.mainContentHeadline{
	color:#B7CEB4;
	font-size:24px;
	padding-bottom:25px;
	color:#a6cba9;
	letter-spacing:1.5px;
	font-weight:100;
}
.leftContentBullets {
	color:#ccc;
	padding-left:8px;
	background-image:url(../images/white_dot.gif);
	background-repeat:no-repeat;
	margin-top:5px;
	margin-bottom:5px;
	
}








