@charset "utf-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset{
margin: 0;
padding: 0;
border: 0;
}


body  {

	margin: 0;
  	padding: 0;
	background-image:url(images/backgrounds/index.jpg);
	background-repeat: no-repeat;
/*	background-image: url(images/bodypixel.jpg); 	
	background-repeat: repeat;  */
/*	background-color: #FBD985; */
  	background-position: 50% 0%;
  	text-align: center;											/*  centres a fixed width layout in other browsers  */
  	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px; 									
  	height: 100%;
}

img {

	 border-style: none;										/*  removes blue borders from all link images */
}


#container {

	background-color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: 800px;
	text-align: left;											/*  page content is aligned left despite body being centred */
}

#banner {

	float: left;
	width: 100%;
	height: 240px;
	background-color:#FFFFFF;
	
}

#content {

	margin-top: -20px;
	
}

h1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-top: 15px;

}

h2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding-top: 15px;

}

h3 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-top: 0px;

}

h4 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-top: 15px;

}

.blueheading 	{ color: #3d5488;}
.blackheading 	{ color: #000000;}
.whiteheading   { color: #FFFFFF;}

.whiteparagraph { color: #ffffff}
.blueparagraph { color: #3d5488;}
.blackparagraph { color: #000000;}

.whiteboldp 	{ color: #ffffff; font-weight: bold;}
.blueboldp 		{ color: #3d5488; font-weight: bold;}
.blackboldp 	{ color: #000000; font-weight: bold;}

.bluesmallp 	{ color: #3d5488; font-size: 9px;}
.blacksmallp	{ color: #000000; font-size: 9px;}
.graysmallp 	{ color: #666666; font-size: 9px;}


table a:link { text-decoration: none; font-weight: bold; color: #3d5488; }
table a:visited { text-decoration: none; font-weight: bold; color: #3d5488; }
table a:active { text-decoration: none; font-weight: bold; color: #3d5488; }
table a:hover { text-decoration: none; font-weight: bold; color:#CC3333; }

#title {
	padding-left: 200px;
	width: 600px;
	height: 30px;
	
}

#title h1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-top: 20px;

}

#columnone {

	float: left;
	width: 25%;
	background-color: #FFFFFF;
	margin-top: -49px;
	
}

#sidemenubox {

	margin: 55px 0px 0px 20px;
	line-height: 15px;
}

ul {

	list-style-type: none;
	padding-left: 10px;
	padding-bottom: 10px;

}
		
#sidemenu li {

	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 10px;
	
}


#sidemenu a:link { text-decoration: none;  color: #FFFFFF; font-size: 11px; font-weight: bold;}
#sidemenu a:visited { text-decoration: none; color: #FFFFFF; font-size: 11px; font-weight: bold;}
#sidemenu a:active { text-decoration: none;  color: #FFFFFF; font-size: 11px; font-weight: bold;}
#sidemenu a:hover { text-decoration: none; color: #8796b5; font-size: 11px; font-weight: bold;}


#infoboxone {

	margin: 18px 0px 18px 20px;

}
	
#infoboxone p {

	font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px; 
	padding-left: 10px;
	padding-top: 10px;
	
}

#infoboxone h1, h2, h3, h4 {

	padding-left: 10px;

}

ul {

	list-style-type: none;
	padding-left: 10px;
	padding-bottom: 10px;

}
		
#infoboxone li {

	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 8px;
	
}

#sectionlink a:link { text-decoration: none;  color: #3d5488; font-size: 12px; font-weight: bold;}
#sectionlink a:visited { text-decoration: none; color: #3d5488; font-size: 12px; font-weight: bold;}
#sectionlink a:active { text-decoration: none;  color: #3d5488; font-size: 12px; font-weight: bold;}
#sectionlink a:hover { text-decoration: none; color: #FFFFFF; font-size: 12px; font-weight: bold;}

#infoboxone a:link { text-decoration: none;  color: #FFFFFF; font-size: 11px; font-weight: bold;}
#infoboxone a:visited { text-decoration: none; color: #FFFFFF; font-size: 11px; font-weight: bold;}
#infoboxone a:active { text-decoration: none;  color: #FFFFFF; font-size: 11px; font-weight: bold;}
#infoboxone a:hover { text-decoration: none; color: #3d5488; font-size: 11px; font-weight: bold;}


#columntwo {

	float: left;
	width: 40%;
	background-color: #FFFFFF;
	margin-top: 5px;
	
}

#title {

	width: 550px;
	margin-right: -280px;	
}

#title h1 {

	padding-top: 5px;
	
}

#columntwo p {

	width: 325px;
	text-align: left;									
  	font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px; 
	margin: 0px 0px 0px 0px;
	
}

#columntwo p + h1, h2, h3, h4 {

	margin-top: 15px;
	
}

#columntwo h1, h2, h3, h4 {

	padding-top: 5px;
	
}

#columntwowide {

	float: left;
	width: 75%;
	background-color: #FFFFFF;
	
}

#columntwowide p {

	width: 550px;
	text-align: left;									
  	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px; 
	margin: 15px 0px 0px 0px;
	
}

#columntwowide h1, h2, h3, h4 {

	padding-top: 5px;
	
}

#columntwo ul {

	list-style-type: none;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-left: 0px;

}

#columntwo li {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3d5488;
	list-style-type: none;
	background-image: url(images/blue-bullet.gif);
	background-position: 0% 12px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 10px;
	text-align: left;

}


#columnthree {

	float: right;
	width: 32%;
	background-color: #FFFFFF;
	
}

#infoboxtwo {

	margin: 8px 0px 0px 17px;
	
}

#infoboxtwo p {

	margin-top: 6px; 
	margin-left: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
    font-size: 11px; 

	
}

#infoboxtwo h1, h2, h3, h4 {

	padding-top: 5px;
	
}

#infoboxthree {

	margin: 18px 0px 0px 17px;
	
}

#infoboxthree p {

	margin-top: 6px; 
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px; 

	
}

#infoboxthree h1, h2, h3, h4 {

	padding-top: 5px;
	
}

#footer {
	width: 100%;
	height: 25px;
	margin-top: 2px;
	text-align: left;
	background-color: #3d5488;
}

#footernav {

	padding-top: 5px;
	width: 75%;
		
}

#footermenu ul {

	height: 15px;
	margin-top: 15px;
	list-style-type: none;
	padding-left: 30px;

}

#footermenu li {

	display: inline;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
#footermenu a:link { text-decoration: none; color: #FFFFFF; }
#footermenu a:visited { text-decoration: none;	color: #FFFFFF; }
#footermenu a:active { text-decoration: none; color: #FFFFFF; }
#footermenu a:hover { text-decoration: none; color: #FFFFFF; }

#honeystonelink {

	float: right;
	text-decoration: none;
	text-align: right;
	height: 2px;
	margin-top: -23px;
	font-size: 11px;
	color: #FFFFFF;
	
}

#honeystonelink a:link { text-decoration: none; color: #FFFFFF; }
#honeystonelink a:visited { text-decoration: none;	color: #FFFFFF; }
#honeystonelink a:active { text-decoration: none; color: #FFFFFF; }
#honeystonelink a:hover { text-decoration: none; color: #FFFFFF; }



#bottom {

	width: 100%;
	height: 40px;
	text-align: center;
	margin-top: 10px;
	
}

#bottommenu ul {

	list-style-type: none;
	padding-left: 30px;
	text-align: center;
}

#bottommenu li {

	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	list-style-type: none;

}

#bottommenu p {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	
}

.bl {background: url(images/template/bl.gif) 0 100% no-repeat #3d5488; width: 160px}
.br {background: url(images/template/br.gif) 100% 100% no-repeat}
.tl {background: url(images/template/tl.gif) 0 0 no-repeat}
.tr {background: url(images/template/tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px} 

.bl2 {background: url(images/template/bl2.gif) 0 100% no-repeat #8796b5; width: 160px}
.br2 {background: url(images/template/br2.gif) 100% 100% no-repeat}
.tl2 {background: url(images/template/tl2.gif) 0 0 no-repeat}
.tr2 {background: url(images/template/tr2.gif) 100% 0 no-repeat; padding:8px}
.clear {font-size: 1px; height: 1px} 

.blw {background: url(images/template/bl.gif) 0 100% no-repeat #3d5488; width: 220px}
.brw {background: url(images/template/br.gif) 100% 100% no-repeat}
.tlw {background: url(images/template/tl.gif) 0 0 no-repeat}
.trw {background: url(images/template/tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px} 

.blf {background: url(images/template/bl.gif) 0 100% no-repeat #3d5488; width: 760px; margin-left: 20px}
.brf {background: url(images/template/bl.gif) 100% 100% no-repeat}
.tlf {background: url(images/template/bl.gif) 0 0 no-repeat}
.trf {background: url(images/template/bl.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}


#clearfloats {													/*  vertical stretch of background in both columns despite content  */
	clear: both;
	line-height: 2px;

}

#clearfloats2 {													/*  vertical stretch of background in both columns despite content  */
	clear: both;
	line-height: 2px;

}

#clearfloats3 {													/*  vertical stretch of background in both columns despite content  */
	clear: both;
	line-height: 2px;

}

#clearfloats4 {													/*  vertical stretch of background in both columns despite content  */
	
	clear: both;
	line-height: 2px;
	
}

#jobslist {
	overflow:auto;
	height: 230px;
}

#jobslist table {
	width: 580px;
}

#jobslist th {
	background-color: ;
	padding: 6px;
	font-weight: bold;
	font-size: 90% ;
	color: #3d5488;
/*	text-transform: uppercase;*/
	margin: 0;
/*	border-bottom: solid 1px #aebcdb;*/
	cursor: pointer;
}

#jobslist td, #jobslist th { 
	margin: 0; 
	padding: 3px 3px 3px 3px;
	text-align: left;
}

#jobslist tr td.eventNameTD {
    background-color: #f0f9fb;
    width: 200px;
	 border-bottom: solid 1px #aebcdb;
}

#events tr td.locationTD {
    background-color: #f0f9fb;
    width: 140px;
	 border-bottom: solid 1px #c2e8ee;
}

#jobslist tr.rowSelected td.titleTD {
    background-color: #aebcdb;
	
	 width: 200px;
	 border-bottom: solid 1px #c2e8ee;
}

#jobslist tr.rowSelected td.locationTD {
    background-color: #aebcdb;
	 width: 140px;
	 border-bottom: solid 1px #c2e8ee;
}

.date {
	color: #000;
	font-size: 10px;
	text-transform: uppercase;
}

.location {
	color: #000;
	font-size: 10px;
}

.rowHover {
	color: #CC3300;
	cursor: pointer;
}

.rowSelected {
	background-color: #FFAC91;
	cursor: pointer;
}

.SpryHiddenRegion {
   visibility: hidden;
}

#jobsdetail h2{
	color: #CC3300;
	padding-left: 0px;
}

#jobsdetail a:link { text-decoration: none;  color: #CC3300; font-weight: bold;}
#jobsdetail a:visited { text-decoration: none;	color: #CC3300; font-weight: bold;}
#jobsdetail a:active { text-decoration: none; color: #CC3300; font-weight: bold;}
#jobsdetail a:hover { text-decoration: none; color: #CC3300; font-weight: bold;}

#jobsdetail pre {

	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;

 }

.col1 {
	width: 249px;
}
.col2 {
	width: 211px;
}
.col3 {
	width: 148px;
}