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


/* Tell the browser to render HTML 5 elements as block */  
header, footer, section, aside, nav, article {  
    display: block;  
	position:relative;
	z-index:10;
}  

body {
	background-image: url(img/bg.gif);
	margin:0px;
	padding:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#533633;
}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#628865;
	font-size:23px;
	text-align:center;
	margin:10px;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#32191f;
	margin:10px 0 -7px 0;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#745158;
	line-height:13px;
	margin:7px 0 7px 0
}
p .note{
	color:#b6b1b2;
	font-size:11px;
	margin:0 0 14px 0;
}
a{
	color:#7a302a;
	border:none;
}
a:hover{
	text-decoration:none;
}


#darker{
/*  background-image:url(img/bg2.gif);  */
	width:98%;
	height:inherit;
	margin:0 auto;
	padding:10px;
	background: rgba(97, 123, 0, 0.3);
	overflow:auto;
}
 #darker2{
 /* background-image:url(img/bg3.gif); */
	position:absolute;
	z-index:1;
	left:50%;
	top: 0pt;
	bottom: 0pt;
	margin:0 0 0 -420px;
	padding:0 0 10px 0;
	background: rgba(156, 166, 76, 0.3);
	width:840px;
	min-height: 980px;
} 

#mainCont{
	width:550px;
	margin:0 auto;
}
.whitey10{
	padding:10px;
	background-color:#FFF;
	border: 1px solid #c4d482;
	/* these need some browser-specific intros   
    -moz-border-radius: 10px;  
	-webkit-border-radius: 10px; */
}

.whitey7{
	background-color:#FFF;
	border: 1px solid #c4d482;
	overflow:auto;
}
.greenBorderH1{
	background-color:#ecf3d1;
	padding:5px;
	display:table;
	margin:18px auto 10px auto;
	/* these need some browser-specific intros */  
	-moz-box-shadow: 1px 1px 7px #c4d482; 
	-webkit-box-shadow: 1px 1px 7px #c4d482; 
}
/*.greenBorderH1-2{
	background-color:#ecf3d1;
	padding:5px;
	width:500px;
	margin:10px auto 10px auto;
	/* these need some browser-specific intros */  
/*  -moz-box-shadow: 1px 1px 7px #c4d482; 
	-webkit-box-shadow: 1px 1px 7px #c4d482; 
}*/
.greenBorder320{
	background-color:#ecf3d1;
	padding:5px;
	width:311px;
	float:left;
	overflow:hidden;
}
.greenBorder210{
	background-color:#ecf3d1;
	padding:5px;
	width:210px;
	float:right;
	margin:0 0 7px 0;
	clear:right;
}

#moreAbout1, #moreAbout2, #moreAbout3, #moreAbout4, #moreAbout5{
	display:none;
}

.morelink1, .morelink2, .morelink3, .morelink4, .morelink5, .lesslink{
	color:#7a302a;
	border:none;
	text-decoration:underline;
	cursor:pointer;
	font-size:10px;
}
.morelink2, .morelink3, .morelink4, .morelink5, .lesslink{
	display:none;
}

.morelink1:hover, .morelink2:hover, .morelink3:hover, .morelink4:hover, .morelink5:hover, .lesslink:hover{
	text-decoration:none;
}

.smlinks{
	font-family:Arial, Helvetica, sans-serif;
	color:#9ea67e;
	font-size:11px;
	margin:8px 0 7px 0;
	padding:0;
}
.smlinks a{
	text-decoration:none;
	color:#9ea67e;
}
.smlinks a:hover{
	border-bottom:dotted 1px;
	color:#6ea67e;
}
.smimg{
	margin:7px;
	width:16px;
	height:16px;
	float:left;
	border:none;
}
