* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

h2 {
	font-size: 15px;
	color: #083276;
}

a {
	color: #083276;
}
	a img {
		border: none;
	}

.clearfix {
	clear: both;
}

.leftAlign {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.rightAlign {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/****  SIFR STYLES  ****/
h1.title {
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #083276;
}

h2.title, h2.title a, h3.title {
	margin: 0 0 10px 25px;
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
	color: #083276;
	text-decoration: none;
}

h2.titleCapped {
	margin: 0 0 10px 25px;
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
	color: #083276;
	text-transform: uppercase;
}

#wrapper {
	margin: 0 auto;
	padding: 27px 0;
	width: 928px;
}

/**************************/
/*     Header and Nav     */
/**************************/
#header {
	position: relative;
	float: left;
	height: 235px;
	width: 100%;
}
	#header #logo {
		z-index: 1;
	}
	#header #nav_banner {
		position: absolute;
		left: 127px;
		top: 0;
		z-index: 10;
	}
	#header #donatenow a {
		position: absolute;
		left: 16px;
		top: 157px;
		display: block;
		width: 159px;
		height: 57px;
		z-index: 50;
	}
	#header #topNav {
		float: right;
		margin: 3px 0 10px 0;
		list-style: none;
		font-size: 10px;
	}
		#header #topNav li {
			float: right;
			padding: 0 5px;
			border-left: 1px #1f448e solid;
		}
		#header #topNav li.last {
			border-left: none;
		}
			#header #topNav li a {
				color: #1f448e;
				text-decoration: none;
				text-transform: uppercase;
			}
	#header #mainNav {
		clear: right;
		list-style: none;
	}
		#header #mainNav li {
			float: left;
			margin-right: 3px;
		}
		#header #mainNav li.last {
			margin-right: 0;
		}
	#header #banner {
		/*margin-top: -5px;*/
		position: absolute;
		top: 65px;
		left: 0px;
		z-index: 30;
		background: url(../images/ABAU-ban-blank.gif) top left no-repeat;
	}

/**************************/
/*      Content Area      */
/**************************/
#content {
	/* clear: left; */
	margin-left: 127px;
	padding: 20px 0 15px 0;
}
	#content p {
		margin-bottom: 10px;
	}
	#content #block1 {
		float: left;
		margin-bottom: 20px;
		width: 350px;
	}
		#content #block1 p {
			margin: 0 20px 5px 0;
		}
	#content #block2 {
		float: left;
		margin-bottom: 20px;
		padding-left: 25px;
		width: 440px;
		width: 415px;
		border-left: 1px #c3c3c3 solid;
	}
		#content #block2 h2.title {
			margin-left: 0;
			margin-top: 7px;
			margin-bottom: 17px; /* for everything bar IE and Safari */
		}
		/*\*/
		html*#content #block2 h2.title {
		[margin-bottom: 17px; /* affects older Firefox and Netscape browsers only */
		margin-bottom: 18px; /* affects Safari and IE5-6/Win (addressed below) */
		]margin-bottom: 14px; /* affects all IE/Win */
		}
		/**/
		.dummyend[id] { clear: both; } /* dummy attribute selector hack for IE5/Mac */
		#content #block2 img {
			float: left;
			margin: 0 10px 0 0;
		}
		#content #block2 p {
			margin: 0 0 5px 0;
		}
		#content #block2 ul, #content #block2 ol {
			margin: 0 0 5px 15px;
		}
	#content #snapshots {
		clear: both;
		padding-top: 20px;
		border-top: 1px #c3c3c3 solid;
	}
		#content #snapshots div {
			position: relative;
			float: left;
			margin-right: 24px;
			width: 251px;
		}
		#content #snapshots div.last {
			margin-right: 0;
		}
			#content #snapshots div p {
				position: absolute;
				top: 13px;
				left: 9px;
				width: 150px;
			}
				#content #snapshots div p a {
					display: block;
					padding-top: 45px;
					color: #707070;
					text-decoration: none;
					background-image: url(../images/transparent.gif);
				}

#footer {
	margin-top: 15px;
	color: #c3c3c3;
}
	#footer #tax {
		float: left;
		width: 115px;
		text-align: right;
	}
	#footer div {
		margin-left: 127px;
	}
		#footer div #copyright {
			float: left;
			width: 300px;
		}
		#footer div #cbd {
			float: right;
			padding-bottom: 5px;
			width: 200px;
			text-align: right;
		}
			#footer div #cbd a {
				color: #c3c3c3;
				text-decoration: none;
			}
		#footer div ul {
			clear: right;
			list-style: none;
			border-top: 1px #c3c3c3 solid;
		}
			#footer div ul li {
				float: left;
				margin-top: 10px;
				padding: 0 10px;
				border-left: 1px #083276 solid;
				color: #083276;
			}
			#footer div ul li.first {
				padding-left: 0;
				border-left: none;
			}
			#footer div ul li.last {
				float: right;
				padding-right: 0;
				border-left: none;
				text-align: right;
			}
				#footer div ul li a {
					color: #083276;
					text-decoration: none;
				}