@charset "utf-8";
body {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	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: #000;
	line-height:1.1em;
}
a, a:active {
	color:#036;
}
a:hover {
	color:#b5dbed;	
}
p {
	padding:6px 0;
}
#container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #036;
	height:67px;
	width:100%;
	padding: 0px;
	color:#FFF;
}
#header #logo {
	display:block;
	padding:0 0 0 35px;
	float:left;
}
#header #globalNav {
	position: relative;
	top: 40px;
	right: 10px;
	font-size: .9em;
	margin: 0;
	padding: 0;
}
#helpLinks {
	position: relative;
	bottom: 20px;
	right: 10px;
	margin: 0;
	padding: 0;
	color: white;
	font-size: 1.5ex;
	text-align: right
}

#helpLinks a {
	color: white;
}
#header #globalNav a, #header #globalNav a:hover, #header #globalNav a:visited, #header #globalNav a:active {
	color:#FFF;
}
#header #globalNav a.largeTxt {
	font-size:1.3em;
}
.blockRightAlign {
	margin-left: auto;
}

.subheader {
	background-image: url(../images/sub-hdr-bground.gif); 
	background-repeat: no-repeat; 
	background-position: right; 
	width: 100%; 
	height: 92px; 
	background-color:#003366;
	}
#mainNav {
	margin:10px 0 0 0;
}
#mainNav ul{
	margin:0px;
	padding:0px;
	height:38px;
	display:block;
	background:#39C;
	font-size:.9em;
}
#mainNav li {
	list-style:none;
	float:left;
}
#mainNav li a{
	display:block;
	width:135px;
	text-align:center;
	height:28px;
	color:#036;
	padding:10px 0 0 0;
	text-decoration:none;
}
#mainNav li a:hover {
	font-weight:bold;
}
#mainNav a.selected {
	background:#FC6;
	font-weight:bold;
	width:135px;
}
#mainNav .divYRBL {
	background:url(../images/myC4Yourself/mNav-div-yL-bR.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:31px;
	height:38px;
}
#mainNav .divBRYL {
	background:url(../images/myC4Yourself/mNav-div-bL-yR.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:31px;
	height:38px;
}
#mainNav .divBRBL {
	background:url(../images/myC4Yourself/mNav-div-bL-bR.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:31px;
	height:38px;
}
#subpage #mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border:2px solid #FC6;
}
#subpage #mainContent p {
	font-size:.9em;
	line-height:1.1em;
	margin:0px;
	padding:6px 0;
}
#subpage #mainContent ul {
	padding:6px 0;
	margin:0 0 0 25px;
}
#subpage #mainContent ul li {
	font-size:.9em;
	line-height:1.1em;
}
#subpage #mainContent h1 {
	font-size:1.2em;
	font-weight:bold;
	color:#036;
	margin:0px;
	padding:0 0 8px 0;
}
#subpage #mainContent h2 {
	font-size:1em;
	font-weight:bold;
	color:#036;
	margin:0px;
	padding:6px 0;
}
#subpage #leftCol {
	width:182px;
	min-height:600px;
	background:#d6ebf5;
	padding:7px;
	float:left;
	font-size:.75em;
}
#subpage #leftCol div a {
	display:block;
	padding:5px 0;
	color:#036;
}
#subpage #leftCol div a:hover {
	background:#b5dbed;
	display:block;
	padding:5px 0;
}
#subpage #leftCol div a.selected {
	background:#b5dbed;
	display:block;
	padding:5px 0;
}
#subpage #leftCol .colTitle {
	font-weight:bold;
	font-size:1.1em;
}
#subpage #mainCol {
	margin:0 0 0 216px;
	width:80%;
}
#subpage #mainCol td {
	color:#000;
	font-size:.9em;
}
#subpage #mainCol #inbox {
	border:2px solid #036;
}
#subpage #mainCol .hdrRow {
	background:#4e82bf;
	border-bottom:1px solid #036;
	height:20px;
	font-size:.9em;
	color:#FFF;
	font-weight:bold;
	padding:5px;
}
#subpage #mainCol .hdrRow a{
	color:#FFF;
}
#subpage #mainCol .hdrRow div {
	float:left;
	display:block;
	text-align:left;
}
#subpage #mainCol .oddRow {
	background:#d9d9d9;
	font-size:.7em;
	text-align:left;
}
#subpage #mainCol .oddRow table {
	width:100%;
}
#subpage #mainCol .oddRow a, a:hover, a:active{
	color:#000;
}
#subpage #mainCol .oddRow a:visited{
	color:#39C;
}
#subpage #mainCol .oddRow td.one {
	width:215px;
	padding:5px;
}
#subpage #mainCol .oddRow td.two {
	width:225px;
	padding:5px;
}
#subpage #mainCol .evenRow {
	background:#FFF;
	font-size:.7em;
	text-align:left;
}
#subpage #mainCol .evenRow table {
	width:100%;
}
#subpage #mainCol .evenRow a, a:hover, a:active{
	color:#000;
}
#subpage #mainCol .evenRow a:visited{
	color:#39C;
}
#subpage #mainCol .evenRow td.one {
	width:215px;
	padding:5px;
}
#subpage #mainCol .evenRow td.two {
	width:225px;
	padding:5px;
}
#subpage #mainCol a.delButton {
	padding:2px;
	background:#036;
	color:#FFF !important;
	display:block;
	text-decoration:none;
	width:50px;
	text-align:center;
}
#subpage #mainCol a:hover.delButton {
	background:#39C;
}
#subpage #mainCol .msgRow {
	background:#FFF;
	font-size:.7em;
	text-align:left;
}
#subpage #mainCol .msgRow table {
	width:100%;
	border-top:2px solid #036;
	border-bottom:2px solid #036;
}
#subpage #mainCol .msgRow a, a:hover, a:active{
	color:#000;
}
#subpage #mainCol .msgRow a:visited{
	color:#39C;
}
#subpage #mainCol .msgHeader {
	background:#d6ebf5;
	padding:5px;
}
#subpage #mainCol .msgHeader td.one {
	width:215px;
	padding:5px;
}
#subpage #mainCol .msgHeader td.two {
	width:225px;
	padding:5px;
}
#subpage #mainCol .msgBody {
	padding:5px;
}
#subpage #mainCol .hoverSect {
	padding:10px;
	border:2px solid #d6ebf5;
}
#subpage #fullCol {
}
#subpage #fullCol #inbox {
	border:2px solid #036;
}
#subpage #fullCol .hdrRow {
	background:#4e82bf;
	border-bottom:1px solid #036;
	height:20px;
	font-size:.9em;
	color:#FFF;
	font-weight:bold;
	padding:5px;
}
#subpage #fullCol .subhdrRow {
	background:#39C;
	border-bottom:1px solid #036;
	height:20px;
	font-size:.9em;
	color:#FFF;
	font-weight:bold;
	padding:5px;
}
#subpage #fullCol .hdrRow div {
	float:left;
	display:block;
	text-align:left;
}
#subpage #fullCol .oddRow {
	background:#d9d9d9;
	font-size:.7em;
	text-align:left;
}
#subpage #fullCol .oddRow table {
	width:100%;
}
#fullCol .oddRow a, a:hover, a:active{
	color:#000;
}
#subpage #fullCol .oddRow a:visited{
	color:#39C;
}
#subpage #fullCol .oddRow td.one {
	width:215px;
	padding:5px;
}
#subpage #fullCol .oddRow td.two {
	width:225px;
	padding:5px;
}
#subpage #fullCol .evenRow {
	background:#FFF;
	font-size:.7em;
	text-align:left;
}
#subpage #fullCol .evenRow table {
	width:100%;
}
#subpage #fullCol .evenRow a, a:hover, a:active{
	color:#000;
}
#subpage #fullCol .evenRow a:visited{
	color:#39C;
}
#subpage #fullCol .evenRow td.one {
	width:215px;
	padding:5px;
}
#subpage #fullCol .evenRow td.two {
	width:225px;
	padding:5px;
}
#subpage #fullCol a.delButton {
	padding:2px;
	background:#036;
	color:#FFF !important;
	display:block;
	text-decoration:none;
	width:50px;
	text-align:center;
}
#subpage #fullCol a:hover.delButton {
	background:#39C;
}
#subpage #fullCol .msgRow {
	background:#FFF;
	font-size:.7em;
	text-align:left;
}
#subpage #fullCol .msgRow table {
	width:100%;
	border-top:2px solid #036;
	border-bottom:2px solid #036;
}
#subpage #fullCol .msgRow a, a:hover, a:active{
	color:#000;
}
#subpage #fullCol .msgRow a:visited{
	color:#39C;
}
#subpage #fullCol .msgHeader {
	background:#d6ebf5;
	padding:5px;
}
#subpage #fullCol .msgHeader td.one {
	width:215px;
	padding:5px;
}
#subpage #fullCol .msgHeader td.two {
	width:225px;
	padding:5px;
}
#subpage #fullCol .msgBody {
	padding:5px;
}
#subpage #fullCol .hoverSect {
	padding:10px;
	border:2px solid #d6ebf5;
}
#subpage .counties td {
	font-size:.7em;
	vertical-align:top;
}
#subpage .counties th {
	font-size:.7em;
	vertical-align:bottom;
	font-weight:bold;
	text-align:left;
	border-bottom:2px solid #FC6;
}
div#qTip {
 display: none;
 background: #d6ebf5;
 text-align: left;
 position: absolute;
 z-index: 1000;
 width:300px;
}
#footer {
	text-align:center;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size:.7em;
	height:40px;
	padding:10px 0;
}
.clear {
	clear:both;
}

/* HOMEPAGE */
#homepage #mainContent {
	background: #FFFFFF;
}
#homepage #mainContent p {
	font-size:.9em;
	line-height:1.1em;
	margin:0px;
	padding:6px 0;
}
#homepage #mainContent ul {
	padding:6px 0;
	margin:0 0 0 25px;
}
#homepage #mainContent ul li {
	font-size:.9em;
	line-height:1.1em;
}
#homepage #mainContent h1 {
	font-size:1.2em;
	font-weight:bold;
	color:#036;
	margin:0px;
	padding:0 0 8px 0;
}
#homepage #mainContent h2 {
	font-size:1.1em;
	font-weight:bold;
	color:#336699;
	margin:0px;
	padding:6px 0;
}

 #leftCol img{
    max-width: 100%;     
    height: auto;     
    width: auto\9; /* ie8 */ 	
}
#homepage #leftCol {
	max-width: 426px;
	width: 35%;
	background-color:#d6ebf5;
	float:left;
	height: 810px;
}
#homepage #leftCol .text{
	padding:30px 30px;

}
#homepage #leftCol .colTitle {
	margin:10px 0 0 0;;
}
#homepage #mainCol {
	/* margin:0 0 0 429px; */
	width: 65%;
	font-size:.9em;
	float:right;
}
#homepage #mainCol #apply {
	padding:20px 0 0 10px;
}
#homepage #mainCol #disasterApply {
	padding:20px 0 0 10px;
}
#homepage #mainCol #programs {
	margin:15px 0 10px 0;
}
#homepage #mainCol #programs table{	
	width:100%;
}
#homepage #mainCol #programs td{	
	padding-left: 10px;
	font-size:.7em;
	color:#999;
}
#homepage #mainCol #programs a{	
	color:#999;
}
#homepage #mainCol #myC4yourself{	
	padding:20px 0 0 10px;
	margin:0 0 25px 0;
	border-top:1px solid #F60;
	font-size:.9em;
}
#homepage #mainCol #myC4yourself table{	
	margin:15px 0 0 0;
}
#homepage #mainCol #myC4yourself td{	
	padding:6px;
}
#homepage #mainCol #myC4yourself td a{	
	background:url(../images/myC4Yourself/bullet_orange.gif);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	padding:0 0 0 10px;
}
#homepage #mainCol #ebt {
	background:#fff0d1;
	padding:4px;
	min-height:30px;
	font-size:.9em;
	margin:0 0 0 8px;
}
#homepage #mainCol #ebt img{
	float:left;
	margin:0 10px 0 0;
}
#homepage #mainCol #hardship {
	height:120px;
	padding:0 90px 0 18px;
	margin:8px 0 0 8px;
	font-size:.75em;
	line-height:1em;
	background:#FFC url(../images/myC4Yourself/hp-img-hardship.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
#homepage #mainCol #hardship img{
	margin:6px 0 0 0;
}
#homepage #mainCol #faq {
	background:#FC6;
	padding:4px;
	min-height:25px;
	font-size:.9em;
	margin:10px 0 0 8px;
}
#homepage #mainCol #faq img {
	float:left;
	margin:0 10px 0 0;
}
#homepage #mainCol #ivr {
	background:#fff0d1;
	padding:4px;
	min-height:30px;
	font-size:.9em;
	margin:10px 0 0 8px;
}
#homepage #mainCol #ivr img {
	float:left;
	margin:0 10px 0 0;
}
#homepage #announcements {
	padding:10px 10px 10px 30px;;
	background:#CCC;
	margin:5px 0;
	font-size:.8em;
}
#homepage #announcements h1 {
	font-size:1.1em;
	padding:0 0 5px 0;
	margin:0px;
}
#homepage #announcements ul{
	display:block;
	padding:5px 0 0 0;
	margin:0px;
	list-style:none;
}

#homepage #announcements li {
	background:url(../images/myC4Yourself/bullet_grey.gif);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	padding:0 0 0 10px;
}
/* PROGRAM PAGES */
#program #mainContent {
	background: #FFFFFF;
	border:2px solid #FC6;
}
#program #mainContent p {
	font-size:.9em;
	line-height:1.1em;
	margin:0px;
	padding:6px 0;
}
#program #mainContent ul {
	padding:6px 0;
	margin:0 0 0 25px;
}
#program #mainContent ul li {
	font-size:.9em;
	line-height:1.1em;
}
#program #mainContent h1 {
	font-size:1.2em;
	font-weight:bold;
	color:#036;
	margin:0px;
	padding:0 0 8px 0;
}
#program #mainContent h2 {
	font-size:1em;
	font-weight:bold;
	color:#036;
	margin:0px;
	padding:6px 0;
}
#program #leftCol {
	width:301px;
	background:#d6ebf5;
	float:left;
}
#program #leftCol .text{
	padding:15px 20px 10px 20px;
	font-size:.8em;
	/* height:227px; */
}
#program #leftCol .colTitle {
	margin:30px 0 0 0;
	color:#036;
	font-weight:bold;
}
#program #mainCol {
	margin:0 0 0 301px;
	width:455px;
	font-size:.9em;
	padding:20px;
}

/* LOG IN */
#login #mainContent {
	background: #FFFFFF;
	border:2px solid #FC6;
}
#login #mainContent p {
	font-size:.9em;
	line-height:1.1em;
	margin:0px;
	padding:6px 0;
}
#login #mainContent h1 {
	font-size:1.2em;
	font-weight:bold;
	color:#036;
	margin:0px;
	padding:0 0 8px 0;
}
#login #mainContent h2 {
	font-size:1em;
	font-weight:bold;
	color:#036;
	margin:0px;
	padding:6px 0;
}
#login #leftCol {
	width:45%;
	padding:20px;
	float:left;
	font-size:.8em;
	border-right:2px solid #FC6;
}
#login #leftCol .colTitle {
	margin:30px 0 0 0;
	color:#036;
	font-weight:bold;
}
#login #mainCol {
	margin:0 0 0 400px;
	width:45%;
	font-size:.8em;
	padding:20px;
}
#login #colHeader{
	padding:3px 5px 3px 10px;
	background:#036;
	color:#FFF;
	font-weight:bold;
	font-size:.9em;
	margin:10px 0 0 0;
}
#login .text{
	padding:15px 20px 10px 20px;
	height:227px;
}
#login .button_login {
	padding:5px;
	background:#036;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

#homepage #leftCol .colTitle2 {
	margin:5px 0 0 0;;
}
#homepage #leftCol .text2{
	padding:10px 10px 10px 10px;
	/* min-height:220px; */
	font-size:.7em;
}

#homepage #announcements2 {
	padding:5px;
	font-size:.8em;
	background:#CCC;
	margin:5px 0;
}
#homepage #announcements2 ul{
	display:block;
	padding:5px;
	margin:0 0 0 10px;
}
#homepage #announcements2 li {
	line-height:.9em;
}
