/*  STYLE FOR USG FOUNDATION SITE */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 14px;*/
	color: #FFFFFF;
}
body {
	background-image: url(/images/BlueBack_01.jpg);
	margin-top: 25px;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -271px;
}


#header {
	height: 150px;
	margin: 0 auto;
	width: 700px;
/*	background: transparent url(/images/bg_header.png) no-repeat top center;*/
}


#content {
width:700px;
margin:auto;
}


#innerContent {
background:#233973; 
min-height: 400px;
}


#nav {
	clear: both;
	height: 35px;
	margin: -37px 0 15px;
	padding: 0;
	width: 100%;
	margin-top:  1px;
	white-space: nowrap;
}

#nav ul#dropdown-menu {
/*	background:transparent url(/images/navigation.png) 0 0 no-repeat;*/
	display:block;
	height:35px !important;
	margin: 0 auto !important;
	padding: 0 0 0 0;
	width: 700px;
	
}


a {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

/*
#navigation {
margin: 5px 0px 20px 0px;
text-align:center;
}

#navigation a {
background: #ccc;
color: #333;
border: .05px solid #233973;
font-size:  13px;
letter-spacing: .03em;
padding: 3px 8px 3px 8px;
text-decoration: none;
}

#navigation a:hover {
background: #666;
color: #fff;
text-decoration: none;
}

#navigation a.navON {
background: #666;
color: #fff;
text-decoration: none;
}
*/

/* this is the main UL element*/
.dropdown{
	display:none;
	margin:0;
	padding:0;
	list-style:none;
	border: 1px solid #233973;
}

/* these are the inner menus*/
.dropdown ul{
	margin-top: 5px;
	padding:0;
	border: 1px solid #233973;
	list-style:none;
}

/* these are all the LIs in the menu 
.dropdown li{
	margin:0;
	padding: 0; 
	width:122px; 
	background-color:#ccc;
	cursor:pointer;
	border: .05px solid #233973;
	text-align:center;
}
*/

/* HOME tab */
.dropdown li.homeLink{
	margin:0;
	padding: 0; 
	width: 58px;
	background-color:#ccc;
	border: 1px solid #233973;
	text-align:center;
}

/* TRUSTEES tab */
.dropdown li.trusteesLink{
	margin:0;
	padding: 0; 
	width: 149px;
	background-color:#ccc;
	border: 1px solid #233973;
	text-align:center;
}

/* EVENTS  tab - has a submenu */
.dropdown li.eventsLink{
	margin:0;
	padding: 0; 
	width: 135px;
	background-color:#ccc;
	border: 1px solid #233973;
	text-align:center;
}

/* DOCUMENTS tab - has a submenu */
.dropdown li.documentsLink{
	margin:0;
	padding: 0; 
	width: 135px;
	background-color:#ccc;
	border: 1px solid #233973;
	text-align:center;
}


/* REPORTS  tab */
.dropdown li.reportsLink{
	margin:0;
	padding: 0; 
	width: 127px;
	background-color:#ccc;
	border: 1px solid #233973;
	text-align:center;
}

/* DONATIONS tab */
.dropdown li.donationsLink{
	margin:0;
	padding: 0; 
	width: 82px;
	background-color:#ccc;
	border: 1px solid #233973;
	text-align:center;
}

/* these are anchor in the menu, if you want to style them differently from the rest of your website*/
.dropdown a{
	text-decoration:none;
	color:#333;
	width:100%;
	max-width:100%;
	background-color:#ccc;
	padding: 5px -2px 5px 2px;
	text-align:center;
	border: 1px solid #233973;
	line-height: 25px;
}

 
.dropdown a:hover{
	text-decoration:none;
	color: #fff;
	text-align:center;
	background: #666;
   width: 100%;  /* prevent hover bleeds to adjacent tab? */
  
  }
 
.dropdown a.active{
	text-decoration:none;
	color: #fff;
	text-align:center;
background:#666;
width: 100%;  /* prevent hover bleeds to adjacent tab? */
	 
	}

.dropdown a.active:hover {
	text-decoration:none;
	color: #fff;
	text-align:center;
background:#666;
	}


.dropdown li:hover{
	text-decoration:none;
	color: #fff;
	text-align:center;
	background: #666;
	padding: 0 0 0 0;
	}

/* LI submenu items */
.dropdown ul li{
	border: 1px solid #233973;
	border-top:0;
	text-align:center;
/*	margin-left: -1px;*/
	width: 138px;
	
}

/*
.dropdown ul li:hover{
	text-decoration:none;
	color: #fff;
	background: #666;
	padding: 0 0 0 0;
}
*/

/* these are the LIs that contains a submenu*/
 .dropdown li.submenu-down {
 text-align:center;
	background:#ccc;
	padding: 0 0 0 0;
/*	padding-left: -5px;  */
}

 

/* these are the LIs that contains a submenu and which are in a sub-menu themselves */
.dropdown li.submenu-left{
 text-align:center;
	background:#ccc;
	padding: 0 0 0 0;
	
}

.Letter_txt {
	font-size: 14px;
	background-color: #eeeeee;
	color: #000000;
	padding: 30px 50px;
	border-top: 50px solid #233973;
	border-right: 50px solid #233973;
	border-bottom: 50px solid #233973;
	border-left: 50px solid #233973;
}
.Page_Name {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	margin-top: 4px;
	margin-right: 25px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.style1 {font-family: Georgia, "Times New Roman", Times, serif; }

ol.a {
	list-style-type: lower-alpha;
}

/*  BOARD PAGE */
.head_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	margin: 4px 2px 6px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	color: #FFFFFF;
}

.name {
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}

.TrusteeTITLE {
	font-style: italic;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 2px 2px 8px 8px;
	font-weight: normal;
	text-align: left;
	text-indent: 0;
	margin: 0px;
	line-height: 12px;
	}
	
	.Address {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 13px;
	font-weight: normal;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}

.Text_term {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 8px;
	line-height: normal;
	text-align: left;
	}
	
/* ======= */
	
.headWhite {
	font-size: 14px;
	font-weight: bold;
color: #fff;
}

.headWhite a {
	font-size: 14px;
	font-weight: bold;
color: #fff;
}

.textWhite {
font-size: 12px;
color: #fff;
}

.indent20 {
 margin-left: 20px;
 
 }
 
 #indent30 {
 margin-left: 30px;
 
 }