@charset "utf-8";

@import "forms.css";

/* CSS Document */



body

{
	background-color:#f4e3a5;
	background-image:url(images2/bg_site.jpg);
	background-position:top;
	background-repeat: repeat-x;
	font-family:"Arial", sans-serif;
	font-size:20px;
	line-height: 1.6em;
	margin-top:0px;
	
	text-align:center;
}

td
{
	font-family:"Arial", sans-serif;
	vertical-align:top;
	font-size:20px;
	text-align: left;
	color: #58595b;
}
ul
{
	margin-top: 0px;
}
li 
{
	margin-bottom: .3em;
}
a
{
	color: #522747;
}

a:hover
{
	color: #992306;
}


#wrap
{
	position:relative;
	width:1000px;
	left: auto;
	right: auto;
	height:100%;	
	text-align:left;
	
	margin: 20px auto;
}



/* header */
#maintable
{	
	width:1000px;
	background-image: url(images2/maintable_bg.jpg);
	background-position: top;
	background-repeat: repeat-y;	
}
#calendartable
{	
	width:1000px;
	background-image: url(images2/calendar_bg.jpg);
	background-position: top;
	background-repeat: repeat-y;	
}
#fulltexttable
{	
	width:1000px;
	background-image: url(images2/bg_fulltext.jpg);
	background-position: top;
	background-repeat: repeat-y;	
}

.headerlogo
{
	background-image: url(images2/header_logo.jpg);
	background-position: top;
	background-repeat: no-repeat;
}



#searchform
{	
	vertical-align: top;
	height: 56px;
	margin-left: 747px;
	background-image: url(images2/search_bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

input#query
{
	border: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#000000;
	background-image:url(images2/spacer.gif);
	background-color: #fafafa;
	margin: 20px 20px 0px 95px;
	width:120px;
	height:17px;
}

td.buttontd
{	
	background-color: #cc6e19;
}

div#topbuttons
{
	margin-top: 5px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

div#topbuttons a
{
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
div#topbuttons a:hover
{
	color: #bfe2ba;
}

div#topbuttons a.act
{	
	color: #bfe2ba;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

div#topbuttons a.act:hover
{
	color: #FFFFFF;
}

/* fly out buttons */


#sub_nav_container_sub
{
	position: absolute;	
	left: 0px;	
	top: 221px; 
	z-index: 15;
}

.links
{
	border:  1px solid #FFFFFF;
	background-color: #cc6e19;
} 
a.subnav
{
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.3em;
	padding: 1px 5px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
}

a.subnav:hover
{
	color: #cc6e19;
	border-right: 1px solid #cc6e19;
	border-bottom: 1px solid #cc6e19;
	background-color: #FFFFFF;	
}



#lefttext
{
	width: 313px;
	vertical-align: top;
}

#maintext
{
	width: 687px;
}
#calendarmain
{
	width: 1000px;
}
.copy
{
	margin: 20px 50px 30px 40px;
}


/* font options */
.heading
{
	font-size: 27px;
	font-weight: bold;
	color: #e08916;
	line-height: 1.5em;
	margin-bottom: 10px;
}


.emph
{
	color: #46243d;
	font-size: 1.2em;
	font-weight: bold;
}

.insetarea
{
 	border-top: 1px solid #5c5137; 
	border-left: 1px solid #5c5137; 
	border-right: 1px solid #b3a78b; 
	border-bottom: 1px solid #b3a78b; 
	background-color: #d7c9cf; 
	padding: 20px 40px;
	text-align: left;
}

/* footer */
#footer
{
	color: #cd7019;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	background-image: url(images2/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 51px;
	text-transform: uppercase;
}


#footer a
{
	color: cd7019;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	line-height: 2.3em;
	text-transform: uppercase;
}
#footer a:hover
{
	color: #bfe2ba;
}

/* Calendar */

.Cheader
{
	text-align: center;
	color: white;
	font-weight: bold;
	width: 89%;
}

.outer
{
	width: 999px;
	height: 261px;
	position:relative;
	
}

.compliant
{
	width:999px;
	height:261px;
	position: absolute;
	top:0px;
	left:0px;
	
}

.flash
{
	width:999px;
	height:261px;
	position:absolute;
	top:0px;
	left:0px;
	
}
