/* CSS Document */

body
{
margin:0px auto;
padding:0px;
color:#fff;
font-size:12px;
line-height:16px;
background:#001236;
font-family:Verdana, Arial, Helvetica, sans-serif;

}
img
{
border:none;
margin:0px;
padding:0px;
}
form
{
margin:0px;
padding:0px;
}
P
{
margin:8px 0px;
}
.left
{
float:left;
}
.right
{
float:right;
}
.header-bg
{
background:url(../images/header-bg.jpg) left top no-repeat;
width:1000px;
height:330px;
}
.body-bg
{
background:url(../images/body-bg.jpg) left top repeat-x #001236;
float:left;
}
.menu {
position:relative;
z-index:1000;
font-size:90%;
margin:0px 0 0 0px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
position:relative;
z-index:500;
padding:0;
margin:0;
list-style-type:none;
background:url(../images/menu-bg.jpg) left top no-repeat;
height:219px;
width:183px;
}
/* style the list items */
.menu li {
background:transparent;
padding-left:0px;
/* for IE7 */
float:left;
}
.menu li.sub {} 

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:150px;
color:#fff;
font-size:12px;
text-indent:5px;
background:transparent;
font-family:Arial, Helvetica, sans-serif;

}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {

width:150px; w\idth:149px;
color:#fff;
font-size:12px;
}
/* style the link hover */
* html .menu a:hover {color:#7de100; position:relative;}

.menu li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
.menu a:active, .menu a:focus {display:block; 
text-decoration:none;
height:25px;
line-height:25px;
color:#fff;
text-indent:5px;
background:transparent;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

width:190px;

}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a {color:#7de100;}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
visibility:hidden;
position:absolute;
top:5px;
/* set up the overlap (minus the overrun) */
left:100px;
/* set up the overrun area */
padding-left:-10px;
margin-left:45px;
/* this is for IE to make it interpret the overrrun padding */
background:url(../images/sub-bg.jpg) left top no-repeat;
height:52px;
width:129px;
}

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.menu ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.menu ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}

.logo
{
margin-top:100px;
margin-left:19px;
}
.banner
{
padding-bottom:34px;
}

.font-green
{
font-size:20px;
line-height:24px;
color:#7ee200;
}
.font-white
{
font-size:20px;
line-height:24px;
color:#fff;
}

.font-white-link
{
font-size:12px;
color:#fff;
text-decoration:none;
}
.font-white-link:hover
{
font-size:12px;
color:#7ee200;
text-decoration:none;
}
.footer-bg
{
background:url(../images/footer-bg.jpg) left top repeat-x;
width:1000px;
height:45px;
color:#9afeff;
font-size:12px;
text-align:center;
padding-top:5px;
}
.footer-link
{
color:#9afeff;
font-size:12px;
text-decoration:none;
}
.footer-link:hover
{
color:#B8D074;
font-size:12px;
text-decoration:none;
}
.arrow
{
padding-top:5px;
}

.green-box-small
{
background:url(../images/green-box-small.gif) left top no-repeat;
height:142px;
width:270px;
float:left;

}
.green-big
{
background:url(../images/green-big.gif) left top no-repeat;
height:197px;
width:597px;
float:left;
text-align:left;
}
.font-orng
{
font-size:18px;
line-height:20px;
color:#7ee200;
font-weight:bold;
}
.input-box

{
width:260px;
height:18px;
border:1px solid #9c9699;
}
.input-box-big
{
width:260px;
height:100px;
border:1px solid #9c9699;
}
.contact-border
{
border:1px solid #9c9699;
padding:10px;
margin:10px;
}
.submit
{
background:url(../images/submit.jpg) left top no-repeat;
height:28px;
width:79px;
float:left;
color:#fff;
font-weight:bold;
border:0px;
font-size:15px;
text-align:center;
padding-bottom:5px;
}

.test-border
{
border-bottom:1px dotted #5B7A99;
margin-top:10px;
padding-top:5px;
padding-bottom:15px;
margin-bottom:5px;
width:359px;
float:left;
}

