/***************STRUCTURE***************************/
/*Reset*/
* {
	margin:0;
	padding:0;
	font-size: 11px;
}

body {
	background-color:#D6F0F5;
	min-width:800px; 
}
/* Absolute positioned header for all browsers*/
#header-wrapper {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:6em;
}
/* Reset header position to fixed for real browsers such as Firefox*/
body>#header-wrapper {
	position:fixed;
}

#header {
	height:6em;
	width:800px;
	margin:0 auto;
}

#content-wrapper {
    voice-family: "\"}\""; 
	voice-family:inherit;
	top:150px;
}

body>#content-wrapper {
	margin-left:0;
}

#content {
	top:150px;
	width:800px;
	padding-top:175px;
	padding-bottom:60px;
	margin:0 auto;
}

/*bullets */
ul{
	list-style-image:url(images/blt.jpg);
	width:500px;
	left:315px;
	padding:0 20 100 0px;
	margin-top:6px;
	margin-bottom:20px;
	margin-left:72px;
}

li{
	width:500px;
	left:315px;
	margin-bottom:4px;
}

/* footer */
#footer-wrapper {
	width:100%;
	position:absolute;
	bottom:0;
	padding:10 0 100 0px;
	left:312px;
	height:30px;
}

body>#footer-wrapper {
	position:fixed;
}

#footer {
	width:800px;
	height:60px;
	left:312px;
	padding:5 5 0 0px;
}

/*Global navigation*/
#sitenav {
	position:fixed;
	top:124px;
	left:312px;
	width:780px;
	height:2em;
	}
	
#sitenav ul {
	float:left;
	width:100%;
	list-style-type:none;
	}
	
#sitenav li {
	display:inline;
	float:left;
	width:800px;
	}
	
#sitenav a {
	padding:3px 3px 8px 3px;
	margin-left:6px;
	margin-right:4px;
	color:#1a1a1a;
	text-decoration:none;
	display:block;
	float:left;
	width:auto;
	font:bolder 1em/100% Verdana, sans-serif;
	letter-spacing:1px;
	}
	
#sitenav a:hover {
	border-bottom:1px solid #fff;
	}

#sitenav a:active {
	background:#003a73;
	color:#fff;
	}
	
/*heading bars */
.hdgbar{
	width: 430px;
	height: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:8px;
	padding-right:0px;
	margin-bottom:8px;
}

/*images */
.imgsrc{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:8px;
	padding-right:0px;
	margin-top:10px;
	margin-bottom:8px;
}
