/* CSS Document */
body{
	padding:0px;
	margin:20px 0 0 0;
	background:#0A2748 url(images/body_bg.jpg) top center no-repeat;
	}
td{ 
	font:11px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	}
div, h1, h2, h3, h4, p, img, ul, ol, li, form, input, textarea {
	padding : 0;
	margin : 0;
	}
p {
	padding : 0 0 8px 0;
	margin : 0;
	}
ul {
	list-style : none;
	}
a {
	outline : none;
	text-decoration : none;
	}
.yellow_text{ color:#FDD31F; text-transform:uppercase;}
.black_text{ color:#000; text-transform:uppercase;}

.border{border:#8E9FB4 1px solid;}
#boxmenu td{
	padding-top:8px;
	}
#boxmenu a{
	font-size:12px;
	line-height:15px;
	font-weight:bold;	
	display:block;
	width:76px;
	font-style:italic;
	color:#FFFFFF;
	}
#boxmenu a:hover{ text-decoration:underline;}
#leftmenu {padding:0px 15px 0px 0px; margin:0px;}
#leftmenu li{display:block; padding:2px 0 2px 0;}
#leftmenu a{	
	margin:0px;
	color:#FFFFFF;
	text-transform:uppercase;
	}
#leftmenu a:hover, #leftmenu .active{ color:#FDD31F; text-decoration:none; font-weight:bold;} 
#footer{ font-size:11px; padding-top:5px;}
#footer a{ font-size:11px; color:#FFFFFF; font-size:11px;}
#footer a:hover{ font-size:11px; text-decoration:underline; }

/*++++++++++++++++++++++++++*/
.suckertreemenu{height:30px; }

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}
/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
padding-right:10px;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 115px; /*Width of top level menu link items*/
padding: 5px 0px 5px 10px;
text-decoration: none;
color: #fff;
background:#1C426C;
text-transform:uppercase;

}
.suckertreemenu ul li a:hover, .suckertreemenu ul li a.active {
background: #F8D020;
color: #000;
font-weight:bold;
}

.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
border-bottom: 1px solid #10427F;
padding-top:3px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display:block;
float:left;
padding:0px;
}

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

}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
text-decoration: none;
border-top: 1px solid #10427F;
border-bottom: 1px solid #10427F;
width:117px;
padding: 3px 0px 3px 8px;
margin:0px;
background:#D3B916;
font-size:10px;
filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;

}
.suckertreemenu ul li ul li a:hover{
font-weight:normal;
color:#000;
font-weight:bold;
-moz-opacity:.99
}

/*Background image for top level menu list links 
.suckertreemenu .mainfoldericon{background: #1C426C; }*/


/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{ color:#000000; font-weight:bold; background:#F8D020 url(images/arrow-down.gif) right center no-repeat; -moz-opacity:.99}
.suckertreemenu .subfoldericon:hover{ background:#F8D020 url(images/arrow-down.gif) right center no-repeat; -moz-opacity:.99}

* 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: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
.list { margin-bottom:15px;}
.list td{ padding:0 10px 0 10px;}
.contact input, textarea{ padding:2px; margin:0; border:0px;}

.thanks{
padding:20px; 
background:#1B4676; 
margin:50px 0 50px 20px;
border:#123B69 1px solid;
font-size:13px; 
}

.login{
background:#1B4676; 
margin:50px 0 50px 20px;
border:#123B69 1px solid;

}
.login td{ padding:2px 0 2px 10px; font-size:13px; }
.login input, textarea{ padding:2px; margin:0; border:0px;}

.client_menu a{
display:block;
background:#1C3764;
color:#FFFFFF;
padding:0 0 0 10px;
height:1%;
}
.client_menu a:hover{ background:#F8D020; color:#000000; font-weight:bold;}
.border{ border:#fff 2px solid;}
.download td{ line-height:13px;}
.download a{ color:#FFFFFF; line-height:13px;}
.download a:hover{color:#F8D020; }