/* GLOBAL CSS */
/* ALL PAGES */
body {
	margin-left: 0px ;
	margin-top: 0px ;
	margin-right: 0px ;
	margin-bottom: 0px ;
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #22A61D ;
}

body,td,th {
	color: #333333 ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px ;
	line-height: 18px ;
}

a:link, a:visited, a:active {
	text-decoration: none ;
	color: #22A61D ;
	
}

a:hover {
	text-decoration: none ;
	color: #5B7CBB ;
}

a.image:link, a.image:visited, a.image:active, a.image:hover {
	border: 0px ;
}

#Nav {
	background-image:url(/images/bg-nav.jpg);
	height:50px;
	margin:0px auto;
	width:892px;
	padding:0px 0px 0px 114px;
	text-align:center;
}

#Nav UL {
	display: inline ;
	margin: 0px ;
	list-style-type: none ;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}

#Nav UL LI {
	color: #22A61D ;
	float: left ;
	height: 32px;
	padding: 18px 24px 0px 24px ;
}

#Nav UL .on{
	background-image:url(/images/bg-btn.png);
	background-position:right;
	color:#5B7CBB;
}

#Nav UL A {
	text-decoration: none ;
}


#Nav UL A:hover {
	text-decoration: none ;
}



#OuterShell {
	background-image:url(/images/bg-rptr.jpg) ;
	background-repeat:repeat-y ;
	margin:0px auto ;
	width:1006px ;
}

#Content {
	background-image:url(/images/bg-main.jpg) ;
	background-repeat:no-repeat;
}

#Footer {
}

#footer-txt{
	font-size:11px;
	color:#9BD799;
	width:850px;
	margin:0px auto;
}

.cleaner {
	clear: both ;
	height: 1px ;
	font-size: 1px ;
	line-height: 1px ;
	border: 0px ;
	margin: 0px ; 
	padding: 0px ;
	background: transparent ;
}

#col-left{
	width:200px;
	padding-left:80px;
	float:left;
	display:inline;
}

#col-mid{
	width:415px;
	padding:10px 20px 20px 0px;
	float:left;
	display:inline;
}

#col-mid h1{
	font-size:22px;
	color:#5B7CBB;
	padding:20px 0px 0px 0px;
	margin:0px;
}

#hdr{
	padding:20px 0px 0px 0px;
	margin:0px;
}

#col-mid h2{
	font-size:16px;
	color:#22A61D;
	padding:0px 0px 5px 0px;
	margin:0px;
}

#col-right{
	width:200px;
	padding-right:78px;
	float:left;
	display:inline;
}

.form_instructions {
	font-weight: normal ;
    font-size: 10px ;
	color: #000000 ;
}

a:link.form_instructions, a:active.form_instructions, a:visited.form_instructions, a:hover.form_instructions {
	color: #0000cc ;
}

.form_error {
        color: #cc0000 ;
        font-style: italic ;
}

/* News styles */

.newsOn {
	font-weight: bold ;
}

.newsOn a, .newsOn a:visited, .newsOn a:active {
	color: #0000cc ;
	text-decoration: none ;
}

.newsOn a:hover {
	text-decoration:none;
}

.newsOff {

}

.newsOff a, .newsOff a:visited, .newsOff a:active {
	text-decoration: none ;
}

.newsOff a:hover {
	text-decoration: underline ;
}

.newsDate {
	font-style: italic ;
}       

.newsHeadline {
	font-weight: bold ;
}

#divQuestionSection {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #5B7CBB;
	padding: 0px 0px 10px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	clear:both;
}
#divFlashCheckmark {
	width: 20px;
	height:20px;
	float: left;
	margin-right: 5px;
	display: inline;
}
#divQuizQuestion {
	color: #5B7CBB;
	font-weight: bold;
}
#divQuizAnswer {
	float: left;
	width: 390px;
	display: inline;
	overflow: hidden;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-right: -3px;
}

.ways-to-save-div{
	padding:20px 0px 10px 0px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #5B7CBB;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	clear:both;
}


.blog-post {
	padding:0px 0px 0px 0px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #5B7CBB;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	clear:both;
}


#sub_tier{
	margin:0px;
	padding:0px 0px 0px 36px;
	list-style:none;
}