body {
	background: url(../images/bg2.gif) repeat-x;
	border: 0px;
	padding: 0px;
	margin: 0px;	
}

#wrapper {
	width: 990px;
	margin: 0px auto;
	background: #FFFFFF;
}

#leftShadow {
	background: url(../images/wrapLeftShadowBlue.gif) left top repeat-y;
}

#rightShadow {
	background: url(../images/wrapRightShadowBlue.gif) right top repeat-y;
}

#innerWrap {
	margin-left: 15px;
	margin-right: 15px;
}

#header {
	height: 128px;
}

#dalrympleLogo {
	background: url(../images/dalrympleLogo2.gif) no-repeat;
	width: 258px;
	height: 86px;
	position: absolute;
	margin-left: 33px;
	margin-left: 22px;
	margin-top: 17px;
}

#searchBox {
	background: url(../images/searchBox.gif);
	width: 194px;
	height: 73px;
	position: absolute;
	margin-left: 681px;
	margin-top: 0px;
	color: #2fa196;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	display: block;
	padding-left: 85px;
}

#searchBox input {
	border: 1px solid #c7c7c7;
	width: 130px;
	color: #888888;
	font-size: 11px;
	padding: 2px;
	
}

#topLinks {
	border-top: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
	background: #2fa398;
	background: #049586;	
	width: 960px;
	height: 33px;
	overflow: hidden;
}



#topLinks a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	background: #2fa398;	
	background: #049586;	
	padding-left: 23px;
	padding-right: 23px;
	-padding-left: 22px;
	-padding-right: 23px;
	line-height: 31px;
	border-right: 1px solid #74b2ac;
	border-bottom: 1px solid #2fa398;
	border-top: 1px solid #2fa398;	
	border-bottom: 1px solid #049586;
	border-top: 1px solid #049586;		
}

a.goButton {
	display: block;
	text-decoration: none;
	background: url(../images/go.gif);
	width: 22px;
	height: 22px;
	float: left;
	margin-left: 143px;
	margin-top: -20px;
	*margin-left: 0px;
	*margin-top: 0px;
}

#topLinks a:hover {
/*	color: #000000;
	background: #f4ab4d;
	border-bottom: 1px solid #a9a76a;
	border-top: 1px solid #f4ab4d;*/
	background: #333333;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
}

#topLinks a.lastLink {
	border-right: 0px;
}

#topLinks a.selected {
	color: #000000;
	background: #f4ab4d url(../images/yellowGrad.gif);
	border-bottom: 1px solid #a9a76a;
	border-top: 1px solid #f4ab4d;
}

#topLinks a.lastLinkSelected {
	color: #000000;
	background: #f4ab4d;
	border-bottom: 1px solid #a9a76a;
	border-top: 1px solid #f4ab4d;
	border-right: 0px;
}


#imageBanner {
	border-top: 4px solid #3f7f78;
	border-bottom: 1px solid #c1c1c1;
	height: 186px;
}

#homeContent {
	border-top: 4px solid #3f7f78;
	font-family: arial;
	font-size: 12px;
	color: #555555;
	line-height: 18px;
}

#homeContent h1 {
	font-size: 25px;
	font-weight: normal;
	color: #007a6f;
	margin-bottom: 18px;
}

#homeContent h2 {
	font-size: 18px;
	font-weight: normal;
	color: #007a6f;
}

.leftColumn {
	width: 360px;
	padding-left: 50px;
	padding-top: 45px;
	float: left;
}

.leftColumn p {
	padding-right: 30px;
}

.rightColumn {
	float: left;
	width: 520px;
	margin-left: 25px;
	margin-top: 28px;	
}

.topBox {
	height: 4px;
	overflow: hidden;
	width: 478px;
	background: url(../images/topShadow.gif) repeat-x;
	float: left;
}

.topLeftBox {
	height: 4px;
	width: 4px;
	overflow: hidden;	
	background: url(../images/topLeftCorner.gif) no-repeat;
	float: left;
	display: block;
}

.topRightBox {
	height: 4px;
	width: 4px;
	overflow: hidden;	
	background: url(../images/topRightCorner.gif) no-repeat;
	float: left;
	display: block;
}

.bottomBox {
	height: 4px;
	width: 478px;
	background: url(../images/bottomShadow.gif) repeat-x;
	float: left;
}

.bottomLeftBox {
	height: 4px;
	width: 4px;
	background: url(../images/bottomLeftCorner.gif) no-repeat;
	float: left;
	display: block;
}

.bottomRightBox {
	height: 4px;
	width: 4px;
	background: url(../images/bottomRightCorner.gif) no-repeat;
	float: left;
	display: block;
}

.leftBox {
	background: url(../images/leftShadow.gif) top left repeat-y;
}

.rightBox {
	background: url(../images/rightShadow.gif) top right repeat-y;
	width: 486px;
}

.innerBox {
	margin-left: 4px;
	margin-right: 4px;
	background: url(../images/silverGradient.gif) #ededed repeat-x;
	padding: 25px;
	padding-top: 23px;
}

.innerBox p {
	font-size: 11px;
	line-height: 15px;	
	padding:0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.innerBox strong {
	font-size: 12px;
	font-weight: bold;
	color: #555555;
}

.innerBox a {
	font-size: 12px;
	color: #059c8e;
}

.innerBox a:hover {
	text-decoration: none;
}

.photoBox {
	width: 320px;
	height: 257px;
	display: block;
	position: absolute;
	background: url(../images/headlineBox.png);
	_background: url(../images/headlineBox.gif);	
	margin-left: 155px;
	margin-top: -41px;
}

.behindPhoto {
	height: 257px;
	display: block;
	position: absolute;
	margin-left: 155px;
	margin-top: -41px;
	overflow: hidden;
	width: 320px;
}

.newsDiv {
	position: absolute;
	margin-left: 3px;
	*margin-left: -147px;	
	margin-top: 3px;
	*margin-top: 25px;
}

#photosDiv {
	background: #CCCCCC;
	width: 4720px;
	position: absolute;
}

#photosDiv image {
	width: 320px;
	height: 257px;
}

.photoButtons {
	position: absolute;
	margin-left: 391px;
	margin-top: 219px;
}

a.photoButtonLeft {
	display: block;
	text-decoration: none;
	background: url(../images/leftArrow.gif);
	width: 29px;
	height: 27px;
	float: left;
	cursor: hand;
}

a.photoButtonLeft:hover {
	background: url(../images/leftArrowOver.gif);
}

a.photoButtonRight {
	display: block;
	text-decoration: none;
	background: url(../images/rightArrow.gif);	
	width: 29px;
	height: 27px;
	cursor: hand;
	float: left;	
}

a.photoButtonRight:hover {
	background: url(../images/rightArrowOver.gif);
}

.yellowHeaderBox {
	background: #d78e3a;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	padding-left: 15px;
}

.yellowBox {
	line-height: 24px;
	padding-left: 15px;
	background: #f9f2e7;
	padding-top: 6px;
	padding-bottom: 20px;
}

.yellowBox a {
	color: #007a6f;
}	

.yellowBox strong {
	color: #333333;
}

.webcamBox {
	position: absolute;
	width: 211px;
	height: 94px;
	background: url(../images/dbctWeatherBox.gif);
	margin-left: 255px;
	*margin-left: 5px;
	margin-top: 2px;
	color: #FFFFFF;
	line-height: 14px;
	padding-top: 36px;
	padding-left: 10px;
	padding-right: 10px;
}

.webcamBox b {
	font-size: 11px;
}

.webcamBox p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

.videoBox {
	margin-top: 8px;
	width: 357px;
	height: 188px;
/*	height: 284px;*/
	background: url(../images/videoBoxWider.jpg);
	margin-left: -8px;
	padding-top: 40px;
	padding-left: 11px;
}

#bottomBar {
	width: 958px;
	height: 11px;
	overflow: hidden;
	background: url(../images/bottomBarWide.gif);
	margin-top: 0px;
	*margin-top: 33px;
	margin-left: 1px;
	padding-bottom: 1px;
}

#bottomShadow {
	width: 975px;
	height: 13px;
	background: url(../images/wrapBottomShadowWide.gif) no-repeat;
	margin-left: 12px;
}

.sliderBox {
	width: 223px;
	height: 157px;
	padding-top: 18px;
	padding-left:18px;
	background: url(../images/greyBoxLogo.png) no-repeat;
/*	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/greyBoxLogo.png,sizingMethod='scale');*/
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	margin-left: 500px;
	z-index: 1;
}

.sliderBox b {
	font-size: 13px;
	padding-left: 36px;
	
}

.sliderBox p {
	margin-top:0px;
	padding-top:14px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	width: 180px;
}

.sliderBox a {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

.sliderBox a:link {
	text-decoration: underline;
}

.sliderBox a:hover {
	text-decoration: underline;
}

.sliderContainer {
	margin-top: 12px;
	margin-left: 720px;
	width: 243px;
	height: 160px;
	position: absolute;
	z-index: 2;
	overflow: hidden;
	font-family: arial;

}


.dropDownMenu {
	position: absolute;
	font-weight: normal;	
	z-index: 1000;
	width: 200px;
	-width: 220px;
	border: 1px solid #74b2ac;
	display: none;
	overflow: hidden;
	-border: none;
}

.dropDownMenu a {
	display: block;
	color: #FFFFFF;
	line-height: 30px;
	background: 0px;
	border: 0px;
	width: 155px;
	float: none;
	font-weight: normal;
	filter: alpha(opacity=92);
	-moz-opacity:.92;
	opacity:.92;	
	z-index: 1000;		
	overflow: hidden;
}

.dropDownMenu a:link {
	font-weight: normal;
}

.dropDownMenu a:active {
	font-weight: normal;
}

.dropDownMenu a:visited {
	font-weight: normal;
}

.dropDownMenu a:hover {
	font-weight: normal;
}

/*.navColumn {
	background: url(../images/silverGradient.gif) #ededed repeat-x;
}

.navShadow {
	background: url(../images/rightShadow.gif) 202px 150px repeat-y;
	
}

.mainContent {
	width: 694px;
	float: right;
	min-height: 300px;
	background: #FFFFFF;
	float: left;
}

.leftBit {
	width: 206px;
	float: left;
}*/

#innerContent {
	background: url(../images/navBgRepeat.gif) repeat-y;
	border-top: 4px solid #3f7f78;
	font-family: arial;
	font-size: 12px;
	color: #555555;
	line-height: 18px;	
}

.leftNav {
	width: 203px;
	background: url(../images/navBg.gif) no-repeat;
	float: left;
	min-height: 350px;
	padding-left: 5px;
}

.mainContent {
	width: 607px;
	float: left;
	min-height: 300px;
	padding: 35px;
	padding-right: 50px;
}

.mainContent h1 {
	font-size: 25px;
	font-weight: normal;
	color: #007a6f;
	margin-bottom: 30px;
	line-height: 24px;
}

.mainContent h2 {
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}

.mainContent a {
	color: #007a6f;
}

.mainContent a:hover {
	color: #007a6f;
	text-decoration: none;
}

.mainContent image {
	padding: 2px;
	border: 1px solid #78a8a3;
}

.mainContent select {

	padding: 3px;	
	border: 1px solid #7faeaa ;
}

.mainContent input {

	padding: 2px;
/*	border: 1px solid #7faeaa ;	*/
}

.mainContent textarea {

	padding: 2px;
	border: 1px solid #7faeaa ;	
}

.submitButton {
	background: #2FA398;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}


a.noUnderline {
	text-decoration: none;
}

a.noUnderline:link {
	text-decoration: none;
}

a.noUnderline:hover {
	text-decoration: underline;
}

a.moreWeatherLink {
	position: absolute;
	margin-left: 160px;
	margin-top: -20px;
	color: #FFFFFF;
}

a.moreWeatherLink:hover {
	text-decoration: none;
}

.dataTable {
	border: 1px solid #2fa398;
	border-collapse: collapse;
	font-size: 11px;
}

.dataTable td {
	border: 1px solid #74b2ac;
	padding-left: 10px;
	padding-right: 10px;
}

.dataTable th {
	border: 1px solid #74b2ac;
	background: #2fa398;
	text-align: left;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;	
}

.jobFormRequired {
	color:#FF0000;
	font-size: 11px;
}

.staffDocuments a {
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

#movieDiv {
	position: absolute;
	margin-top: -400px;
	margin-left: 100px;
	background: #FFFFFF;
	padding: 15px;
	color: #333333;
}

#movieDiv a {
	color: #333333;
}

#curtain {
	background: #333333;
	position: absolute;
	width: 100%;
	height: 800px;
}


.videoBox a {
	text-decoration: none;
	text-decoration: none;
	display: block;
	width: 343px;
	height: 163px;	
}


/*.videoBox a {
	text-decoration: none;
}

.videoLink {
	text-decoration: none;
}

a.videoLink {
	text-decoration: none;
	display: block;
	width: 343px;
	height: 163px;
}

a.videoLink:link {
	text-decoration: none;
}

a.videoLink:active {
	text-decoration: none;
}

a.videoLink:visited {
	text-decoration: none;
}

a.videoLink:hover {
	text-decoration: none;
}*/

.webcamOverlayBox {
	position: absolute;
	background: url(../images/webcamOverlay.gif);
	width: 328px;
	height: 158px;
	color: #FFFFFF;
	padding: 20px;	
	padding-top: 50px;
	margin-top: 14px;
	margin-left: -8px;
}

.webcamOverlayBox h1 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
}

.webcamLink {
	display: block;
	position: absolute;
	text-decoration: none;
	width: 190px;
	height: 22px;
	margin-left: 150px;
	margin-top: 22px;
	outline: none;
}

.introVideoLink {
	display: block;
	position: absolute;
	text-decoration: none;
	width: 156px;
	height: 22px;
	margin-left: -6px;
	margin-top: 22px;
	outline: none;
}

.alertBox {
	background: url(../images/alertBox.gif);
	width: 788px;
	height: 45px;
	margin-left: 40px;
	margin-top: 10px;
	padding-left: 75px;
	padding-right: 20px;
	line-height: 43px;
	color: #FFFFFF;
	overflow: hidden;
}

.alertBox a {
	color: #FFFFFF;
}


a.boldNoUnderline {
	text-decoration: none;
	color: #444444;
	font-weight: bold;
}

a.boldNoUnderline:link {
	text-decoration: none;
	color: #444444;
	font-weight: bold;	
}

a.boldNoUnderline:hover {
	text-decoration: underline;
	color: #444444;
	font-weight: bold;	
}
