body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
}
body {
	/*background-color: #69b828;*/ /* #001E4C - logo dark blue, #69b828 - logo green*/
	background-image: url(../images/bkg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
	border:none;
}
form {
	display:inline;
}

cite{
	display: block;
	font-style:normal;
	font-size: 10px;
}
hr {
	border: 0;
	color: #000000;
	background-color: #000000;
	height: 1px;
	width: 80%;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
}

a, a:visited {
	color:#243748;
}
h1 {
	font-size:24px;
	color:#ffffff;

}
p {
	line-height:1.7em;
	padding-right:10px;
}

/* footer*/
div.footer {
	color:#999999;
	font-size:10px;	
}
div.footer a:link {
	color:#999999;
	text-decoration:none;
}
div.footer a:visited {
	color:#999999;
	text-decoration:none;
}
div.footer a:hover {
	color:#999999;
	text-decoration:underline;
}
div.footer a:active {
	color:#999999;
	text-decoration:none;
}

/* main navigation */
.nav {
	background:url(../images/nav-bgd.gif) top repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-left:216px;
	color:#FFFFFF;
}
.nav a:link, .nav a:visited, .nav a:active {
	color:#FFFFFF;
	text-decoration:none;
}
.nav a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}


/* Sub Menu */
ul.menu {
	list-style: none;
	padding:0;
	margin: 0 0 0 18px;
}
ul.menu li {
	background-image: url(../images/sub-nav-bgd.gif);
	background-repeat: no-repeat;
	display: block;
	width: 180px;
	height: 40px;
	line-height:40px;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 10px;
	text-indent: 10px;
}
ul.menu li:hover, ul.menu li.highlight {
	background-image: url(../images/sub-nav-bgd-over.gif);
}
ul.menu a, ul.menu a:visited, ul.menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration:none;
	text-indent: 10px;
}


/* Directions page */
div.addresses {
	display: block;
}

div.addresses p {
	display: block;
	width: 25em;
	float: left;
	_margin: .7em 0;
}

div#gmaps {
	display: block;
	height: 400px;
	margin-right: 20px;
}
div#directions {
	width: 33%;
	height: 100%;
	float: left;
	overflow:auto;
}
div#map_canvas {
	float: right;
	height: 100%;
	width: 65%;
}
.usability {
	color: #666666;
}
input#textfield {
	margin-top: .25em;
}


/* Career form */
.hide {
	display: none;
}
div#errMsg, noscript {
	font-weight: bold;
	color:#FF0000;
	font-size: 12px;
	text-align:center;
}
input.error {
	border: 1px solid #FF0000;
	background-color: #FFFFDD;
}
