@charset "utf-8";
/* CSS Document - Nix Tank */

/* START: Global Includes */
html {
	overflow-y: scroll;
}
body {
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	font-size: 14px;
	background: #0b111b;
	background-image:url(/images/bg-001.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	color:white;
	line-height: 18px;
}
ul, li {
	padding:0px;
	margin:0px
}
body#hp {
	background-image:url(/images/hp-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
body#int {
	background-image:url(/images/int-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
table, td {
	vertical-align:top;
	border-spacing:0px;
	border-collapse:collapse;
	padding:0px;
	margin:0px;
	text-align: left;
}
/* HEADINGS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
h1, .h1 {
	color: white;
	font-size: 33px;
	padding-top: 40px;
	text-transform: uppercase;
	margin: 0px;
	margin-bottom: 15px;
	padding-top: 10px;
	line-height: 35px;
	font-weight: 400;
}
h2, .h2 {
	font-size: 22px;
	font-weight: bold;
	color: #ee9305;
	margin: 0px;
	padding-top: 25px;
	margin-bottom: 10px;
	line-height: 22px;
}
h3, .h3 {
	font-size: 20px;
	font-weight: bold;
	color: #ee8100;
	margin: 0px;
	padding-top: 12px;
	margin-bottom: 6px;
}
h4, .h4 {
	font-size: 12px;
	font-weight: bold;
	color: #ee8100;
	margin: 0px;
	padding-top: 12px;
	margin-bottom: 10px;
}
h5, .h5 {
	color:#4876ae;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}
div.clearall {
	clear: both;
}
/* LINKS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
a:active, a:visited, a:link {
	color: #e08700;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: white;
}
a img {
	border: 0px solid white;
	text-decoration:none;
}
/* END: Global Includes */

div.structure {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
}
/* START: HP */
div.hp-logo-click-layer {
	padding-top: 54px;
	padding-left: 3px;
}
body#hp h1 {
	color:white;
	font-size: 20px;
	text-transform: none;
}
div.hp-h1 span {
	font-family: 'Arial Black';
	color:#324b73;
}
/* CONNECT*/
div.hp-connect {
	margin-top: 62px;
	height: 145px;
	padding-top: 15px;
	font-family: 'Arial Black';
	font-size: 25px;
	color: white;
	text-transform:uppercase;
	letter-spacing: -.05em;
}
div.hp-connect div.btns {
	padding-top: 2px;
}
div.connect-btn {
	background-image:url(/images/hp-connect.jpg);
	background-repeat: no-repeat;
	height: 124px;
	width: 90px;
	float: left;
}
div.connect-btn:hover {
	background-image:url(/images/hp-connect-hv.jpg);
	border-bottom: 3px solid #192b4b;
}
div.connect-btn#email {
	background-position: -15px;
}
div.connect-btn#facebook {
	background-position: -98px;
}
div.connect-btn#twitter {
	background-position: -183px;
}
div.connect-btn#youtube {
	background-position: -263px;
}
div.connect-btn#politics-4-all {
	background-image:url(/images/politics-4-all-bg.jpg);
}
div.connect-btn#politics-4-all:hover {
	background-image:url(/images/politics-4-all-bg-hv.jpg);
}
/* CTAS*/
div.hp-ctas {
	padding-top: 68px;
	height: 100px;
}
div.hp-ctas div.box {
	background-image:url(/images/hp-cta.gif);
	width:265px;
	height: 89px;
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
}
div.hp-ctas div.box div.txt {
	font-size: 28px;
	text-transform: uppercase;
	font-family: 'Arial Black';
	color: white;
	padding-left:15px;
	padding-top: 28px;
	line-height: 11px;
	font-weight: normal;
}
div.hp-ctas div.box div.txt a {
	color: white;
	font-weight: bold;
	display: block;
	width: 100%;
}
div.hp-ctas div.box span {
	color: #fdb825;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
div.hp-ctas div.box:hover {
	background-image:url(/images/hp-cta-hv.gif);
}
div.hp-ctas div.box#learn {
	padding-right: 40px;
}
div.hp-ctas div.box#volunteer {
	padding-right: 32px;
}
div.hp-ctas div.box#donate {
}
/* NEWS/BLOG */
div.news-blog {
	/*background-image:url(/images/hp-news-blog-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;*/
	width: 100%;
	margin-top: 40px;
	height: 225px;
}
div.news-blog div.block {
	background-image:url(/images/dark-blue-50-percent.png);
	width: 420px;
}
div.news-blog div.block div.heading {
	padding-top: 20px;
	padding-left: 20px;
	font-family: 'Arial Black';
	font-size: 22px;
	color: white;
	text-transform:uppercase;
	letter-spacing: -.05em;
}
div.news-blog div.block#news {
	float: left;
}
div.news-blog div.block#blog {
	float: right;
}
div.news-blog div.block div.item {
	width: 38%;
	float: left;
	padding: 20px;
}
div.news-blog div.block div.item div.date {
	color:#fdb523;
	font-size: 11px;
	text-transform: uppercase;
	padding-bottom: 0px;
}
div.news-blog div.block div.item div.title {
	font-size: 15px;
}
div.news-blog div.block div.item div.title a {
	color: white;
}
div.news-blog div.block div.item div.title a:hover {
	color: #ee9305;
}
div.news-blog div.block div.item div.read-more {
	margin-top: 12px;
	padding-top: 3px;
	font-size: 12px;
	border-top: 1px dotted #283850;
}
div.news-blog div.block div.item div.read-more a {
}
div.news-blog div.block div.item div.read-more a:hover {
	color:white;
}
/* END: HP */

/* START: FOOTER */
div.footer-bar {
	background-color:#fdb825;
	width: 100%;
	height: 10px;
}
div.footer {
	width: 870px;
	margin-left: auto;
	margin-right:auto;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}
div.footer ul li {
	display: inline;
	list-style: none;
}
div.footer ul li a {
	padding-left: 7px;
	padding-right: 7px;
	font-size: 13px;
	color:#ffffff;
	text-transform: uppercase;
	font-weight: bold;
}
div.footer ul li a:hover {
	color: #ee9305;
}
div.footer div.copy {
	font-size: 11px;
	padding-top: 10px;
	color: #fdb825;
}
div.footer div.copy a {
	font-weight: normal;
	color: #fdb825;
}
/* END: FOOTER */

/* START: INT */
div.int-logo-click-layer {
	padding-top: 48px;
	padding-left: 3px;
	float: left;
}
/* MENU */
div.menu {
	padding-top: 19px;
	font-weight: bold;
}
div.menu ul li {
	display: inline;
	list-style: none;
}
div.menu ul li a {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	color:#ffffff;
	text-transform: uppercase;
}
div.menu ul li a:hover {
	color:#fdb523;
}
/* SPLASH */
div.int-splash {
	padding-top: 21px;
	text-align: right;
}
/* CONTENT */
h1 span {
	font-family: 'Arial Black';
	color:#324b73;
}
table.int-content-tbl {
	width: 100%;
	margin-top: 40px;
}
table.int-content-tbl td.left {
	width: 600px;
	padding-bottom: 50px;
}
table.int-content-tbl td.right {
	padding-left: 40px;
}
/* CTAS*/
div.int-ctas {
}
div.int-ctas div.box {
	width:265px;
	height: 85px;
}
div.int-ctas div.box div.txt {
	font-size: 28px;
	text-transform: uppercase;
	font-family: 'Arial Black';
	color: white;
	padding-left:15px;
	padding-top: 28px;
	line-height: 11px;
	font-weight: normal;
}
div.int-ctas div.box div.txt a {
	color: white;
	font-weight: bold;
}
div.int-ctas div.box div.txt a:hover {
	color: #ee8100;
	font-weight: bold;
}
div.int-ctas div.box div.txt a:hover span {
	color: white;
}
div.int-ctas div.box span {
	color: #fdb825;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
div.int-ctas div.box:hover {
}
div.int-ctas div.box#learn {
}
div.int-ctas div.box#volunteer {
}
div.int-ctas div.box#donate {
}
/* END: INT */

/* Start: CONTACT FORM */

fieldset {
	width: 600px;
	margin-bottom: 20px;
	border: 1px solid #dbdfef;
}
fieldset legend {
	font-size: 16px;
}
fieldset dl {
	padding: 6px;
	background: #f2f3f7;
}
fieldset label {
	font-size: 12px;
	color: #2e3957;
}
dt {
	font-size: 12px;
	color: #fff;
	padding: 0px;
	margin:0px;
	margin-top:4px;
}
dd {
	padding: 0px;
	margin:0px;
	margin-top:4px;
}
input.stdfield {
	width: 240px;
	border:1px solid #cacaca;
}
select.stdfield {
	width: 240px;
	border:1px solid #cacaca;
}
input.stdcheck {
	margin-right: 10px;
}
label.stdcheck {
	font-weight: bold;
}
input.stdradio {
	margin-right: 10px;
}
input.stdfieldlong {
	width: 335px;
	border:1px solid #cacaca;
}
select.stdfieldmulti {
	width: 240px;
	border:1px solid #cacaca;
}
textarea.stdfieldshort {
	width: 240px;
	height: 68px;
	border:1px solid #cacaca;
}
textarea.stdfield {
	width: 335px;
	height: 68px;
	border:1px solid #cacaca;
}
textarea.addressfield {
	width: 335px;
	height: 22px;
	border:1px solid #cacaca;
}
.stdbutton {
	width: 120px;
	height: 30px;
	color: white;
	background: #595959;
	border:2px solid #919191;
	cursor: pointer;
	margin-top: 6px;
}
ul.errors {
	padding: 0px;
	margin: 0px;
}
ul.errors li {
	color: #991a00;
	list-style:none;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}
div.related {
	margin-top:20px;
}
div.related ul {
	margin-left: 20px;
}
div.related li {
	padding: 6px;
	font-size: 12px;
}
.red {
	color:#990000;
}
.bold {
	font-weight:bold;
}
.contact-info {
	width: 250px;
	float: right;
	padding-right: 25px;
}
/* Give Online form */
fieldset#payment {
	display:none;
}
/* End: CONTACT FORM */



/* v2 */

body#hp {
	background-image:url(/images/hp-v2-bg-002.jpg);
	background-repeat: repeat-x;
}
div.hp-wrapper {
	background-image:url(/images/hp-v2-bg-001.jpg);
	margin-bottom: 50px;
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
}
div.hp-inner {
	width: 980px;
	margin:auto;
	padding-top: 350px;
}
div.xfb {
	width: 350px;
	margin-left: 50px;
}
body#hp div.hp-news {
	width: 880px;
	margin: auto;
	margin-top: 30px;
}

body#hp div.nitem {
	float: left;
	margin-right: 30px;
	width: 190px;
}body#int div.hp-news {
	width: 200px;
	margin: 0px;
	margin-top: 0px;
}
body#int div.nitem {
	float: none;
	margin-left: 0px;
	margin-bottom: 30px;
}
body#hp div.nitem#nfirst {
	margin-left: 0px;
}
div.nitem div.ndate {
	margin-bottom: 5px;
}
div.nitem div.ntitle {
	margin-bottom: 10px;
	font-weight: bold;
}
div.nitem div.ntitle a {

}

body#int div.nitem div.ntitle a { font-size: 20px; display: block;}
div.nitem div.ntitle a:hover {
	text-decoration: underline;
	color: white;
	display: block;
}
div.xfb iframe {
	background-color: white;
	border:none;
	overflow:hidden;
	width:350px;
	height:240px;
}
div.nitem div.nreadmore a {
}
div.nitem div.nreadmore a:hover {
	text-decoration: underline;
	color: white;
	display: block;
}
body#int {
	background-image:url(/images/int-bg-repx-001.jpg);
	;
	background-repeat: repeat-x;
	background-position: top center;
}
body#int div.int-wrapper {
	background-image:url(/images/int-body-001.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
div.int-inner {
	width: 850px;
	margin: auto;
	padding-top: 200px;
	padding-bottom: 50px;
}
div.lcol {


	line-height: 22px;
}
div.rcol {
	float: right;
	width: 200px;

	padding-top: 20px;
}
div.int-inner ul {
	margin-left: 30px;
}
a.more-link {
    background-color: #FFAC2D;
    color: black;
    display: block;
    margin-right: 30px;
    margin-top: 30px;
    padding: 5px 8px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 80px;}
a.more-link:hover {
	background-color: white;
}

img.img-right { float: right; width: 300px; padding: 0px 0px 40px 40px;}
img.img-left { float: left; width: 300px; padding: 0px 40px 40px 0px;}

a.view-all { display: block; margin-right: 30px; text-decoration: underline; font-weight: bold; color: white; font-size: 17px; margin-top: 20px;}
a.view-all:hover {color:#E08700;}
