#wrapper {
	text-align: left;
	height:600px;
	width: 878px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	border: none;}

#divHeaderResource {
	background-image: url(../images/bg_top_resources.jpg);
	background-repeat: no-repeat;
	height: 209px;
	width: 878px;}

#divHeaderJuneau {
	background-image: url(../images/bg_top_juneau.jpg);
	background-repeat: no-repeat;
	height: 209px;
	width: 878px;}

#divHeaderCommit {
	background-image: url(../images/bg_top_capital.jpg);
	background-repeat: no-repeat;
	height: 209px;
	width: 878px;}

#subNav, #subNav ul {     
	padding: 0;     
	margin: 0;     
	list-style: none; 
} 
	
#subNav a {     
	display: block;     
	width: 10em; 
} 
#subNav li {
     float: left;     
	 width: 10em; 
}
#subNav li ul {
     position: absolute;
	 width: 10em;     
	 left: -999em; 
} 
#subNav li:hover ul {
     left: 20px; 
}
#subNav li:hover ul, #subNav li.sfHover ul {
     left: 20px; 
}

/* common styling */
/*#subNav {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif; 
	letter-spacing: 0.07em; 
	width:750px; 
	position:relative; 
	top: 84px; 
	margin:0; 
	left: 428px; 
	font-size:11px; 
	z-index:100;}

#subNav ul li a, #subNav ul li a:visited {
	display:block; 
	text-decoration:none; 
	font-size:11px;}

#subNav ul {
	padding:0; 
	margin:0;
	list-style-type: none;}

#subNav ul li {
	float:left; 
	margin-right:1px; 
	position:relative;}

#subNav ul li ul {
	float:none; 
	display: none; 
	margin-left:29px;
	line-height:1.8;}*/

/* specific to non IE browsers */
/*#subNav ul li:hover ul {
	display:block; 
	top:15px; 
	max-width:135px;}
	
#subNav ul li:hover ul li a, #subNav ul li.sfhover ul li a { 
	display:block;}
	
#subNav ul li:hover ul li a:hover {
	font-weight: bold; 
	letter-spacing: 0em;}*/
		
#resources {
	background-image: url(../images/btn_resources.gif);
	background-repeat: no-repeat;
	position: relative;
	left:0px;}

#resources:hover {
	background-image: url(../images/btn_resources_on.gif);}

#juneau {
	background-image: url(../images/btn_juneau.gif);
	background-repeat: no-repeat;
	position: relative;
	left:0px;}

#juneau:hover {
	background-image: url(../images/btn_juneau_on.gif);}


#commitment {
	background-image: url(../images/btn_commitment.gif);
	background-repeat: no-repeat;
	position: relative;
	left:0px;}

#commitment:hover {
	background-image: url(../images/btn_commitment_on.gif);}

#divMaincontent {
	background-image: url(../images/bg_bottom.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: 878px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	letter-spacing: 0.02em;
	font-size:12px;
	background-color: #D5F3FE;
}
body {
	margin-top: 0px;
}
#wrapper #divMaincontent .caps {
	text-transform: uppercase;
	color: #053142;
	font-size: 9px;
	text-align: center;
	padding-right: 70px;
}
.mac #wrapper #divMaincontent .caps {
	font-size: 8px;
	padding-right: 50px;
}