/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #2076a2;
	font-family:arial,sans-serif;
	font-size:12px;
	color:#000000;
}

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:800px;
	background:  #ffffff ;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	width:800px;
	height:153px;
	background: url("/graphics/headBG.gif") #ffffff no-repeat;
	margin: 0 auto 0 auto;
}
	
div#content {
	padding:0 0 145px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#footer {
	position:absolute;
	width:800px;
	height:136px;
	bottom:0; /* stick to bottom */

	background: url("/graphics/footerbg.gif") no-repeat;
	font-size:10px;
	margin: 0 auto 0 auto;
}




/* main nav */


#topmenu {
	width: 800px;
	height:40px;
	margin: 0 auto 0 auto;
	background: url("/graphics/topmenubg.gif") #ececec no-repeat;
}

#leftmenu {
	width: 175px;
	margin: 0 0 0 0px;
	float:left;
}




/* content formatting */

#pagecontent {
	width: 535px;
	padding: 40px 50px 20px 0px;
	overflow: auto;
	background: url("/graphics/bodybg.gif") no-repeat;
	line-height:15px;
	float:right;
}

.loginbox {
	width:220px;
	height:245px;
	background: url("/graphics/loginbox.gif") no-repeat;
	padding:10px 15px 0 15px;
}

#right_foot {
	color: #ffffff;
	float: right;
	width:160px;
	padding-top: 25px;
}

#left_foot {
	color: #ffffff;
	float: left;
	width:270px;
	padding-top: 25px;
	padding-left:10px;
}



#clear {
	clear: both;
}






/* text styles */



a {
	color: #00498a;
	text-decoration: underline;
}
a:hover {
	color: #c50000;
	text-decoration: underline;
}

a.imedia {
	color: #ffffff;
	text-decoration: none;
}
a.imedia:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.newsy {
	color: #053661;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.newsy:hover {
	color: #053661;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

a.butn {
	color: #fff;
	background:#84d163;
	padding:7px 12px 7px 12px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

a.butn:hover {
	color: #fff;
	background:#e2383f;
	text-decoration: none;
}

.newstitle {
	color: #053661;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}


h1 {
	font-weight:bold;
	font-size:15px;
	color: #c50000;
	margin:-11px 0 26px 0;
}


p { 
	margin:12px 0 12px 0;
}

.contact td {
font-size: 10px;
text-align:right;
}






/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 175px;
padding: 0;
font-size: 12px;
color: #202629;
text-align:right;
}

* html #blueblock{ /*IE 6 only */
w\idth: 175px; /*Box model bug: 180px minus all left and right paddings for #blueblock  from the UL and LI */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
background: #ffffff;
}

#blueblock li {
margin: 0;
}

li a.blueblock {
display: block;
padding: 10px 9px 0 0;
color: #000000;
text-decoration: none;
margin-bottom: 1px;
width: 166px;
_width: 158px;
height:24px;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.blueblock:hover{
border-right: solid 8px #e2383f;
	text-decoration: none;
}


/* menu colors */

li a.green {
background: #cdecc0;
border-right: solid 8px #85d163;
}

li a.green:hover{
background: #ddf2d4;
}

li a.purple {
background: #c5c5e6;
border-right: solid 8px #7271c1;
}

li a.purple:hover{
background: #e4e4f3;
}

li a.purple2 {
background: #c5c5e6;
border-right: solid 8px #7271c1;
height: 40px;
}

li a.purple2:hover{
background: #e4e4f3;
height: 40px;
}

li a.orange {
background: #ffe4c8;
border-right: solid 8px #ff9e3c;
}

li a.orange:hover{
background: #fff0e1;
}

li a.yellow {
background: #ffefc9;
border-right: solid 8px #ffc539;
}

li a.yellow:hover{
background: #fff6e0;
}


li a.tan {
background: #e0e6d0;
border-right: solid 8px #c5d0a7;
}

li a.tan:hover{
background: #f0f2e8;
}





/* horizontal menu styles*/

#topmenu {
width: 744px;
	height:22px;
	margin: 0;
background: #c5d0a7;

}


.pipelist {
   overflow: hidden;
   font-size:10px;
 float: left;
 color: #000000;
 text-transform:  uppercase;


   }

.pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist li {
color: #000000;
	background: #cccccc;
   border-left: 1px solid #ffffff;
   float: left;
   line-height: 22px;
	padding: 0 5px 0 5px;
   white-space: nowrap;
   
   }
   
      .pipelist a {
	color: #000000;
	text-decoration: none;
   
   }

    
   
   .pipelist li.p {
	background: #504f97;
	text-decoration: none;
   
   }
   
      .pipelist li.p:hover {
	   	background: #6e6db0;
   
   }
   
     .pipelist li.greenbot {
	background: #68c046;
	text-decoration: none;
   
   }
   
      .pipelist li.greenbot:hover {
	   	background: #81d460;
   
   }

     .pipelist li.o {
	background: #ff801d;
	text-decoration: none;
   
   }
   
      .pipelist li.o:hover {
	   	background: #fea25b;
   
   }
   
       .pipelist li.y {
	background: #febe21;
	text-decoration: none;
   
   }
   
      .pipelist li.y:hover {
	   	background: #fdd267;
   
   }
   
          .pipelist li.greybot {
	background: #c5d0a7;
	text-decoration: none;
   
   }
   
      .pipelist li.greybot:hover {
	   	background: #d3dcbc;
   
   }

   

   




/* end horizontal menu styles*/







#blueblock2{
width: 175px;
padding: 0;
font-size: 12px;
color: #202629;
text-align:right;
}

* html #blueblock{ /*IE 6 only */
w\idth: 175px; /*Box model bug: 180px minus all left and right paddings for #blueblock  from the UL and LI */
}

#blueblock2 ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
background: #e1e1e1;
}

#blueblock2 li {
margin: 0;
}

li a.blueblock2 {
display: block;
padding: 10px 9px 0 0;
color: #7f7f7f;
background: #e9e8e8;
text-decoration: none;
margin-bottom: 1px;
width: 166px;
_width: 158px;
height:24px;
border-right: solid 8px #afafaf;
}

html>body li a.blueblock2 { /*Non IE6 width*/
width: auto;
}

