/* BEGIN PAGE BUILD STYLES */
* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%; /* creates basis for 100% height on all descendent elements */

}
body {
	background: #807f83;
	font: 100% Arial, Helvetica, sans-serif; /* sets root font height */
	color: #333333;
}
h2 {
	font-size: .9em;
	color: #444;
}
h3 {
	font-size: .85em;
}
h4 {
	font-size: .8em;
}
h5 {
	font-size: .75em;
	color: #005481;
}
h6 {
	font-size: .75em;
}
p {
	font-size: 0.75em;
	color: #333333;
}

ul {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
}
#mainContainer {
	min-height: 100%;
	position: relative;
	background: url(../images/pageBuild/pageBg.gif) repeat-y 85px top; /* defines page area with shadowed edges */
	min-width:900px;
}
#contentContainer {
	width: 775px;
	min-height: 100%;
	position: relative;
	left: 90px;
}
/* begin page build HACK ZONE */
* html #mainContainer, * html #contentContainer {
	height: 100%;
}
/* end page build hack zone */
/* end page build styles*/
/* BEGIN HEADER STYLES */
#header {
	background: url(../images/pageBuild/headerBg.gif) repeat-x center top;
	width: 775px;
	min-height: 100px;
	position: relative;
}
#header h1 {
	font-size: .75em;
	height: 90px;
	width: 145px;
	position: absolute;
	left: 40px;
	top: 10px;
}
#header h1 span {
	background: url(../images/pageBuild/BEALogo.gif) no-repeat left top;
	height: 100%;
	width: 100%;
	position: absolute;
}
#header h2 {
	font-size: .25em;
	height: 35px;
	width: 200px;
	position: relative;
	left: 160px;
	top: 30px;
}
#header h2 span {
	background: url(../images/pageBuild/BEATagline.gif) no-repeat left top;
	height: 100%;
	width: 100%;
	position: absolute;
}
#contentHeader {
	background: url(../images/pageBuild/contentBg.gif) no-repeat left top;
	width: 775px;
	min-height: 70px;
	position:relative;
}
/* begin header HACK ZONE */
*html #header {
	height: 100px;
}
*html #contentHeader {
	height: 70px;
}
/* end header hack zone */
/* end header styles */
/* BEGIN FOOTER STYLES */
#contentClear {
	clear: both;
	height: 160px;
}
#community #joinFooter #donate {
	display: none;
}
#donate {
	width: 175px;
	position: absolute;
	right: 75px;
	text-align: right;
	float: right;
	display: inline;
	bottom: 110px;
}
#footer #donate h1 {
	font: 1.25em Trajan, "Times New Roman", Times, serif;
	margin-bottom: 0.5em;
	margin-left: 15px;
	color: #006699;
	letter-spacing: 0.1em;
}
#footer #donate p {
	margin-top:0;
	color: #333333;
	font-size: .7em;
}
#footer #donate a {
	color: #005481;
}
#footer #donate a:hover {
	color: #006699;
	text-decoration: none;
}
#footerBg {
	height: 120px;
	background: url(../images/pageBuild/footerBgStretch.gif) repeat-x center bottom;
	position:relative;
	margin-top: -120px;
}
#footer {
	background: url(../images/pageBuild/footerBgStatic.jpg) no-repeat center bottom;
	width: 755px;
	height: 120px;
	position: relative;
	left: 50px;
	padding: 0 50px;
}
#footer p {
	margin-top: 100px;
	font-size: 0.65em;
	color: #e9e9e9;
}
#footer a {
	color: #e9e9e9;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* begin footer HACK ZONE */
* html #footer p {
	margin-top: 97px;
}
/* end footer hack zone */
/* end footer styles*/

/* BEGIN PAGE CONTENT STYLES */
#flashContent {
	background: url(../images/pageBuild/pictureBg.png) no-repeat left top; /* static image for missing flash player */
	width: 775px;
	min-height: 375px; /* height of image plus some */
	position:relative;
}
#flashContent p {
	position: absolute;
	bottom: 0px;
	left:0;
	width: 765px;
	padding: 0 0 5px 15px; /* padding to account for static image */
	color: #fff;
}
#flashContent p img {
	padding-right: 10px; /* padding to account for static image */
}
#projectSlideArea {
	height: 366px;
	width: 510px;
	float: left;
}
#lotterySlideArea {
	width: 510px;
	float: left;
	display: inline;}
#projectList {
	width: 210px; /* contains content in sidebar */
	padding-right: 40px; /* contains content in sidebar */
	padding-left: 10px; /* containes content in sidebar */
	margin-bottom: 2em; /* spaces following content away from bottom of sidebar */
	float: right;
	margin-top: -355px;
	z-index: 300;
	display: inline;
}
	
	#projectList h1 {
		font-size: 0.9em;
		margin-top: 1em;
		color: #005481;
		padding-bottom: .5em;
		border-bottom: 1px solid #005481;
	}
	
	#projectList p {
		font-size: 0.7em;
		color: #333333;
		margin-top: .5em;
		padding-bottom: .5em;
		border-bottom: 1px solid #005481;
		line-height: 1.3em;
	}
	
	#projectList a {
		color: #006699;
		display:block;
		\\ border: solid 1px red;
	}
	
	#projectList a.toggle {
		font-size:9px;
		display:block;
		float:left;
		border:solid 1px #005481;
		padding:3px 3px 3px 3px;
		margin:0px 0px 10px 5px;
		color:#FFFFFF;
		background-color:#005481;
	}
	
	#projectList a.toggleOn {
		font-size:9px;
		display:block;
		float:left;
		border:solid 1px #005481;
		padding:3px 3px 3px 3px;
		margin:0px 0px 10px 5px;
		color:#005481;
		background-color:#FFFFFF;
	}
#lotteryContainer {	
	position: relative;
	float: left;
	display: inline; /* fixes float bug in ie */
	width: 400px;
}	
#generalContent, #projectContent {
	position: relative;
	float: left;
	display: inline; /* fixes float bug in ie */
	width: 400px;
	padding-left: 75px;
}
#lotteryContent {width: 400px; padding-left: 75px;}
#generalContent h1, #projectContent h1 {
margin-left: -75px;
}
#generalContent h1, #projectContent h1 {
	font: normal 1.25em "Trajan", "Times New Roman", Times, serif;
	text-transform: uppercase;
	background: url(../images/global/headlineBox.gif) repeat-y left center; /* aesthetic spacer box */
	padding-left: 40px; /* to space text away from box */
	letter-spacing: .1em;
	color: #005481;
	margin-bottom: 0.75em;
	margin-top: 1em;
}
#projectContent h2 {
	width: 225px;
}
#projectContent h5.subtitle {
font: normal 1em "Trajan", "Times New Roman", Times, serif;
text-transform: none;
margin-left: -35px; /* to space text away from box */
letter-spacing: .1em;
color: #005481;
margin-bottom: 0.75em;
margin-top: .5em;
margin-top: 5px;
}
#generalContent h2, #generalContent h3, #generalContent h4, #projectContent h2, #projectContent h3, #projectContent h4 {
	margin: 1em 0px .5em;
}
#generalContent p, #projectContent p {
	margin-bottom: 0.5em;
	line-height: 1.3em;
}
#generalContent ul, #generalContent ol {
	font-size: .75em;
	margin-bottom: 1em;
	margin-left: 2em;
}
#generalContent ol {
}
#generalContent ol ul {
	font-size: 100%;
	margin-top: .25em;
}
#generalContent ul li, #generalContent ol li {
	margin-bottom: .25em;
}
#generalContent ul {
	margin-left: 20px;
	list-style: square outside;
}
#generalContent ul li ul {
	font-size: .95em;
	margin-left: 1.5em;
	margin-bottom: 1em;
	list-style: circle outside;
	margin-top: .25em;
}
#home #generalContent h1 a {
	color: #005481;
}
#home #generalContent #newsList {
	margin-left: 0;
	list-style-type: none;
	font-size: 100%;
}
#home #generalContent #newsList li {
	font-size: 100%;
	border-bottom: 1px solid #BBB;
	margin-bottom: .5em;
}
#home #generalContent #newsList li p {
	margin-left: 0;
}
#board ul {
	list-style: none;
	font-size: 100%;
}
#projectDonate {
	width: 175px;
	position:absolute;
	right: 0;
	top: 0;
	text-align: right;
}
#projectDonate h2 {
	color: #005481;
	margin: 0;
	width: 175px;
}
#projectDonate h2 a {
	color: #005481;
}
#projectDonate h2 a:hover {
	color: #006699;
	text-decoration: none;
}
#board #boardList, #board #beaStaff {
	position: relative;
	margin-left: 0;
	list-style: none;
}
#boardList li, #beaStaff li {
	clear: both;
	min-height: 120px; /* height of the photos */
	padding-top: 1em;
}
* html #boardList li, * html #beaStaff li {
	height: 120px;
}
#boardList img, #beaStaff img, .bioPic {
	float: left;
	display: inline;
	border: 1px solid #333333;
	margin: 0 15px 1em 0px;
}
#boardList h5, #beaStaff h5 {
	margin: 0 0 .5em 95px;
}
#boardList h5 em, #boardSidebar h5 em, #beaStaff h5 em {
	font-weight: normal;
	font-size: .95em;
}
#boardList p, #beaStaff p {
	margin: 0 0 .5em 95px;
}
#sidebarContent {
	float: right;
	display: inline; /* fixes float bug in ie */
	width: 210px; /* contains content in sidebar */
	padding-right: 40px; /* contains content in sidebar */
	padding-left: 10px; /* containes content in sidebar */
	margin-bottom: 2em; /* spaces following content away from bottom of sidebar */
	position: relative;
}
#sidebarContent h1 {
	font-size: 0.9em;
	margin-top: 1em;
	color: #005481;
	padding-bottom: .5em;
	border-bottom: 1px solid #005481;
}
#sidebarContent li {
	border-bottom: 1px solid #BBB;
	margin-bottom: .5em;
}
#sidebarContent p {
	font-size: 0.7em;
	color: #333333;
	line-height: 1.3em;
	margin-top: 0.5em;
	margin-bottom: .5em;
}
#sidebarContent a {
	color: #006699;
}
#sidebarContent h1 a {
	color: #005481;
	text-decoration: none;
}
#sidebarContent h1 a:hover, #lotteryList h1 a:hover, #projectList h1 a:hover {
	color: #036b95;
	text-decoration: none;
}
#boardSidebar {
	margin-top: 1em;
}
#newsSidebar h2 {
	font-size: 0.9em;
	margin-top: 1em;
	color: #005481;
	margin-bottom: .5em;
}
#boardSidebar li {
	padding-bottom: .5em;
	margin-top: .5em;
	border-bottom:1px solid #005481;
}
#community #generalContent h2 {
	border-top: 1px solid #BBB;
	padding-top: 1em;
}
#community #generalContent h2:first-child {
	border: none;
}
#community    #membershipLevels li  {
	margin-bottom: .5em;
}
#lotteryInfo {
padding-bottom: 20px;
border-bottom: 1px solid #005481;
margin-bottom: 20px;
position: relative;}
#lotteryInfo img {margin-bottom: 20px;}
#lotteryInfo strong.label {color: #005481;}
#ticketBox {
width:375px; padding:15px; margin:15px 0; background-color:#CCCCCC; border: 1px solid #005481;
}
#ticketBox .box {margin:5px;}
#ticketsButton {text-align: center; padding-top: 20px; border-top: 1px solid #005481;}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.clear {
	clear: both;
}
.inline {
	display: inline;
}
.darkBlue {
	color: #005481;
}
.tenthFontSize {
font-size: .9em;
}
.normal {
font-weight: normal;
}
.relative {
	position: relative;
}
/* begin page content styles HACK ZONE */
*html #contentHome {
	height: 200px;
}
* html #flashContent {
	height: 375px;
}
/* end page content styles hack zone */
/* end page content styles */
/* BEGIN NAVIGATION STYLES */
/* BEGIN MAIN NAVIGATION */
/* begin horizontal menu */
#mainNav {
	float:right;
	font-size:0.7em;
	right:0px;
	top: 0px;
	position: absolute;
	list-style: none;
	z-index: 200;
}
#mainNav li {
	float:left;
	background: url(../images/navigation/mainNavDivider.gif) no-repeat left top;
	padding: 5px 1em 0px;
	position: relative;
	display: inline;
	height: 40px;
}
#mainNav li:first-child {
	background: url(none);
}
#mainNav a {
	display:block;
	padding:0 6px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#069;
}
#mainNav a:hover {
	color:#003;
}
/* end horizontal menu */
/* begin drop-down menu */
#mainNav li ul {
	margin: 0.2em 0 0; /* prevents the value inheriting from the horiz menu */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:10em; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	left: 0; /*aligns the drop under the menu */
	text-align: left;
	display: none; /*hides drop-down by default */
	background: url(../images/navigation/subNavLine.gif) no-repeat left top; /* creates visual line linking subnav to main nav element */
}
#mainNav li ul li {
	width:100%;
	margin-top: 0.2em; /* aligns line element with visual subNav line */
	background: url(none); /* removes inherited visual line dividers */
	height: .75em; 
}
#mainNav li:hover ul {
	display: block; /* shows the drop-down when the menu is hovered */
} 
/* end drop-down */
/* THE HACK ZONE */
* html #mainNav li.home {
	background: url(none);
}
* html #mainNav li ul li {
	margin-top: 0; /* fixes double margin bug */
}
/* end of hack zone */
/* begin current-page styles */
#home #mainNav .home a, #about #mainNav .about a, #projects #mainNav .projects a, #community #mainNav .community a, #blog #mainNav .blog a, #store #mainNav .store a, #contact #mainNav .contact a {
	color: #003;
}
#about #mainNav #aboutNav, #projects #mainNav #projectsNav, #community #mainNav #communityNav {
	display: block;
}
#about #mainNav .about li a, #projects #mainNav .projects li a, #community #mainNav .community li a {
	color:#069;
}
#about #mainNav .about li a:hover, #projects #mainNav .projects li a:hover, #community #mainNav .community li a:hover {
	color: #003;
}
#aboutMission #mainNav #aboutNav .aboutMission a, #aboutBoard #mainNav #aboutNav .aboutBoard a, #aboutAdvisory #mainNav #aboutNav .aboutAdvisory a, #aboutHonors #mainNav #aboutNav .aboutHonors a, #projectsFeatured #mainNav #projectsNav .projectsFeatured a, #projectsCurrent #mainNav #projectsNav .projectsCurrent a, #projectsArchive #mainNav #projectsNav .projectsArchive a, #projectsSubmit #mainNav #projectsNav .projectsSubmit a, #projectsResources #mainNav #projectsNav .projectsResources a, #communityNews #mainNav #communityNav .communityNews a, #communityJoin #mainNav #communityNav .communityJoin a, #communityLottery #mainNav #communityNav .communityLottery a, #communityDonate #mainNav #communityNav .communityDonate a, #communityBlog #mainNav #communityNav .communityBlog a, #communitySponsors #mainNav #communityNav .communitySponsors a, #communityContest #mainNav #communityNav .communityContest a,#store #mainNav #store .store a {
	color: #003;
	cursor: default;
}
#projectList p.currentProject a, #lotteryList p.currentProject a {
	color: #003;
	cursor: default;
}
#projectList p.currentProject a:hover, #lotteryList p.currentProject a:hover {
	text-decoration: none;
}

/* end current-page styles */
/* end main navigation */
/* begin external link icon */
.external { 
	background: url(../images/navigation/externalLinks-f1.gif) no-repeat right center; 
	padding-right: 12px;/* gives space to separate icon from link text */
}
.external:hover { 
	background: url(../images/navigation/externalLinks-f2.gif) no-repeat right center; /* swaps external link color on rollover */
}
/* END OF NAVIGATION STYLES */




p.box {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #214366; 
	border-bottom-width: 0px; 
	margin: 0px; 
	padding: 0px;
	}

div.box {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #214366;
	}

a.buyButton{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
	color: #214366;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	text-decoration: none;
	border: medium double #214366;
	background-color: #BBBBBB;
	}
.listContainer {
/* Typical fixed height and fixed width example */
width: 208px; height: 625px; overflow: scroll;
/* IE overflow fix, position must be relative or absolute*/
border: 1px solid #ccc;
}
#lotteryList {
	width: 210px; /* contains content in sidebar */
	padding-right: 40px; /* contains content in sidebar */
	padding-left: 10px; /* containes content in sidebar */
	margin-bottom: 2em; /* spaces following content away from bottom of sidebar */
	float: right;
	z-index: 300;
	display: inline;
}
	#lotteryList h1 {
		font-size: 0.9em;
		margin-top: 1em;
		color: #005481;
		padding-bottom: .5em;
	}
	#lotteryList p {
		font-size: 0.7em;
		color: #333333;
		margin-top: .25em;
		padding-bottom: .25em;
		padding-left: .25em;
		border-bottom: 1px solid #ccc;
		line-height: 1.1em;
	}
	#lotteryList a {
		color: #006699;
	}


/* BLOG STYLES */

small {
font-size:.75em;
text-indent: none;
font-style: italic;
}
.post {
margin-bottom: 1.5em;
}
.post small {
}
.post h2 {
color: #006699;
}
.postmetadata {
text-indent: none;
margin: 1em 0;
}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #005481;
	border-bottom: 1px solid #005481;
	padding: .5em;
	text-indent: none;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
padding: 0;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
padding: 0;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
a img {
border: none;
}
/* End Images */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
}

#searchform #s {
	width: 100%;
	padding: 2px;
	margin-bottom: 5px;
}

#searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

#commentform input {
	width: 100%;
	padding: 2px;
	margin: 5px 0;
	}
#commentform label {
	display: block;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	width: auto;
}
#commentform small {
	font-style:normal;
	font-size: 100%;
}

/* End Form Elements */
#content .commentlist {
margin-left: 0;
list-style-type: none;
margin-bottom: 2em;
}
#content .commentlist li {
margin-bottom: 1em;
}

#blog-footer {
font-size:10px;
margin-top:100px;
}
#blog-footer a {background: url(../images/pageBuild/rssIcon.gif) no-repeat left center; padding-left:20px; line-height: 20px;}
/*RSS Links - adds a small Feed icon to all RSS feed links*/
a[href$=".rss"] {background: url(../images/pageBuild/rssIcon.gif) no-repeat right center; padding-right:20px; line-height: 20px;}

#blog #sidebarContent ul {list-style-type: none;}
#blog #sidebarContent li {font-size: .75em; padding: .3em 0;} #blog #sidebarContent li li {font-size: 100%;}
