
/*-----------------------Default Styles----------------------*/	

html{
	height: 100%;
}

body{
	height: 100%;
	margin: 0;
	
	
	font-family: Arial, Helvetica; 
	font-size: 12px; 
	color: #505050;
	line-height: normal;
	font-weight: normal;
	
	background-color:#dcdcdc;
	background-image:url(../images/bg.png);
	background-repeat: repeat-x;
}

img, div, input, ul, li, a, td, tr, table { 
	behavior: url("iepngfix.htc") 
}

/*Form Button Style*/

.btn{
	font-family: Arial, Helvetica; 
    font-size: 12px;
    color: #ffffff;
    line-height: 14px;
    
    border: none;
    height: 22px;
    width: 110px;
    
    margin: 0;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    cursor: pointer;
    
    background-color: #68a842; 
}

.btn:hover {
    background-color: #527550;
}



/* Default Body Font */
h1{
	font-family: Helvetica, Arial;
	font-size: 30px;
	line-height: normal;
	font-weight : normal;
	color: #68a842;
	
	margin: 0 0 .35em;
}

h2{
	font-family: Helvetica, Arial;
	font-size: 18px;
	line-height: normal;
	font-weight : bold;
	color: #51261c;
	
	margin: 0;
	margin-top: 20px;
}

h3{
	font-family: Helvetica, Arial;
	font-size: 20px;
	line-height: normal;
	font-weight : normal;
	color: #215034;
	border-bottom: 1px solid #c7c7c7;
	
	margin-top: 0px;
	margin-bottom: 10px;
}

h4{
	font-family: Arial, Helvetica;
	font-size: 10px;
	line-height: normal;
	font-weight : normal;
	color: #c7c7c7;
	
	margin: 0;
}

h5{
	font-family: Helvetica, Arial;
	font-size: 14px;
	line-height: normal;
	font-weight : bold;
	color: #51261c;
	
	margin:0;
	margin-top: 2px;
}

h6{
	font-family: Helvetica, Arial;
	font-size: 20px;
	line-height: normal;
	font-weight : normal;
	color: #215034;
	
	margin-top: 0px;
	margin-bottom: 10px;
}

h7{
	font-family: Helvetica, Arial;
	font-size: 18px;
	line-height: normal;
	font-weight : bold;
	color: #51261c;
}

h8{
	font-family: Arial, Helvetica; 
	font-size: 12px;
	font-weight: normal;
	color: #505050;
}

img{
	border:0px;
}

p{
	font-family: Arial, Helvetica; 
	font-size: 12px;
	line-height: normal;
	font-weight : normal;
	color: #505050;
	margin-top: 0;
	margin-bottom: 10px;
}


/*default navigation*/
A:link, A:visited {
	text-decoration: underline; 
	color: #68a842;
}


A:active, A:hover {
	text-decoration: underline; 
	color: #51261c;
}


#footer{
	font-family: Arial, Helvetica;
	font-size: 9px;
	line-height: normal;
	font-weight : normal;
	color: #505050;
	padding-top: 80px;
}

#footer a, #footer a:link{
	font-family: Arial;
	font-size: 9px; 
	color: #505050;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover{
	color: #51261c;
	text-decoration: underline;
}


/*Tabbed Menu 2nd Level*/

#secondaryMenuTitle {
	font-family: Arial,helvetica;
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
	color:#FFFFFF;
	
	width: 150px;
	float: left;
	margin: 0;
	margin-bottom: 1px;
	background-color: #3e7c36;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#secondaryMenu, #secondaryMenuCurrent {
	margin: 0;
	font-family: Arial,helvetica;
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
	
	width: 170px;
	float: left;
	margin-bottom: 1px;
}

#secondaryMenu a, #secondaryMenu a:link{
	color: #215034;
	text-decoration: none;
	
	background-color: #d4d4d4;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#secondaryMenu a:hover{
	color: #215034;
	background-color: #b6d0b1;
	text-decoration: none;
}

#secondaryMenuCurrent a, #secondaryMenuCurrent a:link, #secondaryMenuCurrent a:hover{
	color: #215034;
	text-decoration: none;
	
	background-color: #b6d0b1;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}



/*/end default navigation*/

/*Website Containers*/


#bodyWrapper{
	margin: 0 auto;
	width: 968px;
	min-height:100%;
  	/*height:auto !important;*/
	
  	height:100%;
	padding: 0;
	background-image:url(../images/bg_body.png);
	background-repeat: repeat-y;
}

#headerFlashWrapper{
	width: 940px;
  	height:260px;
}

#sidebarWrapper{
	margin:0;
	width: 230px;
	/*min-height: 540px;
	height: 100%;*/
	
	min-height:100%;
  	height:!important;
  	height:100%;

	background-image:url(../images/bg_sidebar.jpg);
	background-repeat: no-repeat;
	background-position:top;
}

#contentWrapper{
	margin: 0;
	padding-top: 20px;
	padding-left: 60px;
	padding-right: 60px;
	width: 590px;/*710px width actual*/
	min-height:100%;
  	height: !important;
  	height:100%;
}

#footerWrapper{
	margin: 0;
	width: 710px; 
	height: 110px;
	
	background-image:url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
}

.clearFix{
    clear: both;
}

#sidebarPopWrapper{
	width: 216px;
	margin-left: px;
	float: left;
}

#sidebarPopMid{
	width: 176px;/*216px*/
	padding-left: 20px;
	padding-right: 20px;
	float:left;
	
	background-image:url(../images/bg_sidebar_mid.png);
}

#sidebarPopTop{
	width: 216px;
	height: 20px;
	float:left;
	
	background-image:url(../images/bg_sidebar_top.png);
	background-repeat: no-repeat;
}

#sidebarPopBtm{
	width: 216px;
	height: 25px;
	float:left;
	float:left;
	background-image:url(../images/bg_sidebar_btm.png);
	background-repeat: no-repeat;
}

/*/end Website Containers*/



