/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Reset
------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strike,strong,sub,sup,tt,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section { display: block; }

/* `Basic HTML
------------------------------------*/

body {
	background: #F9F9F9 url("../img/bg.png") repeat;
	color: #000;
	font: 12px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a { color: #4d9211; }
/*a       { color: #65C016; }*/
a:hover { text-decoration: none; }
a:focus { outline: 1px dotted; }

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

p.right { text-align: right; }

.img_left { border: 1px solid #E6E6E6; float: left; margin: 0 25px 25px 0; }

/* `Headings
------------------------------------*/
h1 {
	font-size: 28px;
	margin-bottom: 10px;
}

h2 {
	border-bottom: 4px solid #000;
	font-size: 23px;
	padding: 20px 0 0;
}

h3 { font-size: 21px; line-height: 1em; }
h4 { font-size: 19px; }
h5 { font-size: 17px; }
h6 { font-size: 15px; }

p {
}

/* `Spacing
------------------------------------*/
ol { list-style: decimal; }
ul { list-style: disc;    }
li { margin-left: 30px; }

.arrow li, .arrow_green li, .cal_list li { list-style: none; margin-bottom: 15px; margin-left: 0; }

.arrow li, .arrow_green li { background: url("../img/arrow_list.png") no-repeat; padding-left: 35px; }

.arrow_green li { background: url("../img/arrow_list_green.png") no-repeat;}

.cal_list li { background: url("../img/cal_box.png") no-repeat; }
	.date_box { color: #FFF; font-size: 11px; font-weight: bold; float: left; height: 52px; padding-bottom: 10px; padding-right: 8px; text-align: center; width: 52px; }
	.date_box span { color: #000; display: block; float: left; font-size: 24px; font-weight: bold; width: 52px; text-align: center; }
	
.icon_list li { display: block; font-size: 14px; line-height: 1.2em; list-style: none; margin-bottom: 10px; margin-left: 0; text-transform: uppercase; }
.icon_list li a { background: #F6F6F6; border: 1px solid #E6E6E6; color: #646464; display: block; padding: 4px 0 4px 80px; text-decoration: none; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.icon_list li a:hover { background-color: #65C016; color: #F9F9F9; }

li.management a { background: #F6F6F6 url("../img/icon_list.png") no-repeat 30px -7px; }
li.staff a { background: #F6F6F6 url("../img/icon_list.png") no-repeat 30px -48px; }
li.board a { background: #F6F6F6 url("../img/icon_list.png") no-repeat 33px -88px; }
li.job-openings a { background: #F6F6F6 url("../img/icon_list.png") no-repeat 30px -128px; }
li.gas-electric-bill-assistance a { background: #F6F6F6 url("../img/icon_list.png") no-repeat 30px -159px; }
li.weather-protection-for-homes a { background: #F6F6F6 url("../img/icon_list.png") no-repeat 30px -190px; }
li.asset-ownership-assistance a { background: #F6F6F6 url("../img/icon_list.png") no-repeat 30px -238px; }
li.free-tax-assistance a { background: #F6F6F6 url("../img/icon_list.png") no-repeat 30px -280px; }
li.energy-savers a { background: #F6F6F6 url("../img/icon_list.png") no-repeat 30px -327px; }
li.texas-caas a { background: #F6F6F6 url("../img/icon_list.png") no-repeat 30px -368px; }
li.quick-links a { background: #F6F6F6 url("../img/icon_list.png") no-repeat 30px -408px; }
li.outreach-travel-dates a { background: #F6F6F6 url("../img/icon_list.png") no-repeat 30px -440px; }
li.faq a { background: #F6F6F6 url("../img/icon_list.png") no-repeat 30px -488px; }
li.money-management a { background: #F6F6F6 url("../img/icon_list.png") no-repeat 30px -520px; }

li.lightning a { background: #F6F6F6 url(../img/nav.png) no-repeat 30px -48px; }

p,
dl,
hr,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

a.backtotop { color: #FFF; float: right; }
