@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #3f3f3f;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #d7e4ed url(../img/shared_assets/fauxbak.gif) repeat-y 50%;
}

#fauxBak {
	background: url(../img/shared_assets/bak.jpg) no-repeat 50% 0;
}

.twoColFixLtHdr #container { 
	width: 800px;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixLtHdr #header { 
	padding: 0;
	height: 230px;
	background: url(../img/shared_assets/header_logo.png) no-repeat;
} 

.twoColFixLtHdr #header #tagNavi {
	text-align: right;
} 


.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #headerBelow {
	margin-bottom: 30px;
} 

.twoColFixLtHdr #headerBelow p {
	color: #808080;
	line-height: 19px;
} 

.twoColFixLtHdr #headerBelow h1 {
	font-size: 15px;
	color: #005288;
} 

.twoColFixLtHdr #headerBelow #cellLeft {
	padding-right: 20px;
	padding-left: 24px;
} 

.twoColFixLtHdr #headerBelow #cellRight {
	width: 413px;
	padding-right: 12px;
} 


img {
	border-style: none;
}

.twoColFixLtHdr #sidebar1 {
	float: left;
	padding: 5px 20px 15px;
	width: 198px;
}

.twoColFixLtHdr #sidebar1 .collapseHedr {
	margin-top: 30px;
	margin-bottom: 40px;
}

.twoColFixLtHdr #sidebar1 .collapseHedr a:link, .twoColFixLtHdr #sidebar1 .collapseHedr a:visited {
	margin: 20px 0 0;
	padding: 0 0 4px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-weight: bold;
	color: #3f3f3f;
	text-decoration: none;
}

.twoColFixLtHdr #sidebar1 .collapseHedr a:hover, .twoColFixLtHdr #sidebar1 .collapseHedr a:active {
	color: #0cd2e8;
	text-decoration: none;
}

.twoColFixLtHdr #sidebar1 .date {
	font-weight: bold;
	font-size: 10px;
	color: #005288;
	margin-bottom: 3px;
}


.twoColFixLtHdr #sidebar1 .info {
	background: url(../img/shared_assets/flat-arrow.gif) no-repeat 0 1px;
	color: #005288;
	font-size: 9px;
	line-height: 13px;
	padding-left: 17px;
	margin-bottom: 10px;
	margin-top: 6px;
}

.twoColFixLtHdr #sidebar1 .info a:link, .twoColFixLtHdr #sidebar1 .info a:visited {
	color: #507dab;
	text-decoration: none;
}

.twoColFixLtHdr #sidebar1 .info a:hover, .twoColFixLtHdr #sidebar1 .info a:active {
	color: #f32e00;
	text-decoration: underline;
}


.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 24px 0 16px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #mainContent .bodyHilite {
	color: #ff0065;
	font-weight: bold;
} 

.twoColFixLtHdr #mainContent .quote {
	font: italic 14px/20px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #507dab;
} 

.twoColFixLtHdr #mainContent .quoteBody {
	font: italic 14px/20px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #507dab;
	margin-top: 30px;
	margin-bottom: 30px;
} 

.twoColFixLtHdr #mainContent .quotee {
	color: #7c92a9;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
} 

.twoColFixLtHdr #mainContent h1 {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #005288;
	margin-bottom: 24px;
	margin-top: 30px;
}

.twoColFixLtHdr #mainContent h2 {
	font-size: 15px;
	color: #005288;
	margin-bottom: 4px;
	margin-top: 30px;
	font-weight: normal;
	font-style: normal;
}

.twoColFixLtHdr #mainContent .bigTextCap {
	font-size: 14px;
	font-weight: bold;
	margin-right: 1px;
}

.twoColFixLtHdr #mainContent .partnerBlock {
	margin-top: 30px;
}

.twoColFixLtHdr #mainContent .partnerBlock p {
	line-height: 14px;
	margin-bottom: 20px;
}

.twoColFixLtHdr #mainContent h4 {
	font-size: 13px;
	padding: 0;
	margin: 40px 0 10px;
	color: #005288;
	font-weight: bold;
}

.twoColFixLtHdr #mainContent h5 {
	font-size: 11px;
	padding: 0;
	margin: 40px 0 10px;
	color: black;
}

.twoColFixLtHdr #mainContent .partnerBlock .partnerBold {
	font-weight: bold;
	margin-bottom: 8px;
}


.twoColFixLtHdr #mainContent .partnerBlock .partnerNormal {
	margin-bottom: 8px;
}


.twoColFixLtHdr #footer {
	font-size: 9px;
	margin-top: 40px;
	background: #d7e4ed url(../img/shared_assets/bottom_shadow.png) no-repeat 50% 0;
	width: 800px;
	margin-left: 1px;
	padding-top: 20px;
	padding-bottom: 60px;
}

/* @group PIX */

.insetphotoRight {
	float: right;
	width: 240px;
	margin-left: 14px;
	margin-bottom: 14px;
	font-size: 9px;
	color: #7c92a9;
	line-height: 12px;
	font-style: italic;
	text-align: center;
}

.alignRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 14px;
}

/* @end */

.twoColFixLtHdr #footer a:link, .twoColFixLtHdr #footer a:visited { 
	color: #7a9ea8;
	text-decoration: none;
}

.twoColFixLtHdr #footer #bottomNav {
	padding-top: 20px;
	color: #7a9ea8;
	padding-bottom: 30px;
	line-height: 14px;
	width: 760px;
}

.twoColFixLtHdr #footer #bottomNav #leftCell{
	width: 190px;
	text-align: center;
	padding-right: 20px;
}

.twoColFixLtHdr #footer #bottomNav #rightCell{
	text-align: center;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixLtHdr #footer a:link, .twoColFixLtHdr #footer a:visited {

}

.twoColFixLtHdr #footer a:hover, .twoColFixLtHdr #footer a:active {
	color: #005288;
	text-decoration: underline;
}

.twoColFixLtHdr #mainContent a:link, .twoColFixLtHdr #mainContent a:visited {
	text-decoration: none;
	color: #005288;
}

.twoColFixLtHdr #mainContent a:hover, .twoColFixLtHdr #mainContent a:active {
	color: #f32e00;
}


.twoColFixLtHdr #mainContent p {
	line-height: 18px;
	margin: 14px 0 2px;
}

.twoColFixLtHdr #mainContent .donateLevelsBox {
	border-top: 1px solid #e4e4e4;
	padding: 22px 32px;
	border-bottom: 1px solid white;
	background: #fafcfd url(../img/shared_assets/grad_blue.gif) repeat-x;
}

.twoColFixLtHdr #mainContent .donateLevelsBox .hedr {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
}

.twoColFixLtHdr #mainContent .boldPink {
	font-weight: bold;
	color: #ff0065;
}

.twoColFixLtHdr #mainContent ul {
	padding: 0;
	margin-left: 12px;
	margin-bottom: 24px;
	margin-top: 6px;
}

.twoColFixLtHdr #mainContent li {
	list-style-image: none;
	list-style-type: none;
	background: url(../img/shared_assets/flat-arrow.gif) no-repeat 0 2px;
	margin-bottom: 2px;
	padding-left: 22px;
	line-height: 16px;
}

/* @group SIDEBOXES */




.sideboxBlue {
	background: #fafcfd url(../img/shared_assets/grad_blue.gif) repeat-x;
	margin-top: 14px;
	padding: 12px 16px 26px;
	margin-bottom: 14px;
}

.sideboxEventWrapper {
	margin-bottom: 30px;
}


.sideboxBlue a:link, .sideboxBlue a:visited {
	text-decoration: none;
	color: #005288;
}

.sideboxBlue a:hover, .sideboxBlue a:active {
	text-decoration: none;
	color: #0cd2e8;
}

.sideboxBlue ul {
	padding: 0;
	margin: 0;
}
	
.sideboxBlue li {
	font-size: 9px;
	list-style-type: none;
	padding: 0 0 0 18px;
	margin: 0 0 6px;
	background: url(../img/shared_assets/flat-arrow.gif) no-repeat 0 1px;
}

.sideboxBlue li .docType{
	font-style: italic;
	color: #629dd7;
	padding-left: 10px;
}

.sideboxBlue li a:link, .sideboxBlue li a:visited {
	text-decoration: none;
	color: #005288;
}

.sideboxBlue li a:hover, .sideboxBlue li a:active {
	text-decoration: none;
	color: #0cd2e8;
}



.sideboxBlue p {
	font-size: 9px;
	color: #005288;
}

.sideboxGreen {
	background: #f7fff1 url(../img/shared_assets/grad_green.gif) repeat-x;
	margin-top: 14px;
	padding: 12px 16px 26px;
	margin-bottom: 14px;
}

.sideboxGreen .sidebarTable {
	font-size: 9px;
	color: #807a64;
	margin-top: 20px;
	margin-bottom: 20px;
}

.sideboxGreen .sidebarTable td {
	border-top: 1px dotted #b7d09b;
	padding-right: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.sideboxGreen p {
	font-size: 9px;
	color: #596b4b;
}

.sideboxGreen p a:link, .sideboxGreen p a:visited {
	color: #8fad79;
	text-decoration: none;
}

.sideboxGreen p a:hover, .sideboxGreen p a:active {
	color: #506be2;
	text-decoration: underline;
}

.editfieldBlu {
	border: 1px solid #d0d0d0;
	font-size: 10px;
	color: #969696;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-bottom: 7px;
	width: 96%;
}



.twoColFixLtHdr #sidebar1 .blueHed {
	font-size: 12px;
	font-weight: bold;
	color: #005288;
	text-transform: uppercase;
	margin-top: 2px;
}

.twoColFixLtHdr #sidebar1 .greenHed {
	font-size: 12px;
	font-weight: bold;
	color: #596b4b;
	text-transform: uppercase;
	margin-top: 2px;
}


/* @end */

/* @group TEXT COLORS */

.sbpBlue {
	color: #005288;
}

.pink {
	color: #ff0065;
}

.orange {
	color: #f80;
}

.gray {
	color: #66e100;
}

.purple {
	color: #8900e8;
}

.green {
	color: #00d9c6;
}

/* @end */




/* @group NAVBAR LI */

#navbar {
	margin: 0;
	padding: 0;	
	background-image: url(../img/shared_assets/opaqueBak-60.png);
	text-transform: uppercase;
	height: 36px;
	font: 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
}
#navbar li {
    list-style:none;
    display:inline;
}

#navbar #slotOne {
}

#navbar #slotOne a:link, #navbar #slotOne a:visited {
		float: left;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	border-bottom: 4px solid #005288;
	text-decoration: none;
	color: #005288;
	font-weight: bold;
}

#navbar #slotOne a:hover, #navbar #slotOne a:active { 	border-bottom: 4px solid black;
	text-decoration: none;
	color: black;
}

#navbar #slotTwo {
}

#navbar #slotTwo a:link, #navbar #slotTwo a:visited {
		float: left;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	border-bottom: 4px solid #ff0065;
	text-decoration: none;
	color: #ff0065;
	font-weight: bold;
	margin-left: 1px;
}

#navbar #slotTwo a:hover, #navbar #slotTwo a:active { 	border-bottom: 4px solid black;
	text-decoration: none;
	color: black;
}


#navbar #slotThree {
}

#navbar #slotThree a:link, #navbar #slotThree a:visited  {
		float: left;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	border-bottom: 4px solid #fa0;
	text-decoration: none;
	color: #fa0;
	font-weight: bold;
	margin-left: 1px;
}

#navbar #slotThree a:hover, #navbar #slotThree a:active { 	border-bottom: 4px solid black;
	text-decoration: none;
	color: black;
}

#navbar #slotFour {
}

#navbar #slotFour a:link, #navbar #slotFour a:visited {
		float: left;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	border-bottom: 4px solid #66e100;
	text-decoration: none;
	color: #66e100;
	font-weight: bold;
	margin-left: 1px;
}

#navbar #slotFour a:hover, #navbar #slotFour a:active { 	border-bottom: 4px solid black;
	text-decoration: none;
	color: black;
}

#navbar #slotFive {
}

#navbar #slotFive a:link, #navbar #slotFive a:visited {
		float: left;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	border-bottom: 4px solid #00d9c6;
	text-decoration: none;
	color: #00d9c6;
	font-weight: bold;
	margin-left: 1px;
}

#navbar #slotFive a:hover, #navbar #slotFive a:active { 	border-bottom: 4px solid black;
	text-decoration: none;
	color: black;
}



#navbar #slotSix {
}

#navbar #slotSix a:link, #navbar #slotSix a:visited {
		float: left;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	border-bottom: 4px solid #8900e8;
	text-decoration: none;
	color: #8900e8;
	font-weight: bold;
	margin-left: 1px;
}

#navbar #slotSix a:hover, #navbar #slotSix a:active { 	border-bottom: 4px solid black;
	text-decoration: none;
	color: black;
}



#navbar #slotSeven {
}

#navbar #slotSeven a:link, #navbar #slotSeven a:visited  {
		float: left;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	border-bottom: 4px solid #787878;
	text-decoration: none;
	color: #787878;
	font-weight: bold;
	margin-left: 1px;
}

#navbar #slotSeven a:hover, #navbar #slotSeven a:active { 	border-bottom: 4px solid black;
	text-decoration: none;
	color: black;
}



/* @end */

#logoNavTable {
	width: 800px;
}

/* @group SIDEBAR NAV */

#sideSubnavbar {
	margin: 30px 0 20px;
	padding: 0;	
	background-image: none;
	text-transform: uppercase;
	font: 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
}
#sideSubnavbar li {
    list-style:none;
	margin-bottom: 5px;
}

#sideSubnavbar .list {
}

#sideSubnavbar .idle {
	text-decoration: none;
	color: #d0d0d0;
	font-weight: bold;
	border-left: 3px solid #efefef;
	padding-left: 10px;	
}

#sideSubnavbar .list a:link, #sideSubnavbar .list a:visited {
	text-decoration: none;
	color: #005288;
	font-weight: bold;
	border-left: 3px solid #dffe7d;
	padding-left: 10px;
}

#sideSubnavbar .list a:hover, #navbar .list a:active {
	text-decoration: none;
	color: #0cd2e8;
	border-left: 3px solid #0cd2e8;
}



/* @end */

#logoNavTable td {
	vertical-align: top;
}

#tagline {
	margin-top: 80px;
	margin-bottom: 54px;
}

form {
	font-size: 10px;
}

.editField {
	border: 1px solid #d0d0d0;
	font-size: 10px;
	display: block;
	width: 98%;
	padding: 4px 4px 4px 8px;
	margin-bottom: 7px;
	color: #646464;
	background-color: #fafcfd;
}


.twoColFixLtHdr #mainContent .middleBox {
	border-top: 1px solid #dedede;
	margin-top: 46px;
}


.twoColFixLtHdr #mainContent h3 {
	text-transform: uppercase;
	color: #005288;
	margin-bottom: 14px;
	margin-top: 30px;
}

.twoColFixLtHdr #mainContent .thankyouTable {
}


.twoColFixLtHdr #mainContent .thankyouTable td {
	text-align: center;
	padding: 8px 8px 30px;
	color: gray;
	width: 25%;
	vertical-align: top;
	font-size: 10px;
}

.twoColFixLtHdr #mainContent .thankyouTable td .ital {
	font-size: 9px;
	font-style: italic;
	margin-top: 5px;
	color: #404040;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}