@charset "utf-8";

body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,th,td { margin:0; padding:0; }
a:active, a:focus { outline: 0;}/* gets rid of dots in firefox */


/**************************************MAIN-BODY*********************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	text-align:center;
}

#wrapper {
	width:900px;
	margin: auto;
	text-align:left;
}

#content{
	width:900px;
	float:left;
	background-image:url(images/bgcontent.jpg);
	background-repeat:no-repeat;
}

#header{
	background-image:url(images/header.jpg);
	width:900px;
	height:150px;
}

#top-animation {
	height: 150px;
	width: 900px;
}

#txt{
	font-size:0.8em;
	padding:0px 30px 0px 30px;
	}

#logo{ float:left; }
	
#slideshow{
	float: right;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#map {

	border: 5px solid #DFDFDF;
	width:600px;
	margin-left: 130px;
	margin-top: 15px;
	margin-bottom: 15px;
	
}
iframe  {
	

}


h1{
	font-size:1.8em;
	padding-bottom:10px;
	color: #005981;
	border-bottom:1px dashed #CCCCCC;
	margin-bottom: 10px;
}


h2{
	font-size:1.4em;
	color:#666666;
	font-weight:normal;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

p{ padding:5px 0px 5px 0px; }

ul{
	list-style-image:url(images/arrow.png);
	_list-style-image:url(images/arrow.gif);
	list-style-position:outside;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	}
a:link { color: #A03468; text-decoration:none}
a:hover { text-decoration:underline; color:#999999; }

.clearer{ clear:both; }

/**************************************NAVIGATION*********************************************/

#nav{
	width:900px;
	height:35px;
	background-image:url(images/navbar.jpg);
	background-repeat:no-repeat;
	float: left;
}

#nav ul{
	list-style:none;
	margin: 0px;
	padding: 0px;
	float: right;
	margin-right:3px;
}

#nav li{
	display:block;
	text-align:center;
	float: left;
}

#nav li a{
	
	text-decoration: none;
	color:#EAEAEA;
	font-size:0.8em;
	font-weight:bold;
	line-height:2.7em;
	background-image:url(images/nav_div.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:8px 25px 10px 25px;
	margin-top:1px;
}

#nav li a:hover, #nav li a:focus{
	color:#FFFFFF;
}

#nav li:hover, #nav li:focus{
	background-image:url(images/btn-hvr.png);
	background-repeat: no-repeat;
	background-position: left 1px;
}


/****************************************** FOOTETR *************************************************/
#footer {
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 23px;
	padding-bottom: 30px;
	width: 905px;
	margin: auto;
}

#innerFooter {
	font-size: 0.9em;
	color: #666666;
	margin-right: 240px;
	color: #3e5991;
	font-size: 0.7em;
}
#innerFooter .pipe { margin: 0 2px 0 5px; color: #009fda; font-size: 1.2em; color: #FFFFFF; border-left: #00aeef solid 1px; }
#innerFooter a { color: #3e5991; text-decoration: none; }
#innerFooter a:hover, #innerFooter a:focus { text-decoration: underline; color: #162b61; }
#innerFooter a img { border: none; float: left; margin: -12px 12px 0 0; position: relative; }
#innerFooter a.hayslogo {
	border: none;
}

/* SHARE */
.share {
	height:15px;
	width:170px;
	float:right;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0;
	margin-right: 10px;
}


/******************************************SEARCH RESULTS STYLING *************************************************/
.Micro { margin-top: 10px; border-collapse:collapse; }
#Form1 table { width: 98% !important; }
#Form1 {
}
tr.MicroHeader th {
	padding: 0 5px 3px 5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	color: #005981;
}
tr.MicroItem td { padding: 10px 5px; background: none; text-align: left; border: none; }
tr.MicroAltItem td {
	padding: 10px 5px;
	text-align: left;
	border: none;
	background-color: #C9DAE2;
}
#jobcontent { font-size: small; }
.disclaim { color: #666666; }
.Micro a { font-weight: bold; }

p.instr {
	margin-bottom: -2em;
	margin-right: 10em;
	margin-top: 5px;
}
p.title {
	color:#666666;
	font-size: 1.3em;
	padding-top: 10px;
	margin: 0;
	padding-bottom: 10px;
}

a.applylinks {
	display: -moz-inline-box;
	display: inline-block;
	clear: none;
	font-size: 0.9em;
	width: 8em;
	text-align: center;
	text-decoration: none;
	color: #5E8CA4;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	font-weight: bold;
	border: 1px dashed #CCCCCC;
	background-color: #F1F3F5;
}
a.applylinks:hover, a.applylinks:focus {
	color: #A03468;
	border: 1px dashed #CCCCCC;
	background-color: #E4E9ED;
}

