body, html
{
margin:0px;
padding:0px;
background-image:url(../images/bg.jpg);
}

a
{
color:black;
}

body
{
height:100%;
min-height:100%;
}

h1, h2, h3, h4, h5, p
{
padding:0px;
margin:0px;
}

.clearfloat
{
clear:both;
}

.holder
{
position:relative;
padding-top:15px;
width: 865px;
min-height:600px;
background-color: white;
margin:auto;
margin-top:50px;
}

.menu
{
position: relative;
width:865px;
height:45px;
margin:0px 0px 5px 0px;
border-top:1px solid #f7f7f7;
border-bottom: 1px solid #f7f7f7;
background-color: #fafafa;
}

.menu .navcontainer
{
position: absolute;
width:865px;
top:7.5px;
height:30px;
border-top:1px solid #f7f7f7;
border-bottom: 1px solid #f7f7f7;
background-color: #f6f6f6;
}

.navcontainer ul{
margin: 0;
padding: 0;
color:#434343;
position: absolute;
margin-top:9px;
font-family: Arial;
font-size:11px;
letter-spacing: 1px;
display:inline;
list-style-type: none;
}

.menu .navcontainer ul ul
{
margin:0px;
padding:0px;
border:none;
background-color:#f6f6f6;
color:#434343;
}

/*Top level list items*/
.navcontainer ul li{
position: relative;
display: inline;
float: left;
padding:0px 10px 0px 10px;
border-right:1px solid #434343;
}

/*Top level menu link items style*/
.navcontainer ul li a{
display: block;

color:#434343;
text-decoration: none;
}

.navcontainer ul li a:hover{
cursor:pointer;
color:#434343;
text-decoration:underline;
}
	
/*1st sub level menu*/
.navcontainer ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */

visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.navcontainer ul li ul li{
display: list-item;
float: none;border:none;

}

/*All subsequent sub menu levels offset after 1st level sub menu */
.navcontainer ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 5px;

}

/* Sub level menu links style */
.navcontainer ul li ul li a{
cursor:pointer;
color:#434343;
text-decoration: none;
padding: 7px 0px;

}

.navcontainer ul li ul li a:hover{
cursor:pointer;
color:#434343;
text-decoration:underline;
padding: 7px 0px;

}



* 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 .navcontainer ul li { float: left; height: 1%; }
* html .navcontainer ul li a { height: 1%; }
/* End */

.header
{
width:865px;
height:160px;

}

.contentL
{
width:400px;
padding:15px;
margin-top:15px;
float:left;
}

.contentR
{
width:400px;
padding:15px;
padding-top:90px;
margin-top:15px;
float:left;
}


.contentL, .contentR p
{
font-family:Arial;
font-size:12px;
}