﻿/* LAST UPDATED 03.31.2010 */

/*

	Table of Contents

	I.    DEFAULTS
	II.   NAVIGATION
	III.  STRUCTURE & TYPOGRAPHY
	IV.   TABLES
	V.    FORMS
	VI.   HEADINGS

*/

/* -----------------------------------------------------------
		I. DEFAULTS
----------------------------------------------------------- */

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 1.4em;
	background: #ccc url('/images/backgrounds/bg.jpg') top repeat-x;
}

p, ul, ol {
	margin: 0;
	padding: 0 0 16px;
}

a {
	color: #003399;
	text-decoration: underline;
}

a:hover { color: #660000; }

a img { 
	border: 0;
	text-decoration:none;
		 }

.alignLeft {
	float: left;
	margin: 2px 16px 0 0;
}

.alignRight {
	float: right;
	margin: 2px 0 0 16px;
}

ul, ol { margin: 0 0 0 28px; }

.maroon { color: #660000; }
.blue { color: #003399; }

.left { float: left; }
.right { float: right; }
.txtright { text-align: right; }

.photo {
	display: inline-block;
	padding: 1px;
	background-color: #ffffff;
	border: 1px gray solid;
	font-size:.7em;
	line-height:normal;
}


/* -----------------------------------------------------------
		II. NAVIGATION
----------------------------------------------------------- */

#nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

	#nav li { float: left; }

	#nav li a {
		display: block;
		padding: 0 14px;
		font-weight: bold;
		font-size: 16px;
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
	}

	#nav li a:hover { color: #dcdcc7;}

/* LEVEL TWO */

#nav ul ul {
	position: absolute;
	left: -999em;
	width: 200px;
}

	#nav li li a {
		width: 172px;
		line-height: 1.5em;
		padding: 5px 14px;
		font-size: 12px;
		color: #3f3c3d;
		text-decoration: none;
		background-image: none;
		background-color: #f7f7f2;
	}

	#nav li li a:hover { 
			color: #fff;
		background-color: #dcdcc7;
	}

/* LEVEL THREE */

#nav ul ul ul { margin: -22px 0 0 200px; }

#nav li:hover ul ul { left: -999em; }

#nav li:hover ul, #nav li li:hover ul { left: auto; }

#nav li:hover { position: static; } /* for IE7 sticky issue */

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#wrap {
	margin: 0 auto;
	width: 998px;
}

	#header {
		height: 189px;
		background: url('/images/backgrounds/bg-header.jpg') no-repeat;
	}

	#nav {
		height: 46px;
		line-height: 46px;
		background: #20619b url('/images/backgrounds/bg-nav.jpg') no-repeat;
	}

		#nav p { display: inline; }

		#nav .iconHome {
			float: left;
			margin: 8px 16px 0 45px;
		}

		#nav .buttonDonate {
			float: right;
			margin: 5px 45px 0 0;
		}

	#content {
		width: 100%; overflow: auto; /* clear floats */
		background: transparent url('/images/backgrounds/bg-content.png') left repeat-y;
	}

		#mainContent {
			float: left;
			padding-left: 24px;
			width: 753px;
		}
			
			#mainContent .content { padding: 12px 24px 0 37px; }
				
			body#home #mainContent {
				padding: 0 20px 0 50px;
				width: 723px;
			}

				#featured {
					padding: 16px 70px 16px 34px;
					font-size: 18px;
					color: #000;
				}

					#featured a {
						font-size: 14px;
						text-decoration: none;
					}

					#featured a:hover { color: #660000; }

				#news {
					margin-bottom: 18px;
					padding-top: 20px;
					height: 196px;
					background: url('/images/backgrounds/bg-news.gif') no-repeat;
				}
				
				
				.nl_container	{
					clear:both;
				}
								
				.newsletter-thumbs	{
					width: 85px; 
					display: inline;
					padding: 10px;
					float: left;  
				}


			.indent { margin-left: 37px; }

		#sidebar {
			float: right;
			margin-right: 23px;
			width: 174px;
		}

			p.button { /* or else there's a space below the image */
				padding: 0;
				font-size: 0;
				line-height: 1;
			}

			#newsletterWrap {
				padding: 5px 0 5px 9px;
				font-weight: bold;
				color: #fff;
				background-color: #660000;
			}

			#sidebar blockquote {
				margin: 0;
				padding: 10px;
				font-weight: bold;
				font-style: italic;
			}

	#contentFooter {
		height: 14px;
		background: transparent url('../build-out/Images/contentFooter.png') left no-repeat;
	}

	#footer {
		position: relative;
		padding: 16px 0;
		font-size: 11px;
		line-height: 1.4em;
		color: #555;
		text-align: center;
	}

		#footer a {
			color: #555;
			text-decoration: none;
		}

		#siteby {
			position: absolute;
			top: 16px;
			right: 22px;
			text-align: right;
		}

/* -----------------------------------------------------------
		IV. TABLES
----------------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 8px;
}

	table table { margin-bottom: 0; }

td {
	vertical-align: top;
	padding: 0 8px 8px 0;
}

	#news td { padding: 15px; }

/* -----------------------------------------------------------
		V. FORMS
----------------------------------------------------------- */

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#newsletterWrap .textBox {
	margin: 0 0 9px;
	padding: 2px 3px;
	width: 149px;
	height: 20px;
	color: #888;
	background: #ccc url('../build-out/Images/textBox.gif') no-repeat;
	border: 0;
}

#newsletterWrap .button { margin-left: 60px; }

form .additional {
	display:none;
}

/* -----------------------------------------------------------
		VI. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4 {
	font-weight: bold;
	line-height: 1.2em;
	margin: 0;
	padding-bottom: 10px;
}

h1 a, h2 a, h3 a, h4 a { text-decoration: none; }

.note {
	font-weight: normal;
	font-size: 12px;
	color: #444;
	text-transform: lowercase;
}

h1 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 37px;
	color: #660000;
	text-transform: uppercase;
}

	h1#title-mission {
		padding: 88px 0 0 37px;
		width: 740px;
		height: 46px;
		background: url('/images/banners/pages/title-mission.jpg') top left no-repeat;
	}

	#featured h1 {
		font-family: Verdana, Arial, Helvetica, Sans-serif;
		font-size: 22px;
		padding-bottom: 7px;
		text-transform: none;
	}

h2 {
	font-size: 22px;
	color: #003399;
}

	#news h2 {
		color: #444;
		font-size: 15px;
	}

h3 {
	padding-bottom: 0;
	font-size: 16px;
	color: #003399;
}

h4 {
	font-size: 16px;
	color: #660000;
}
.red {
	font-size: 14px;
	color: #B80000;
}

