body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:20px;
}
a {
	font-weight: bold;
	font-variant:small-caps;
	background-color:#efefef;
	padding:3px;
	margin:1px;
	
}
a:link {
	color: #033B75;
}
a:visited {
	color: #033B75;
}
a:hover {
	color: #1A7BD9;
}
a:active {
	color: #033B75;
}

img {
	border:8px solid #efefef; 
	margin:10px;
}



/*

structure

*/

img#logo {
	float:left;
}
img#applyNow {
	float:right;
	margin-right:200px;
}
div#header {
	width:auto; 
	height:160px; 
	background-image:url('../images/hbg.jpg'); 
	border-top:10px solid #033b75;
}
div#header img {
	border:0;
	margin:0;
}
div#container {
	width:800px; 
	padding:10px;
}
div#navigation {
	width:800px;
	height:53px;
	background:url('../images/navigation.jpg');
}
p#copyright {
	font-size: 10px;
	color: #333333;
}


/*

navigation

*/

ul#navigation {
	width:800px;
	height:53px;
	margin:0;
	padding:0;
	background: url('../images/navigationMulti.jpg');
	position:relative;
}
ul#navigation li {
    margin: 0; 
	padding: 0; 
	list-style: none;
    position: absolute; 
	top: 0;
	text-indent:-9999px;
}
ul#navigation li, ul#navigation a {
    height: 53px; 
	display: block;
	border:0;
	background:none;
	padding:0;
}



li#home {
	left:0;
	width:60px;
}
li#employmentApplication {
	left:61px;
	width:180px;
}
li#howWeWork {
	left:242px;
	width:124px;
}



li#home a:hover {
    background: transparent url('../images/navigationMulti.jpg')
    0 -53px no-repeat;
}
li#employmentApplication a:hover {
    background: transparent url('../images/navigationMulti.jpg')
    -61px -53px no-repeat;
}
li#howWeWork a:hover {
    background: transparent url('../images/navigationMulti.jpg')
    -242px -53px no-repeat;
}



li#home a:active {
    background: transparent url('../images/navigationMulti.jpg')
    0 -106px no-repeat;
}
li#employmentApplication a:active {
    background: transparent url('../images/navigationMulti.jpg')
    -61px -106px no-repeat;
}
li#howWeWork a:active {
    background: transparent url('../images/navigationMulti.jpg')
    -242px -106px no-repeat;
}