@charset "utf-8";
/* CSS Document */

/* COLOR GUIDE

	#FCF2DE - Light Cream
	#A96A0E - Light Brown
	#68511A - Medium Brown
	#2D2000 - Dark Brown



*/

body{background-color:#FCF2DE;
	 color:#A96A0E;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size:12px;
	 height:100%;
	 margin:0;
	 padding:0;
	 position:relative;
	 width:100%;
	 
	
}

img{border:none;
}

h1{color:#A96A0E;
   display:inline;
   font-size:2.75ex;
   margin:25px 0px 15px 40px;
}

h2{color:#68511A;
   display:inline;
   font-size:2.25ex;
   margin:25px 0px 15px 5px;
}

h3{color:#A96A0E;
   font-size:3.25ex;
   font-weight:bolder;
   margin:25px 0px 15px 40px;
}

p{color:#2D2000;
  font-size:2.25ex;
  margin-left:50px;
}

.p1{color:#2D2000;
  font-size:2.25ex;
}

.p2{font-size:1.65ex;
	text-align:justify;
	width:500px;
}

p.response{color:#FFF;
		   display:inline;
		   margin-left:10px;
}
/*--------------------------------------------*/
a:link{color:#FFF;
	   text-decoration:none;
}
a:visited{color:#FFF;
	   text-decoration:none;
}
a:active{color:#FFF;
	   text-decoration:underline;
}
a:hover{color:#FFF;
	   text-decoration:underline;
}
/*--------------------------------------------*/
a.crumb:link{color:#A96A0E;
			 text-decoration:none;
}

a.crumb:hover{border-bottom:1px #A96A0E solid;
			  color:#A96A0E;
			  text-decoration:underline;
}

a.crumb:active{border-bottom:1px #A96A0E solid;
			   color:#A96A0E;
			   text-decoration:underline;
}

a.crumb:visited{color:#A96A0E;
			    text-decoration:none;
}
/*--------------------------------------------*/
a.email:link{color:#0000CC;
			 text-decoration:underline;
}

a.email:hover{color:#0000CC;
			  text-decoration:none;
}

a.email:active{color:#0000CC;
			   text-decoration:none;
}

a.email:visited{color:#0000CC;
			  	text-decoration:underline;
}
/*--------------------------------------------*/
a.index:link{color:#68511A;
			 font-weight:bold;
			 text-decoration:underline;
}

a.index:hover{color:#68511A;
			  font-weight:bold;
			  text-decoration:none;
}

a.index:active{color:#68511A;
			   font-weight:bold;
			   text-decoration:none;
}

a.index:visited{color:#68511A;
			    font-weight:bold;
				text-decoration:underline;
}

/* ------------------------- HEADER -------------------------*/
#headBARL{background-image:url(../images/bgShadowL.png);
		  background-repeat:repeat-y;
		  height:206px;
		  float:left;
		  left:19.5%;
		  position:absolute;
		  width:6px;
		  z-index:1;
}

#headBAR{background-image:url(../images/adminHeadBG.png);
		 height:118px;
		 float:left;
		 left:20%;
		 padding-top:6px;
		 position:absolute;
		 width:760px;
		 z-index:2;
}

#headBARR{background-image:url(../images/bgShadowR.png);
		  background-repeat:repeat-y;
		  height:206px;
		  left:80%;
		  position:absolute;
		  width:6px;
		  z-index:1;
}

#Logo{margin:0px;
	  padding:0px 0px 0px 10px;
}
/* ------------------------- HEADER -------------------------*/

#contentOut{background-color:#FFF;
		    height:1600px;
			left:20%;
		    position:absolute;
		    top:118px;
			width:755px;
			z-index:2;
}

#contentIn{background-color:#FFF;
		   height:1600px;
		   left:20%;
		   position:absolute;
		   top:206px;
		   width:755px;
		   z-index:2;
}

#contentLout{background-image:url(../images/bgStripe.png);
			 background-color:#68511A;
			 background-position:top;
			 background-repeat:repeat-x;
			 float:left;
			 height:1600px;
			 position:absolute;
			 top:206px;
			 width:19.5%;
}

#contentLin{background-image:url(../images/bgStripeL.png);
			background-color:#68511A;
			background-position:top;
			background-repeat:repeat-x;
			float:left;
			height:1600px;
			left:19.5%;
			position:absolute;
			top:206px;
			width:6px;
			z-index:1;
}

#contentRin{background-image:url(../images/bgStripeR.png);
			background-color:#68511A;
			background-position:top;
			background-repeat:repeat-x;
			float:left;
			height:1600px;
			left:80%;
			position:absolute;
			top:206px;
			width:6px;
			z-index:1;
}

#contentRout{background-image:url(../images/bgStripe.png);
			 background-color:#68511A;
			 background-position:top;
			 background-repeat:repeat-x;
			 float:left;
			 height:1600px;
			 left:80%;
			 position:absolute;
			 top:206px;
			 width:19.5%;
}

#pageContent{background-color:#FFF;
			 float:left;
			 height:1600px;
			 padding-bottom:40px;
			 padding-left:5px;
			 position:absolute;
			 width:100%;
			 z-index:2;
}

.login{background:url(../images/loginShadow.png);
	   background-position:top;
	   background-repeat:repeat-x;
}

#adminNav{background-image:url(../images/adminGrad.png);
		  background-repeat:repeat-x;
		  color:#FFF;
		  font-size:2ex;
		  font-weight:bold;
		  height:48px;
		  left:20%;
		  margin-top:118px;
		  padding-top:8px;
		  position:absolute;
		  /*top:118px;*/
		  width:760px;
		  z-index:2;
}

.onPage{background-image:none;
		background-color:#2D2000;
}

#adminNav ul li{border-right: 1px #FFF solid;
				display:inline;
				padding: 0px 20px;
}

#adminSubNav{background-color:#2D2000;
		  color:#FFF;
		  font-size:1.5ex;
		  font-weight:bold;
		  height:40px;
		  left:20%;
		  margin-top:166px;
		  padding-top:8px;
		  position:absolute;
		  /*top:166px;*/
		  width:760px;
		  z-index:2;
}

#adminSubNav ul li{border-right: 1px #FFF solid;
				display:inline;
				padding: 0px 20px;
}

/* ------------------------- LOGIN -------------------------*/
.error{background-color:#CC0000;
	   color:#FFF;
	   font-weight:bold;
	   padding:5px;
	   position:absolute;
	   text-align:center;
	   top:50px;
	   width:750px;
}

.loginForm{left:35%;
		   position:absolute;
		   top:100px;
		   width:250px;
}

/* ------------------------- LOGIN -------------------------*/
/* ------------------------- PAGE CONTENT -------------------------*/
.message{background-color:#240301;
		 color:#FFF;
		 font-weight:bold;
		 margin-bottom:10px;
		 padding:2px 0px;
		 vertical-align:middle;
		 width:100%;
}
/* ------------------------- PAGE CONTENT -------------------------*/
/* ------------------------- GUESTBOOK -------------------------*/

.gbEntries{width:700px;
		   margin:2px 0px 0px 0px;
		   color:#FFF;
		   border:1px #5E3A0E solid;
		   font-family:Verdana, Arial, sans-serif;
}

.gbPages{width:700px;
		 padding:8px 0px 12px 8px;
		 margin:6px 0px 0px 0px;
		 color:#D38B2D;
		 font-size:2.25ex;
		 font-weight:bold;
}

.alignLeft{float:left;
}

.alignRight{text-align:right;
}

a.gbA:link{color:#5E3A0E;
		   text-decoration:underline;
		   font-weight:bold;
}

a.gbA:hover{color:#5E3A0E;
		   text-decoration:none;
		   font-weight:bold;
}

a.gbA:visited{color:#5E3A0E;
		   text-decoration:underline;
		   font-weight:bold;
}

a.gbA:active{color:#5E3A0E;
		   text-decoration:none;
		   font-weight:bold;
}

.gbHeadrow{background-color:#2D2000;
		   font-weight:bold;
		   padding:8px;
}

/* ------------------------- GUESTBOOK -------------------------*/
/* ------------------------- USERS -------------------------*/
.headRow{background-color:#2D2000;
		 color:#FFF;
		 font-weight:bold;
}

.headTd1{background-color:#2D2000;
		 border-right:1px #FFF solid;
		 color:#FFF;
		 font-weight:bold;
}

.dataRow1{background-color:#FFF;
		  border-bottom:1px #2D2000 solid;
		  color:#68511A;
}

.dataRow2{background-color:#FCF2DE;
		  color:#68511A;
}

.dataTd1{border-right:1px #2D2000 solid;
		 border-bottom:1px #2D2000 solid;
}

.dataTd2{border-bottom:1px #2D2000 solid;
}

/* ------------------------- USERS -------------------------*/
/* ------------------------- FOOTER -------------------------*/
p.footer{color:#FFF;
		 margin:98px 0px 0px 0px;
}

#footer{color:#FFF;
	    background-color:#2D2000;
		bottom:0px;
		font-size:1.25ex;
		position:absolute;
		text-align:center;
		top:1750px;
		width:100%
}

#footBAR{background-color:#FFF;
		 background-image:url(../images/footerBG.png);
		 background-position:bottom;
		 background-repeat:repeat-x;
		 height:115px;
		 float:left;
		 left:20%;
		 position:absolute;
		 width:760px;
		 z-index:2;
}

#footBARLout{background-image:url(../images/bottomGrad.png);
			 background-position:bottom;
			 background-repeat:repeat-x;
			 height:115px;
			 float:left;
			 left:0px;
			 position:absolute;
			 width:19.5%;
}

#footBARLin{background-image:url(../images/bottomGradL.png);
		    background-position:bottom;
			background-repeat:repeat-x;
		    height:115px;
		    float:left;
		    left:19.5%;
		    position:absolute;
		    width:6px;
			z-index:1;
}

#footBARRin{background-image:url(../images/bottomGradR.png);
			background-position:bottom;
		    background-repeat:repeat-x;
		    height:115px;
		    float:left;
		    left:80%;
		    position:absolute;
		    width:6px;
			z-index:1;
}  

#footBARRout{background-image:url(../images/bottomGrad.png);
			 background-position:bottom;
			 background-repeat:repeat-x;
			 height:115px;
			 float:left;
			 left:80%;
			 position:absolute;
			 width:19.5%;
}
/* ------------------------- FOOTER -------------------------*/
