/* CSS Fix for Safari, FF and Opera where background image on HTML element would be 1px out: http://www.sohtanaka.com/web-design/1px-background-alignment-bug/ */
html {
	margin-left: -1px;\
	overflow-y: scroll;
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
	head~body *{ margin-left: -1px;}
}

/* CSS styles for the general site layout */
.clear, .clearFix {
	clear:both;
}

.col {
	float:left;
}

.colSetThree .col {
	width:33%;
}

.colSetTwo .col {
	width:50%;
}

a.lightbox, a.thickbox {
	cursor: url(/img/magnify.cur), pointer;
}

table, table tr, table td, table th {
	border:none;
}

html {
	background:url(../img/page-bg.jpg) repeat-y center #9c9c9c;
}

.xShadow {
	position:absolute;
	background:url(../img/menu-shadow.png) repeat-x;
	height:7px;
	width:100%;
	z-index:500;
}

#wrapper {
	width:950px;
	margin:0 auto 0 auto;
	padding:0 6px 0 6px;
}

#wrapper .masthead {
	height:135px;
	background:url(../img/masthead-bg.jpg) repeat-x bottom;
	position:relative;
}

#wrapper .masthead .xShadow {
	bottom:-7px;
}

#wrapper .masthead a.logo {
	display:block;
	float:left;
	width:240px;
	height:110px;
	background:url(../img/marquee-hire.jpg) no-repeat;
	text-indent:-99999em;
}

#wrapper .masthead .strapline {
	float:right;
	width:615px;
	height:110px;
	background:url(../img/strapline.gif?13123123123) no-repeat right top;
	text-indent:-99999em;
}

#wrapper .middle {
	width:734px;
	height:273px;
	float:left;
/*	background:url(../img/middle/default.jpg) no-repeat;*/
	position:relative;
	z-index:400;
}

#wrapper .middle .xShadow {
	bottom:-7px;
	width:950px;
	left:-216px;
	z-index:410;
}

#wrapper .menu {
	width:216px;
	height:273px;
	float:left;
	background:url(../img/menu-bg.jpg) no-repeat;
	z-index:600;
}

#wrapper .menu ul {
	margin:0;
	padding:5px 0 0 0;
}

#wrapper .menu ul li {
	float:left;
	margin:0;
	padding:0;
	background:url(../img/dot2.gif) repeat-x bottom;
	width:100%;
	list-style:none;
	position:relative;
}

#wrapper .menu ul li ul {
	display:none;
	position:absolute;
	left:100%;
	top:0;
	z-index:600;
	margin:0;
	padding:0 10px 0 10px;
	background:rgb(39,52,108);
	background:rgba(39,52,108,0.7);
}

#wrapper .menu ul li ul li {
	z-index:600;
	width:100%;
	white-space:nowrap;
	padding:3px 0 3px 0;
	margin:0;
	clear:left;
}

#wrapper .menu ul li ul li a {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	display:block;
	z-index:600;
}

#wrapper .menu ul li a {
	display:block;
	padding:5px 15px 5px 15px;
}

#wrapper .content {
	width:695px;
	margin:14px 18px 0 17px;
	float:left;
}

#wrapper .right {
	width:210px;
	float:left;
	margin-top:14px;
}

#wrapper .right .promo {
	clear:left;
	margin-bottom:10px;
}

#wrapper .footer {
	clear:both;
	margin:0 17px 0 17px;
	padding:15px 0 15px 0;
	background:url(../img/dot.gif) repeat-x;
}

#wrapper .footer .subMenu {
	float:right;
}

#wrapper .footer .subMenu ul {
	margin:0;
	padding:0;
}

#wrapper .footer .subMenu ul li {
	list-style:none;
	margin:0;
	padding:0 5px 0 5px;
	float:left;
	border-right:1px solid #000000;
}

#wrapper .content .incidentals {
	float:left;
	width:100px;
	margin-right:20px;
	padding-top:60px;
}

#wrapper .content .incidentals img {
	margin-bottom:10px;
	border:1px solid #ccc;
}

#slideshow {
	z-index:200;
}

/************** Flickr Photo Gallery */
.galleryList {
	width:100%;
}

.galleryList .gallery {
	float:left;
	margin:0 16px 10px 0;
}

.galleryList .gallery img {
	border:1px solid black;
}

.galleryList .gallery span.caption {
	display:block;
	margin-top:5px;
}

.galleryImageList {
	margin-bottom:15px;
}

.galleryImageList a {
	float:left;
	margin:0 4px 4px 0;
}

.galleryImageList a img {
	border:1px solid black;
}

/************************ News Results */
.newsResult {
	clear:left;
	border-bottom:1px dashed #cacaca;
	margin-bottom:20px;
}

.newsResult img {
	float:right;
	clear:right;
	margin:0 0 15px 15px;
}

.newsArticleMainImage {
	float:right;
	margin:0 0 15px 15px;
}

/************************ Flash messages */
#warningMessage, #successMessage, #errorMessage {
	text-align:center;
	background:#FFD267 none repeat scroll 0 0;
	border-bottom:2px solid #D49600;
	border-top:2px solid #D49600;
	color:#A47607;
	font-size:90%;
	padding:3px 0;
	width:100%;
	top:0;
	left:0;
	position:absolute;
	z-index:100;
}

#successMessage {
	background:#CDEB8B none repeat scroll 0 0;
	border-bottom:2px solid #006E2E;
	border-top:2px solid #006E2E;
	color:#006E2E;
}

#errorMessage {
	background:#B02B2C none repeat scroll 0 0;
	border-bottom:2px solid #B02B2C;
	border-top:2px solid #B02B2C;
	color:#fff;
}


/************************ Webkit Only Fixes */
@media screen and (-webkit-min-device-pixel-ratio:0){

}

/************************ Firefox Only Fixes */
@-moz-document url-prefix() {

}