* { padding: 0; margin: 0; }

body {
  background-image:url(./../../images/horton/main-bg.jpg);
  background-color:rgb(25,25,25);
  color:#696969;
  font-family: arial, sans-serif;
  font-size:85%;
}

h1 {
  font-size:1.7em;
}

p {
  padding: 10px;
}

/* ********** Top Level Link styles ********** */

a:link, a:visited{
	font-size: 1em;
	color:rgb(4,69,137);
	background-color:transparent;
}

a:hover{
  font-size: 1em;
	color:#C41A1A;
	background-color:transparent;
}

#wrapper { 
  margin: 0 auto;
  width: 760px;
  background-color:#ffffff;
}

/* ********** Top Menu Styles ********** */
#navigation {
  float: left;
  width:760px;
	height:40px; 
	margin-right:auto;
	margin-left:auto;
	background-image:url(./../../images/horton/topMenuBg.jpg);
	background-repeat:no-repeat;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.invertedshiftdown2{
	position:relative;
	float:right;
	top:0px;
	left:0px;
	padding: 0px 0px 0px 0px;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.invertedshiftdown2 ul{
	margin:0;
	margin-left: 0px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

.invertedshiftdown2 li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;

}

.invertedshiftdown2 a:link, .invertedshiftdown2 a:visited{
	float: left;
	display: block;
	width:112px;
	line-height:2em;
	font-size: .9em;
	color: #ffffff;
	text-decoration: none;
	text-align:center;
	margin: 0px 3px 0px 0px; /*Margin between each menu item*/
	padding: 0px 0px 3px 0px; /*Padding within each menu item*/
	background-image:url(./../../images/horton/topMenuTab.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-color:transparent;
}

.invertedshiftdown2 a:hover{
	margin: 0px 3px 0px 0px; /*Margin between each menu item*/
	padding: 0px 0px 3px 0px; /*Padding within each menu item*/
	background-image:url(./../../images/horton/topMenuTab.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	color: rgb(189, 229, 253);
	font-size: .9em;
}

/* ********** Header Styles ********** */
#header {
  float: left;
  height:235px;
  width:760px;
  text-align:center;
  background-color:#ffffff;
}

/* ********** Left Column Styles ********** */
#leftcolumn { 
 color: #333;
 background: #ffffff;
 height: auto;
 width: 260px;
 float: left;
 padding:10px 10px 0px 10px;
 font-size:.9em;
}

#leftcolumn p{ 
  color: #333;
  background: transparent;
  font-size:.9em;
  padding:5px 0px;
}

#leftcolumn .newsletterSignup{ 
  width: 252px;
	height: 48px;
  color: #B30909;
  background-image:url(./../../images/horton/newspaperBg.jpg);
	background-repeat:no-repeat;
  font-size:1.2em;
  margin-top:10px;
  padding:15px 0px 0px 0px;
}

#eb_1{
	width: 252px;
	height: 100px;
	position:relative; 
	background-image:url(./../../images/horton/employment_ops.jpg);
	background-repeat:no-repeat;
	background-position: 50% 0;
  font-size:.95em;
  margin-top:20px;
}

#eb_1 p{
  position: absolute;
  left:90px;
  top:40px;
  font-size:.8em;
  background-color:#ffffff;
  padding:3px 15px ;
}

.facebook_btn {
	margin: 20px 0px 0px 10px;
}

#leftcolumn a:link, #leftcolumn a:visited{
	font-size: 1.2em;
	color:rgb(4,109,217);
	background-color:transparent;
}

#leftcolumn a:hover{
  font-size: 1.2em;
	color:#C41A1A;
	background-color:transparent;
}

#leftcolumn .img {
	display: none;
}

/* ********** Main Content Styles ********** */
#content { 
  float: left;
  color:#808080;
  background: #FFFFFF;
  height: auto;
  width: 480px;
  display: inline;
  font-size: .9em;
  margin-bottom:10px;
}

#content ul {
  margin-left:35px;
}

/* ********** Footer Styles ********** */
#footer { 
  width: 760px;
  clear: both;
  background-color:rgb(4,69,137);
	color:#D2D2D2;
	font-size:.8em;
	text-align:center;
	border-top:5px solid #FF0000;
}

#footer a:link, #footer a:visited {
  position:relative;
  background:transparent;
  color:#ffffff;
  font-size:1em;
}

#footer a:focus, #footer a:hover {
  background:transparent;
  color:#7FAAFF;
  font-size:1em;
}

#footer a:active {
  background:transparent;
  color:#ffffff;
  font-size:1em;
}


/* ********** Copyright Styles ********** */
#copy {
	width: 760px;
	margin-right:auto;
	margin-left:auto;
	background:transparent;
	font-size:.8em;
	color:#ffffff;
}

.onehalf {
  margin: 1em 0;
  float: left;
  width: 48%;
  padding: 0 .9%;
}

#copy a:link, #copy a:visited{
	font-size: 1em;
	color:#ffffff;
	background-color:transparent;
}

#copy a:hover{
  font-size: 1em;
	color:#ffffff;
	background-color:transparent;
	text-decoration:none;
}

/* ******************* Text Alignment *********************** */
.center {
text-align:center;
}

.left {
	text-align:left; 
}

.right {
	text-align:right; 
}

.clear {
	clear:both;	
}

/* ******************* Image Styles *********************** */
.img {
  border:none;
}

/* ******************* Colour Styles *********************** */

.blue {
  color:rgb(4,69,137);
}

.red {
  color:#FF0000;
}

/* ******************* Padding and Margin Styles *********************** */
.padding10right {
  padding-right:10px;
}










/* ******************* Lightbox styles *********************** */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(./../../images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(./../../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(./../../images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

div.jobsBar {
 width:95%;
 margin: 10px 0px 10px 0px;
 padding:5px;
 color:#fff;
 background:rgb(4,69,137);       
}

div.odd {
 width:95%;
 margin: 0px;
 padding:5px;
 color:rgb(4,69,137);
 background:rgb(204,221,255);       
}

div.even {
 width:95%;
 margin: 0px;
 padding:5px;
 color:rgb(4,69,137);
 background:#ffffff;       
}
	
