a:link		{color:#000000; font-weight: bold; text-decoration: none;}
a:active	{color:#FFFFFF; font-weight: bold; text-decoration: none;}
a:visited	{color:#333333; font-weight: bold; text-decoration: none;}
a:hover		{color:#666666; font-weight: bold; text-decoration: none;}

body {
    background: #666666;
	background-image: url('images/aztec_logoguy.gif');
	background-repeat: no-repeat;
	background-position: bottom left;	
	background-attachment: scroll;
	font-family: arial, "lucida console", sans-serif;
	font-size: 9pt;
}

#content {
    position: absolute;
    left: 150px;
    top: 185px;
    width: auto;
    margin: 0 25px 0 0;
    padding: 10px;
    z-index: 1;
    font-family: arial, sans-serif;
	font-size: 9pt;
	text-align: left;
    color: #000000;
    background: #CCCCCC url('images/') no-repeat fixed bottom right;
    border: solid #000000 1px;
}

#donate {
    float: right;
    width: 100px;
	height: 100px;
    margin: 0 0 10px 10px;
    padding: 10px;
    z-index: 2;
    font-family: arial, sans-serif;
	font-size: 9pt;
	text-align: left;
    color: #000000;
    background: transparent;
	background-image: url('images/aztec_donate.gif');
	background-repeat: no-repeat;
    border: solid #000000 0px;
}

#donate_banner {
	background-image: url('images/donate_banner_aztec.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	width: 570px;
	height: 212px;
}

#donate_click {
	background-image: url('images/paypal_aztec.gif');
	background-repeat: no-repeat;
	border: 0px;
	width: 400px;
	height: 50px;
}

#highlight {
    position: absolute;
    left: 625px;
    top: 0px;
    width: auto;
	height: 79px;
    margin: 85px 25px 0 0;
    padding: 10px;
    z-index: 1;
    font-family: arial, sans-serif;
	font-size: 9pt;
	font-weight: 800;
	text-align: left;
    vertical-align: bottom;
    color: #FFFFFF;
	background-image: url('images/');
	background-position: top left;
	background-repeat: no-repeat;
    border: solid #000000 0px;
}

img {
	border: 0px;
}

.indent01 {
	text-indent: 10px;
}

.indent02 {
	text-indent: 20px;
}

.indent03 {
	text-indent: 30px;
}

.linethrough {
	text-decoration: line-through;
}

#logo {
    position: absolute;
    left: 25px;
	top: 0px;
    width: 600px;
	height: 185px;
    margin: 0 25px 0 0; 
    z-index: 1;
	text-align: right;
    color: #000000;
	background-image: url('images/bg_top_aztec.jpg');
	background-position: top left;
	background-repeat: no-repeat;	
    border: solid #000000 0px;

}

.member_images {
	padding-right: 10px;
}

#navigation {
    position: absolute;
    left: 25px;
	top: 185px;
    width: 100px;
    margin: 0 25px 0 0; 
    padding: 10px;
    z-index: 2;
    font-family: arial, sans-serif;
	font-size: 9pt;
	text-align: right;
    color: #000000;
    background: #CCCCCC url('/images/') no-repeat fixed top left;
    border: solid #000000 1px;
}

table {
    font-family: arial, sans-serif;
	font-size: 9pt;
	color: #000000;
}

th {
	font-variant: small-caps;
}

.title {
	font-size: 11pt;
	font-weight: 800;
	font-variant: small-caps;
}

#vbanner {
	background-image: url('images/vbaztec/rotator.php');
	background-repeat: no-repeat;
	padding: 5px;
	text-align: left;
	width: 200px;
	height: 300px;
}

#vertical {
    float: right;
    width: 200px;
    margin: 0 0 10px 10px;
    padding: 10px;
    z-index: 1;
    font-family: arial, sans-serif;
	font-size: 9pt;
	text-align: left;
    color: #000000;
    background: #D3CFCC url('/images/') no-repeat fixed bottom right;
    border: solid #000000 1px;
}

/*******************************
	MENU
*******************************/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100px; /* Width of Menu Items */
	border-bottom: 1px solid #CCCCCC;
}

ul li {
	position: relative;
}
	
li ul {
	position: absolute;
	left: 99px; /* Set 1px less than menu width */
	top: 0;
	display: none;
}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	background: #CCCCCC; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #CCCCCC;
	border-bottom: 0;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #CCCCCC; background: #666666; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; border: 1px solid #666666;} /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

