/**
 * Main styles
 * v2 edit 09/25/10
 */

/*----------------------------------------------------------------------- 
   Reset styles
 ------------------------------------------------------------------------ */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, small { margin: 0; padding: 0; outline: 0; background: transparent; }

/*----------------------------------------------------------------------- 
   Standard styles
 ------------------------------------------------------------------------ */

body {
	font-family: "Lucida Grande","Lucida Sans",Verdana,sans-serif;
	color: #566569;
	min-width: 960px;
	background: #fff url(../images/bg.jpg) repeat-x;
	font-size: 12px;
	line-height: 18px;
 	}

p { 
	padding: 14px 0 0 0;
	}

h2 {
	padding: 14px 0 0 0;
	line-height: 18px;
	font-weight: normal;
	}

h4 {
	padding: 14px 0 0 0;
	line-height: 16px;
	font-weight: normal;
	}

a { 
	color: #566569;
 	font-weight: bold; 
 	text-decoration: underline; 
 	}
 
a:hover { 
 	color: #22adce; 
 	font-weight: bold;
 	text-decoration: underline; 
 	}
	
h1,h2 { font-family: "Lucida Grande","Lucida Sans",Verdana,sans-serif; color: #22adce;}
h1 { margin-left: -1px; font-size: 22px; line-height: 28px; }

a:active, a:focus { outline: 0; }
img { border: 0; }

/*----------------------------------------------------------------------- 
   Header styles
 ------------------------------------------------------------------------ */

#container{
	width: auto;
	min-height: 593px;
	background: url(../images/container-bg.jpg) no-repeat 50% 0;
	}

#header {
	width:810px;
	height: 160px; /* increase for IE or they won't match in FF */
	margin: 0 auto;
	position: relative;
	}

#logo {
	float: left;
	background:url(../images/logo.png) no-repeat 0 0;
	}

#logo h1 {
	display: none
	}

#logo a{
	width:159px;
	height:158px;
	display:block;
	}

#nav {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: right;
	margin: 38px 0 0 0;
	width: 645px;
}

#nav li {
	float: left;
	list-style:none;
	margin: 0 0 0 20px !important;
	margin: 0; /* IE 6 */
	height: 22px;
	width: 141px !important; 
	width: 161px; /* IE 6 */
}

#nav li a{
	padding: 0 0 0 22px;
	font-size: 12px;
	color:#4a818e;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a:hover{
	color: #00bae6;
}

#nav li#current a {
	color: #00bae6;
}

#subnavlist{
	margin: 20px 0 20px 30px;
	text-align: center;
	}

#subnavlist a{
	text-decoration: none;
	font-size: 16px;
	padding: 6px;
	margin: 6px;
	font-weight: bold;
	}

#subnavlist a#sub-current, #subnavlist a:hover {
 	color: #566569; 
	border-bottom: 1px solid #22adce;
	}

/* flag styling */
ul#flag {
	position: absolute;
	float: right;
	left: 740px;
	top: -24px;
	list-style-type: none;
	width: 60px; /* IE6 */
}

ul#flag li{
	float: left;
}

/*----------------------------------------------------------------------- 
   Content styles
 ------------------------------------------------------------------------ */
 
#content {
	width: 780px;
	margin: 0 auto;
	padding: 14px;
	clear: both;
	position: relative;
	}

#content .title {
	margin: -20px 0 0 -2px !important; 
	margin: -10px 0 0 -2px; /* IE 6 */
}

#textarea {
	background:url(../images/dotted.gif) repeat-x top left;
	padding: 8px 0 0 0;
	margin: 14px 0 0 0;
}

#textarea img{
	margin: 11px;
	border: 1px solid #397BDF;
}

#textarea img.none { border: 0; }

#textarea ul{
	font-size: 12px;
	line-height: 1.2em;
	padding: 10px 0 0 8px;
}

#photoarea {
	background:url(../images/dotted.gif) repeat-x top left;
	padding: 22px 0 0 0;
	margin: 14px 0 0 0;
}

#photoarea img{
	padding: 0 3px;
}
	
.right {float:right;}

.left {float:left;}

.button {
	text-align: center;
	display: block;
}

#our-story-home {
	clear: both;
	width: 725px;
	margin: 0 auto;
	padding: 24px 0 0 0;
}

#latest-news-home {
	float: left;
	width: 380px;
	/*height: 380px;*/
	margin: 34px 0 0 7px;
	background: url(../images/news-bg.jpg) top left no-repeat;
}

#latest-news-home h3 {
	font-family: georgia, times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #79a536;
	padding: 10px 0 0 14px;
}

#latest-news-home ul {
	margin: 2px 0 21px 0;
	font-family: arial, sans-serif;
	letter-spacing: -0.2px;
	font-size: 15px;
	list-style-type: none;
}

#latest-news-home ul li {
	margin: 0 0 3px 0;
}

#latest-news-home ul li a {
	margin: 0 0 0 14px;
	text-decoration: none;
	font-weight: normal;
}

.date {
	float: right;
	color: #bcc8ab;
}


.button-donate {
	width: 217px; 
	height: 64px;
	background: url(../images/button-please-donate-sprite.gif) 0 0 no-repeat;
	cursor: pointer;

}

.button-donate:hover {
	background-position: 0 -64px;
}

.amp {
	font-family: Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;
	font-style: italic;
	font-weight: normal;
}


/*----------------------------------------------------------------------- 
   Footer styles
 ------------------------------------------------------------------------ */
 
#footer {
	clear: both;
	margin: 0 auto;
	padding: 14px;
	}

#footer p{
	text-align: center;
	color: #566569;
	padding:0;
	margin:0;
}



/*---Home new---*/

#sidebar {
	float: left;
	width: 262px;
	margin-right: 6px;
}

#main {
	float: left;
	width: 512px;
}

#video { margin: 0 0 20px 0; }

/*upcoming events*/
.event { border: 6px #e3f5f9 solid; margin: 14px 0 0 0; }
.event:hover { border: 6px #b5e1e2 solid; }
a.event-name { font-size: 16px; font-weight: normal; color: #00a0c6; float:left; width: 215px; }
a.event-name:hover { color:#0f8dab;font-weight: normal; }

p.date { float: left; padding: 0; }
p.event-description { float: left; font-size: 12px; line-height: 18px; width: 215px; padding: 0; }

/*related links*/
#related-links { margin: 24px 0 14px 0; width: 176px; height: 26px; float: left; }
ul#links li { width: 225px; list-style-type: none; float: left; }
ul#links li a { font-size: 12px; font-weight: normal; color: #00a0c6; }
ul#links li a:hover { color:#0f8dab;font-weight: normal; }
ul#links li p { padding: 14px 0; }

/*media coverage*/
#media-coverage { margin: 24px 0 0 0; }
