﻿/* Main CSS Layout Styles */

* {
	padding: 0px;
	margin: 0px;
	line-height: 18px;
}

body {
	text-align: center;
	background: #CCCCCC;
	font-family: verdana, helvetica, arial, san-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}

/* Framing */
#wrapper, #footer {
	margin: 0px auto;
	width: 800px;
	text-align: left;
}
#wrapper {
	background: #ffffff;
	border: 2px solid #666666;
	border-top-width: 0px;
	margin-bottom: 30px;
}


/* HEADER */
#header {
	width: 800px;
	height: 63px;
	border: 5px solid #0b5a8b;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	background: url(http://auxpa.org/_images/auxpa_Header.jpg) no-repeat top left;
}

h1 span {
	position: absolute;
	display: none;
}

#header form {
	float: right;
	margin: 18px 15px 0px 0px;
}

#header form div a {
    color: white;
}


/* NAVIGATION */
#navigation {
	width: 800px;
	height: 28px;
	border-bottom: 2px solid #4e4e4e;
	
}
#navigation ul.menu {
	background: transparent url(http://auxpa.org/_images/auxpa_Button_Up.jpg) top left repeat-x;
	margin:0px; 
	margin-left: 4px;
	margin-top: -18px;
	padding:0px;
	width: 796px;
	z-index: 150;
}
#navigation ul.menu li {
	list-style: none;
	display: inline;
	margin: 0px;
	margin-left: -4px;
	position: relative;
}
#navigation ul.menu li a {  
	background: transparent url(http://auxpa.org/_images/auxpa_Button_Up.jpg) top left repeat-x;
	color:#000000;  
	padding:6px 10px;  
	text-decoration:none;     
	font-size: 12px;
	line-height: 28px;
	text-transform: uppercase;
	border: 1px solid #999999;
	border-left-color:#CCCCCC;
	border-bottom-width: 0px;
	border-top-width: 0px;
}
#navigation ul.menu li a:hover {  
	background: transparent url(http://auxpa.org/_images/auxpa_Button_Hover.jpg) top left repeat-x;
	border-left-color: #4e4e4e;
	color: #ffffff;
}
#navigation ul.menu li ul{
	position: absolute;
	left: 0px;
    top: 20px;
	width: 320px;
	display: none;
	border: 1px solid #666666;
	background: #cccccc;
	z-index: 100;
}
#navigation ul.menu li ul li{
	margin: 2px 10px;
	width: auto;
	list-style: none;
	display: list-item;
	border: 1px solid #4e4e4e;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	background: none;
}
#navigation ul.menu li ul li:hover {
	background: #999999;
}
#navigation ul.menu li ul li a {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background: none;
	border: none;
}
#navigation ul.menu li ul li a:hover {
	background: none;
	border: none;
}
#navigation ul.menu li:hover ul,  #navigation ul.menu li ul:hover {
	display: block;
}
	 		
/* FEATURED */
#featured {
	background: #666666;
	border-bottom: 2px solid #cccccc;
	width: 618px;
	float: left;
}
#featured ul.menu {
	margin:0px 5px; 
    margin-bottom: 25px; 
	padding:0px;
	width: 608px;
	text-align: center;
	border-bottom: #ffffff solid 1px;
	
    margin-top: 10px;
	z-index: 0;
}
#featured ul.menu li {
	list-style: none;
	display: inline;
	margin: 0px;
	position: relative;
   	top: 4px;
	visibility: inherit;
}
#featured ul.menu li a {  
	background: #666666;
	color:#cccccc; 
	padding: 8px 14px;  
	text-decoration:none;    
	text-transform:uppercase;  
	font-size: 11px;
	line-height: 40px;
	border: 1px solid #cccccc;
	visibility: inherit;
}
#featured ul.menu li a:hover {  
	background: #4e4e4e;
	visibility: inherit;
}

#featured ul.menu li a.current {  
	color:#ffffff;
	border: 1px solid #ffffff;
	border-bottom-color: #666666;
}		
.featured-item {
	width: 618px;
	color: #ffffff;
	overflow: auto;
}
.featured-item * {
	margin: 0px 20px;
}
.featured-item object {
	float: left;
    margin: 10px 15px 10px 15px;
}
.featured-item h2 {
	color: #cccccc;
	font-size: 10px;
	font-weight: normal;
}
.featured-item h3 {
	font-size: 14px;
}

#featured img {
	clear: both;
}

#featured img.left {	
	float: left;
	clear:left;
}

#featured img.right {
	float: right;
	clear: right;
}

#featured span.info a {
	text-decoration: none;
	color: #999999;
	margin: 0px;
}
.featured-item h5 a {
	color: #ffffff;
	text-decoration: none;
}
/* SIDEBAR */

#sidebar {
	float: left;
	width: 160px;
	padding: 25px 10px;
        margin-top: -2px;
        border-top: 2px solid #666666;
		border-right: 2px solid #cccccc;
        background: #d1e2ed url(http://auxpa.org/_images/auxpa_SideBar.jpg) repeat-x bottom left;
		height: 100%
}
#sidebar ul {
}
#sidebar h4 {
	margin: 9px 0px 5px 0px;
}
#sidebar ul li {
	list-style: none;
	margin: 0px 10px;
}
#sidebar ul li a {
	color: #666666;
	padding: 3px;
	text-decoration: none;
}
#sidebar ul li a:hover {
	color: #000000;
	text-decoration: underline;
	/*border-left: 4px solid #999999;*/
}
#main {
	float: left;
	width: 618px;
	padding: 0px;
}
#main * {
	margin: 0px 20px;
}
#main a { margin: 0px;}
#main h2, #main h3, #main h4, #main p, #main ul, #main h2, #main form {
	margin-bottom: 9px;
}
#main ul.breadcrumb {
        margin-left: 0px;
}
#main ul.breadcrumb li {
	list-style: none;
	display: inline;
}
#main ul.breadcrumb li {
	list-style: none;
	display: inline;
}

#main .story {
	float: left;
	width: 270px;
	margin: 10px 15px 10px 20px;
}

#main .story * {
 margin: 0px;
}

.story h2 {
	font-size: 14px;
}
.story h2 a {
	text-decoration: none;
	color:#333333;
}

.story h8 a:hover
{
	text-decoration: underline;
}

.story h8 a
{
	text-decoration: none;
}

.story img {
	float: left;
	padding: 9px 10px 9px 0px;
}
/* FOOTER */
#footer {
	color: #333333;
	width: 800px;
}
#footer * {
	margin: 0px 20px;
}
#footer img {
	margin: 0px 20px;
	float: left;
}
#footer h2, #footer h3, #footer h4, #footer p, #footer ul, #footer h2, #footer form {
	margin-bottom: 9px;
}

.floatDog {
	clear: both;
} 

a:hover {
	text-decoration: underline;
}

.yearGroup {
	width: 90px;
	margin: 10px;
	float: left;
}

table.officers {
	width: 540px;
	margin: 15px;
	text-align: center;
}

table.officers * {
	padding: 0px;
	margin: 0px;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	text-decoration: none;
	color: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	text-decoration: underline;
}
ul.submenu {
	list-style: none;
	margin: 5px 15px;
}
ul.submenu li {
	margin: 0px 6px;
	display: inline;
}
ul.submenu li a {
	color: #fff;
	text-decoration: none;
	text-transform:uppercase;  
	font-size: 11px;
}

.video {}
.potw_caption { font-weight: normal; }
.potw_title { font-weight: bold; } 
DIV.story H8 A { text-decoration: none; margin-bottom: 3px; }
DIV.story H8 A:hover { text-decoration: underline; }
