@charset "utf-8";
/* CSS Document */

A.footer:link {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; color:#B4BFD3; text-decoration:none;}
A.footer:visited {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; color:#B4BFD3; text-decoration:none;}
A.footer:hover {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; color:#B4BFD3; text-decoration:none;}


h1{ 
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:18px; color:#F9931A;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#9DACC6; font-weight:bold;
}
h3{ 
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#F9931A;
}


p{
	font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#536D9B;
}

.textrecentproject{
	font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#536D9B; padding-left:25px; padding-right:25px;
}

.form-text{
	font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#536D9B;
}

.texthome{
	font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#536D9B; padding-left:115px; padding-right:115px;
}
.textfooter{
	font-family:Georgia, "Times New Roman", Times, serif; font-size:9px; color:#6C83AA; margin-top:9px;
}

.textcopyright{ 
	font-family:Georgia, "Times New Roman", Times, serif; font-size:9px; color:#B4BFD3; margin:0; 
}
/*Background & BG Images *******************************************************************************************************************************************************************************/
/*******************************************************************************************************************************************************************************************************/
body { 
	background: url(../images/BG_Pattern.gif); font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px;
}

ul{
font-family:Georgia, "Times New Roman", Times, serif; 
font-size:12px; 
color:#536D9B;
padding:10px; 
}



/*Main Box ******************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************/

.suppgrafx { 
	padding-top:50px; padding-bottom:50px;
}

/*Navigation Div ******************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************/
.suckertreemenu li{ 
font-family:Arial, Helvetica, sans-serif; color:#536D9B; text-decoration:none;
margin: 0;
padding: 0; 
padding-bottom:0; 
padding-top:0; 
font-size: 1px; 
}

.suckertreemenu ul{
margin: 0;
padding: 0;
padding-left:0; 
padding-bottom:0; 
padding-top:0; 
list-style-type: none; 
list-style-image:none;
font-size: 1px; 
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;

float: left;
background-color: #FFFFFF; /*overall menu background color*/
}


	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */

visibility: hidden;  z-index:110;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{ 

float: none;  z-index:110;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0; z-index:110;
}




/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: url(arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: url(arrow-right.gif) no-repeat center right;
}


	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%;  z-index:110;}
* html .suckertreemenu ul li a { height: 1%;  z-index:110;}



/*Rollover Buttons Specification **************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************/
.Buttons{ 
padding:0;
margin:0;
border:0;
}
