@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #002202;
	background-color: #787746;
	font-size:14px;
}

.mailbox {
padding:10px 20px 10px 20px;
}

.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#B4AF91;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #32331D;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #header {
background-color:#40411E;
border-bottom: 2px solid #32331D;

}
.oneColFixCtr #titleimage {
/*border-top: 2px solid #32331D;*/
border-bottom: 2px solid #32331D;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	/*border-right: #003399 solid 1px;*/
 	/*font-weight: bold;*/
	text-align: center;
	background-color:#40411E;
	color:#CCCCCC;
}

a { color: #000000;}
a:hover { color:#C03000}

.menu a {
display:block;
color: #CCCCCC;
/*padding-top:7px;*/
/*width:100%;*/
/*height:23px;*/
text-decoration:none;
/*vertical-align:middle;*/
font-family: Verdana, Arial, Helvetica, sans-serif;
/*background-image:url(images/menu/menu.jpg);*/
background-color:#40411E;
padding:5px 30px 5px 30px;
}

.menu a:hover {
/*background-position: 0px 14px;*/
color: #000000;
/*background-position:bottom;*/
background-color:#B4AF91;
/*padding:5px 30px 5px 30px;*/
}

.footer {
	background-color:#40411E;
	border-top: 2px solid #32331D;
}



/* Row 1 */

.large {
/*height: 0px;
width: 0px;*/
display:none;
}


a:hover .large {
display: block;
height: 300px;
width: 400px;
position: absolute;
left: 35%;
/*right:100px;*/
top:40px;
border:4px solid #32331D;
}

/* Row 2 */

.large2 {
display:none;
}

a:hover .large2 {
display:block;
height: 300px;
width: 400px;
position: absolute;
left: 35%;
top:210px;
border:4px solid #32331D;
}

/* Row 3 */

.large3 {
/*height: 0px;
width: 0px;*/
display:none;
}


a:hover .large3 {
display: block;
height: 300px;
width: 400px;
position: absolute;
left: 35%;
/*right:100px;*/
top:420px;
border:4px solid #32331D;
}


/* Row 4 */

.large4 {
display:none;
}

a:hover .large4 {
display:block;
height: 300px;
width: 400px;
position: absolute;
left: 35%;
top:250px;
border:4px solid #787746;
}	

.sig{ padding:5px}
.sig a { color:#B4AF91; font-size:9px;}
.sig a:hover { color:#C03000}