body { 
background-color: #777;
font-family:Arial, Helvetica, sans-serif;
}

h3 {
	font-size:30px;
	font-family: Arial, sans-serif;
	letter-spacing: .3em;
	margin-top:0;
	padding-top:0;
	}

hr {
	width:400px;
	
	color:#444;
}	
#sub_page {
	position: absolute;
	top: 171px;
	left: 169px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 604px;
	height: auto;
	background-color: #EFEFEF;
	padding: 10px;
	border: solid 1px #DEDEDE;
}

.footer {
	padding-top: 25px;
	color:#444;
	font-size: 80%;
	text-align: center;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}


main_nav .active {
	padding-top: 10px;
}
.main_nav {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	top: 203px;
	position: absolute;
	list-style-type: none;
	text-decoration: none;
	left: 17px;
	text-align: left;
	height: 169px;
	width: 94px;
	z-index: 99;
	color: #FFFFFF;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 36px;
}

.main_nav li{
	margin-bottom: 8px;
	border: 1px #222 solid;
	padding: 3px;
	background-color: #444;
}

.main_nav li:hover{
	background-color: #777;
	}

#Layer2 {
	position:absolute;
	left:520px;
	top:162px;
	width:180px;
	height:407px;
	z-index:90;

}
#Layer3 {
	position:absolute;
	left:-1px;
	top:0px;
	width:1161px;
	height:132px;
	z-index:3;
	background-color: #1d1d1d;
}
#Layer4 {
	position:absolute;
	left:0px;
	top:117px;
	width:153px;
	height:1042px;
	z-index:4;
	background-color: #1d1d1d;
}
#Layer5 {
	position:absolute;
	left:152px;
	top:117px;
	
	height:69px;
	z-index:95;
}

a:link{
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover{
	color: red;
	text-decoration: none;
}
.email table {
	color: #FFFFFF;
}

#Layer6 {
	position:absolute;
	left:457px;
	top:126px;
	width:240px;
	height:25px;
	z-index:100;
}

/* --- Calendar page --- */	

table.calendar {
width: 600px;
margin-top: -20px !important;
}


table.calendar thead {
}

table.calendar th {
font-family: helvetica, arial, sans-serif !important;
font-weight: bold;
font-size: 15px !important;
padding: 0 10px 10px 10px;
color: #574716;
border-bottom: 1px solid #e6f2dc !important;
text-align: left;
}

table.calendar td {
font-size: 13px;
line-height: 1.5em;
margin: 0 0 1em 0;
/* vertical-align: top; */
color: #574716;
/* padding: 10px; */
font-family: helvetica, arial, sans-serif !important;
}


table.calendar tr.alt td {
background-color: #e6f2dc;
}

/*---email ---*/
.email{
	/* margin:140px 0px 0px 510px; */
	position: absolute;
	top:124px;
	left:600px;
	width: 500px;
	height: 24px;
	z-index: 100;
}

.email .email_td {
/* width:100px; */
}
.subscribe_button{
	margin:2px 0px 0px 0px;
}
.subscribe_email{
	width:225px;
	height:auto;
	border:1px solid #93DC2B;
	background-color:#E9F6DA;
	margin: 0px 5px 4px 0px;
	float: left;
	color: #688B2F;
	font-size: 0.8em;
	padding: 3px 0px 3px 3px;
}

