/*LAYOUT*/

html {min-width:960px; height:100%;}

body {
   
	margin: 0 auto;
	height:100%;
	background-repeat:no-repeat;
	/*background-image:url(../images/bg.jpg);*/
	background-color:#ffffff;
	
	min-width:960px !important;
	text-align:center;
	}

form#Form {
/*	background:#69BE27;	*/
	height:100%;
	min-height:100%;
}

.top {
/*	width:100%;	*/
	height:13px;
	background-color:#EFF0F1;
	width:960px;
	margin:0 auto;
	height:30px;
}
.bg{
/*	width:100%;	*/
	height:auto;
	background-color:#ffffff;
	width:930px;
	padding-left:30px;
	margin:0 auto;
	text-align:left;
}
.bgWrap{
/*	width:100%;	*/
	height:auto;
	background-color:#ffffff;
}
.masterContainer {
    margin:0 auto;
	background-color:#FFFFFF;
	height:543px;
}

.masterTop {
	width: 960px;
	height:188px;
	background-color:#FFFFFF;
	margin:0 auto;
}
.logoTop {
	float:left;
	width: 530px;
	height:175px;
	background-image:url(../images/logo.gif);
	background-color:#FFFFFF;
	
}
.menuTop{
	float:left;
	width: 420px;
	height:125px;
	margin-top:50px;
	background-color:#FFFFFF;
}
.menuWrap{
	float:left;
	width: 150px;
	height:125px;
	background-color:#FFFFFF;
}
.contentbg{
    margin:0 auto;
	overflow:hidden;
	height:370px;
	background-image:url(../images/homeContentBg.jpg);
	background-position:right bottom;
	background-color:#ffffff;
	background-repeat:no-repeat;
	
}
.contentpane{
    margin:0 auto;
	width:930px;
	
	
}
.contentpaneleft{
	float:left;
	width:340px;
	margin-left:73px;
	
}
.contentpaneright{
	float:left;
	width:450px;
	
}

#zone1{
	float:left;
	display: block;
	top: 0px;
	height: 150px;
	width: 100%;
	z-index: 2;
	
}

.footerBg{
	width:960px;
	margin:0 auto;
	height:50px;
}
.masterFooterContainer {
	width: 960px;
    margin:0 auto;
	background-color:#69BE27;
}
.footerWrap{
	margin-left:8px;
	color: #ffffff;
  	font-family:Arial, Helvetica, sans-serif;
 	font-size:x-small;
	line-height:50px;
	vertical-align:middle;
	text-align:left;
	padding-left:100px;
}

a:hover {
	text-decoration:none;
	color:#5E6A71;
}
a:visited {
	color: #5E6A71; 
} 
a:link { 
	color: #69BE27; 
	
}


/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:38px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #69BE27; 
	background-color: Transparent;
	font-family:Calibri;
	font-size: 100%;
	font-weight: normal;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	
    padding: 1px 3px 3px 1px;
	text-align: left;
	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color:#555555;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight:normal;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 3px 5px 0px 5px;   /*explicitly set padding for root menu items*/

}

.main_dnnmenu_rootitem.sel,
.main_dnnmenu_rootitem.bc {
	color:#69BE27;
}

.main_dnnmenu_itemhover {  
	background-color: Transparent;
	color:#69BE27;
}

.main_dnnmenu_itemhover td {  
	background-color: Transparent;
	color:#69BE27;
}

.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 5px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-image:url(../images/bgmenu.jpg);
	background-repeat:repeat-x;
	background-color:#cccccc;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
	border-left:#273E68 1px solid;
    border-right:#273E68 1px solid;
    border-bottom:#273E68 1px solid;
    border-top:#273E68 1px solid;
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
	
}

.main_dnnmenu_arrow {
    display:none;
	/*border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; */
}
.main_dnnmenu_rootmenuarrow {
    display:none;
	/*font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;*/
}

.dnnCOPYRIGHT
{
  color: #ffffff;
  font-family:Arial, Helvetica, sans-serif;
  font-size:x-small;

	
}
div#token01 a {
  color:#ffffff;
  font-family:Arial, Helvetica, sans-serif;
  font-size:x-small;
}

.Normal
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color:#555555;
	 
}

.DNNEmptyPane {display:none !important;}

a.learn-more-button {background:#69BE27; padding:6px 16px; font-size:10px; color:#ffffff;}

a.learn-more-button:hover {background:#5E6A71;}
