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



html {
overflow: -moz-scrollbars-vertical; 
overflow-y: scroll;
}

body{
margin: 0 0 0 0;
background:url(../images/mainBackground.jpg);
background-position:top;
background-repeat:no-repeat;
}

/* //////////////////////////// */
/* //////////////////////////// */
/* CSS HORIZONTAL NAV */
/* Begin Navigation Bar Styling */
#nav {
width: 920px;
position:absolute;
margin: 160px 0 3em 20px;
padding: 0;
list-style: none;
background-color: #000350;
color:#FFF;
z-index:3
}
	  
#nav li {
float: left; 
}

#nav li a {
display: block;
padding: 0px 15px;
text-decoration: none;
font-weight: normal;
color: #FFF;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:.8em;
}
   
#nav li a:hover {
color: #cc0000 !important;
background-color: #ffffff !important;
}
/* End navigation bar styling. */
/* //////////////////////////// */
/* //////////////////////////// */


#mainContainer{
position:relative;
width:1045px;
margin:0px auto;
background-image:url(../images/shadow_rpt.png);
background-repeat:repeat-y;
padding-bottom:40px;
}

#mainContainerShort{
position:relative;
width:1045px;
margin:0px auto;
background-image:url(../images/shadow_rpt.png);
background-repeat:repeat-y;
}

/* //////////////////////////// */
/*      Header Code BEGIN       */
#contentHeader{
position:relative;
width:940px;
height:183px;
margin:0px auto;
background-color:#333;
}
#eagle{
position:absolute;
height:159px;
width:395;
margin:-1px 0px 0px 0px;
z-index:5;
}
/*       Header Code END        */
/* //////////////////////////// */


#contentBody{
position:relative;
width:940px;
margin:0px auto;
padding-top:20px;
background-image:url(../images/70_trans.png);
}



#contentFooter{
position:relative;
width:1045px;
height:101px;
margin:0px auto;
}

#footerLegal{
position:relative;
width:270px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:.8em;
margin:-20px auto;
}


/* //////////////////////////// */
/* Home Page Article Code BEGIN */
.smallText{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:.7em;
text-align:center;
margin:0px 0 30px 0;
}

.post{
position:relative;
margin:20px 50px 70px 50px;
}

.post-title{
position:relative;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:1.6em;
color:#009;

}

.post-entry{
position:relative;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:.9em;
	
}

.postPic{
margin: -50px 0 0px 20px;
float:right;
}


hr{
position:relative;
color:#CCC;
margin:0px auto;
width:100%;
vertical-align:bottom;
}
/*  Home Page Article Code END  */
/* //////////////////////////// */




/* //////////////////////////// */
/*    Page Content Code BEGIN   */

.subPage a {
color:#009;
}

.subPage{
position:relative;
width:850px;
margin:0px auto;
text-align:justify;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:.9em;
}
.page-title{
position:relative;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:1.6em;
color:#009;
}


/*     Page Content Code END    */
/* //////////////////////////// */


#benefitsText{
position:relative;
width:850px;
margin:0px auto;
text-align:justify;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:.9em;
}
