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

A:link {color:#808080; font-size: 12px; font-family:Arial, Helvetica, sans-serif;  text-decoration:none; font-weight:600;}
A:hover {color:#EC1B34; font-size: 12px; font-family:Arial, Helvetica, sans-serif;  text-decoration:none; font-weight:600;}

A.class1:link {color: #808080; font-size: 10px; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-weight:normal;}
A.class1:hover {color:#EC1B34; font-size: 10px; text-decoration:none; font-family:Arial, Helvetica, sans-serif;  font-weight:normal;}

h1{
color: #0D5695; 
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:17px; 
font-variant:small-caps; 
}

h2{
color: #0D5695; 
font-family:Geneva, Arial, Helvetica, sans-serif; 
font-size:15px;
font-weight:bold; 
font-variant:small-caps; 
}

p{
color: #0D5695;
font-family:Arial, Helvetica, sans-serif; 
font-size:13px; 
}

.footer{
color: #808080;
font-family:Arial, Helvetica, sans-serif; 
font-size:10px; 
}

/*Background & BG Images *******************************************************************************************************************************************************************************/
/*******************************************************************************************************************************************************************************************************/
body { 
	background:#0D5695 center; font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px;
}

.content{ 
	background: url(../images/Edges.gif) repeat-y #FFFFFF center;
}

.contentMargins{
margin-bottom:50px; 
margin-top:50px;
}

.homeBoxes{
border-color:#CCCCCC; border-style:solid; border-width:10px; height:150px; width:206px;
}

/*List *************************************************************************************************************************************************************************************************/
/*******************************************************************************************************************************************************************************************************/
ul{
color: #808080;
font-family:Arial, Helvetica, sans-serif; 
font-size:12px; 
}
li{
color: #808080;
font-family:Arial, Helvetica, sans-serif; 
font-size:12px;  
}

/*Navigation *************************************************************************************************************************************************************************************************/
/*******************************************************************************************************************************************************************************************************/
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
 /*overall menu background color I removed it for Z Axis specificlaly*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
padding:0;
text-decoration: none;
color: #0D5695;
font-family:Arial, Helvetica, sans-serif; 
font-size:13px; 
font-variant:small-caps;
font-weight:600; 
text-align:center; 
}

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

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

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

.suckertreemenu ul li a:hover{
color: #D73627;
font-size:13px; 
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #F3F3F3 url(../images/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(../images/arrow-right.gif) no-repeat center right;
}

* 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 */




/*Rollover **************************************************************************************************/
.Rollover{ 
padding:0;
margin:0;
border:0;
}



