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

*{
	margin: 0px;
	padding: 0px;
	
}

img{
border: 0px;
	border: none;
}

/***************
maindivs
*****************/

#header
{
	width:948px;
	height:103px;
	margin:0 auto;
	background-color:#acab98;
}

#innerHeader
{
	width:936px;
	height:92px;
	border: 2px #8b9656 solid;
	margin: 0 auto;
	
}

#addressText
{
	height:61px;
	width:190px;
	line-height:17px;
	text-transform:uppercase;
	float:left;
	color:#464646;
	font-size:12px;
	text-align:center;
	margin-top:24px;
	margin-left:270px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#logo
{
	height:62px;
	width:214px;
	float:left;
	margin-left:70px;
	margin-top:20px;
	display:inline;
}

#logoMid
{
	height:138px;
	width:137px;
	position:relative;
	float:left;
	
	border:1px dashed;
}

#mainMid
{
	width:976px;
	background: url(../img/back-repeat.jpg) repeat-y;
	height:754px;
}

#shadowOuter
{
	margin: 0 auto;
	background:url(../img/shadow/right.png);
	width:996px;
}

#shadowBottom
{
	width:996px;
	background: url(../img/shadow/bottom.png);
	height:25px;
	margin:0 auto;
}

#navTop
{
	width: 948px;
	height:23px;
	background-color:#acab98;
	
	
	margin: 0 auto;
}

#navItems
{
	height:23px;
	line-height:23px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float: left;
	display:inline;
}

#navItems a
{
	color:#5a691e;
	text-decoration:none;
	
	margin-right:20px;
}

#navItems a:hover{text-decoration:underline;}

/*middle area**************/
#fullBodyWrap
{
	width: 948px;
	margin:0 auto;
	height: 513px;
	z-index:5;
	
}

#bodyLeftSide
{
	width: 728px;
	height: 513px;
	float:left;
	
}

#bgMain
{
	width:728px;
	height:513px;
}

#transTextBox
{
	
	width:319px;
	background:url(../img/transHover.png) no-repeat;
	margin-left:39px;
	font-size:13px;
	color: #363636;
	line-height:17px;
	font-family:"Times New Roman", Times, serif;
	
}

#transTextBox p{margin-bottom:10px;}
#transTextBox h1{color:#7f8b51;margin-bottom:10px;line-height:25px;}
#transTextBox ul{margin-left:13px;margin-bottom:10px;}
#transTextBox a{text-decoration:none; color: #363636;}
#transTextBox a:hover{text-decoration:underline;}

#eventsLeftSide{float:left;width:60px;text-align:right; margin-right:10px; font-weight:bold;}
#eventsRightSide{width:150px;float:left;}


#textPadding
{
	margin-left:28px;
	margin-right:28px;
	padding-bottom:20px;
}

#bodyRightSide
{
	width: 206px;
	height: 513px;
	float:right;
}

#rightItem
{
	height:160px;
	width:206px;
	margin-bottom:17px;
	
}
/*footer *******************/
#footer
{
	color:#5b5b52;
	font-size:8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:16px;
	line-height:16px;
	width:948px;
	margin:0 auto;
	
}

#footerFloat
{
	height:16px;
	float:left;
	color:#5b5b52;
	font-size:10px;
}

#footerFloat a
{font-size:10px;	color:#5b5b52; text-decoration:none; margin-left:10px; margin-right:5px;}

#footer a
{
	color:#6c6c5d;
}


/**************FORM STYLES******************/
#formArea{}

#formArea h1{color:#7f8b51;margin-bottom:10px;line-height:25px;}

.wrapIt
{
	width:300px;
	margin-top:5px;
	margin-bottom:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#000000;
	
}

.floater
{
	width:100px;
	float:left;
	margin-right: 10px;
	
}	

#textbox
{
	width:150px;
	border:1px solid;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:15px;
	line-height:15px;
}




* html imgBkgnd{
height:100%;
width:100%;
}

.imgBkgnd{
width: 100%;
min-width: 100%;
height:100%;
min-height:100%;
}

.yah{color:#000000; background-color:#ffffff;}
.yah a{color:#ffffff; background-color:#ffffff;}


