@charset "UTF-8";
/* CSS Document */
body {
   margin: 0px auto;
   font-size: 90%;
   background-image:url(img/sky_bkgnd.jpg);
   background-repeat:no-repeat
}

#container{
	margin: 0px auto;
	background-color:#FFF;
	width: 970px;
	position:relative;
	left: 0;
	top: 0;
}
#header{
   float: left;
   left:0px;
   top:0px;
   width: 970px;
   height: 135px;
   
}
#menu{
   float: left;
   left:150px;
   top:112px;
   width: 820px;
   height: 24px;
   position:absolute;
   
}
#header_img{
	position:absolute;
	width: 970px;
	height: 250px;
	left:0px;
	top:135px;
	
}
#maincontent{
	margin: 0px auto;
	background-color:#FFF;
	position:absolute;
	width: 970px;
	left:0;
	top:385px;
}
#topleft{
   float: left;
   margin-right: 10px;
   width: 200px;
   padding-top:20px;
   padding-left:40px;
   padding-right:0px;
   padding-bottom:5px;
}
#headingsbox{
   width: 235px;
   position: absolute;
   height:auto;
   top:-10px;
   left:220px;
   text-align:right;
   padding-right:50px;
}
#location-one{
   width: 240px;
   position: absolute;
   height:auto;
   top:-10px;
   left:50px;
   text-align:left;
}
#maintext{
	float: left;
	margin:0 23px 10px 0;
	width: 447px;
	padding-top:0;
	padding-left:495px;
	padding-right:0px;
	position: relative;
	top:0px;
	left: 0;
	min-height:450px;

}
#newsheadingtwo{
   width: 240px;
   position: absolute;
   height:auto;
   top:-10px;
   left:50px;
   text-align:right;
}
#newsheading{
   width: 240px;
   position: absolute;
   height:auto;
   top:-10px;
   left:50px;
   text-align:right;
}
#newscontent{
	float: left;
	margin:0 23px 10px 0;
	width: 620px;
	padding-top:0;
	padding-left:322px;
	padding-right:0px;
	position: relative;
	top:0px;
	left: 0;
	min-height:450px;

}
#fullwidth{
	margin:0 auto;
	text-align:center;
	width: 970px;
	margin-top:20px;
	margin-bottom:50px;
}


#coloumn1{
	float: left;
	margin:0 21px 20px 23px;
	width: 215px;
}
#coloumn2{
   float: left;
   margin:0 21px 20px 0;
   width: 215px;
   position:relative;
}
#coloumn3{
   float: left;
   margin:0 21px 20px 0;
   width: 215px;
   position:relative;
}
#coloumn4{
   float: left;
   margin:0 23px 20px 0;
   width: 215px;
   position:relative;

}

#navbar{
	float: left;
	width: 970px;
	height: 123px;
	margin:0px 0px 20px 0px;   
}
#footer{
	float: left;
	text-align:center;
	width: 924px;
	height: auto;
	background-color: #000;
	padding-top:20px;
	padding-left:23px;
	padding-right:23px;
   
}
#footercoloumn1{
	float: left;
	margin:0 30px 20px 0px;
	width: auto;
	text-align:left;
}
#footercoloumn2{
   float: left;
   margin:0 30px 20px 0px;
   width: auto;
   text-align:left;
}
#footercoloumn3{
   float: left;
   margin:0 30px 20px 0px;
   width: auto;
   text-align:left;
}
#footercoloumn4{
   float: left;
   margin:0 21px 20px 0px;
   width: 135.5px;
   text-align:left;
}
#footercoloumn5{
   float: left;
   margin:0 21px 20px 0px;
   width: 135.5px;
   text-align:left;
}
#footercoloumn6{
   float: right;
   margin:0 20px 20px 20px;
   width: auto;
   text-align:left;
}

#imagediv {
	margin-right: 20px;
	margin-bottom: 10px;
	
}
#location-one {
	margin-bottom: 30px;
	
}

.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;
}

