@charset "utf-8";
/* Table of Contents
/* CSS Document */
/* ----------------------
   FileName: core-styles.css 
   Date: 09/07/2009
   Author: Christeina Gray 
   ---------------------- */ 
   
/*------------------------------------------------------------------
COLORS

Background: #FFF (white)
Content: #000 (black)
Header h1: #000 

a (standard): #0000FF(blue)
a (visited): #0F0 ( bright green)
a (active): default

TYPOGRAPHY

Body: 100% Verdana, Arial, Helvetica, sans-serif;
Headers: 2em/1.1em Verdana, Arial, Helvetica, sans-serif;

Notes: decreasing heading by 0.3em with every subsequent heading level
_____________________________________________________________________*/

/*reset default styles*/
*{ margin: 0; padding: 0;}
/*formatting for links*/
a { color: #00F; }
a:visited { color: #00F; }
a:hover { color: #0F0;}

h1 {font-size:2em; line-height: 2.1em; }
h2 { font-size: 1.7em; line-height: 1.5em; margin-top: .5em;}
h3 { font-size: 1.4em; line-height: 1.2em; margin-top: .5em;}
h4 { font-size: 1.1em; text-decoration: underline; margin-top: .5em;}

/*form styles*/
form { }
label { margin:5px 0;clear: left;float:left;display:block;font-weight:bold; }
input { margin:5px 0;}
fieldset { border: none; 
}
.subscribeLink a{ color: #F00; font-weight: bolder; }
/*formatting for lists in main content area*/
ul{ /* all lists */
	list-style-type: none;
}
 
li { /* all list items */
	float: none;
	margin-bottom:0px;
	line-height:2ex;
}
li ul { /* second-level lists */
	float:none;
}
ol li { margin-left: 25px; }
.regularListStyle { margin-left: 40px; list-style-type: disc; }
.regularListStyle ul{  margin-left: 40px;}
.regularListStyle ul li { list-style-type: disc;
margin-left: 40px;
}
.regularListStyle ul li ul li { list-style-type: disc;
margin-left: 40px;
}

body  {
	position: relative;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ccc;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	padding: 0;
}
#container {
	position: relative;
	overflow: hidden;
	width: 1000px;
	min-width:900px;
	background: #FFFFFF;
	border: 3px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
} 
#header {
	position: relative;
        padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	min-width:850px;
	margin: 0px;
	width: 1000px;
} 
#header #innerHeader  {
	margin:10px 0px 0px 0px;
	background-color:#000000;
	border: 3px solid #000000;
	height:200px;
}
#addressBar img {
	margin:0;
        border:none;
}
#addressBar a:link,#addressBar a:visited, #addressBar a:hover,#addressBar a:active {
       margin:0;
       padding:0;
       border: 0;
}
#contactInformation { display: none; }
#donateButton { 
       position:absolute;
       top: 5px;
       right: 5px;
       width: auto;
       font-weight: bold;
       font-family: "Franklin Gothic Medium Cond", Arial, sans-serif;
       letter-spacing: -.025em;
       word-spacing: .2em;
       background-color: #0F0;
       color: #000;
       padding: 2px;
       border: 2px solid #00F;
       text-transform: uppercase;
       border-radius: .5em;
}
#donateButton a{
display: block;
text-decoration: none;
color: #000;
}
#donateButton a:link, #donateButton a:visited {
text-decoration: none;
color: #000;
}

#donateButton a:hover {
text-decoration: none;
color: #00F;
}
#donateButton a:active { 
text-decoration: none;
color: #000;
}
#searchbox {
       color: #0F0;
       position: absolute;
       bottom: 5px;
       right: 5px;
       width: auto;
}
#searchbox label { 
       color: #0F0;
       float: none;
       position: absolute;
       bottom: 5px;
       right: 115px;
       font-weight: bold;
}
#searchbox input {
position: absolute;
bottom: 5px;
right: 5px;
width: 100px;              
background-color: #FFF;
float: right;
}
/*special nav instructions on drop down menus*/
#navigation  {
	position: relative;
	width:98%;
	height: 2em;
	z-index: 2;
	/*margin: 5px 0 5px 0;*/
	padding: 5px 0;
 }
.nav ul{ /* all lists */
	padding: 0;
	list-style: none;
	text-decoration:none;
	border:none;
	text-align:center;
	z-index: 2;
}
 
.nav li { /* all list items */
	float: left;
	position: relative;
	width: auto;
	text-decoration:none;
	padding:0;
	margin-bottom:0px;
	background-color:#FFFFFF;
	list-style:none;
	border:none;
	z-index: 2;
}
.nav a  {  text-decoration: none;
			color:#0000FF;  
			display: block;
			z-index: 2;
			padding: 5px 18px 5px 18px;
}
#navigation a, #navigation a:visited { color: #00F; }
			
.nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 3.1em;
	left: 0;
	border:2px solid #00FF00;
	list-style:none;
	z-index: 2;
}
 
.nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	z-index: 2;
}
 
.nav li:hover ul, .nav li.over ul { /* lists nested under hovered list items */
	display: block;
	float:left;
	z-index: 3;
}
.nav li ul li  {  width:11em;
border:2px solid #00FF00;
list-style:none;  
z-index: 2;
}
#mainContent {
	position: relative;
	float: none;
	width: 1000px;
	margin-right: 0px;
	padding: 0;
	clear:none;
	background-color: #FFF;
	line-height:2.4ex;
	z-index: 0;
        clear: both;
} 
#mainContent img { border: 2px solid #000; }

/*general styles that can be applied anywhere*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.textAlignCenter { text-align: center; }
.rightColumn { position: relative;
    float: right;
    text-align: left;
    width: auto;
}


/*----------------Special formatting for main content of home page---------------------*/
#mainContentHomePage {
	position: relative;
	margin-left: 255px;
	padding: 0;
	clear:none;
	background-color: #FFF;
	line-height:2.4ex;
	z-index: 0;
	width: auto;
	/*left: 36px;
	top: 2px;
	height: 952px;*/
} 
#mainContentHomePage img { border: 2px solid #000; }
/*-------------------sidebar styles----------------------------------*/
#sidebar {
	position: relative;
	float: left; /* since this element is floated, a width must be given */
	width: 230px;
	min-width:200px;
	clear:left;
	background-color: #FFF;
	border: 5px solid #0000FF;
	margin: 0 0px 0 0px;
	padding: 5px;
	z-index: 1;
}

#box1 {
	background-color: #FFF;
	border: 3px solid #0F0;
	margin-left: 0px;
	margin-bottom: 5px;
	padding-left:10px;
	padding-right: 0;
	min-height: 200px;
}
	#box1 img, #box3 img { float: right; margin: 0 0 0 10px; border:2px solid #000000; }
#box2 {
	background-color: #FFF;
	height:auto;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 3px solid #0F0;
	padding-right:10px;
}
	#box2 img, box4 img { float: left; margin: 0 10px 0 0; border:2px solid #000000; }
#box3 {
	background-color: #FFF;
	border: 3px solid #0F0;
	margin-left: 0px;
	margin-bottom: 5px;
	padding-left:10px;
	padding-right: 0;
	min-height: 200px;
}
#box4 {
	background-color: #FFF;
	height:204px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 3px solid #0F0;
	padding-right:10px;
}
#nextsubnav  {  
        width: 100%;
		font-weight:bold;
		font-size:80%;
		color:#0000FF;
		text-align:center;
                margin: 10px 0;

}
     #nextsubnav a {  
background-color: #00F;
display: inline-block;
color: #FFF;
}
#container #scrollingBar {
	margin-right: 0px;
	margin-left: 0px;
	height: 30px;
	color: #0000FF;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}
#donateBar {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 3px solid #0F0;
}
#donateBar a { text-decoration: none;
font-weight: bold;
color: #00F;
}
marquee { display: inline-block;
}
#footer {
	padding: 0 0px 5px 0px;
	background-color: #FFF;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
}
#bottomNav {
	color: #00FF00;
	background-color: #000;
	width:100%;
	height:30px;
	margin-top: 5px;
	padding-top:5px;
	margin-left: -10px;
	padding-right: 20px;
	
}
#bottomNav a { color: #0F0; text-decoration: none;}
#bottomNav a:link, #bottomnav a:visited    {
 	color: #00FF00;
	background-color: #000;
        text-decoration: none;
}
#bottomNav a:hover {
	color:#00F;
	text-decoration:underline;
	background-color:#000;
	
}
#bottomNav a:active {
	color:#0F0;
	background-color:#000;
	font-weight: bold;
	text-decoration:none;
	
}
/*extras*/
.space { width: 100%; height: 30px; }