﻿/* Tax Credit Casualties v1.0  */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */


body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 85%;
	background-image: url('images/body.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
}


/* -- General Link Styling -- */

a:link {
color:blue; 
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: red;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
}

#Header {
	height: 144px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#CenterColumn {
margin: 0 230px 0 180px;    /* set to "0 RightColumnWidth 0 LeftColumnWidth" */
padding-right: 5px;
}

#LeftColumn {
float: left;
width: 179px;               /* to set left column at 180, set 1 less than 180 here */
margin-left: -960px;        /* set to the same width specified in #PageWrapper above (but with minus sign)  */
}

#RightColumn {
	float: left;
	width: 229px; 			/* to set right columns at 230, set 1 less than 230 here */;
	margin-left: -230px;
}

#Footer {
	clear: both;
	width: 100%;
	text-align: center;
	padding: 8px 0;
}

.Liner {
	padding: 5px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
	border: 2px solid #8f8fb3;
	margin: 24px auto;
	background-repeat: no-repeat;
	background-color: #CAE4FF;
}

#Header {
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center;
}

#ContentWrapper {
background-repeat: repeat-y;
}

#LeftColumn {
background-repeat: repeat-y;
background-color: transparent;
}

#CenterColumn {
	background-repeat: no-repeat;
	background-color: transparent;
}

#RightColumn {
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
	background-repeat: no-repeat;
	background-color: #CAE4FF;     
}



/* ------ Section 4 - Left Column Navigation ------ */


.Navigation {
	width: 100%;
	background-color: transparent;
	margin-top: 92px;
}


/* -- Nav List -- */

.Navigation ul {
	list-style-type: none;
	padding: 0 0 5px 5px;
	margin: -6px 0 0 0;
}

.Navigation li {
	background-color: #FFFFFF;       
	border: 1px solid #8f8fb3;
	margin-bottom: 3px;
}


/* -- Navigation Link styles -- */

.Navigation a {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
	color: #2E3A5C;
	display: block; 				
	padding: 3px 0 3px 4px;
	text-decoration: none;
	text-align: center;
}

.Navigation a:visited {
color: #2E3A5C;
text-decoration: none;
}

.Navigation a:hover {
color: red;
background-color: #CAE4FF;   
}




/* ------ Section 5 - Additional Navigation ------ */
.InlineLink {
	list-style-type: none;
	background-color: #FFFFFF;       
}

.InlineLink a {
	text-decoration: none;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

.InlineLink a:visited {
color: purple;
text-decoration: none;
}

.InlineLink a:hover {
color: red;
background-color: #CAE4FF;
text-decoration: underline;
}





/* -- Top Horizontal Text NavBar -- */

#CenterColumn .top-text-NavBar {
	margin: 25px auto 25px auto;
	background-color: #CAE4FF;
	width: 500px;
	text-align: center;
}

#CenterColumn .top-text-NavBar ul {
list-style-type: none;
padding: 0;
}

#CenterColumn .top-text-NavBar ul li {
	display: inline;
	background-color: #FFFFFF;
	text-align: center;
}

#CenterColumn .top-text-NavBar a {
	text-decoration: none;
	text-align: center;
	padding: 0 4px;
}

#CenterColumn .top-text-NavBar a:visited {
color: purple;
text-decoration: none;
}

#CenterColumn .top-text-NavBar a:hover {
color: red;
background-color: #CAE4FF;
text-decoration: underline;
}




/* -- Footer Horizontal Text NavBar -- */

.text-NavBar {
	margin: 10px auto 30px auto;
	background-color: #CAE4FF;
	width: 500px;
	text-align: center;
}

.text-NavBar ul {
list-style-type: none;
padding: 0;
}

.text-NavBar ul li {
	display: inline;
	background-color: #FFFFFF;
	text-align: center;
	list-style-type: none;
}

.text-NavBar a {
color: blue;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.text-NavBar a:visited {
color: purple;
text-decoration: none;
}

.text-NavBar a:hover {
color: red;
background-color: #d3e4fb;
text-decoration: underline;
}


/* ------ Site Map ------*/

#SiteMap {
	list-style-type: none;
}

#SiteMap ul li {
	list-style-type: none;
}

/* ------ Specific Font Styles ------ */

#LeftColumn {
	font-size: 90%;
}

#RightColumn {
	font-size: 90%;
}

#Footer {
	font-size: 85%;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #8f8fb3;
}

h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
	color: #2E3A5C;
	clear: both;
}

h2, h3, h4, h5, h6 {
	margin-top: 0;
}


h1 {
	text-align: center;
	margin-top: 30px;
}

h2 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 100%;
}

h3 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	border-bottom: 0 solid #8f8fb3;
}

#CenterColumn h2 {
	text-align: center;
	font-size: 120%;
	margin-top: 10px;
	margin-bottom: -10px;
	text-decoration: underline;
}

#CenterColumn .News h2 {
	text-align:left;
	text-decoration: none;
	padding-left: 5px;
}

p {
	padding-right: 7px;
	padding-left: 5px;
	text-align: justify;
	line-height: 140%;
}

#Footer p {
	padding-left: 15px;
	padding-right: 15px;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
clear: both;
line-height: 14px;
}

.RedCaps {
	color: #CC0000;
	text-transform: uppercase;
	font-weight: bold;
}

.Bold {
	color: #2E3A5C;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 50px;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

#RSSbox h2 {
	font-size: 120%;
	margin-top: 5px;
	margin-bottom: 10px;
}

#RSSbox p.ItemCenter a img {
	margin-top: -15px;
	margin-bottom: 5px;
}

#Donate p {
	color: #2E3A5C;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	margin-top: 8px;	
}

#HomePageNews h2 {
	font-size: 150%;
	color: #2E3A5C;
	text-align: center;
}

#HomePageNews h3 {
	color: #000000;
}
#HomePageNews h3 span.ItemRight  {
	font-weight: normal;
	font-size: 85%;
	text-decoration: none;
}



/* ------ Section 7 - Boxes ------ */

.News {
	border-top-style: solid;
	border-color: #1D487E;
	border-top-width: 1px;
	padding-top: 0;
	padding-bottom: 5px;
}
.NewsBox {
	background-color: #DDECFF;
	width: 85%;
	border: 1px dotted #8f8fb3;
	margin: 5px auto 5px auto;
	padding: 4px;
	color: black;
}
#NewsletterBox {
	width: 158px;
	border: 1px #8f8fb3 solid;
	margin-top: 5px;
	padding: 2px;
	font-size: 100%;
	color: #000000;
	text-align: center;
	margin-left: 5px;
}
#RSSbox {
	width: 210px;
	height: auto;
	line-height: 180%;
	text-align: left;
	font-size: 80%;
	font-variant: normal;
	float: right;
	border: 1px #8f8fb3 solid;
	margin-top: 14px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#Donate {
	width: 210px;
	border: 1px solid #8F8FB3;
	text-align: center;
	float: right;
	margin-top: 87px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#HomePageNews {
	padding: 5px 10px 5px 10px;
	margin: 5px;
	border: 1px solid #8F8FB3;
	width: 95%;
	height: auto;
	background-color: #D9EBFF;
	margin: 18px auto 24px auto;
	color: black;
}

#CountDown {
	margin: 0px 0px 0px 5px;
	width: 120px;
	color: #2E3A5C;
	font-weight: bold;
	float: left;
}


/* ------ Tables -------- */

#contact {
	width: 90%;
	margin-top: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #2E3A5C;
	margin-left: 25px;
	border-spacing: 0px;
}
table#contact tr td {
	padding: 10px;
	border-top: 1px solid #2E3A5C;
	border-top-width: 1px;
	border-top-color: #2E3A5C;
}

.contact1 {
	width: 100px;
}

.contact2 {
	width: 200px;
	margin-left: -5px;
}

table#contact tr td.contact1 h2 {
	text-align: left;
	text-decoration: none;
	margin-top: 0;
}

/* ------ Frequently Used Styles ------ */


.clear {
clear: both;
}


img {
	border: 1px #8f8fb3 solid;
}


/* -- lists -- */

#CenterColumn ul {
	list-style-type: disc;
	margin: 0 0 8px 0;
}

#CenterColumn li {
	text-align: justify;
	margin-top: 0;
	margin-bottom: 8px;
	margin-left: 5px;
}


#CenterColumn ol {
list-style-type: decimal;
	line-height: 140%;
margin: 0 0 8px 10px;
}

#CenterColumn li {
	margin: 0 5px 8px 2px;
}

.FullWidth {
	margin: 0px;
}

#CenterColumn .FullWidth ol {
	margin: 0px 0px 8px -15px;
}

#CenterColumn .FullWidth ol li {
	margin: 0px 0px 8px 0px;
	padding-left: -30px;
}

#CenterColumn .FullWidth ol li p {
	padding-left: 0px;
	padding-right: 7px;
	margin-left: -5px;
}

#CenterColumn .FullWidth ol li div.NewsBox {
	background-color: #DDECFF;
	width: 90%;
	border: 1px dotted #8f8fb3;
	margin: 5px auto 5px auto;
	padding: 4px;
	color: black;
	font-size: 91%;
}

#CenterColumn .FullWidth ol li div.NewsBox p {
	padding-right: 5px;
	padding-left: 5px;
	margin: 5px;
}


/* -- floats -- */

.ItemRight {
float: right;
margin: 5px 0px 5px 5px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 2px auto;
text-align: center;
clear: both;
}

.ItemLeft {
	float: left;
	margin: 5px 5px 5px 0;
	text-align: center;
}

.center { 
text-align: center;
}

.justified {
	text-align: justify;
	margin-right: 20px;
	margin-left: 20px;
}

.Date {
	margin-left: 50px;
	font-weight: normal;
	font-size: 90%;
}


/* -- Social Networking Links -- */

#socialshare {
	position: relative;
	display: block;
	list-style-type: none;
	padding-top: 15px;
	height: 40px;
	margin-bottom: 12px;
	left: 133px;
	top: 0px;
	width: 200px;
}

#socialshare {
vertical-align:middle;
}

#socialshare li {
float:left;
margin-right:15px;
list-style-type: none;
}

#socialshare li a {
position:relative;
float:left;
width:16px;
height:16px;
overflow:hidden;
list-style-type: none;
}

#socialshare li a:hover {
background-position:100% 100%;
}

.myspace {
width:20px;
height:20px;
}

.twitter {
width:18px;
height:18px;
}

.delicious {
background:url('images/shareicons/delicious.gif');
}

.facebook {
background: url('images/shareicons/facebook.gif');
}

.myspace {
background:url('images/shareicons/myspace.gif');
}

.stumble {
background:url('images/shareicons/stumbleupon.gif');
}

.digg {
background:url('images/shareicons/digg.gif');
}
.reddit {
background:url('images/shareicons/reddit.gif');
}

.twitter {
background:url('images/shareicons/twitter.png');
}

