*
{
	padding:0;
	margin:0;
}

/* COMMON */

body  { 
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#354248;
	background-color:#8D979A;
	background-image:url('/images/bgGrad.jpg');/*because IE is the Devil and won't render the hex value to match the color in a png*/
	background-repeat:repeat-x;
}

#wrapper {
	margin:0 auto;
	position:relative; 
	width:900px;
	text-align:left;
}

p {
	line-height:140%;
	margin:0 15px;
	padding:4px 0;
}

a {
	color:#7b0404;
	text-decoration:underline;
}

a:hover {
	color:#7b0404;
	text-decoration:none;
}

a:visited {
	color:#6a6a6a;
}

img {
	border:0;
}

.clearingDiv {
	clear:both;
	height:1px;
	margin-top:-1px;
}

sup {
	font-size: 90%;
	font-weight: normal;
	vertical-align: text-top;
	text-decoration:none;
}

.req {
	color:#cc0000;
	font-weight:bold;
}

.imgPadding {
	padding:2px 8px 0 0
}

/* PAGE HEADER */

#header {
	background-image:url('/images/bgHeader.jpg');
	height:150px;
	width:900px;
}

#printPageLogo
{
	display:none;
}

#homeNavLink
{
	display:block;
	height:75px;
	margin-top:5px;
}

.offsetLeft
{
	margin-left:-1000px;
	margin-top:-5000px;
}

#homeLink {
	display:block;
	float:left;
	width:275px;
	height:116px;
}

#navWrap {
	width:900px;
	height:26px;
	padding:0 0 0 12px;
	text-align:center;
}

.topNavLinks {
	height:21px;
	float:left;
	padding:5px 28px 0 28px;
	text-transform:uppercase;
	font-size:90%;
	font-weight:bold;
}

.topNavLinks a {
	color:#fff;
	text-decoration:none;
}

.topNavLinks a:hover {
	text-decoration:underline;
}

#donateNow {
	color:#8edeff;
}

#nosubNavWrap {
	width:900px;
	height:18px;
	text-align:center;
	background-image:url('/images/noNav.jpg');
	position:absolute;
	top:150px;
	margin:-8px 0 0 0;
}

#subNavWrap {
	width:880px;
	height:18px;
	text-align:center;
	background-image:url('/images/bgSubNavBar.png');
	position:absolute;
	top:150px;
	margin:-8px 0 0 10px;
}

#subNavWrap ul li {
	display:inline;
	margin:0 50px;
}

#subNavWrap a {
	color:#fff;
	text-decoration:none;
	font-size:95%;
	position:relative;
	top:-4px;
}

#subNavWrap a:hover {
	text-decoration:underline;
}


/* TEXT HEADERS */
h1 {
	font-size:140%;
	color:#2f6b83;
	margin:5px 10px;
	padding:5px 0 0 0;
}

h2 {
	font-size:115%;
	color:#333333;
	margin:5px 10px;
}

h3 {
	font-size:110%;
	color:#333333;
	margin:5px 10px;
}

h4 {
	font-size:105%;
	color:#ffffff;
	margin:0 15px;
	padding:3px;
}

/* PAGE CONTENT */

#homeContent {
	position:absolute;
	left:0;top:150px;
	background-image:url('/images/bgHomeContent.jpg');
	width:900px;
}

#pageContentOM {
	position:absolute;
	left:0;top:150px;
	background-image:url('/images/bgPageContentOM.jpg');
	width:900px;
}

#pageContentMM {
	position:absolute;
	left:0;top:150px;
	background-image:url('/images/bgPageContentMM.jpg');
	width:900px;
}

#pageContentUE {
	position:absolute;
	left:0;top:150px;
	background-image:url('/images/bgPageContentUE.jpg');
	width:900px;
}

#pageContentCU {
	position:absolute;
	left:0;top:150px;
	background-image:url('/images/bgPageContentCU.jpg');
	width:900px;
}

#pageContentRE {
	position:absolute;
	left:0;top:150px;
	background-image:url('/images/bgPageContentRE.jpg');
	width:900px;
}

#pageContentARLW {
	position:absolute;
	left:0;top:150px;
	background-image:url('/images/bgPageContentARLW.jpg');
	width:900px;
}

#pageContentGN {
	position:absolute;
	left:0;top:150px;
	background-image:url('/images/bgPageContentGN.jpg');
	width:900px;
}

#interiorText {
	width:430px;
	margin:25px 0 20px 275px;
}

#interiorText p {
	margin-left:10px;
}

#contentWrapper {
	margin:0 auto;
	text-align:center;
}


/* LISTS */
ol, ul {
	margin:5px 15px 0 50px;
}

li {
	padding-bottom:5px;
}


/* FORMS*/

form {
	margin-left:15px;
}

/* FOOTER */

#footerHome {
	background-image:url('/images/bgFooterHome.jpg');
	background-repeat:no-repeat;
	height:60px;
	width:900px;
	text-align:center;
}

#footerHome p {
	font-size:78%;
	color:#354248;
	line-height:100%;
	margin:5px 15px;
	padding:3px 0;
}

#footerHome a {
	color:#7B0404;
	font-weight:normal;	
}

#footer {
	background-image:url('/images/bgFooter.jpg');
	background-repeat:no-repeat;
	height:63px;
	width:900px;
	text-align:center;
}

#footer p {
	font-size:78%;
	color:#354248;
	line-height:100%;
	margin:7px 15px 3px 15px;
	padding:3px 0;
}

#footer a {
	color:#7B0404;
	font-weight:normal;	
}


/* FORMS */

form fieldset {
  margin-bottom: 10px;
  width:560px;
}

form legend {
  padding: 0 5px;
  font-weight: bold;
  color:#333333
}

form ol {
	margin:0 10px;
	width:430px;
}

form fieldset {
	margin-bottom:15px;
	padding:5px 0;
}

form fieldset ol li {
  list-style: none;
  padding: 5px;
  margin: 0;
  width:450px;
}

form fieldset ol li label {
	display: block;
	width:175px;
	height:20px;
}

form fieldset ol li input {
	width:230px;
	float:right;
	margin-top:-20px;
}

form em {
	color:#cc0000;
	font-weight:bold;
	font-size:100%;
}

#submitButton {
	position:relative;
	left:350px;
	margin-bottom:10px;
}

/* HOME PAGE */
#homeContentLeft {
	margin:10px 25px;
	width:225px;
	float:left;
}

#mainHero {
	background-image:url('/images/bgOrgan.jpg');
	background-repeat:no-repeat;
	height:360px;
	width:600px;
	float:right;
	margin:5px 20px 30px 0;
}


/* CALLOUTS */
.calloutHome {
	height:140px;
	width:185px;
	margin:25px 0 15px 400px;
}

.calloutHome p {
	font-size:83%;
	line-height:17px;
	color:#383e40;
	margin:0;
	padding:1px 0;
}

.calloutHome h2 {
	font-size:100%;
	font-weight:bold;
	color:#7b0404;
	margin:5px 0 2px 0;
}

.calloutHome h3 {
	font-size:83%;
	line-height:2px
	color:#383e40;
	margin:0;
	padding:0px 0;
}

#calloutLeft {
	width:187px;
	float:left;
	margin:33px 0 20px 50px;
}

#calloutLeft p {
	font-size:83%;
	line-height:14px;
	color:#383e40;
	margin:0;
	padding:0px 0;
}

#calloutLeft h3 {
	font-size:83%;
	color:#383e40;
	margin:0;
	padding:3px 0;
}

#calloutLeft h2 {
	font-size:100%;
	line-height:23px;
	font-weight:bold;
	color:#7b0404;
	margin:0;
}

#calloutOne {
	height:140px;
}

#calloutTwo {
	height:140px;
	margin-top:25px;
}
