
/* Global Page Styles   
----------------------------------------------- */

body {
	margin: 0px;
	padding:  0px;
	text-align:center;	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	font-weight: 400;
	line-height: 1.7;
	background:url(images/bg_main.png) top repeat-x #b5e3f6;
}

#wrapper {
	width: 870px;
	margin: 0 auto;
	background: url(images/bg_inner.png) top repeat-x #d1eef9;
	padding: 10px 0 20px 0;
	text-align:left;
}
	
#wrapper_inner {
	width: 770px;
	margin: 0 50px;
	padding: 25px 0;
	background-color: #ffffff; 
}

#header {
	width: 700px;
	height: 190px;
	margin: 0 35px;
	overflow:hidden;
	position:relative;
	background:url(images/header.png) 0 0 no-repeat;
	}
		
a#logo,
a#logo:hover {
	top: 25px;
	left: 20px;
	height:100px;
	width:260px;
	display:block;
	position:absolute;
	text-decoration:none;
}
	
	
/* Main Navigation Bar
----------------------------------------------- */

#nav {
	width: 700px;
	height: 40px;
	margin: 0 35px;
}
	
#nav ul {  
	margin:0;
	padding:0;
	line-height:40px;
	height: 40px;
	list-style: none;
}

#nav li {
	display:inline;
	margin:0;
	padding: 0;
	}


#nav a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-weight: 700;
	font-size: 14px;
	text-align:center;
	float:left;
	background :url(images/bg_nav.png) no-repeat;
}
	
#nav a:hover {
	color: #ffffff;
	text-decoration: none;
}

a#nHome {
	width:105px;
	background-position: left top;
}

a#nAbout {
	width:135px;
	background-position: -300px 0;
}

a#nServices {
	width:135px;
	background-position: -300px 0;
}

a#nFaq {
	width:80px;
	background-position: -300px 0;
}

a#nContact {
	width:125px;
	background-position: -300px 0;
}

a#nDonate {
	width:120px; 
	background-position: right top;
}

a#nHome:hover {
	background-position: left -40px;
}

a#nAbout:hover {
	background-position: -300px -40px;
}

a#nServices:hover {
	background-position: -300px -40px;
}

a#nFaq:hover {
	background-position: -300px -40px;
}

a#nContact:hover {
	background-position: -300px -40px;
}

a#nDonate:hover {
	background-position: right -40px;
}


/* Main Content Blocks
----------------------------------------------- */

#content {
	width: 700px;
	margin: 20px 35px;
	}
	
#content_left {
	width: 460px;
	float:left;
}

#quote {
	font-weight: 400;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color: #006699;
	padding: 5px 10px;
	line-height: 22px;
	background:#f0f9fd;
}

#quote em.small {
	font-size:13px;
}

	
#content_right {
	width: 200px;
	float:right;
	padding-top:15px;
}

/* Homepage
----------------------------------------------- */

#home #content_left ul {
	margin-left:0;
	padding-left:0;
	list-style:none;
}

#home #content_left ul li {
	padding-left: 50px;
	margin: 0 0 15px 0;
	background:url(images/hbullet.png) top left no-repeat;
	font-size:14px;
	line-height: 1.7;
}

/* Footer
----------------------------------------------- */

#footer {
	width: 700px;
	margin: 0 35px;
	padding: 10px 0;
	border-top: 3px solid #bed62f;
	color:#999999;
	font-weight: 400;
	text-align: center;
	font-size:10px;
	clear:both;
}
	
#footer a {
	color: #666666;
	text-decoration: none; 
}

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

/* Generic Links
----------------------------------------------- */

a {
	color: #0099cc;
	text-decoration: none;
}
 
a:hover {
	color:  #3399ff;
	text-decoration: underline;
}

	
/* Heading Styles
----------------------------------------------- */

H1 {
	font-size: 26px;
	color: #0099cc;
	font-weight: 400;
	line-height: 1.4;
	padding:0;
	margin:0 0 10px 0;
}

H2   {
	font-size: 18px;
	color: #0099cc;
	font-weight: 400;
	line-height: 1.4;
}

H3, H4, H5, H6  {
	font-size: 16px;
	color: #0099cc; 
	font-weight: 400;
	line-height: 1.4;
}


/* Forms
----------------------------------------------- */

.input {
	background-color:#FFFFFF;
	border: 1px solid #cccccc;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 5px;
	width: 200px;
}


.button {
	font-size: 13px;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	color:  #ffffff; 
	padding: 5px 10px;
	background: #aac938; 
	}
	
form { 
	margin: 0px; 
	padding: 0px;
}


table {
	border-collapse:collapse;
	border:none;
}

/* Generic
----------------------------------------------- */

.clearBoth {
	clear: both;
	height: 0px;
	overflow: hidden;
	}

blockquote {
	padding: 0 10px;
	margin: 20px;
	border-left: 5px solid #c8d9e9;
	}

ul li { 
	list-style-type: none;
	background: url(images/dot.png)  left 0.6em no-repeat;
	padding-left: 1em;
}
	
hr  { 
	height: 0px; 
	border: 0px solid #ddd;
	border-top-width: 1px;
	display: block;
	margin: 15px 0;
}


img  {
  border: none;
}


.error {
	color:#000000;
	padding:10px;
	font-size:15px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:#ffffcc;
	border:1px solid #ffcc33;
}

.success {
	color:#000000;
	padding:10px;
	font-size:15px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:#ccff99;
	border:1px solid #99cc00;
}

	