/*************************************************************************************/
/* AA-styles.css                                                                     */
/* ********************************************************************************* */

/* Section 1  - Used                           */

/*               Main Structure                */

.image-bannerack-border1{
margin-bottom: auto;
}

body {
 background-image: url(../images/aa-bk-img-blue.png);	
 background-color: #003366; /* Finished: 003366, Development : CCCCCC so can read */ 
 background-position: top center; 
 background-repeat: repeat;
 background-attachment: fixed; 
 margin:  0;
 padding: 0;
 text-align: center; /* IE hack Part 1 */ 
}

#container {
	width: 950px; /*HD Hack*/
	margin: 10px auto;
	background: #ffffff;
	border-left: 2px solid #cccccc; /*HD Hack*/
	border-right: 2px solid #cccccc; /*HD Hack*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: left; /* IE hack Part 2 */
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	height: auto;
	position: static;
	white-space: normal;
	overflow: auto;
}


/*                Navigation                   */

/* attributes for related links defaults to here if not there - keep only styles and temlate open and hover over template to see on bottom what is in cascade */
#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;  /* gray - whole side panel for Left Menu */
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px; /* bottom left right top */ 
}

#pageName{
	padding: 0px 0px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#globalNav{
	color: #FFFFFF; /* don't know FFFFFF */
	padding: 0px 0px 0px 3px;
	white-space: nowrap;
	background-color:   #333333; /* don't know 333333 */
		list-style-type: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */
/*   	display: compact;  */  
   

#globalNav img{
	color:   #CC6666; /* don't know - pinkish CC6666 */
	background-color:  #00CC66; /* don't know  00CC66 */
}
/* - below -  size - important for look - thickness of top line  */ 
#globalNav a {
	font-size: 20%;  
	padding: 0px 4px 0px 0px;
	color: #FFFFFF; /* don't know - white FFFFFF */
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*               Main Body of Text              */

/* below - this is what makes the text Verdana -*/
/* margin: 0 0px 18px 0 ; */
.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.story{
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	padding: 3px 0px 0px 10px;
}
/* below - was 0 0 10 0 */
.story p{
	padding: 0px 0px 10px 0px;  
}
/* these ARE used by class */

/*                 Plaques                     */

.plaque1{
	font-size: 120%;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	line-height: 1.3;
	}
.plaque2{
	font-size: 12px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	line-height: 1.3;
	}
.plaque3{
	font-size: 10px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	vertical-align: bottom;
	line-height: 1.4;
	}
.plaque4{
	font-size: 9px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	line-height: 1.3; 
	}
	

/* this IS used by class */
/*	size: 0;*/
.plaque-border1{
	left: auto;
	border-left-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-style: outset;
	border-right-style: outset;
	border-top-style: outset;
	border-bottom-style: outset;
	border-left-width : thin;
	border-right-width: thin;
	border-top-width: thin;
	border-bottom-width: thin;
	}	
/* size: 33;*/
/*	border: 5;*/
/*	border-top: 5;*/

#e1-image-border1{
	border: 0;
}

/*                   ID                        */	

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc; /* don't know  cccccc */
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/*********** #navBar link styles ************/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/* Section 2  - Not Used - maybe future use, maybe remove                            */

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc; /* don't know cccccc */
}

#advert img{
	display: block;
}

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}
#headlines p{
	padding: 5px 0px 5px 0px;
}


#wp-calendar a{
   background-color: #B2C9F5;
}


/* Section 4  - AA copy from BE                                                      */
/* AA span styles */


.aaPageTitle1 {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight : bold;
	color: #003366; /* my blue 003366 */
	padding: 3px 0px 0px 10px; 
	}

.aaPageTitle2 {
	font-size: 125%;
	font-weight: bold;
	color: #003366; /* my blue 003366 */
	font-family: Arial, Helvetica, sans-serif;
	}

.aaExhibitTitle1 {
	font-size: 125%;
	font-weight: bold;
	color: #003366; /* my blue 003366 */
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 0px 0px 10px; 
	}

.aaExerpt1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #666666; /* don't know 666666 */
	background-color:#CCCCCC; /* don't know - CCCCCC */
	}

/*********** .relatedLinks styles ***********/
/* below - was 90*/
.relatedLinks{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small; 
	font-style: normal;
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

/* this changes the words colors in the related links section */ 
.relatedLinks ul li a {
	color: #CC3333; /* best CC3333, second#FF3300, third FF0000, grey#666666; */
}
/* D90000 was close, AC2D40, E94601, FF3300, CC3333, 666666; */

.relatedLinks ul li a:hover{
	color: #FFFFFF; /* The text color when hover #FFFFFF; */
	background-color: #003366; /* The background color when hover #003366; */
}

/*                 Headings                    */

h1, h2, h3, h4, h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
/* h5 - Ony one used                           */
/* text-decoration:underline;  removed         */
h1{

 font-size: 125%;
 font-weight:bold;
 color: #003366; /* my blue 003366 */
 font-family: Verdana, Arial, Helvetica, sans-serif;  
}

h2{
 font-size: 110%; 
 font-weight: bold;
 color: #003399; /* don't know 003399 */
 font-family: Verdana, Arial, Helvetica, sans-serif; 
}

h3{
 font-size: 125%;
 font-weight: bold;
 color: #003366; /* my blue 003366 */
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333; /* don't know 333333 */
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

h5{
 font-size: 125%;
 font-weight: bold;
 color: #003366; /* my blue 003366 */
 font-family: Arial, Helvetica, sans-serif;
}

/*                 Sidebar sections              */
/* whaaaat */
ul{
 list-style-type: square; /*  square;*/
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/*********** .bottomLinks styles ***********/
/* below - was 90*/
.bottomLinks{
	text-align:center;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 80%; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#mbline1{
	width: 100%;
	
}


/* ---------------------- Credits - bottom of Template ----------------------- */
p.credits {
 padding: 0px 0px;
 text-align: center;
 margin: 10px 0px; 
 color: #CCCCCC; /* don't know CCCCCC */
 font-family: Arial, Helvetica, sans-serif;
 font-size: small;
/*  background-color:#003366;  don't need  */
}
p.shmedits {
 padding: 0px 0px;
 text-align: center;
 margin: 10px 0px; 
 color:  #FF3366; /* don't know FF3366 */
 font-family: Arial, Helvetica, sans-serif;
 font-size: small;
/*  background-color:#003366;  don't need  */
}



/* AA-styles.css  - end                                                              */
