@charset "utf-8";
/* CSS Document */

/**
* Global
*/

.extend{width:100%;}
.max{width:954px;}

/**
* Main Layout
*/
.fBox{
	padding:10px;
}
.fcont{
	font-size: 14px;
	color:#FFFFFF
}

.siteHeader, .headerMain{
	height:90px;
}
.headerMain{
	background:url(../images/banner.jpg) left bottom no-repeat;
	width:100%;
}
.mainContent{
	height:522px;
	width:100%;
	background:url(../images/contentBG.gif) top right no-repeat;
	background-color:#3e4d24;
}
.spacer, .blkSP{
	height:6px;
}
.blkSP{
	background-color:#000000;
}

/**
* Content Areas
*/
.subTitle{
	font-size: 14px;
	color: #D1CF7C;
	font-weight:bold;
	margin-bottom:15px;
}

.leftContent{
	width:280px;
	height:522px;
}
.clapperMenu{
	height:250px;
	width:272px;
}
.sideM{
	height:272px;
}
.sideMCont{
	margin-top:10px;
	margin-left:30px;
	margin-right:10px;
}
.contM{
	height:309px;
}
/**
* Side MNU List
*/
#mnuHolder{
	width:100%;
	height:230px;
	overflow:hidden;
}
#mnuHolder .mnuList{
}
#mi{
	margin-top:5px;
}
#mi a:link, #mi a:visited{
	margin-top:10px;
	font-size:12px;
	color:#CCCCCC;
	text-decoration:none;
}
#mi a:hover{
	color:#FFFFFF
}



/**
* Footer Bar
*/
#footer{
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
}
#footer .footerBar{
	text-align:center;
	font-size:12px;
	
}

.loginBox{
	margin-top:70px;
	width:250px;
	padding:10px;
	background-color:#666666;
	background:url(../images/trans.gif) repeat;
}