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

body {
	background: #F05211 url(../cliff_bg.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
    }
	
#container {
	background: url(../art/background_main.jpg) no-repeat;
	width: 779px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	height: 658px;
	border: solid 1px #333;
	}
	

#greyBox {
	width: 695px;
	height: 495px;
	background-color: #393939;
	margin: 0 auto;
	padding: 8px 0 0 0;
	}
	
#header {
	height:115px;
	text-align:left;
} 	
.logo {
/*	float:right;*/
	margin: 40px 0 0 460px;
	position:absolute;
}
.subhead {
	margin: 85px 0 0 40px;
	
	}
.orangeBorder {
	margin: 42px 13px 0 13px;
	position: absolute;
	width:669px;
	height: 2px;
	background: #F26522;
	text-align: left;
	padding: 0;
	z-index: 10;
}


#footer  {
	margin: 0;
	background-color: #900;
	position: reative;
	top: 630px;
} 
#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;
}


#paginate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 350px;
	height: 21px;
	text-align: left;
	vertical-align: text-top;
/*	margin: 20px 0 0 10px;*/
	position: absolute;
	top: 580px;
	}
	
#paginate a:link {
	color: #FFFFFF;
	text-decoration:none;
	}

#paginate a:visited {
	color: #FFFFFF;
	text-decoration:none;
	}
	
#paginate a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	}
	
	/* -------------ADDRESS and IMIJ link STYLES ------------------*/
	
#imij {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	margin: 6px 41px 0 0;
	}
	
#imij a:link {
	color:#FFFFFF;
	}
	
#imij a:visited {
	color:#FFFFFF;
	}
	
#address {
	color: #F1BC48;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 6px 0 0 41px;
	text-align: left;
	float: left;
	}
