/* Styles */
html {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Verdana, sans-serif;
	font-size:0.9em;
	color: #43454A;
	background-color:#4275BA;
	margin:0;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	background-position:top center;
	padding:0 0 0 0;
}

.fl{
	float:left;
}

.fr{
	float:right;
}

.c{
	clear:both;
}

#container {
	width:950px;
	margin:60px auto 15px auto;
	background-color:#FFFFFF;
	border:4px solid #43454A;
	background-image:url(../images/nav-background.gif);
	background-repeat:repeat-y;
	background-position:left;
}

#header {
	/*margin-top:-66px;
	margin-bottom:38px;
	clear:both;*/
	position:absolute;
	left:50%;
	margin-left:-216px;
	top:-2px;
}

#logo{
	display:block;
	width:450px;
	height:198px;
	margin-left:-2px;
}

img{
	border:0;
}


a{
	color:#4275BA;
	text-decoration:none;
}

a:hover{
	color:#6E9FD4;
	text-decoration:underline;
}



/* LISTS */
/* LISTS */
/* LISTS */
/* LISTS */

ul{
	margin-top:10px;
	margin-bottom:15px;
	font-size:0.9em;
	line-height:1.8em;
	padding-left:10px;
	margin-left:10px;
}

li{
	margin-top:5px;
	margin-bottom:5px;
}





/* NAV */
/* NAV */
/* NAV */
/* NAV */


#nav {
	float:left;
	width:235px;
	background-color:#E9EDF8;
	margin: 0 25px 60px 0;
	font-size: 1.1em;
	padding-top:180px;
}
#nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#nav ul li {
	float:left;
	width:235px;	
	margin:0;
}
#nav ul li a {
	display:block;
	color:#4275BA;
	padding:0 4px 0 20px;
	height:30px;
	line-height:22px;
	text-decoration:none;
}


#nav ul li.active a {
	color:#4275BA;
}



#nav ul li a:hover {
	color:#7EB1E0;
}


#nav ul li ul li {
	border-bottom:none;	
}
#nav ul li.active ul li a {
	background-color:#E9EDF8;
	padding-left:30px;
	padding-top:1px;
	color:#43454A;
	font-size:0.8em;
	height:26px;
	text-transform:uppercase;
	margin-top:-6px;
	margin-bottom:5px;
}

#nav ul li.active ul li a:hover {
	background-color:#FFFFFF;
}








#main{
	float:left;
	width: 680px;
	margin: 169px 0 20px 0;
}

#page{
	width:660px;
	float:left;
}




h1 {
	font-size:1.8em;
	color: #4275BA;
	margin: 0.2em 0 0.4em 0;
	line-height:1.35em;
}

h2 {
	font-size:1.2em;
	color: #6E9FD4;
	margin: 0.8em 0 0.6em 0;
	line-height:1.5em;
}

#footer {
	background-color:#4275BA;
	color:#E9EDF8;
	padding:10px;
	font-size:.7em;
	clear:both;
	margin:0 auto;
	width:930px;
	background-image:url(../images/footer-background.gif);
	background-repeat:repeat-x;
}

#footer a{
	color:#E9EDF8;
	text-decoration:underline;
}

#footer a:hover{
	color:#1E396A;
}


p{
	font-size:0.9em;
	margin:0.2em 0 0.6em 0;
	line-height:1.8em;
}


.copyColumn, .copyColumnWide{
	width:342px;
	float:left;
	margin-right:40px;
}


.copyColumnWide{
	width:642px;
	margin-right:0;
}

table{
	font-size:0.9em;
	margin:0;
	line-height:1.8em;
}

h4{
	margin:15px 0 7px 0;
}


.staffMember{
	width:400px;
	margin-bottom:20px;
}

.staffPhoto{
	width:122px;
	height:163px;
	margin-right:15px;
	float:left;
}

.staffCopy{
	width:255px;
	height:161px;
	float:left;
}


.staffPhoto img{
	border:1px Solid #333333;
}

.dateColumn{
	color:#4275BA;
	padding-left:0px;
}

#donateNowButton{
	width:265px;
	height:70px;
	clear:both;
	margin-top:20px;
	margin-left:5px;
}

.videoThumbnailContainer{
	width:200px;
	float:left;
	margin-right:10px;
}

.videoThumbnailContainer a{
	color:#4275BA;
	font-weight:bold;
	text-decoration:none;
}

.videoThumbnailContainer a:hover{
	text-decoration:underline;
}

.videoThumbnailContainer img{
	width:200px;
	height:132px;
	border:1px solid #333333;
}

.videoThumbnailContainer p{
	width:200px;
	text-align:center;
}

#videoFlash{
	width:480px;
	height:358px;
}

#marginLeft{
	margin-left:7px;
	margin-top:20px;
}

.imageColumn{
	width:265px;
	float:left;
}

iframe{
	border:0;
}

iframe#videoSmallFrame{
	width:265px;
	height:215px;
	margin-bottom:-15px;
}