﻿/* CSS layout */

body{
	background-color: rgb(168, 168, 168);
	background-image:url('images/ao_website_bkg.png'); 
	background-repeat:no-repeat;
	background-position:top center;
	height:100%;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

legend {
	color:white;
}

#whitefill {
	width:100%;
	background-color:white;
	height:3px;
}

#yellowfill {
	width:100%;
	background-color:#FFCD37;
	height:4px;
}

#play {	
	float:right;
}

h2 a{	
	font-size:25px;
	color:white;
	text-decoration:none;
}

h2{
	margin-top:0px;
	margin-bottom:0px;
	font-size:25px;
	color:white;
}

h3 {
	color:white;
}
small {
	color:white;
	padding-top:0px;
}

#page_contentR h2{
	font-size:20px;
	margin: 6px 15px 0 15px;
	border-bottom: 1px solid #fff;

}

#page_contentR li {
	list-style-type: none;
}
#page_contentR li ul li {
	list-style-type:disc;
	font-size: .9em;
	padding-bottom: 5px;

}


#page_contentR a {
	color:white;
	margin-left:0px;
}

#page_contentR ul {
	color:white;
	margin-left:0px;
}

p {	
	color:white;
}

p a {
	color:white;
}

.entry {	
	color:white;
}

.postmetadata {	
	color:white;	
}

.postmetadata a{	
	color:white;	
}

.navigation {
	color: white;
}

.navigation a{
	color: white;
}


#headcontainer {
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	height: 100px;
	width:830px;	
}

#title {
	width: 400px;
    float:right;
    position:absolute;	
	margin-left:5px;	
}

#maincontainer {
	width:830px;
	overflow:auto;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
}

#head {
	width: 461px;
    margin-left:300px;
    margin-top:0px;
	height: 70px;
	/*
	background-repeat:no-repeat;
	background-image:url('images/test.png');
	*/
	}

#flashPlayer {
	float:right;
}

#head img{
	display:block;
	}

#medialinks {	
	position:absolute;
	margin-left:770px;
	margin-top:15px;
	width: 33px;	
}

#medialinks2 {
	position:absolute;
	margin-left:735px;
	margin-top:15px;
	width: 33px;	
}

#medialinks3 {	
	position:absolute;
	margin-left:705px;
	margin-top:17px;
	width: 33px;	
}

#medialinks4 {	
	position:absolute;
	margin-left:665px;
	margin-top:15px;
	width: 33px;	
}

#medialinks5 {	
	position:absolute;
	margin-left:630px;
	margin-top:15px;
	width: 33px;	
}


.pagenav{
position:relative;
float:left;
font-weight: bold;
width: 100%;
margin: 0px auto;
padding-bottom:0px;
margin-top:100px;
margin-right:100px;
padding-left:20px;
}

.pagenav ul{
padding: 6px 0 7px 0;
margin: 0;
text-align: left;
}

.pagenav li{
position:relative;
display: inline;
}

.pagenav li a{
font-family: Georgia, "Times New Roman", Times, sans-serif;
color:white;
padding: 6px 3px 4px 3px;
margin-right: 5px;
text-decoration: none;
text-shadow:1px 2px #000000;
text-transform: lowercase;
font-size:11.5px;
}

.pagenav li a:hover{
border-bottom: 3px solid #E9DF31;
}

.pagenav li.current_page_item {
border-bottom: 3px solid black;
}

.pagenav li ul li.current_page_item {
 border:none;
}


.pagenav li ul li a:hover {
   border:none;
}

.pagenav li ul {
	visibility:hidden;
    position:absolute;
	margin: 0px;
	padding-bottom: 4px;
	list-style:none;
	z-index: 598;
	left: 0px;
	top: 100%;
}

.pagenav li ul li a{
	font-size:10px;
}


.pagenav li ul li a:hover{
	border:none;
color:#FFCD37;
}

.pagenav li:hover ul { 
	float:right;
	visibility:visible;
	display:list-item;
	z-index:599;
	padding-top:2px;
	margin: 0;
}

#page_contentR {
	color:white;
	width: 210px;
	float:right;
	padding-right:5px;
	padding-bottom:10px;
	padding-left: 5px;
	padding-top: 10px;
	background-color: rgba(17, 17, 17, 0.85);

	-webkit-border-radius: 15px;
	border-radius: 15px;
}

#page_contentL {
	/* border-top: 1px solid white;
	border-bottom: 7px solid white; */
	width: 560px;
	float: left;
	margin: 0px auto;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	padding-top: 10px;
	background-color: rgba(17, 17, 17, 0.85);
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

#page_contentLCont {
	width: 590px;
	float: left;
	margin: 0px auto;
	}

#page_contentRCont {
	width: 220px;
	float: right;
	margin: 0px auto;
}

#page_Cont {
	width: 795px;
	margin: 0px auto;
}

#page_content {	
	width: 780px;
	clear:both;
	padding-right:15px;
	padding-left: 15px;
	padding-bottom:15px;
	padding-top: 20px;
	background-color: rgba(17, 17, 17, 0.85);
	-webkit-border-radius: 15px;
	border-radius: 15px
	min-height:700px;;	
}

#ltext {
	color:white;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#contheadR {
	width:35px;
	float:right;
	height:14px;
	background-image:url('images/CHR.png');
	background-repeat:no-repeat;
}

#contheadL {
         margin-left:-1px;
	float:left;
	width:556px;
	height:14px;
	background-image:url('images/CHL2.png');
	background-repeat:no-repeat;
}

#contheadR3 {
	width:35px;
	float:right;
	height:14px;
	margin-right:5px;
	background-image:url('images/CHR.png');
	background-repeat:no-repeat;
}

#contheadL3 {
         margin-left:-1px;
	width:761px;
	float:left;
	height:14px;
	background-image:url('images/CHL2.png');
	background-repeat:no-repeat;
}

#contheadR2 {
	width:35px;
	float:right;
	height:14px;
	background-image:url('images/CHR.png');
	background-repeat:no-repeat;
}

#contheadL2 {
         margin-left:-1px;
	width:186px;
	float:left;
	height:14px;
	background-image:url('images/CHL2.png');
	background-repeat:no-repeat;
}

#itemDetails {	
	width:400px;
	height:300px;
	float:right;
	color:white;	
}

#itemDetails h2 {	
	font-size:24px;	
}

#itemDetails li {	
	font-size:14px;
}

img {
	border: none;
}

#footer {
	width:auto;
	height:110px;
         background-color:black;
	clear:both;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
	border-top: 1px solid #333;
	text-align: center;
	font-size: 11px;
	color: #fff;
}

.footnav{
position:relative;
font-weight: bold;
width: 370px;
margin: 0px auto;
padding-bottom:0px;
padding-left:0px;
}

.footnav ul{
padding: 6px 0 7px 0;
margin: 0;
text-align: left;
}

.footnav li{
position:relative;
display: inline;
}

.footnav li a{
color:white;
}

.footnav li ul {
	visibility:hidden;
    position:absolute;
	margin: 0px;
	padding-bottom: 4px;
	list-style:none;
	z-index: 598;
	left: 0px;
	top: 100%;
}


.container {width: 780px; margin: 10px auto;}

.sidemen {
	float: left;
	padding-left:0px;
}

ul.tabs {
	margin: 0px 0px 0px 0px;
	padding: 0;
	float: left;
}

ul.tabs li {
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	margin-right: -1px;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
}

ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: .7em;
	padding: 0 5px;
	border: 1px solid #fff;
	outline: none;
}

ul.tabs li a:hover {
	background: #ccc; 
}	

html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #FFCD37;
	border-bottom: 1px solid #fff;
}

.tab_container {
	float: right;
	width: 640px;
}

.tab_content {
	padding: 2px;
	font-size: 1.2em;
}

.tab_content h2 {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	margin-left:5px;
	font-weight: normal;
	margin-top:0px;
	font-size: 1.4em;
	color:white;
}

.tab_content h3{
	font-size:.8em;
	color:white;
}

.tab_content h3 a{
	font-size:.8em;
	color:white;
}

.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}


#contact {
	margin-right: 30px;
	margin-top: 60px;
	float: right;
	width: 200px;
	height:100px;
	border:2px solid white;
	padding:3px;
}
#contact-form {
	margin-left: 100px;
}

.entry {
	font-size:.8em;
}


#map {
	position:relative;
	margin:0 auto;
	padding:0;
	width:500px;
	height:276px;
	background:url(images/aboutpic.png) top left no-repeat #fff;
	font-family:arial, helvetica, sans-serif;
	font-size:8pt;
	border:2px solid white;
}

#map li {
	margin:0;
	padding:0;
	list-style:none;
}

#map li a {
	position:absolute;
	display:block;
	text-decoration:none;
}

#map li a span { display:none; }

#map li a:hover span {
	position:relative;
	display:block;
	width:125px;
	left:20px;
	top:180px;
	padding:5px;
	border:1px solid #000;
	background:#fff;
	text-decoration:none;
	color:#000;
	filter:alpha(opacity=80);
	opacity:0.8;
}

#map a.will {
	top:15px;
	left:25px;
	width:45px;
	height:220px;
}
#map a.don {
	top:15px;
	left:150px;
	width:60px;
	height:220px;
}
#map a.steve {
	top:15px;
	left:200px;
	width:70px;
	height:220px;
}
#map a.dan {
	top:15px;
	left:250px;
	width:70px;
	height:250px;
}
#map a.mark {
	top:15px;
	left:325px;
	width:75px;
	height:250px;
}
#map a.jp {
	top:15px;
	left:380px;
	width:60px;
	height:250px;
}


#aboutL {
	width:350px;
	float:left;
	text-align:left;
}

#aboutR {
	width:405px;
	float:right;
	text-align:left;
}

#clear {
clear:both;
}

#aboutC {
	width:800px;
	clear:both;
	margin:3px auto;
	padding:3px;
	margin-bottom:5px;
	border:1px solid black;
	text-align:left;
}





/*##########################################################################################



LOGIN FORM



##########################################################################################*/

#login-form {
	position:absolute;
	margin-left:740px;
	margin-top:97px;
}

#login-container {
	position: relative;
}

#content {
	width:520px;
	min-height:500px;
}

#topnav {
	padding:10px 0px 12px;
	font-size:11px;
	line-height:23px;
	text-align:right;
}

#topnav a.signin {
	background:#000;
	padding:4px 6px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

#topnav a.signin:hover {
	background:#222;
}

#topnav a.signin, #topnav a.signin:hover {
	*background-position:0 3px!important;
}

a.signin {
	position:relative;
	margin-left:3px;
}

a.signin span {
	background-image:url(images/toggle_down_light.png);
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding:4px 16px 6px 0;
}

#topnav a.menu-open {
	background: #000!important;
	color:#666!important;
	outline:none;
}

#small_signup {
	display:inline;
	float:none;
	line-height:23px;
	margin:25px 0 0;
	width:170px;
}

a.signin.menu-open span {
	background-image:url(images/toggle_up_dark.png);
	color:#fff;

#signin_menu {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	display:none;
	background-color:#000;
	position:absolute;
	width:140px;
	z-index:100;
	border:1px transparent;
	text-align:left;
	padding:12px;
	top: 24.5px; 
	right: 0px; 
	margin-top:5px;
	margin-right: 0px;
	*margin-right: -1px;
	color:#fff;
	font-size:12px;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
	display:block;
	-moz-border-radius:4px;
         -webkit-border-radius:4px;
	border: none;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:130px;
}

#signin_menu p {
	margin:0;
}

#signin_menu a {
	color: white;
}

#signin_menu a:hover {
	color: #666;
}

#signin_menu label {
	font-weight:normal;
}

#signin_menu p.remember {
	padding:10px 0;
}

#signin_menu p.forgot, #signin_menu p.complete {
	clear:both;
	margin:5px 0;
}


#signin_submit {
	background:url(images/logout_btn.png) no-repeat;
	width:77px;
	height:28px;
	color:#fff;
	border:none;
	padding:4px 10px 5px;
	font-size:11px;
	margin:5px 5px 0 0;
	font-weight:bold;
}

#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}

#signin_submit:hover, #signin_submit:focus {
	cursor:pointer;
}

.login-container small {
	text-transform:uppercase;
	color:#666;
}

.login-container h5 {
	color:#fff;
	text-transform:uppercase;
}

/******2*****/

#signin_submit2 {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	float:left;
}

#signin_submit2::-moz-focus-inner {
padding:0;
border:0;
}

#signin_submit2:hover {
	color:#900;
	cursor:pointer;
}

/****end 2 ****/


.mg-options {
	background:url(images/btn_options.png) no-repeat;
	width:107px;
	height:28px;
	margin:5px 0 0 0;
	padding:6px 0 0 13px;
}

.logout {
	background:url(images/logout_btn.png) no-repeat;
	width:62px;
	height:28px;
	margin:5px 0 0 10px;
	padding:6px 0 0 18px;
}