@charset "utf-8";
/* CSS Document */

body{
	background-color: #025098;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
h2{ font-size:16px}
span{ margin:0px; padding:0px;}
form{
	padding:0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
fieldset {
	border:1px solid #CCCCCC;
	margin:0px;
	padding:5px;
	background-color: #EEEEEE;
}
 legend { color:#333333}
 form { border:0px;margin:0px;padding:0px; }
 label { display:block; }
 input.text {
	width:370px;
	background-color:#025098;
	color:#FFFFFF;
	padding:3px;
	margin:1px 0;
	border:1px solid #00002F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
}
 textarea {
	width:370px;
	background-color:#025098;
	color:#FFFFFF;
	padding:3px;
	margin:1px 0;
	border:1px solid #00002F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
}
 input.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #FFFFFF;
	background-color: #025098;
	border:none;
	margin-top: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.red {color: #990000}
.box{width:187px; float:left; margin-right:10px; margin-bottom:8px; }
*html .box{width:177px; float:left; margin-right:10px; margin-bottom:8px; }

#wrap{
	width:1024px;
	height:620px;
	background-image: url(../images/bgi.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-position: bottom;
}
#wrap-front{
	width:1024px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-position: center 168px; margin-bottom:10px;
}
#header{
	width:1024px;
	height:154px;

	
}
#header-front{
	width:1024px;
	height:198px;}
	

	

#header img{ margin-left:80px;}
#front-nav{ width:1024px; height:150px; margin-top:293px;}
*html #front-nav{ width:1024px; height:157px; margin-top:292px;}

#footer{
	
	font-size:10px;
	color: #CCCCCC;

}
#footer .right{
	float: right;
}
#footer .left{
	float: left;
}
#footer a{ text-decoration:underline; color:#000000;}
#footer a:hover{ text-decoration:none; color:#000000;}

/*+++++++++++++++++++++++++++++++++++++++++ Other Pages +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#content{
	width:800px;
	background-color:#FFFFFF;
	height:400px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
	padding:10px;
}
#holder{
	width:800px;
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
}
#holder #left{
	width:350px;
	float:left;
	height:340px;
	background-image:url(../images/sidebg.jpg);
	background-repeat: no-repeat;	
}
#holder #left ul{
	padding: 0px;
	margin-left: 10px;
}
#holder #left li{
	background-image: url(../images/bullets.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	list-style-type: none;
	margin-top: 10px;
	height:25px;
}
#holder #left a{ text-decoration:none; color:#333333; font-size:10px 
		
}
#holder #left a:hover{
 
text-decoration:underline; 
}
#holder #right{
	width:430px;
	background-color:#fff;
	float:left;
	height:320px;
	padding:10px;
	text-align: justify;	

}
*html #holder #right{
	width:410px;
	background-color:#fff;
	float:left;
	height:320px;
	padding:10px;}

#footer-other{
	
	font-size:10px;
	color: #CCCCCC;
	width:800px;
	margin-right: auto;
	margin-left: auto;

}
#footer-other .right{
	float: right; 
}
#footer-other .right .nav{
	
}
#footer-other .right .nav a{
	text-decoration:none;
	color:#FFFFFF;
}
#footer-other .right .nav a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}
#footer-other .left{
	float: left;
}
#footer-other a{ text-decoration:underline; color:#000000;}
#footer-other a:hover{ text-decoration:none; color:#000000;}
/*==============================================================================================================*/
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
height:18px;

}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: block;
	float: left;
	text-align: left;
 /*overall menu background color*/
}
*html.suckertreemenu ul li{ margin-left:10px;
 /*overall menu background color*/
}
/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	/*Width of top level menu link items*/
	padding: 1px 8px;
	border-left-width: 0;
	text-decoration: none;
	color: #FFFFFF;
	margin-left:10px;
	
	
}
*html .suckertreemenu ul li a{
	
	margin-left:0px;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;


}
*html .suckertreemenu ul li ul{
background-color: #ED6B65;
top: 0px; /* no need to change, as true value set by script */

}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: list-item;
	float: none;
	

	
}

/*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: 0px;
	
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 160px; /*width of sub menu levels*/
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px 5px;
	background-color: #A11812;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #ED6B65;
}

.suckertreemenu ul li a:hover{
	background-color: #8B1610;
	color: white;
	text-decoration:none;
	
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
	
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
	
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height:0%; }
* html .suckertreemenu ul li a { }
/* End */
/* Holly Hack for IE \*/

/* End */	
