@charset "UTF-8";
/* CSS Document */

body {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#005599;
}

img{
	border:none;
	}

#container{
	margin:auto;
	position:relative;
	padding:10px;
	overflow:auto;
	width:900px;
	height:810px;
	background-image:url(../images/background.png);
	background-repeat:no-repeat;
}

#masthead {
	position:absolute;
	left:12px;
	top:12px;
	width:874px;
	height:103px;
	background-image:url(../images/box.png);
}

#logo {
position:absolute;
left:1px;
top:1px;
width:100px;
height:100px;
}

#navbar {position:absolute;
		margin-top:78px;
		margin-left:110px;	}

#navbar ul {
	list-style:none;
	display:inline;
	}

#navbar li {
	float:left;
	}

#hours {
	position:absolute;
	height:30px;
	width:150px;
	right:0px;
	top:10px;
	font-size:1em;
	line-height:1.5em;
	color:#002D52;
	}	
	
#mainbox {
position:absolute;
left:12px;
top:129px;
width:874px;
height:682px;
background-image:url(../images/box.png);
overflow:visible;
}

#title{
	margin-left:35px;	}

#occupational{margin-left:-15px;
				width:700px;}
				
#spanish{
	width:650px;
	margin-left:150px;
	text-align:center;
	color:#000033;
	font-weight:bold;
	}

ul{ list-style:none;}

h1{color:#002D52; line-height:-.5em;}
h2{color:#002D52;}
h3{color:#002D52; text-align:center; margin-left:120px;}


#footer{
	position:absolute;
	bottom:0px;
	right:30px;	}

