﻿/* Master layout */

body {
    font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:80%;
	margin: 0;
	padding: 0;
}

#container {
	width:950px;
	margin:0px auto;
}

.invisible {
	height:0;
	overflow:hidden;
}

/* header */
#header {
	width:950px;
	margin: 0;
}

#pageHeaderLogo {
    float: left;
	padding-bottom: 15px;
}

#pageHeaderLinks {
	float: right;
	padding-top: 30px;
	margin-right: 20px;
}

/* end header */
/* top nav */

#nav {
	clear:both;
}

#topNav {
    z-index:99;
	width:725px;
	top: 0px;
	left: 115px;
    position:relative;
}

#topNav ul {
	padding: 0px;
	width: 670px;
	margin-left: 25px;
	line-height: 40px;	
	height: 40px;
	list-style-type: none;	
}

#subnav ul {
    padding: 0;
    margin: 0;
    list-style: none; 
} 

#subnav {
    padding: 0;
    margin: 0;
    list-style: none; 
} 

#subnav a {
	font-size: 16px;
	color: #3a3ace;
	text-decoration: none;
    display: block;
	white-space:nowrap;
}

#subnav li {
	float: left;
	padding: 0px;
	margin: 0px;
}

#subnav li a:hover {
	text-decoration: underline;
}

/*#subnav .topMenuListSpacer {
	padding: 0 15px;
	display: inline;
	float: left;
	margin: 0px;
	width: 30px;
	text-align: center;
}

#subnav .topMenuListDivider {
	margin-top: 5px;
	margin-left: 15px;
	float: left;
	border-left: #cccccc 1px solid;
	width: 1px !important;
	height: 27px;
}*/

.topMenuListDivider {
	width: 30px;
	text-align:center;
	color:#ccc;
}

#subnav li li {
	width: 150px;
	padding:5px 0;
	margin: 0px;
}

#subnav li ul {
    position: absolute;
    left: -999em;
    width: 150px;
	height:auto;
	margin:0 auto;
	padding-top:20px;
	padding-bottom: 10px;
	line-height:normal;
	background-color: #121245;
	background-image:url(../images/top_nav_hover_arrow.jpg);
	background-position: center top;
	background-repeat:no-repeat;
}

#subnav li ul a {
	color:#FFF;
	font-size:12px;
	padding:0;
	margin: 0 5px 0 10px;
} 

#subnav li.sfhover ul {     
	left: auto;
}

#subnav li:hover ul {     
	left: auto;
	background-position: 0 0; /* to fix sticky hover */
}

/* end topnav */

/* left column */

#pageLeft {
	clear:left;
	width:220px;
	float:left;
	background-color:#e8e8e8;
	padding-top: 20px;
	padding-bottom: 20px;
}

#want h3, #mission {
	width:200px;
	margin: 20px 10px 20px 10px;
}

#want {
	width: 220px;
	border-top: #fff 4px solid;
}

#wantLinks {
	padding: 0 10px 0 0;
}

#wantLinks ul {
	list-style-image:url(../images/double_teal_arrow.gif);
}

#wantLinks a:link, #wantLinks a:visited {
	text-decoration:underline;
}

#leftNav {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#leftNav h3 {
	color:#171759;
	font-size:15px;
	margin: 15px 15px 12px;
	padding-bottom:5px;
	border-bottom: #669900 1px dotted;
}

#leftNav p {
	font-size:12px;
	margin: 12px 15px;
}

#leftNav p a:link, #leftNav p a:visited {
	color:#3a3ace;
	text-decoration:none;
}

#leftNav p.selected a:link, #leftNav p.selected a:visited {
	color:#171759;
}

#leftNav p a:hover {
	text-decoration:underline;
}

/*--- Home Page only ---*/

#splashPanel {
	background-image: url(../images/GeneratorBanner.jpg);
	background-repeat: no-repeat;
	background-position:center center;
	height:300px;
	width: 600px;
	float:left;
	margin-left: 40px;
}

#homeContent {
	padding-top: 20px;
}

#homeContentLeft {
	width: 310px;
	margin-left: 30px;
	float: left;
}

#homeContentRight {
	width: 310px;
	margin-left: 30px;
	float: left;
}

/*--- Pages w/ no nav ---*/
#otherContent {
	width: 600px;
	margin-left: 150px;
	padding: 0;
}

.maplinks {
	font-size: 100%;
	font-weight: bold;
	line-height:150%;
	float:left;
	width:275px;
}

.maplinks li {
	margin-top: 20px;;
	list-style-type:none;
}

.maplinks li li {
	margin-top: 5px;;
}

/*--- content pages ---*/

#pageContent {
	width: 700px;
	float:left;
	padding: 0;
	margin-left: 30px;
}

#text {
	width: 640px;
	padding: 0;
}

/* footer */

#footer {
	clear:both;
	width:950px;
	background-color:#121245;
	color:white;
	margin-top: 30px;
	font-size:80%;
}

#footer p {
	margin:0;
	padding: 10px 20px;
}

#footerRight {
	float:right;
	padding: 10px 20px;
}

#footerRight a {
	color:#ffffff;
	text-decoration:none;
}

#footerRight a:hover {
	text-decoration:underline;
}

/*--- Main Content Area Styles ---*/

/* headers */
h1 {
	font-size:180%;
	font-weight: normal;
	color:#171759;
	margin: 5px 0 2px 0;
}

h2 {
	font-size:160%;
	font-weight: normal;
	margin: 0 0 2px 0;
	color:#385917;
}

h3 {
	font-size:140%;
	font-weight: normal;
	color:#171759;
	margin: 0 0 2px 0;
}

h4 {
	font-size:110%;
	color:#385917;
	margin: 0 0 2px 0;
}

h5 {
	font-size:100%;
	color:#000;
	margin: 0 0 2px 0;
}

/* paragraph styles */

p {
	font-size:100%;
	margin: 5px 0 10px 0;
}

blockquote p {
	margin: 0;
}

.large {
	font-size:120%;
}

.largeSerif {
	font-size:120%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.small {
	font-size:90%;
	font-style:italic;
	color:#444;
}

.center {
	text-align:center;
}

/* for collapsible area */

.phototext {
	margin-left: 120px;
}

.collapse {
	display:none;
}

.show {
	display:block;
}

.biopic {
	float:left; 
	border: 1px solid #999; 
	margin: 2px 8px 0 10px; 
	width:100px; 
	height:120px
}

/* list items */
ul, ol {
	font-size:100%;
	margin-top: 5px;
}

ul ul, ol ol {
	font-size:100%;
	margin-top: 0px;
}

ol ol, ol ol li {
	list-style-type:lower-alpha;
}

li {
	font-size:100%;
	margin-bottom: 4px;
}

/* content links */
a:link, a:visited {
	color:#3a3ace;
	text-decoration:underline;
}

#text.news a:visited {
	color:#171759;
	text-decoration:underline;
}

a:hover, #text.news a:hover {
	color:#666666;
	text-decoration: underline;
}

.button {
	text-align:center;
	margin-left:25%;
	margin-top: 20px;
	padding: 10px 0;
	width: 200px;
	background-color:#e8e8e8;
	border: #000 1px solid;
}

.button a {
	font-size:16px;
	color:#000;
	text-decoration:none;
}

.button a:hover {
	text-decoration:underline;
}


/* callout boxes */

.Callout_1 {
	border: 1px solid #444;
	width: 25%;
	float: right;
	margin: 5px 8px 5px 10px;
	padding: 5px;
}

.Callout_2 {
	border: 1px solid #444;
	width: 40%;
	float: right;
	margin: 5px 8px 5px 10px;
	padding: 5px;
}

.Callout_3 {
	border: 1px solid #444;
	width: 25%;
	float: left;
	margin: 5px 10px 5px 0;
	padding: 5px;
}

.Callout_4 {
	border: 1px solid #444;
	width: 40%;
	float: left;
	margin: 5px 10px 5px 0;
	padding: 5px;
}

.Callout_1 p, .Callout_2 p, .Callout_3 p, .Callout_4 p {
	margin:0;
}

.Callout_1 ul, .Callout_2 ul, .Callout_3 ul, .Callout_4 ul {
/*	margin: 5px 10px;*/
	list-style-type:none;
	float:left;
}

/* borders & shading */

.border {
	border: 1px solid #676767;
	padding: 10px;
	color: #676767;
}

hr {
	background-color: #669900; 
	width: 100%; 
	height: 1px; 
	color: #669900;
}

.BG_blue {
	background-color:#ccdef0;
	padding: 10px;
}

.BG_gold {
	border: 1px solid #444;
	background-color:#e7e79d;
	padding: 10px;
}

.BG_gray {
	border: 1px solid #000;
	background-color:#ccc;
	padding: 10px;
	color: #000;
}
/* image styles */
.imgRight {
	border: 1px solid #ccc;
	width: auto;
	float: right;
	margin: 0 10px 5px;
	padding: 5px;
	font-size: 90%;
}

.imgRight0 {
	width: auto;
	float: right;
	margin: 5px 10px;
}

.imgLeft {
	border: 1px solid #ccc;
	width: auto;
	float: left;
	margin: 0 10px 5px;
	padding: 5px;
	font-size: 90%;
}	

.imgLeft0 {
	width: auto;
	float: left;
	margin: 5px 10px;
}

.imgRight img, .imgLeft img {
	margin-bottom:5px;
}

/* tables */

/* basic table style */

table th, table td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}


/* data table with borders */
table.dataTable {
	border-collapse: collapse; margin: 6px 0 7px 0; 
}

table.dataTable tr th { 
	vertical-align: middle; 
	border: 1px solid #676767; 
	background:#fff9e4; 
	padding: 4px 8px;
}

table.dataTable thead tr td { 
	color: #444; 
	margin: 14px 0 0 0;
	vertical-align: middle; 
	border: 1px solid #676767; 
	background:#fff9e4; 
	padding: 4px 8px;
}

table.dataTable tr td { 
	vertical-align: top;
	border: 1px solid #676767;
	background:#fff; 
	padding: 4px 8px;
}

/* data table plain styling */

table.dataTablePlain { 
	border-collapse: collapse; 
	margin: 6px 0 7px 0; 
}

table.dataTablePlain tr th { 
	color: #444; 
	vertical-align: middle; 
	border: 1px solid #ddd; 
	padding: 4px 8px;
}

table.dataTablePlain tr td { 
	color: #444; 
	vertical-align: top;
	border: 1px solid #ddd;
	padding: 4px 8px;
}

