/**********************************************************************
160822 crystal (strive4peace) http://www.MsAccessGurus.com
originally created by John Mishefke (thanks!) -- modified for HTML5 
********************************************************************/
/* ul,ol { 
	list-style: none; 
} */

html {
	margin:1em;
	padding: 0; 
	background-color: #FFF18E;
}


/* paragraphs */
p {
	margin:2em;
	padding:0;
   color: #800000;
}
/* body */
body {
	margin: 2em 0 0 2em;
	width: 100%;
	background-image: url("../images/marblefaint.jpg");
	background-repeat: repeat;
	font-family: verdana,tahoma,arial,sans-serif;
   color: #800000; 
}
/* headings */
h1 { 
	margin: 1em 2em;
	padding:0;   
	text-align: center;
	color: #AF6D56; 
}

h2 { 
	margin: 1em 2em;
	padding:0;   
	text-align: center;
	color: #AF6D56;    
}
h3,h4,h5,h6 {
	margin: 1em 2em;
	padding:0;
}

/* images */
img {
	margin:0;
   display: block;
   max-width: 100%;
   padding: 0;
}



/* these are defined so older browsers can render HTML5 tags */


header, section, footer, aside, nav, article, figure {
    display: block; 
	margin: 0;
	padding:0;      
}
figure {
    display: block; 
	margin: 0;
	padding:0;  
   max-width: 100%;
   padding: 0;
}
figcaption {
    display: block; 
	margin: 0;
	padding:0;    
}
section {
    display: block; 	
   margin:2em;
	padding:0;
   color: #c76a49;
}
main {
    display: block; 	
   margin:2em;
	padding:0;
   color: #c76a49;
}


blockquote {
	margin: 1em 2em;
	padding:0;   
	font-style: italic;  
	color: #c76a49;
}
/* links */ /* vertical-align: middle; */
a {
	text-decoration: underline;
	color: #0044ff;	
	font-weight: bold;
}
a:hover {
	color:#ffffff;
	background:#336699;
	text-decoration:none;
}


/* text formats */
.small {
   font-size:60%;
}
.medium {
	color: #888888; 
}
.smallLight {
   font-size:60%;
	color: #aaaaaa; 
}
.lightUnderline {
	color: #aaaaaa; 
   text-decoration: underline;
}


ul,ol,li{ 
	margin: 0 2em 0 5em; 
	padding: 0; 
}





.aerobuttonmenu{ /*aero buttons container*/
	overflow: hidden; 
	width: auto;
	padding: 4px 0;
	border-width: 1px 0;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
	width: 100%;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
	background: transparent url('../images/aeroleft.gif') no-repeat top left;
	display: block;
	float: left;
	font: bold 13px Verdana, Trebuchet MS; 
	line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
	height: 31px; /* Height of button background height */
	padding-left: 10px; /* Width of left menu image */
	text-decoration: none;
	margin-left: 8px; /*spacing between buttons*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
	opacity: 0.9;
	-moz-opacity: 0.9;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
	color: white; /*button text color*/
}

.aerobuttonmenu a.aero span{
	background: transparent url('../images/aeroright.gif') no-repeat top right;
	display: block;
	padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
	opacity: 1;
	-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
	color: yellow;
}

.black a.aero{
	background-image: url('../images/aeroleftblack.gif');
}

.black a.aero span{
	background-image: url('../images/aerorightblack.gif');
}

.aerobuttonmenu .rightsection{
	float: right;
	width: 100px;
	position: relative;
	top: 3px;
	padding-right: 5px;
	text-align: right;
}

.aerobuttonmenu .rightsection a{
	color: navy;
}


