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

body{margin:0px; padding:0px; background-color:#3F2904;

background-image:url(images/raystown.jpg); background-repeat:no-repeat; background-position:top center;}


/* ------------------Nav CSS --------------------- */


#nav {

}

li a:link {
	color:#F5A920;
	text-decoration:none;
	padding:0px 20px 0px 20px;
	}
	
 li a:visited {
	color:#F5A920;
	text-decoration:none;
padding:0px 20px 0px 20px;
	}
	
 li a:hover {
	color:#F5A920;
	text-decoration: underline;
padding:0px 20px 0px 20px;
	}
	
 li a:active {
	color:#F5A920;
	text-decoration:none;
padding:0px 20px 0px 20px;
	}
	

#navBlock {
	width:960px;
	height:35px!important;
	height:48px;
	padding-top:13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	background-image:url(images/navBG.jpg);
	background-repeat:repeat-x;
	font-weight:normal;
}
#navBlock ul {
	color:#F5A920;
	list-style-type: none;
	padding:0px;
	margin:0px;
}
#navBlock li {
	float:left;
}

/* ---------------------------- Page Styles ------------------------------- */

#masterContainer {
	width:100%;
}
#center {
	width:960px;
	margin:0px auto 0px auto;
	position:relative;
}

/* ---------------------------- Sub Page Styles ------------------------------- */

   #sp-header{width:960px;
      height:160px;
	  background-image:url(images/the-eagles-loft.png);
	  background-repeat:no-repeat;
	  background-position:top left;
	  position:relative;
   }
   
   
   #sp-left-header{ width:938px!important; width:960px; padding:10px 11px 0px 11px; height:39px!important;  height:49px; font-family:"Times New Roman", Times, serif; font-size:24px; color:#3F2904;}
   #sp-left-body{width:938px!important; width:960px; padding:0px 11px 5px 11px;}
   #sp-left-footer{ width:960px; padding:5px 0px; border-right:1px; }
 
   
   /* ---------------------------- Homepage Page Styles ------------------------------- */
   
   
    #header{width:960px;
      height:145px;
	  background-image:url(images/the-eagles-loft.png);
	  background-repeat:no-repeat;
	  background-position:top left;
	  position:relative;
   }
   
   #welcome{ width:317px; height:250px; position:absolute; top:200px; right:0px;
   font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; overflow:auto; color:#3F2904; line-height:16px;}
   
   #hp-flash{
   width:960px;
   height:321px;
   }
   #body-content{width:960px; background-image:url(images/bodyContent.jpg); background-repeat:repeat-x; background-color:#FFFFFF; font-family:Verdana, Geneva, sans-serif; font-size:13px; color:#3F2904;}
   
   #body-content ol{ margin:0px; padding:0px 18px;}
   #body-content li{ margin:0px; padding:0px 0px 14px 0px;}
   
   #left-column, #middle-column, #right-column { width:320px; float:left; }
   
   #left-header{width:298px!important; width:320px; padding:10px 11px 0px 11px; height:39px!important;  height:49px; font-family:"Times New Roman", Times, serif; font-size:24px; color:#3F2904;}
   #left-body{width:289px!important; width:320px; padding:0px 11px 5px 11px; border-right:1px solid #D1CDC7; }
   #left-footer{ width:320px; padding:5px 0px; border-right:1px; }

   #middle-header{ width:298px!important; width:320px; padding:10px 11px 0px 11px; height:39px!important;  height:49px; font-family:"Times New Roman", Times, serif; font-size:24px; color:#3F2904;}
   #middle-body{width:289px!important; width:320px; padding:0px 11px 5px 11px; border-right:1px solid #D1CDC7;}
   #middle-footer{ width:320px; padding:5px 0px; border-right:1px; }
 
   #right-header{ width:298px!important; width:320px; padding:10px 11px 0px 11px; height:39px!important;  height:49px; font-family:"Times New Roman", Times, serif; font-size:24px; color:#3F2904;}
   #right-body{width:289px!important; width:320px; padding:0px 11px 5px 11px;}
   #right-footer{ width:320px; padding:5px 0px; }
   
   #footer{ clear:both; height:34px; width:960px; background-color:#3F2904; color:#F5A920; font-family:Verdana, Arial, Helvetica, sans-serif; padding-top:8px; font-size:11px;}
   #footer-left{width: 600px; float:left;}
   #footer-right{ width:360px; float:left; text-align:right;}
   
