/* unlicensed to kill local eyes and ears 
   CSS Document 
*/

/* begin site common elements */

.a img { border-style: none; margin: 0; }

body { 
	background: url('../images/background.jpg') top left repeat-x ; 
	background-color: #fff;  
	color: #333; 
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; 
	font-size: 14px;
	line-height: 1.5em;
	margin: 15px auto;
	width: 980px; 
}

li { margin-left: 25px;}

p { line-height: 1.5; text-align: justify; }
p + p { margin-top: 1em;  text-align: justify; }

.align_center { text-align: center; }
.align_left { text-align: left; }
.align_right { text-align: right; }
.align_top { vertical-align: top; }
.bold { font-weight: bold; }
.clear { clear: both;}


/* 
 * end common elements
 */

.ad2 { display: inline-Block;  width: 300px; text-align: center;}

.content { border: 1px solid #00614d; background-color: #fff; min-height: 850px; padding: 15px 15px 30px 15px; width: 960px;}
.content h1 { font-size: 16px; font-weight: bold; line-height: 45px; vertical-align: baseline;   }

.link_article  { color: #03f; font-size: 10px; margin-left: 5px; }
.link_source { color: #03f;  text-decoration: underline; }

/*#navigation ul { text-align: center; }
#navigation li { display: inline-block; font-size: 16px;  padding: 10px 0px; text-align: center; }
#navigation li a { color: #069;}
#navigation li a:active { color: #069; text-decoration: underline;}
#navigation li a:hover  { color: #09c; font-weight: bold;}
#navigation li a:visited { color: #069;}
*/

.page_footer { background-color: #fff;  margin: 0 ;  padding: 0px 0 15px 0;  text-align: center; vertical-align: bottom; overflow: hidden; width: 990px; height: 325px; }
.page_footer_nav {  margin: 0 auto; padding-top: 20px; text-align: center; width: 960px; }

.splash { width: 1000px;} 
#splash_img {margin: 0 auto; padding-top: 0px; vertical-align: top; }

table.op_costs td { text-align: right; }
table.op_costs th.spacer { width: 0px; }
table.op_costs th.data_col { width: 90px; text-align: right; border-collapse: separate; border-spacing: 50px; }
table.op_costs th.label_col { width: 240px; text-align: left;}
table.op_costs td.label_col { text-align: left;}

table.shareholder_usage td {text-align: center; } 
table.shareholder_usage th {text-align: center; } 
 
.polaroid { 
	border: 1px #999 solid; 
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 2px 1px 10px #999; 
	-mox-box-shadow: 1px 1px 5px #999; 
}

.theme_date { color: #666; font-size: 10px;}
.theme_explain_font { color: #666; font-size: 10px;}
.theme_updated { color: #090; font-size: 10px; }
.under_construction { margin-top: 0px; padding: 0 0 10px 20px;  }


nav a {
    color:#093;
    text-decoration:none;
    text-transform:uppercase;
}
nav {
    /*background-color:#37b;*/
    background-color:#00614d;
		font-family:verdana,arial,times,serif;
    font-size:1.1em;
    overflow:hidden;
    padding-left:21%;
	text-align:center;
}

/*
nav button{
	background-color:inherit; 
	outline:none; 
	border:none;
}
nav button {
    color:inherit;
    text-decoration:none;
    text-transform:uppercase;
}

nav button.hover{
background-color:inherit;
}

nav button.active,
nav button:focus{
    background-color:#fff;
	background-color:#fff; 
	outline:none; 
	border:none;

}
*/

nav ul {
    padding:0;
    margin:0;
}
nav ul li {
    list-style-type:none;
    float:left;
    position:relative;
    padding:0;
    margin:0;
}
nav ul li a {
    display:block;
    color:#fff;
    padding:.875em .625em;
    margin:0;
}
nav ul li a:hover,
nav ul li a:focus
nav a.active {
    background-color:#fff;
    color:#03f;
    text-decoration:underline;
    font-weight:normal;
	outline:none;
}

/* These selectors style the active page's menu */
#home .home a,
#numbers .numbers a,
#bylaws .bylaws a,
#getinvolved .getinvolved a,
#contact .contact a 
#forum .forum a 
{
    color:#00c;
    background-color:#fff;
    pointer-events:none;
}

