@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/bg-body.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	background-color:#4c6495;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
a {
	outline: none; /* to keep post-click outlines from showing up in some browsers */
}
a:link {
	color:#000099;
}
a:visited {
	color:#000099;
}
a:active {
	color:#0000FF;
}
a:hover {
	color:#0000FF;
}


table td {text-align:left;}

/*hold the contents to a fixed width*/
#container {
	width:790px;
	padding:0;
	margin:0 auto;
}

#banner {
	margin:0;
	padding:0;
}
/*Make the banner H1 text above appear as an image*/
#banner h1 {
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	height:94px;
	width:299px;
	font-size:2px;
	text-indent:-8000px;
	margin:0;
	padding:0;
	float:left;
}
/*Make the banner H1 link cover the entire image*/
#banner h1 a {
	display: block;
	height:100%;
	width: 100%;
}
/*Code to place it where it was on the old site. Currently hidden.*/
#banner #phonehome {
	color:#FFFFFF;
	margin:0;
	float:right;
	margin:42px 16px 0 0;
	display:none;
}

#navbar {
	clear:both;
	height:31px;
	margin:0;
	padding:0;
}

/*Create the text navbar*/
#navbar2 {
	background-image: url(images/bg-nav2.gif);
	background-repeat:no-repeat;
	height:26px;
	font-size:11px;
	line-height:13px;
	padding-left: 19px;
	padding-top:12px;
	margin:0;
}

#navbar2 a:link {
	text-decoration:none
}

#navbar2 a:visited {
	text-decoration:none
}
#navbar2 a:active {
	text-decoration:underline
}

#navbar2 a:hover {
	text-decoration:underline
}

#paper {
	background-image:url(images/bg-paper.gif);
	background-repeat:repeat-y;
	width:790px;
	margin:0;
	padding:0;
}

#main {
	margin:0;
	background-image:url(images/bg-main.gif);
	background-repeat:no-repeat;
}

H3 {margin: 0 0 15px 0; 
	padding: 0;
	color:#0e2044;
	font-size:18px}
	
H4 {margin: 0 0 15px 0; 
	padding 0;
	color:#1b325e;
	font-size:14px
	}
	
H5 {margin: 25px 0 0 0;
	font-size:10px;
	color:#22345b;
	letter-spacing: 2px;
	background-color:#D0D0D0;
	}


#left {
	width:270px;
	float:left;
	display:inline; /* so IE doesn't double the right margin, if any is ever set */
	}

.leftcaption {
	font-size:17px;
	line-height:1.5;
	color:#828BA2
	}

#right {
	margin-left: 295px;
}

#right #mininav {
	font-size:11px;
	display:block;
	margin:10px 0;
}

#right #mininav a:link {
	color:#004cee
}

#right #mininav a:visited {
	color:#7480a0
}

#right #mininav a:active {
	color:#004cee
}

#right #mininav a:hover {
	color:#ffcc00;
}

#right p {
	line-height:1.5;
 	}

#footer {
	height:42px;
	background-image:url(images/bg-footer.gif);
	background-repeat:no-repeat;
	text-align:right;
	padding:10px 5px 0 0;
}
#footer p {
	font-size:10px;
	color:#a6b2ca;
}
.noshow {
	display:none
}
/*  ------------ G R A P H I C  N A V B A R  R U L E S--------------- */
/*  ----------------------------------------------------------------- */

#nav {
	padding:0 0 0 5px ;
	list-style: none;
	display:block;
	margin: 0;
}
#nav li {
	float: left;
	height: 31px;
	margin:0;
	padding:0;
}
#nav li a {
	float: left;
	margin:0;
	padding:0;
	text-indent:-8000px;
	height:100%;
	text-decoration: none;
}
/*  ----------------------------------------------------------------- */
#nav1 a:link, #nav1 a:visited {
	background:url(images/nav/nav1.gif) no-repeat left top;
	width:62px;
}
#nav1 a:hover, a:active {
	background-position: left bottom;
}
/*  ----------------------------------------------------------------- */
#nav2 a:link, #nav2 a:visited {
	background:url(images/nav/nav2.gif) no-repeat left top;
	width:144px;
}
#nav2 a:hover, a:active {
	background-position: left bottom;
}
/*  ----------------------------------------------------------------- */
#nav3 a:link, #nav3 a:visited {
	background:url(images/nav/nav3.gif) no-repeat left top;
	width:151px;
}
#nav3 a:hover, a:active {
	background-position: left bottom;
}
/*  ----------------------------------------------------------------- */
#nav4 a:link, #nav4 a:visited {
	background:url(images/nav/nav4.gif) no-repeat left top;
	width:187px;
}
#nav4 a:hover, a:active {
	background-position: left bottom;
}
/*  ----------------------------------------------------------------- */
#nav5 a:link, #nav5 a:visited {
	background:url(images/nav/nav5.gif) no-repeat left top;
	width:82px;
}
#nav5 a:hover, a:active {
	background-position: left bottom;
}/*  ----------------------------------------------------------------- */
#nav6 a:link, #nav6 a:visited {
	background:url(images/nav/nav6.gif) no-repeat left top;
	width:73px;
}
#nav6 a:hover, a:active {
	background-position: left bottom;
}
/*  ----------------------------------------------------------------- */
#nav7 a:link, #nav7 a:visited {
	background:url(images/nav/nav7.gif) no-repeat left top;
	width:81px;
}
#nav7 a:hover, a:active {
	background-position: left bottom;
}
/*  ----------------------------------------------------------------- */	




/*  ------------ C L E A R F I X  W O R K A R O U N D --------------- */
/*  ----------------------------------------------------------------- */
/*  ---See http://www.positioniseverything.net/easyclearing.html) ----*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */


/*------------------- B U T T O N   L I N K S-------------------*/

.buttonlinks a {
text-decoration:none;
font-weight:bold;
border:3px solid;
padding:2px;
border-color:#6cf #2af #2af #6cf;
background:#9df;
}
.buttonlinks a:hover {
border-color: #2af #6cf #6cf #2af;
}


#availablejobs h3 {color:red}
