/* Main Stuff */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #d1d1d2;
	margin: 0;
	padding: 0;
	line-height: 18px;
}

#container {
	width: 802px;
	margin: 0 auto;
	font-size: 80%;
}

hr {
	border: 0;
	color: #CCC;
	background-color: #CCC;
	height: 1px;
	width: 100%;
	margin: 15px 0;	
	text-align: left;
}

.topTable {
	background-image: url(images/contractors-line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 168px;
}

/* MENU STUFF */

#navigation td {
	background-image: url(images/nav-bg.gif);
	background-position: bottom;
	border-right: 1px solid #646463;
	text-align: center;
}

#navigation td:hover {
background-position: -17px 0;
}

#navigation a,
#navigation a:link,
#navigation a:visited,
#navigation a:active {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#navigation a:hover {
	text-decoration: underline;
}

/* Body Content Stuff */

#body-content {
	background-color: #FFF;
	padding: 15px 15px 40px 15px;
	margin: 0;
}

#body-content a,
#body-content a:link,
#body-content a:visited,
#body-content a:active {
	color: #1b1464;
}

#body-content a:hover {
	text-decoration: none;
}

#body-content img {
	border: 1px solid #999;
}	

.no_border {
	border: none !important;
}

.header {
	color: #1b1464;
	font-weight: bold;
	font-size: 18px;
}

.our-mission {
	background-color: #edecf4;
	color: #464646;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	padding: 15px;
}

.front-page-sidebar {
	background-color: #edecf4;	
	width: 166px;
	padding: 10px;
}

#footer {
	margin: 10px 0;
	font-size: 90%;
	color: #666;
}

.fps-text {
	color: #464646;
	font-weight: bold;
	font-size: 110%;
	line-height: 20px;
}

/* Bubble Styles */
#tooltip {
    padding: 3px;
    background: #f9f9f9;
    border: 2px solid #eee;
    text-align: left;
    font-size: smaller;
}

span.tip {
    border-bottom: 1px solid #eee;
}

.areaSelected {
	background-image: url(images/rolled.jpg) !important;
	color: #FFFF33 !important;
}
.areaSelected a {
	color: #FFFF33 !important;
}
