/*BEGIN LAYOUT CSS*/
body
{
text-align: center;
background-color: #000000;
margin-top: 0px;
/*font: 12px/1.25em arial, sans-serif;*/
}

div#container {
width:800px;
display: block;
/*margin-left: auto;*/
/*margin-right: auto;*/
/*width: 50em;*/
text-align: left;
/*padding: 0 0 0 0px;*/
background-color: #000000;
margin: 0px;
padding: 0px;
border: 0px;
}
 
.header {
position:relative;
width:800px;
height:100px;
/*display: block;*/
clear: none;
/*background-color: #FF6600;*/
background-image: url(../images/gradient_header.png);
background-repeat: no-repeat;
border-bottom: 1px solid #FFFFFF;
}

.topmenu {
position:relative;
display: block;
/*width:504px;*/
float: right;
height:20px;
top:78px;
}

.logo {
position:relative;
display: block;
float: left;
top:20px;
left:45px;
height:100px;
width:296px;
}

.maincontent {
/*float: right; */
width: 800px;
background-color: #0779bf;
}

.subpagecontent {
display: block;
text-align: center;
/*float: right; */
width: 800px;
height: 400px;
background-color: #FFFFFF;
}

.leftsubcontent {

/*position:relative;*/
text-align: center;
float: left; 
width: 560px;
background-color: #FFFFFF;
}

.rightsubcontent {

/*position:relative;*/
text-align: center;
float: right;
width: 240px;
background-color: #FFFFFF;
}

.downloadsection {

/*position:relative;*/
text-align: center;
float: right;
width: 200px;
background-color: #FFFFFF;
padding: 5px 5px 5px 5px;
}

.subnav {
/*position:relative;*/
display: block;
text-align: left;
float: right;
width: 504px;
padding-top: 3px;
padding-bottom: 3px; 
/*background-color: #CC6600;*/
}

.subsection {
/*float: right; */
width: 800px;
height: 200px;
background-color: #0779bf;
}

.footer {
clear: both;
background-color: #2b485f;
padding: 5px 5px 5px 5px;
width:800px;
}

.contentphoto { 
	/*position:relative;*/
	/*display: block;*/
    float: right; 
    margin-left: 10px;
	margin-right: 0px;
	/*z-index:2;*/
}

/*END LAYOUT CSS*/
/*BEGIN MENU CSS*/

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
background-color: transparent;
border-bottom-width: 0;
border-top-width: 0;
border-left-width: 0;
z-index: 1;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
/*display: inline;*/
float: left;
background-color: #2a475f;
/*background-image: url(../images/btnBG.gif);*/
/*background-color: #2a475f; /*overall menu background color*/
width: 100; /*Width of top level menu link items*/
height: 30;
border-bottom-width: 0;
border-left-width: 0;

}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
padding: 0px 0px;
border: 0px solid white;
border-left-width: 0;
text-decoration: none;
color: #FFFFFF;
border-bottom-width: 0;
border-bottom: 0px solid #FFFFFF;
}
	
/*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;
background-color: transparent;
top: 0;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
/*background-color: #2a475f;*/
/*width: 160px; /*width of sub menu levels*/
top: 0;
}

/*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;
/*background-color: #2a475f;*/
border-top: 0px solid #FFFFFF;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;

color: #FFFFFF;
text-decoration: none;
padding: 5px 6px;
/*background-color: #2a475f;*/
/*background-image: url(../images/pixel_2a475f-TRANS50.png);*/
border-left-width: 0;
border-right-width: 1;
border-bottom-width: 0;
border-top: 0px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
}

.suckertreemenu ul li a:hover{
color: white;
background-color: #424347;
/*height:28px;
width: 103px;
color:#999999; 
background-image:url(/images/nav_bg.jpg);
background-repeat:repeat-x;
border-bottom:1px solid #4C4B2E;
padding: 5px 6px;*/
}


* 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%;}
* html .suckertreemenu ul li ul li { float: left;}
/* End */
/*END MENU CSS*/
.linkcolor-whitesm { font-size: 11px; font-family: Arial, sans-serif;text-decoration: none; color:#FFFFFF;}
.linkcolor-whitesm a:link { color: #FFFFFF}
.linkcolor-whitesm a:visited { color: #FFFFFF}
.linkcolor-whitesm a:hover { color: #FFFFFF}
.linkcolor-whitesm a:active { color: #FFFFFF}

.linkcolor-white { font-size: 12px; font-family: Arial, sans-serif;text-decoration: none; color:#FFFFFF;}
.linkcolor-white a:link { color: #FFFFFF}
.linkcolor-white a:visited { color: #FFFFFF}
.linkcolor-white a:hover { color: #FFFFFF}
.linkcolor-white a:active { color: #FFFFFF}

.linkcolor-blue { font-size: 12px; font-family: Arial, sans-serif;text-decoration: none; color:#000000;}
.linkcolor-blue a:link { color: #2b485f}
.linkcolor-blue a:visited { color: #2b485f}
.linkcolor-blue a:hover { color: #2b485f}
.linkcolor-blue a:active { color: #2b485f}


.x1 {font-size:11px; font-family:Arial, Geneva, sans-serif;}
.x2 {font-size:12px; font-family:Arial, Geneva, sans-serif;}
.x1-white {font-size:11px; font-family:Arial, Geneva, sans-serif; color:#FFFFFF;}
.x1-white2 {font-size:11px; line-height: 18px;letter-spacing: -1.0px;font-weight: bold; color:#FFFFFF;}
.x1-orange {font-size:11px; font-family:Arial, Geneva, sans-serif; color:#f5821f;}

.input {font-size:11px; font-family:Arial, Geneva, sans-serif;}
.headline {color: #000000;	font-size: 18px;line-height: 16px;letter-spacing: -1.5px;font-weight: bold;}
.headline-mini {color: #000000;	font-size: 13px;line-height: 14px;letter-spacing: 0.5px;font-weight: bold;}
.headline2 {color: #000000;	font-size: 20px;line-height: 18px;letter-spacing: -1.0px;font-weight: bold;}
.headline-white {color: #FFFFFF;font-size: 16px;letter-spacing: 0.5px;font-weight: bold;;font-family:Arial, sans-serif;}
.headline-black {color: #000000;font-size: 16px;letter-spacing: 0.5px;font-weight: bold;;font-family:Arial, sans-serif;}
.headline-orange {color: #f5821f;font-size: 16px;letter-spacing: 0.5px;font-weight: bold;;font-family:Arial, sans-serif;}
