/* THIS CSS PRODUCES A CENTERED 2 COLUMN LAYOUT WITH HEADER AND HORIZONTAL NAV */
/* ALL PNG BACKGROUND GRAPHICS WILL HAVE ADDITIONAL SELECTORS IN IE6.CSS */

/* BEGIN STRUCTURE */
:focus {-moz-outline-style: none;} /* removes dotted border around FF links */

html, body {
	margin:0;
	padding:0;
	height:100.1%; /* keeps vertical scroll bar visible in browsers so layout doesn't 'bounce' page to page */
	text-align:center; /* combined with container {margin:0 auto 0 auto} this centers a page */
	background-color:#fff;
}

div#branding_nav_container {
	height:100px;
	background-color:#0e83cb;
	background-image:url("/img/bg-branding.gif");
	background-position:top left;
	background-repeat:repeat-x;
}

/* NAV.cSS */
div#branding_nav {
	position:relative;
	width:1000px;
	
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
	text-align:left;
	height:100px;
}

div#feedback {
	position:absolute;
	top:-1px;
	left:657px;
	z-index:2;
	border:0px solid red;
}

div#donations {
	margin-bottom:20px;
	background-color:#84c77e;
	color:#fff;
	padding:10px;
}

div#search {
	
	position:absolute;
	top:0px;
	right:26px;
	height:31px;
	width:234px;
	vertical-align:middle;
	z-index:2;
	background-image:url("/img/bg-search.gif");
	background-position:top left;
	background-repeat:no-repeat;
}

div#toplinks{
	position:absolute;
	text-align:right;
	left:30px;
	top:3px;
}

#toplinks a {color:#aaa;
	text-decoration:none;}
#toplinks a:hover {	color:#ff7d12;}

#feedback {width:81px;height:33px;}

#search {width:170px;height:20px;}

#feedback a, #feedback a:visited {display:block;height:33px;background:url("/img/btn-feedback.gif") top left no-repeat;}

#feedback a:hover {background:url("/img/btn-feedback.gif") top right no-repeat;}

p#welcome_counter {
	position:absolute;
	top:2px;
	left:24px;
	margin:0;
	padding:0;
	color:#fff;
	font-size:11px;
}

a.topnav {
	color:#FFFFFF;
	text-decoration:none;
}

a.topnav:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

form#login2 {
	position:absolute;
	top:0px;
	left:286px;
	width:400px;
	height:58px;
	background-image:url("/img/bg-login-new.gif");
	background-position:top left;
	background-repeat:no-repeat;
}
#login2 p{
	position:absolute;
	font-size:11px;
	top:8px;
	left:68px;
	color:#eeeeee;
}

#login2 input#name, #login2 input#password {
	position:absolute;
	top:6px;
	left:68px;
	width:100px;
	height:15px;
	background-color:#193146;
	padding-top:2px;
	padding-right:2px;
	padding-left:2px;
	color:#fff;
	font-size:10px;
	border:1px solid #3c5569;
}

#login2 input#password {left:185px;}

#login2 input#submit {
	position:absolute;
	top:0px;
	left:296px;
	width:43px;
	height:31px;
	border:0;
}

#branding_nav img#logo {
	position:absolute;
	top:19px;
	left:24px;
}



div#content_container {}

div#content {
	position:relative; 
	width:960px;
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
	margin-top:10px;
	text-align:left;
	border:0px solid black;
}

/* +++IE6 */
div#content_main {
	float:left;
	width:620px;
	margin-left:10px;
	margin-bottom:30px;
	border:0px solid black;
}

div#content_main_full {
	float:left;
	width:940px;
	margin-left:10px;
	margin-bottom:30px;
	border:0px solid black;
}

div#content_sub {
	float:right;
	width:300px;
	margin-right:10px;
	margin-bottom:30px;
	border:0px solid black;
}

div#content_profilepic {
	float:right;
	width:220px;
	margin-right:80px;
	margin-bottom:300px;
	border:0px solid black;
}

div#site_info {
	clear:both;
	height:80px;
	padding-top:10px;
	color:#c1c1c1;
	border-top:2px solid #e1e1e1;
}

#site_info ul {
	font-size:12px;
	float:left;
	padding:0;
	padding-left:10px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	line-height:1.4em;
}

#site_info li {display:inline;}

#site_info p {
	font-size:12px;
	float:right;
	padding:0;
	padding-right:10px;
}

#site_info a {
	color:#c1c1c1;
	text-decoration:none;
}

#site_info a:visited {text-decoration:none;}

#site_info a:hover {text-decoration:none;color:#323232;}
/* END STRUCTURE */

/* BEGIN GENERAL TYPOGRAPHY */
body {
	font-family:arial, sans-serif;
	font-size:62.5%;
	color:#323232;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}

h1, h2, h3, h4, h5 {
	font-family:arial, sans-serif;
	color:#000;
	margin:0px;
	margin-bottom:4px;
	border:0px solid black;
}

p,ul,ol {font-size:12px;}

h1 {font-size:24px;color:#84c77e;} 

h2 {font-size:16px;}

h2 a {text-decoration:none;color:#84c77e;}

h3 {font-size:14px;}

h4 {font-size:14px;}

p {
	margin:0px;
	margin-bottom:10px;
}

/*table td {
	font-size:1.2em;
}*/

a {
	font-size:1em;
	color:#0A3E69;
	text-decoration:underline;
}

a:visited {}

a:hover {color:#0A3E69;text-decoration:none;}

ul {
	margin:0;
	padding:0px;
	padding-bottom:10px;
	padding-left:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	line-height:1.4em;
}

ol {
	margin:0;
	padding:0px;
	padding-bottom:10px;
	padding-left:35px;
	text-indent:0px;
	text-decoration:none;
	line-height:1.4em;
}

ol li ul li {
	margin-bottom:10px;
}

form {margin:0;padding:0}

img {border:0;}
/* END GENERAL TYPOGRAPHY */

/* BEGIN VARIOUS TAGS AND CLASSES */
.green {color:#84c77e;}

a.btn {
	display:block;
	background-color:#f26e00;
	padding-top:5px;
	padding-right:20px;
	padding-bottom:5px;
	padding-left:20px;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	clear:both;
	text-align:center;
}

a.btn:visited {}

a.btn:hover {
	background-color:#0a3e69;
}

object, embed {margin:0;padding:0}

ul.standard {
	margin:0;
	padding:0px;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:url("/img/dot.png");
	line-height:1.4em;
}

ol.standard {
	margin:0;
	padding:0px;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
	line-height:1.4em;
}

.center {text-align:center;}

.bold {font-weight:bold;}

.italic {font-style:italic;}

.no_spacing {margin:0px; padding:0;}

.clear {
	clear:both;
	height:0px;
	border:0px solid #FFF;
}

div.photo {
	float:left;
	text-align:center;
	margin:0px;
	padding:0px;
	background:#fff;
	border:1px solid #c7bdcc;
}

.even {background:#efefef;}

.jump {
	position:absolute;
	top:6px;
	left:190px;
	width:140px;
	background-color:#193146;
	padding-top:2px;
	padding-right:2px;
	padding-left:2px;
	color:#fff;
	font-size:10px;
	border:1px solid #3c5569;
}

.jump2 {
	position:absolute;
	top:40px;
	left:540px;
	width:140px;
	background-color:#0a3e69;
	color:#fff;
	font-size:10px;
}

.dark {
	background-color:#e6e6e6;
}
/* END VARIOUS TAGS AND CLASSES */

/* BEGIN OAF TOOLS */
td {
	font-size:12px;
}

.adminBar {
	background-color:#2d4122;
}

.tableLight {
	background-color:#e5f1fa;
}

.tableDark {
	background-color:#bddbf3;
}

.tableHighlight {
	background-color:#0a3e69;
}

.tableSection {
	background-color:#b4b4b4;
}

.white {
	color:#FFFFFF;
}

.orange {
	color:#ff7d12;
}

.psm, .small {
	font-size:11px;
}
.submit {
	font: 12px bold Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#39b54a;
	color:#fff;
	border:0;
	height:20px;
}

.error {
	color: #CC0000;
}
div#content_profilefriendfeedoptions {
	float:right;
	width:220px;
	margin-top:30px;
	margin-right:80px;
	border:0px solid black;
}

/* END OAF TOOLS */


div#wizard {
		width:300px;
		background-color:#8aca85;
		background-image:url("/img/bg-wizard-middle.gif");
		background-repeat:repeat-y;
		background-position:top left;
		background-color:#fff;
		margin-top:15px;
		margin-bottom:20px;
		border:0px solid black;
	}
	
	div#wizard_inner {
			background-image:url("/img/bg-wizard-bottom.gif");
			background-repeat:no-repeat;
			background-position:bottom left;
		}
	
		#wizard form {
			margin:0;
			padding-right:10px;
			padding-left:20px;
			padding-top:42px;
			padding-bottom:5px;
			background-image:url("/img/bg-wizard-top.gif");
			background-repeat:no-repeat;
			background-position:top left;
		}
		
		#wizard label {
			float:left;
			clear:both;
			font-size:12px;
			font-weight:bold;
			width:90px;
			text-align:right;
			margin-top:3px;
		}
		
		#wizard input, #wizard select {
			border:1px solid black;
			margin-left:5px;
			margin-bottom:8px;
			height:20px;
			width:160px;
			vertical-align:middle;
		}
		
		#wizard input#zip {width:158px;height:18px;}
		
		#wizard input.submit {
			margin:0;
			padding:0;
			margin-top:3px;
			margin-bottom:10px;
			margin-left:96px;
			background-color:#3a7347;
			width:auto;
			height:23px;
			width:70px;
		}
		
		#wizard input.submit:hover {
			background-color:#fff;
			color:#3a7347;
		}
		
		h3.wizard {
			display:block;
			background-color:#ececec;
			padding-top:10px;
			padding-bottom:10px;
			padding-left:10px;
			position:relative;
			margin-bottom:20px;
		}
		
		#table_wizard td#wizard_drilldown {
			vertical-align:top;
			background-color:#f0f0f0;
			padding:15px;
			padding-bottom:0px;
			width:160px;
			
		}
			#wizard_drilldown ul {
				padding-top:5px;
				padding-bottom:0px;
			}		
			#wizard_drilldown ul li {
				margin-bottom:15px;
			}
			#wizard_drilldown a {
				font-weight:bold;
			}
/* BEGIN SIFR */
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	margin-bottom:0px;
}


/*.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}*/

/* END SIFR */
