#MenuBar1 li:first-of-type {padding-left:140px !important}
#MenuBar1 li li:first-of-type {padding-left:0px !important}

body {
	background: #0000ff; 
	/*background: #4169E1 #f2f9fd;*/   
	margin:0;
	padding:0;
	position:relative;
}

.logoFix{
	width: 290px;
  	top: 365px;
  	left: 0px;
  	position: fixed;}
  
 .logoFix2{
	width: 289px;
  	top: 365px;
  	right: -58px;
  	position: fixed;}

td {
	font: normal 12px Tahoma, Arial;
	color: #03C;
	/*color: #748fba;  */
}

h1, h2, h3, h4, h5 {
    color: #39F;
    margin: 0px;
	padding: 5px;
}


h1 {
    font-size: 18px;
}

h2 {
    font-size: 18px;
	background: #f0f3f8;
}

h3 {
    font-size: 14px;
}

.title {
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 24px;  /*change made to font 07/17/2017 because board of directors section addded originally 32px*/
}

a {
	font: normal 11px Tahoma, Arial;
	color: #748fba;
	text-decoration: underline;
}

a:hover {
	font: normal 11px Tahoma, Arial;
	color: #8abf3f;
	text-decoration: none;

}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}

.white-text{
	color: #ffffff;
	text-decoration: none;
}


.blye-text-underline {
	color: #007ca2;
	text-decoration: underline;
}

.blye-text-regular {
	color: #007ca2;
	text-decoration: none;
}

.yellow-text-regular {
	color: #e1ff1d;
	text-decoration: none;
}

.yellow-text-underline {
color: #e1ff1d;
text-decoration: underline;
}

.orange-text-regular {
color: #f17e22;
text-decoration: none;
}

.orange-text-underline {
color: #f17e22;
text-decoration: underline;
}
.broun-text-regular {
color: #de4e06;
text-decoration: none;
}

.broun-text-underline {
color: #de4e06;
text-decoration: underline;
}

.red-text-regular {
color: #ae7c75;
text-decoration: none;
}

.red-text-underline {
color: #ae7c75;
text-decoration: underline;
}
.black-text-regular {
color: #000000;
text-decoration: none;
}

.black-text-underline {
color: #000000;
text-decoration: underline;
}


.gray-text-underline{
color: #7c7c7c;
text-decoration: underline;
}
.gray-text-regular{
color: #7c7c7c;
text-decoration: none;
}

.green-text{
color: #8abf3f;
text-decoration: none;
}

.green-text-underline{
color: #8abf3f;
text-decoration: underline;
}

/*added on 05/23/25 to resize the board members text*/
.board-members {
	color: #39F;
    margin: 0px;
	padding: 5px;
	font-size: 14px;	
}

ul {
	padding:0;
	margin:0 15px;
}

#preview1
{
	width: 380px;
	height: 65px;
	line-height: 65px;
	background-image: url(..main/img/background2.png);
	background-color: none;
	background-repeat: no-repeat;
	font-family: "Helvetica", "Myriad", "Ariel", sans-serif;
	font-size: 16px;
	color: #222;
	text-align: center;
	letter-spacing: 0px;
	margin: auto;
	box-shadow: 0px 0px 5px #111;
	border-bottom-right-radius: 35px;
	border-top-right-radius: 35px;
}

#preview1:hover
{
	box-shadow: 0px 2px 8px #111;	
}

#preview1:hover
{
	background-image: none;
	background-color: #F7FBFC;
}

#preview1 > *
{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

#preview1 > img
{
	padding-right: 15px;
	width: 65px;
	height: 65px;
	float: left;
}

#preview1 > ul
{
	margin: 0px;
	padding: 0px;
	width: 230px;
	max-width: 230px;
	list-style: none;
}

#preview1 > ul > li
{
	margin: 0px;
	padding: 0px;
	line-height: 21px;
}

#preview1 > ul > li:first-child
{
	color: #888;
}

#preview1 > ul > li:last-child
{
	color: #444;
	font-weight: bold;
}

#preview1 > div
{
	margin-top: -2px;
}

#preview2
{
	width: 150px;
	text-align: center;
	margin: auto;
	background-color: #fff;
	background-color: rgba( 255,255,255,.2 );
	border-radius: 20px;
	padding: 2px;
	margin-top: 20px;
}

#preview2 > *
{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

#preview2 > h1
{
	font-size: 12px;
	text-align: center;
	color: #fff;
}

#preview2 > ul
{
	list-style: none;	
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
}

#preview2 > ul > li
{
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

#stopAll
{
	margin-top: 10px;
}