/* General Layout */

body
{
	background-color: #333333;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin:15px auto 10px auto;
}

#container
{
	margin:0px auto;
	width:799px;
}

#mid
{
	clear:both;
	margin:0 auto;
	width:799px;
	background-image:url(../images/PAGEBG.gif);
	background-repeat:repeat;
}

#header
{
	clear:both;
	width:799px;
	height:115px;
	background-image:url(../images/header.jpg);
}

#footer
{
	clear:both;
	width:799px;
	height:67px;
	background-image:url(../images/footer.gif);
}

#footerleft
{
	clear:both;
	float:left;
	width:667px;
}

.footertext
{
	margin-left:13px;
	margin-top:18px;
}

#footerright
{
	float:left;
	width:112px;
}

#footerright img
{
	border:none;
}

/* Menu */

#menu
{
	clear:both;
	float:left;
	margin:0 auto;
	margin-left:2px;
	width:208px;
	/*height:498px;*/
	padding:1px;
	background-image:url(../images/menubg.gif);
	background-repeat:repeat;
	position:relative;
}

#content
{
	float:left;
	width:583px;
	/*height:500px;*/
	padding:0px;
	margin:0 auto;
}

.menuitem
{
	width:195px;
	margin:2px auto;
	position:relative;
}

.menuheader
{
	text-align:left;
}

.menuselected
{
	height:25px;
	line-height:25px;
	background-image:url(../images/menuitem_selected.gif);
	text-align:left;
}

.menuunselected
{
	height:25px;
	line-height:25px;
	background-image:url(../images/menuitem_unselected.gif);
	text-align:left;
}

body,td,th 
{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link 
{
	color: #314319;
	text-decoration: none;
}

a:visited 
{
	text-decoration: none;
	color: #314319;
}

a:hover 
{
	text-decoration: none;
	color: #506531;
}

a:active 
{	
	text-decoration: none;
	color: #775D27;
}

a 
{
	font-family: Arial, Helvetica, sans-serif;
}

/* Style Formatting */

.style1 
{
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.style2 
{
	color: #775d27;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 14px;*/
	font-size: 12px;
}

.style3 
{
	font-size: 5px;
}

.style4 
{
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

.style5 
{
	color: #8a845c;
}

.style7 
{
	color: #59703A;
}

.style8 
{
	font-size: 12px
}

.style9 
{
	color: #596f3a;
	font-weight: bold;
}

.style10 
{
	font-size: 10px;
	font-weight: bold;
	color: #798F5A;
}

.style11 
{
	font-size: 10px;
	font-weight: bold;
}

/* Header Text Formatting */
/* Used for both main section of page and contact info heading */

.headtext
{
	width:556px;
	margin:0px 10px;
	padding-top:5px;
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
}

/* Main Section */

.mainwrap
{
	clear:both;
	width:576px;
	margin:5px auto 0 auto;
}

.mainhead
{
	width:576px;
	height:26px;
	background-image:url(../images/heading.gif);
	background-repeat:no-repeat;
	margin:0 auto;
}

.mainmid
{
	width:576px;
	background-image:url(../images/contentbg.gif);
	background-repeat:repeat;
	margin:0 auto;
	padding:2px 0px 1px 0px;
}

.mainmidwrap
{
    margin:3px auto 3px auto;
    overflow:hidden;
}

.mainfoot
{
	width:576px;
	height:4px;
	background-image:url(../images/contentbottom.gif);
	background-repeat:no-repeat;
	margin:0 auto;
}

/* Contact Info */

#contactinfowrap
{
	width:576px;
	margin:5px auto 0 auto;
	clear:both;
}

#contactinfohead
{
	width:576px;
	height:26px;
	/*background-image:url(../images/contact_heading.gif);*/
	background-image:url(../images/heading.gif);
	background-repeat:no-repeat;
	margin:0 auto;
}

#contactinfoheadtext
{
	width:556px;
	margin:0px 10px;
	padding-top:5px;
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
}


#contactinfomid
{
	width:576px;
	background-image:url(../images/contentbg.gif);
	background-repeat:repeat;
	margin:0 auto;
	padding:2px 0px 1px 0px;
}

#contactinfofoot
{
	width:576px;
	height:4px;
	background-image:url(../images/contentbottom.gif);
	background-repeat:no-repeat;
	margin:0 auto;
}

.contactmid
{
    position:absolute;
    /*top:50%;*/
    width:100%;
    text-align:center;
}

.contactinner
{
    position:relative;
    /*margin-top:-25%;*/
    /*top:-50%;*/
    /*width:100%;*/
    text-align:center;
}

#contactmail
{
    width:186px;
}

#mailmid
{
    height:76px;
    /*top:68px;*/
    top:54px;
}

#phonemid
{
    /*height:156px;*/
    /*top:14px;*/
}

#contactphone
{
    width:204px;
}

.contactspacer
{
    display:inline;
    width:6px;
    height:184px;
    background-color:#FFFFFF;
    float:left;
    border-left:solid 1px #B5AF84;
    border-right:solid 1px #B5AF84;
    position:relative;
}

#contactcontainer
{
    width:398px;
    height:184px;
    background-color:#B5AF84;
    border:solid 1px #B5AF84;
    margin:10px auto 15px auto;
    overflow:hidden;
}

.contactinfo
{
    display:inline;
    height:184px;
    background-color:#F2EFE0;
    float:left;
    position:relative;
}