/* == Masthead == */

#logo-top {
	position: absolute;
	top: 15px;
	left: 20px;
	width: 160px;
	height: 85px;
	background: url(images/e2w_logo-top.gif) no-repeat;
}

#logo-bottom {
	position: absolute;
	top: 100px;
	left: 20px;
	width: 160px;
	height: 55px;
	background: #fff url(images/e2w_logo-bottom.gif) no-repeat;
}

#logo-bottom-admin {
	position: absolute;
	top: 100px;
	left: 20px;
	width: 980px;
	height: 55px;
	background: #fff;
	color: #666;
}

#logo-strapline {
	position: absolute;
	top: 15px;
	left: 200px;
	width: 350px;
	height: 85px;
	background: url(images/e2w-strapline-bringinghope.gif) no-repeat;
}


#donate-btn {
	position: absolute;
	top: 15px;
	left: 910px;
	width: 90px;
	height: 90px;
	background: #fff;
}


/* === Navigation === */

#prenavbar {
	position: absolute;
	width: 330px;
	height: 55px;
	top: 100px;
	left: 200px;
	background-color: #cecec6;
}

#navbar {
	position: absolute;
	width: 470px;
	height: 55px;
	top: 100px;
	left: 530px;
	background-color: #cecec6;
}

#ie_needs_help {
	margin-top: 17px;
	padding: 0px;
}

ul.nav {
	list-style-type: none;
}

ul.nav li {
	display: inline;
	font: bold 13pt Arial, Helvetica, Verdana, sans-serif;
}

ul.nav li a {
	text-decoration: none;
	color: #fff;
}

ul.nav li a:hover {
	color: #004a8f;
	text-decoration: none;
}

.nav_item {
	border-right: 2px solid #fff;
	padding-left: 10px;
	padding-right: 10px;
	font: bold 13pt Arial, Helvetica, Verdana, sans-serif;
}

.nav_last {
	border-right-style: none;
	padding-left: 10px;
	font: bold 13pt Arial, Helvetica, Verdana, sans-serif;
}


/* === Homepage columns === */

#mainCol-home {
	position: absolute;
	left: 20px;
	top: 180px;
	width: 530px;
}

#rightCol-home {
	width: 430px;
	position: absolute;
	top: 180px;
	left: 570px;
}

#home-newshead-top {
	background-repeat: no-repeat;
	background-image: url(images/home-newshead-top.gif);
	width: 530px;
	height: 40px;
}

#home-newshead-body {
	background-repeat: no-repeat;
	background-image: url(images/home-newshead-grad.gif);
	width: 530px;
}

#home-projects {
	height: 260px;
	width: 430px;
}

#home-sidebox {
	height: 100px;
	width: 430px;
	background-image: url(images/home-sidebox-bottom.gif);
	background-repeat: no-repeat;
	font-size: 10pt;
	line-height: 13pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#home-sidebox p {
	font-size: 10pt;
	line-height: 13pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}


#home-sidebox img {
	border: 0;
}

#home-sidebox-nl {
	height: 100px;
	width: 430px;
	background-image: url(images/home-sidebox-newsletter.gif);
	background-repeat: no-repeat;
	font-size: 10pt;
	line-height: 13pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#home-sidebox-ev {
	height: 100px;
	width: 430px;
	background-image: url(images/home-sidebox-events.gif);
	background-repeat: no-repeat;
	font-size: 10pt;
	line-height: 13pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.nl-pad {
	font-size: 10pt;
	line-height: 13pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding-left: 130px;
}




#home-feature-top {
	height: 60px;
	width: 430px;
	background-image: url(images/home-feature-top.gif);
	background-repeat: no-repeat;
}

#home-events-top {
	height: 60px;
	width: 430px;
	background-image: url(images/home-events-top.gif);
	background-repeat: no-repeat;
}

#home-about-top {
	height: 60px;
	width: 430px;
	background-image: url(images/home-about-top.gif);
	background-repeat: no-repeat;
}



/* === Rotator === */


button.prev {
	position: absolute; 
	top: 12px; 
	left: 380px; 
	z-index: 99; 
	border: none; 
	width: 17px;
	height: 17px; 
	text-align: center; 
	overflow: hidden; 
	background-color: #000; 
	color: #fff; 
	padding: 0; 
	margin: 0; 
	background-image:url(images/prev.gif);
}

button.next {
	position: absolute; 
	top: 12px; 
	left: 400px; 
	z-index: 99; 
	border: none; 
	width: 17px; 
	height: 17px; 
	text-align: center; 
	overflow: hidden; 
	background-color: #000; 
	color: #fff; 
	padding: 0; 
	margin: 0; 
	background-image:url(images/next.gif);
}

button.prev:hover {
	background-image:url(images/prev2.gif); 
	width: 17px; 
	height: 17px;
}

button.next:hover {
	background-image:url(images/next2.gif); 
	width: 17px; 
	height: 17px;
}


#rotator {
	float: left; 
	width: 430px;
	height: 260px; 
	overflow: hidden;
}

.carousel ul li p {
	margin: 0; 
	padding: 0;
}






/* === Inners columns === */

#mainCol-inner {
	position: absolute;
	left: 20px;
	top: 180px;
	width: 740px;
}

#rightCol-inner {
	width: 220px;
	position: absolute;
	top: 180px;
	left: 780px;
}

#inner-about-top {
	width: 740px;
	height: 40px;
	background-image: url(images/inner-section-about.gif);
	background-repeat: no-repeat;
}

#inner-features-top {
	width: 740px;
	height: 40px;
	background-image: url(images/inner-section-features.gif);
	background-repeat: no-repeat;
}

#inner-news-top {
	width: 740px;
	height: 40px;
	background-image: url(images/inner-section-news.gif);
	background-repeat: no-repeat;
}

#inner-projects-top {
	width: 740px;
	height: 40px;
	background-image: url(images/inner-section-projects.gif);
	background-repeat: no-repeat;
}

#inner-giving-top {
	width: 740px;
	height: 40px;
	background-image: url(images/inner-section-giving.gif);
	background-repeat: no-repeat;
}

#inner-section-body {
	width: 740px;
	background-image: url(images/inner-section-grad.gif);
	background-repeat: no-repeat;
}

#innersidebar-top {
	width: 220px;
	height: 20px;
	background-image: url(images/inner-roundbox-top.gif);
	background-repeat: no-repeat;
}

#innersidebar-body {
	background-color: #bbc5d1;
	width: 220px;
	font-size: 10pt;
	line-height: 13pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#innersidebar-body p {
	font-size: 10pt;
	line-height: 13pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#innersidebar-body h2 {
	color: white;
	font-size: 16pt;
	line-height: 13pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#innersidebar-body .boilerplate {
	font-size: 8pt;
	line-height: 10pt;
	font-weight: normal;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}


#innersidebar-bottom {
	width: 220px;
	height: 20px;
	background-image: url(images/inner-roundbox-bottom.gif);
	background-repeat: no-repeat;
}


/* == Elementals == */

p {

	font: 10pt/15pt Arial, Helvetica, Verdana, sans-serif;
	color: #333
}

a {
	color: #004a8f;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #004a8f;
	text-decoration: underline;
	border: none;
}

a img { 
	border: none; 
}

body {
	background: #fff;
	font: 10pt/15pt Arial, Helvetica, Verdana, sans-serif;
}

ol ul li {
	font: 10pt/15pt Arial, Helvetica, Verdana, sans-serif;
	color: #333
}

blockquote
{
	font-family: Georgia, Times, "Times New Roman", serif;
}

hr
{
	color: #cccccc;
	height: 1px;
	background-color: #cccccc;
	width: 100%;
	border-width: 0px;
	border-bottom-style: none;
}



/* === Styles === */

h1 {
	font-size: 20pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #333
}

h2 {
	font-size: 16pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #333
}

h3 {
	font-size: 14pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #333
}

h4 {
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #333
}

.sidebartext {
	font-size: 10pt;
	line-height: 14pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.greytext {
	color: #666;
	line-height: 16pt;
	font: 12pt Arial, Helvetica, Verdana, sans-serif;
}

.postDate {
	color: #999;
	font-size: 9pt;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 14pt;
	text-transform: uppercase;
}

.postBody {
	color: #333;
}


/* === Incidentals === */

.hidden {
	visibility: hidden;
}

.ie-pad-LR {
	padding-left: 20px;
	padding-right: 20px;
}

.ie-pad-LR_top {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

#20pxpushdown {
	height: 20px;
}

#40pxpushdown {
	height: 40px;
}

.gallery {
	float: left;
	margin-right: 10px;
	width: 105px;
	margin-bottom: 20px;
	}

.gallery p {
	text-align: center;
	font-size: 10px; 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}

.gallery img {
	border: 0px none;
	}
	
	
.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size:1px;
}


