/* CSS Document */

html{
background:#e1d9cf url(Images/bg_fencing.jpg) repeat-x fixed bottom; text-align:center; height:100%;font-family: "Univers 55", Verdana, serif; font-size:12px;behavior: url("csshover3.htc")
}
#container{
width:800px; height:100%; text-align:left; margin:auto; padding:auto; min-height:600px; 
}

#header{
background:#00248f; text-align:right; width:100%; position:relative
}

#menu{
width:800px; position:absolute;background-color:#00248f; z-index:6
}

#content{
width:100%; height:100%; padding-top:30px;~padding-top:35px; min-height:340px;~min-height:300px; background:#FFFFFF;overflow:hidden 
}

#contentLeft{
background:#FFF;  width:390px;  padding:10px; float:left; height:100%;min-height:300px; padding-top:20px
}

#contentRight{
background:#FFF; width:390px;padding-bottom:20px; float:right; height:100%;min-height:300px; padding-top:20px
}

#footer{
font-family: "Univers 55", Verdana, serif;font-size:10px; color:#000; background:url(Images/footer_bg.png) no-repeat; width:800px; 
height:95px; text-align:center
}

h1,h2,h3{
font-family:Arial, Helvetica, sans-serif; font-size:14px
}

hr{
color:#00248f
}

img{
border:none
}

.imgLeft{
float:left; padding-top:10px
}

.imgRight{
float:right; padding-top:10px
}

.RightImage{
padding-top:5px; margin-left:25px
}

a{
color:#000
}

.byline{
font-style:italic; font-size:10px; margin:0; margin-top:-15px; margin-bottom:-15px
}

/*Menu items*/

#menu ul {
	margin: 0; padding: 0; list-style: none; width: 100%; 
}

#menu ul li {
	position: relative; font-size:12px; float:left; 
	}
	
#menu li ul {
	position: absolute;left: 0px;top: 36px;display: none; border:0; z-index:2;  background:#FFFFFF; padding:5px;  padding-left:0px;
	width:100px}
	
#menu ul li a {
	display: block; text-decoration: none; color: #FFF;padding:0;
}
#menu ul li a:hover{
color:#FFFFFF
}
#menu ul li ul a {
color: #000; border-bottom:#999999 solid 1px; padding-bottom:2px; font-size:11px; padding-right:4px
}
#menu ul li ul a:hover {
color: #5577dd;
}

#menu li:hover ul { display: block; }

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */


