@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #033486;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-size: 14px;
}
.thrColFixHdr #horizon  {
	background-color: #033486;					 /* set to background colour of page */
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 0px;
	overflow: visible;
	visibility: visible;
	display: block
}
	
.thrColFixHdr #container {
	width: 1060px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #033486;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 760px;
	position: absolute;
	margin-left: -530px;
	top: -380px; 							/* change to negative half height of content area */
	left: 50%;
	visibility: visible
} 
.thrColFixHdr #header {
	background: #033486;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 0px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 295px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #033486; /* padding keeps the content of the div away from the edges */
	height: 526px;
}
	
.thrColFixHdr #sidebar1 a: link {
	text-decoration: none;
}

.thrColFixHdr #sidebar1 a img{
	border: 0 none;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 126px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #033486; /* padding keeps the content of the div away from the edges */
	height: 526px;
	padding-left: 30px;
}
.thrColFixHdr #sidebar2 h1 {
	font-size: 14px;
	font-weight: 900;
	line-height: 10px;
}

.thrColFixHdr #mainContent {
	background: #ffffff;
	height: 466px;
	padding: 30px;
	font-weight: bold;
	overflow:auto;
} 
.thrColFixHdr #galleryButton {
	background-color: #666666;
}

.thrColFixHdr #slideshow {
	padding-top: 20px;
	
} 

.thrColFixHdr #footer {
	background:#033486;
	height: 126px;
} 
.thrColFixHdr #slideshow {
	background-color: #999999;
	padding-left: 20px;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.blueText {
	color: #033486;
}

.whiteText {
	color: #ffffff;
}
.footGreyText {
	text-align: right;
	float: right;
	padding-right:30px;
	padding-top:20px;
}
.mainPic {
	padding-top:30px;
	padding-bottom:30px;
}

.footWhiteText {
	color: #ffffff;
	float: left;
	margin-left: 295px;
	padding-left:30px;
	padding-top:20px;
	border-style:none;
	text-decoration:none;
}
.footWhiteText a:link{
	color: #ffffff;
	border-style:none;
	text-decoration:none;
}
.footWhiteText a:visited{
	color: #ffffff;
	border-style:none;
	text-decoration:none;
}
.footWhiteText a:hover{
	background: #ffffff;
	color: #999999;
	border-style:none;
	text-decoration:none;
}
.bolder {
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}
