/************************/
/* leftNav2ColDark.css  */
/************************/

/*
 * Revised 2007-10-11 by Vern Raben
 * - Changed masthead graphic to include title to correct centering problems, removed text astroleague title
 * - changed default h2, h3 color, default background color
 * Revised 2007-10-04 by Vern Raben
 * - Changed masthead graphic
 * - added aurora-bg repeat to extend pseudo aurora in bg
 * - changed default text color, default background color, default anchor color
 * Revised 2007-10-29 by Vern Raben
 * - changed bg-aurora to bg-aurora-halloween
 * - changed banner-aurora to banner-aurora-halloween
 * Revised 2007-11-01 by Vern Raben
 *  - changed bg-aurora-halloween back to bg-aurora
 *  - changed banner-aurora-halloween to banner-aurora
 */
body{
	font-family: Arial, sans-serif;
	color: #F7FFDD;
	margin: 0px;
	padding: 0px;
	/*background-color: #0F1601 */;
	background-color: #020202;	
	font-size: large;
	font-weight: normal;
}

a:link, a:active {
	color: #7CCA13;
	text-decoration: none;
}
a:visited {
	color: #7CCA13;
	text-decoration: none;
}

a:hover {
 color:#FFD700;
 text-decoration:underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
	font-size: 130%;
	color: #6C8302;
	padding-top: 6px;
	padding-left: 10px;
	padding-bottom: 6px;
}

h3{
 font-size: 130%;
 color: #6C8302;
}

h4{
 font-size: 120%;
 font-weight: bold;
 color: #339933;
}

h5{
 font-size: 100%;
 color: #334d55;
}


/* header */

#header {
	height: 229px;
	padding: 0;
	margin: 8px 0 0 0;
	background-image: url(images/bg-aurora.gif);
	background-repeat: repeat-x;
}
#logo-title {
	position: relative;
	overflow: hidden;
	height: 213px;
	z-index: 1;
	background-image: url(images/banner-aurora.gif);
	background-repeat: no-repeat;
	background-position: center;
}

/** Positions "Astroleague" title at the top of the page */
#site-name {
	position: relative;
	padding: 0;
	margin: 0;
	left: 235px;
	top: 80px;
	line-height: normal;
	border: 0;
	font-size: 2em;

}

#header #site-name a, #header #site-name a:visited, #header #site-name a:hover {
	font-family: Arial, sans-serif;
	font-size: 75%;
	color: #7CCA13;
	font-weight: bold;
	letter-spacing: 3px;
	text-decoration:none;
	border: 0;
}
#header #site-name a:hover {
	color: #6FB510;
	text-decoration:underline;
}

label{
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	background-color: #202000;
	border-color: #000000;
	color: #000000;


}
#mission {
	position: absolute;
	width: auto;
	top: 2%;
	left: 368px;
	overflow: hidden;
}

#masthead #mission ul {
	list-style-type: none;
	left: -32px;
	position: relative;
}
#masthead #mission li {
	padding-bottom: 2px;
	padding-top: 2px;
}


#logo {
	height: 175px;
	width: auto;
	background-color: #333300;
	background-image: url(images/logo.png);
	background-position: center;
	background-repeat: no-repeat;		
}





#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #121C02;
	border-right: 1px solid #333301;
	border-bottom: 1px solid #333301;
}

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


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	font-size: 80%;
	clear: left;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 12px;
}

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

.feature img{
	float: left;
	padding: 0px 12px 8px 4px;
	margin: 0px 8px 4px 0px;
	vertical-align: middle;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #333333;
	font-size: 75%;
	color: #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;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	font-size: 90%;
}

#search form{
	margin: 0px;
	padding: 0px;
}
#navBar #search input {
	background-color: #7D9754;
	color: #FFD700;
	border: 1px solid #7D9754;
}
#navBar #search input:hover {
	background-color:#ADC08F;
	color: #000;
	border: 1px solid #7D9754;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
	color: #FFD700;
}


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


 
#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 #2B2D02;}

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

#navBar #sectionLinks img {
	padding: 2px;
	float: right;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	font-size: 90%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #F7FFDD;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link, #sectionLinks a:visited ,#sectionLinks a:active{
	text-decoration:none;
}

#sectionLinks a:hover{
	text-decoration:underline;
	color: #FFD700;

}

/*********** #navbarAd styles ***********/

#navbarAd{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#navbarAd h3{
	padding: 10px 0px 2px 10px;
}

#navbarAd a:link,#navbarAd a:link:visited{
	padding: 2px 0px 2px 10px;
}


#navbarAd a:hover{
	padding: 2px 0px 2px 10px;
	text-decoration:underline;
	color: #FFD700;	
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}





#captionLeft {
	padding: 5px 0px 5px 0px;
	float: left;
}

/************** #headlines styles **************/

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

#content .story p {
	float: left;
	margin-right: 10px;
}
#navBar #sectionLinks p {
	text-align: left;
}
#logo a, #logo a:visited, #logo a:active {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

