/* CSS Document */

html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

body {
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #000000;
	font-size:small;
}

img { 
	border:none;
	}

p {
	font-size:85%;
	}
a { color:#000;}

#contents {
	position: absolute;
	top: 0;
    left: 0;
	
	min-width:750px;
    /* IE Dynamic Expression to set the width */
    width:expression(document.body.clientWidth < 750 ? "750px" : "100%" );

/*  Use the following to center this at 50% width, or this for 750px: width: 700px, margin-left: -350px: */
/*
	left: 50%;
    width: 50%;
    margin-left: -25%;
*/
}

#footer {
	position: absolute;
	bottom: 0;
	background-color:#1a3b5b;
	left: 0px;
	height: 40px;	
	width: 70%; /* See note below */
	padding: 5px 30% 0px 0px;
}

/* SBMH -- see http://css-discuss.incutio.com/?page=BoxModelHack 
 * Stupid hack lets IE see 100%, others see 70%. 
 */
#footer {
    \width: 100%;
    w\idth: 70%;
}

#main {
	margin-bottom: 5em;
	height: auto;
}

                    
#logo {
	position:absolute;
	left:33px;
	top:22px;
	height:50px;
	z-index:1;
	
	}
#logoname {
	position:absolute;
	right:10px;
	top:0px;
	height:40px;
	text-align:right;
	z-index:2;
	
	}
	

.hptopmenu {
	text-decoration:none;
	font-size:x-small;
	color:#000000;
	}

.hptopmenu A:link { text-decoration: none}
.hptopmenu A:visited {text-decoration: none}
.hptopmenu A:active {text-decoration: none}
.hptopmenu A:hover {text-decoration: underline; color: red;}

.bottommenu {
	float:left;
	margin-left:20px;
	color:#ffffff;
	font-size:70%;
	line-height:18px;
	}
.bottommenu A { 
	color:#ffffff; 
	text-decoration:none 
	}
	
.header {
	height: 102px;
	background-color:#122b49;
	background-image:url(../images/pigeon.jpg);
	background-repeat: no-repeat;
	background-position:right top; 
	}
#main .underheader { 
	height: 5px;
	background-color: #99bfe4;
	background-image:url(../images/underheaderback.jpg);
	background-position:right;
	background-repeat:no-repeat;
	font-size:1px;
	padding:0px;
	width:100%;
	}
#rootnav {
	position:absolute;
	left:3px;
	top:14px;
	widht:11px; 
	}
img.rootimage {
	margin-bottom:6px;
	}
#foothp {
	clear: both;
	}

#topmenu {
	position:absolute;
	top: 76px;
	left:15%;

	}
.topmenudeactive {
	background-image:url(../images/topmenudeactiveback.jpg);
	background-repeat:repeat-x;
	float:left;
	height:24px;
	padding: 5px 12px 0px;
	margin-left:2px;
	
	}
.topmenuactive {
	background-image:url(../images/topmenuactiveback.jpg);
	background-repeat:repeat-x;
	float:left;
	height:24px;
	padding: 5px 12px 0px;
	margin-left:2px;
		
	}
.topmenudeactive a {
	color:#FFFFFF;
	font-size:75%;
	font-weight:bolder;
	text-decoration:none;
	margin: 0px;
	padding:0px;
	}
.topmenuactive a {
	color:#1a3b5b;
	font-size:75%;
	font-weight:bolder;
	text-decoration:none;
	margin: 0px;
	padding:0px;
	}

.daysname { 
	font-weight: bold;
	color:#666666;
	padding-bottom:10px;
	}
.days {
	padding: 2px;
	color:#a4a4a4;
	}
.days a {
	color: #a4a4a4;
	text-decoration:underline;
	
	}
hr {
	visibility: hidden;
	margin:0px;
	padding:0px;
	height:0px;
}

.otherheader { 
	color: #1a3b5b;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	margin-top: 20px 
	}
a.hpnewslist { 
	color: #1a3b5b;
	text-decoration:underline;
	font-size:x-small;
	font-weight:bold;
	}
ul {
	margin: 0px;
	padding:0px 4px;
	list-style-position: inside;
	list-style-type: disc;
	color: #1a3b5b;
	}
li { 
	margin: 0px;
	}
.dotted {
	height:2px;
	border:none;
	border-top:2px dotted #999999;
	text-align:left;
	visibility:visible;
	}
	
h1 {
	font-size:36px;
	margin-top:0px;
	color: #1a3b5b;
	}
h3 { 
	color: #1a3b5b;
	}
font.requiredfield, font.errormessage {
color: red;
}
