@charset "utf-8";
/* CSS Document */

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background: #fafafa url(../images/bg_body.jpg) top left repeat-x;
	color: #666;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif; /*Georgia, "Times New Roman", Times, serif;*/
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}

/* Commonly used to style page titles. */
h1 {
	color: green;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.75em;
	font-weight: normal;
	line-height: 14px;
}

/* Commonly used to style section titles. */
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
	line-height: 14px;
	margin: 0 0 20px 0;
}

/* Sets the style for unvisited links. */
a, a:link {
	color: #6699CC;
	text-decoration: none;
}

/* Sets the style for visited links. */
a:visited {
	text-decoration: none;
}

/* Sets the style for links on mouseover. */
a:hover {
	color: #f00;
	text-decoration: underline;
}

/* Sets the style for a link that has focus. */
a:focus {
	color: #000;
}

/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #000;
}

a img {border: none;}

.italics {
	font-style: italic;
}

.center {
	text-align: center;
}

.boldRed {
	color: #f00;
	font-weight: bold;
}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 780px;
}

#outerWrapper #header {
	/*border-bottom: 1px solid #666;*/
	color: #000;
	font-weight: normal;
	height: 118px;
	line-height: normal;
	padding: 0;
}

#outerWrapper #header #headerLeft {
	position: relative;
	margin: 0;
	padding: 0;
	width: 300px;
	float: left;
	text-align: left;
}

#outerWrapper #header #headerRight {
	position: relative;
	margin: 0;
	padding: 0;
	width: 480px;
	float: left;
	text-align: right;
	/*height: 108px;*/
}

/*#topNav ul, #topNav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#topNav a {
	color: #fff;
	padding: 0px 5px;
	margin: 0 0 0 0;
	font-size: .9em;
	font-weight: normal;
}*/

#outerWrapper #header #headerRight #hbLoginContainer {
	margin: 4px 0 0 0;
	padding: 4px 10px 8px 10px;
	float: right;
	border-left: 1px solid #7aa054;
	border-right: 1px solid #7aa054;
	border-bottom: 1px solid #7aa054;
	background: url(../images/bg_search.jpg) top left repeat;
}

#hbLoginContainer label {
	margin: 0 5px; 0 0;
	font-size: .9em;
	font-weight: bold;
	color: #fff;
}

#hbLoginContainer input[type="submit"] {
	margin: 5px 0 0 0;
	font-size: .8em;
	padding: 4px 2px;
  color: #fff;
	font-weight: bold;
	/*border: 1px double; 
	border-color: #666 #000 #000 #666; */
	border: 1px solid;
	border-color: #ff8f00;
	background: #ff8f00 url(../images/bg_form_button_orange.png) top left repeat-x; 
	cursor: pointer;
}

#hbLoginContainer input[type="submit"]:hover {
	background: #ff8f00 url(../images/bg_form_button_orange_hover.png) bottom left repeat-x;
	border-color: #ff8f00;
}

#hbLoginContainer input[type="text"], #hbLoginContainer input[type="password"] {
  font-size: .85em;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
  color: #666;
  background-color: #fafafa;
  border: 1px solid #7aa054;
	margin-top: 2px;
	padding: 2px 0 2px 2px;
}

#hbLoginContainer .lockIcon {
	margin: 0;
	padding: 2px 0 2px 18px;
	/*line-height: 18px;*/
	background: no-repeat left center;
	background-image: url(../images/security_lock_16.gif);
	color: #fff;
	font-size: .7em;
	font-weight: bold;
}

#outerWrapper #mainNav {
	height: 51px;
	clear: left;
}

#mainNav ul, #mainNav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#mainNav a {
	color: #fff;
	float: left;
	padding: 0px 15px;
	margin: 0;
	background: transparent;
	font-weight: bold;
	font-size: 12px;
	line-height: 53px;
	text-decoration: none;
	white-space: nowrap;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#mainNav a:hover {
	color: #fff;
	background: transparent url(../images/bg_mainnav_hover.jpg) repeat-x;
}

#mainNav a.current {
	color: #fff; 
	background: transparent url(../images/bg_mainnav_current.jpg) repeat-x; 
	line-height: 45px; 
	border-right: 1px solid #7aa054;
	border-left:1px solid #7aa054;
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 25px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#modules {
	margin-top: 5px;
	height: 200px;
	font-size: .8em;
	line-height: 17px;
}

#modules .padding {
	padding: 15px 20px 10px 20px;
}

#modules .padding .image {
	border: 1px solid #d3d3d3; 
	float: left; 
	margin-right: 10px;
}

#modules .padding .takeAction {
	float: right;
	margin: 10px 0 5px 5px;
}

#modules .price {
	color: #36be00; 
	font: bold 2.5em Georgia, "Times New Roman", Times, serif; 
	padding: 0 0 0 0; 
	/*float: left; */
	text-align: center;
}

#modules .only {
	color: #ccc; 
	font: bold 0.4em "Tahoma", verdana, Arial;
}

#modules .text {
	width: 100%; 
	float: left; 
	/*color: #9f9f9f;*/ 
	text-align: justify;
	font-size: 1.1em;
}

#modules h2 {
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;; 
	color: #618fb5; 
	background: transparent; 
	margin-bottom: 4px;
	text-align: center;
}

#modules h2 a {
	color: #618fb5; 
	background: transparent;
}

#modules h2 a:hover {
	text-decoration: none; 
	color: #719fc5;
}

#modules #mod3 {
	background : transparent url(../images/bg_module.png) no-repeat top;
	height: 200px;
	width: 256px;
	float : right;
	/*margin-top : 5px;*/
}

#modules #mod2 {
	background : transparent url(../images/bg_module.png) no-repeat top;
	height: 200px;
	width: 256px;
	float: right;
	margin-right: 6px;
	/*margin-top : 5px;*/
}

#modules #mod1 {
	background: transparent url(../images/bg_module.png) no-repeat top;
	height: 200px;
	width: 256px;
	float: left;
	/*margin-top: 5px;*/
}

#outerWrapper #footer {
	border-top: solid 1px #eee; /* Sets the top border properties for an element using shorthand notation */
	padding: 10px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	margin-top: 20px;
	font-size: .7em;
	line-height: 13px;
	clear: left;
}

#outerWrapper #footer #finePrint {
	position: relative;
	width: 67%;
	float: left;
	text-align: left;
}

#outerWrapper #footer #fedLogos {
	position: relative;
	width: 33%;
	float: left;
	text-align: left;
}

#outerWrapper #footer #fedLogos img {
	vertical-align: middle;
}

.columnContainer {
	width: 100%;
}

.columnContainer .threeColFirst, .columnContainer .threeColSecond, .columnContainer .threeColThird {
	float: left;
	text-align: center;
	margin-bottom: 10px;
	width: 33%;
}

.columnContainer .twoColFirst, .columnContainer .twoColSecond {
	float: left;
	text-align: left;
	margin-bottom: 10px;
	width: 50%;
}

/* ------------------
	start form styles
------------------ */
form {
	padding: 0px;
	margin: 0px;
}

input[type="checkbox"], input[type="radio"] {
	border: none;
	background: none;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	margin: 5px 0 0 0;
	font-size: .9em;
	padding: 4px 2px;
  color: #fff;
	font-weight: bold;
	border: 1px solid;
	border-color: #ff8f00;
	background: #ff8f00 url(../images/bg_form_button_orange.png) top left repeat-x; 
	cursor: pointer;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background: #ff8f00 url(../images/bg_form_button_orange_hover.png) bottom left repeat-x;
	border-color: #ff8f00;
}

fieldset {
	border: 1px solid #999;
	padding: 3px 10px 10px;
	margin: 10px 0;
	background: #fff;
}

.firstColumnFieldset {
	margin: 0 5px 0 0;
}

.secondColumnFieldset {
	margin: 0 0 0 5px;
}

.submitBox {
	padding-top: 10px;
	background-color: #eee;
	text-align: center;
	clear: left;
}

fieldset legend {
	background: #666 url() repeat scroll left top;
	border: 1px solid #999;
	color: #fff;
	font-weight: bold;
	margin: 10px 0px;
	padding: 4px 6px;
}

fieldset label {
	float: left;
	width: 50%;
	margin-right: 5px;
	margin-top: 2px;
	padding-top: 2px;
	text-align: right;
	font-weight: bold;
}

input, fieldset input, fieldset textarea {
	font-size: 1em;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-weight: normal;
	color: #036;
	background-color: #eee;
	border: 1px solid #999;
	margin-top: 2px;
	padding: 2px 0 2px 2px;
}

input.invalid, textarea.invalid, input.invalid:focus, input.sfFocus, textarea.invalid:focus {
	border: 1px solid #f00;
	/*background: #FFCECE url() right no-repeat;
	background-color: #FFCECE;*/
}

fieldset label.radioCheck {
	width: 98%;
	margin-left: 0;
	margin-top: 5px;
	padding-top: 0;
	text-align: left;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.3em;
	clear: both;
}

label.radioCheck input {
	margin-right: 6px;
	float: left;
	background-color: #eee;
	border: 1px solid #999;
}

label.radioCheck input[type="radio"] {
	border: none;
	background: none;
}

input:focus, input.sfFocus, textarea:focus {
	/*border: 1px solid #6c3;
	background: #C6E3FF none;*/
	color: #666;
}

select {
	font-size: 1em;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-weight: normal;
	color: #036;
	background-color: #eee;
	border: 1px solid #999;
	margin-top: 2px;
}

select:focus, select.sfFocus {
	/*background-color: #C6E3FF;*/
}

div#displayError {
	border: 1px solid #f00;
	color: #f00;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 5px;
}

label {font-weight: bold;}

.required {background: #eee url() right no-repeat;}

/* ----------------
	end form styles
---------------- */

.volunteerImage {
	margin: 0 0 0 0;
	border: 1px solid #666;
	padding: 10px;
	background-color: #eee;
}

.finePrint {
	font-size: .7em;
	line-height: 13px;
}

table.contentTable {
	/*width: 100%;*/
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
	background: #fff;
}

table.contentTable caption {
	font-size: 1em;
	font-weight: bold;
	padding: 0 0 5px 0;
}

table.contentTable th, table.contentTable td {
	padding: 5px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

table.contentTable th {
	/*background-color: #FFFFE6;*/
	background: #eee url(../images/bg_th_new.gif) bottom repeat-x;
}

/* styles used in conjunction with table_stripes.js for automatic table striping. documented at http://validweb.nl/artikelen/javascript/better-zebra-tables/ */
table.contentTable tbody tr.even td {background-color: #F9F9F9;}

table.contentTable tbody tr.ruled td {
	background-color: #CFEFD1;
	font-weight: normal;
}

table.width100 {
	width: 100%;
}

/* ---------------------
	start lightbox styles
--------------------- */

.leightbox {
	display: none; 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	width: 600px; 
	height: 450px;
	margin: -275px 0 0 -350px; 
	padding: 2em; 
	border: .8em solid #999; 
	background-color: white; 
	text-align: left; 
	z-index: 1001; 
	overflow: auto;
}

#overlay {
	display: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	z-index: 1000; 
	background-color: #ccc; 
	-moz-opacity: 0.8; 
	opacity: .80; 
	filter: alpha(opacity=80);
}

.lightbox[id] {/* IE6 and below Can't See This */ position: fixed;}
#overlay[id] {/* IE6 and below Can't See This */ position: fixed;}
.leightbox h4 {text-align: center;}

/* -------------------
	end lightbox styles
------------------- */
