body,
.bluebody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	color: #47767b;
}
.title-b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	color: #999999;
}
a {
	color: #FF824A;
}
a:hover {
	color: #CD673C;
}

.title_orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF824A;
	font-weight: bold;
	line-height: normal;
}

.style6 {
	color: #279EAB;
	font-weight: bold;
	line-height: 13px;
	font-size: 13px;
	text-transform: uppercase;
}

.videothumbnails {
	width:180px;
	background: #EDEDED;
	padding:0px;
	vertical-align: text-top;
	margin-top: 10px;
}

.videothumbnails ul {
	margin: 0;
	width: 174px;
	list-style-type: none;
	background: #EDEDED;
	padding: 0px;
	vertical-align: middle;
	text-align: left;
}

.videothumbnails li{
	list-style-type:none;
	height: 50px;
	width:174px;
	background: #EDEDED;
	padding-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:6px;
	border-bottom:4px;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	vertical-align: middle;
}

img.thumbnails {
	float: left;
	padding-right:6px;
}
/* ============================================================== */


/* set the widths for top level items for IE */
.nav1 {
width:138px;
width:118px;
width:98px;
}
.nav2 {
width:60px;
}
.nav3 {
width:147px;
}
.nav4 {
width:128px;
width:148px;
}
.nav5 {
width:100px;
width:120px;
}
.nav6 {
width:63px;
}


.flashphoto {
position: relative;
z-index:1;
}

.menu {
width:638px;
font-size:0.85em;
position:relative;
z-index:10;

}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}

.menu ul ul {
width:140px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
position:relative;
}

/* style the links for the top level */
.menu a {
display:block;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
font-weight:bold;
text-transform:uppercase;
text-decoration:none; 
color:#fff; 
background-color:#05909e;
padding:4px 0 0 15px;
height:16px;
border-bottom-width:2px;
border-bottom-color:#FFFFFF;
border-bottom-style:solid;
}


/* hide the sub levels and give them a position absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:22px;
left:0; 
width:135px;
}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a { 
color:#047f8b; 
height:auto; 
line-height:1em; 
padding:4px 15px 5px 15px; 
width:140px;
background:#c4e3e7;
}


/* style the top level hover */
.menu a:hover{
color:#c4e3e7; 
background:#05909e;
}

.menu :hover > a,{
color:#c4e3e7;
background:#05909e;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}

/* style the second level background */
.menu ul ul a.drop {
background:#c4e3e7;
}

/* style the second level hover */
.menu ul ul a.drop:hover, .menu ul ul :hover > a, .menu ul ul a:hover{ 
color:#ffffff;
background:#05909e;
}

.menu ul ul :hover > a.drop{
color:#ffffff;
background:#05909e;
}


#flashcontent {
position: relative;
z-index:1;
}

.buttonDonate {
	float:right;
	margin:10px 0 5px 10px;
	}
