/* CSS Document */





p {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #112069;
	}

.bold {
	font-weight: bold;
	color: #9f4590;	
	}
	
a:link {
	color:#9f4590;
	font-weight:bold;
	text-decoration: none;
}


a:visited {
	color: #c79cc4;
	text-decoration: none;
	font-weight:bold;

}
	
	
/* -------- Page Layout Divs -----------*/

#container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 800px;
}

#banner {
	position:absolute;
	left:auto;
	height:33px;
}

#quotes {
	position:absolute;
	left:auto;
	top:160px;
	width:800px;
	height:20px;
}

#water {
	position:absolute;
	left:auto;
	top:180px;
}

#linkNavHome {
	position:absolute;
	left:auto;
	top:305px;
	height:32px;
	width:800px;	
}

#main {
	position:absolute;
	left:auto;
	top:338px;
	width:800px;
}

.left {
position:absolute;
 left:auto;
width:200px;
	margin-top: 10px;
	padding-left:20px;
}

.left a:link {
	color:#112069;
	text-decoration: none;
	font-weight: normal;
}
.left a:hover {
	color: #9f4590;
	text-decoration: underline;
	font-weight: normal;
}

.left a:visited {
	color: #112069;
	text-decoration: none;
	font-weight: normal;
}

.middle {
	position:absolute;
	left: 220px;
	width:250px;
	height: 280px;
	background-image:url(../images/dots.gif);
	background-repeat:repeat-y;
	padding : 0px 30px 0px 30px;
	margin-top: 10px;
}

.right {
position:absolute;
left: 510px;
width:250px;
	height: 280px;
    background-image:url(../images/dots.gif);
	background-repeat:repeat-y;
	padding : 0px 30px 0px 30px;
	margin-top: 10px;
}

/* -------- Nav -----------*/

#menu { width:800px; height:32px; float: left; }

#menu ul {list-style:none; margin:0px; padding:0px;}

#menu li  {display: inline; width: 100px; height:32px; float: left;}

#menu a {width: 100px; height:32px; display:block;}

#menu li.list1 {
	background-image: url(../images/home.gif); background-repeat: no-repeat; background-position: 0 0; width: 220px; height: 32px;}

#menu li.list2 {
	background-image: url(../images/about.gif); background-position: 0 0; background-repeat: no-repeat; width: 136px; height: 32px;}

#menu li.list3 {
	background-image: url(../images/career.gif); background-repeat: no-repeat; background-position: 0 0; width: 148px; height: 32px;}

#menu li.list4 {
	background-image: url(../images/location.gif); background-repeat: no-repeat; background-position: 0 0; width: 152px; height: 32px;}

#menu li.list5 {
	background-image: url(../images/links.gif); background-repeat: no-repeat; background-position: 0 0; width: 144px; height: 32px;}

#menu a#item1 {
	background-image: url(../images/home.gif); background-repeat: no-repeat; background-position: 0 0; width: 220px; height: 32px;}

#menu a#item2 {
	background-image: url(../images/about.gif); background-repeat: no-repeat; background-position: 0 0; width: 136px; height: 32px;}
	
#menu a#item3 {
	background-image: url(../images/career.gif); background-repeat: no-repeat; background-position: 0 0; width: 148px; height: 32px;}

#menu a#item4 {
	background-image: url(../images/location.gif); background-repeat: no-repeat; background-position: 0 0; width: 152px; height: 32px;}
	
#menu a#item5 {
	background-image: url(../images/links.gif); background-repeat: no-repeat; background-position: 0 0; width: 144px; height: 32px;}

#menu a#item1:hover {
	background-image: url(../images/home_up.gif); background-repeat: no-repeat; background-position: 0 0; width: 220px; height: 32px;}
	
#menu a#item2:hover {
	background-image: url(../images/about_up.gif); background-repeat: no-repeat; background-position: 0 0; width: 136px; height: 32px;}

#menu a#item3:hover {
	background-image: url(../images/career_up.gif); background-repeat: no-repeat; background-position: 0 0; width: 148px; height: 32px; }

#menu a#item4:hover {
	background-image: url(../images/location_up.gif); background-repeat: no-repeat; background-position: 0 0; width: 152px; height: 32px;}

#menu a#item5:hover {
	background-image: url(../images/links_up.gif); background-repeat: no-repeat; background-position: 0 0; width: 144px; height: 32px;}



span {display:none;}



