/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background: #ccc;
}
#outerWrapper {
	background-color: #ccc;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 1020px;
	height: 400px;
}
/* This is used solely to place a border around the page, but exluding the header and footer.  */
#innerWrapper {
	border: solid 1px #000;
	background: #fff;
}
#outerWrapper #contentWrapper #content {
	float: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 615px;
}
#outerWrapper #innerWrapper #container {
	width: 1018px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	height: 500px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000; /* this overrides the text-align: center on the body element. */
} 
/* Commonly used to style page titles. */
h1 {
	color: #cccccc;
	font: normal 28px/24px Georgia, "Times New Roman", Times, serif;
	text-align:center;
	
}
/* Commonly used to style section titles. */
h2 {
	color: #000;
	font-size: 21px;
	font-weight: normal;
	line-height: 24px;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #803300;
	padding-bottom: 6px;
}
h3 {
	color: #1568b4;
	font-size: 16px;
	font-weight: bolder;
	line-height: 24px;
	font-family: Verdana,Arial;  Geneva, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	text-align:center;
}
h4 { text-align:center;
	font-size:13px;
	font-style: oblique;
	margin-top: 0px;
}
h5 { text-align:center;
	font-size:13px;
	margin-top: 10px;
	font-weight:500;

}
	
h6 {
	color: #8bc53f;
	font-size: 28px;
	font-weight: bolder;
	line-height: 24px;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #803300;
	padding-bottom: 6px;
	font-style: italic;
	text-align: center;
}

/* Sets the style for unvisited links. */
a, a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #000;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #000;
	text-align: center;
	border: 0px;
}

#outerWrapper #homeheader {
	background: #ccc ;
	color: ;
	height: 24px;
}
/* This is the area above the navigation on the subpage template only */

/* These are the settings for the top navigation bar */
#nav {
	height: 47px;
	color: #FFFFFF;
	background: url(../images/nav-bg.jpg) repeat-x top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	margin: 0px;
	display: block;
	float: left;
	list-style: none;
	clear: right;
	text-align: center;
}
#nav ul li a {
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 47px;
	font-weight: bold;
	background: url(../images/nav-divider.gif) no-repeat right top;
}
#nav ul li a:hover {
	background: url(../images/nav-hover.jpg) repeat-x top;
	text-decoration: none;
	color: #FFFFFF;
}
#nav ul li#active {
	background: url(../images/nav-hover.jpg) repeat-x top;
	text-decoration: none;
}
#nav ul li#active a {
	color: #FFFFFF;
}
/* This is the large image on the home page template only */
#feature_home {
	height: 100px;
	background-color: #1568b4;
	
}
#feature_small {
	background: url(../images/hdr_origination.jpg) no-repeat right top;
	height: 237px;
	border-bottom: 10px solid #1568B4;
}
#feature {
	background: url(../images/hdr_origination.jpg) no-repeat right top;
	height: 237px;
	border-bottom: 10px solid #1568B4;
}
#feature_loans {
	background: url(../images/hdr_loans.jpg) no-repeat right top;
	height: 237px;
	border-bottom: 10px solid #1568B4;
}
#feature_literacy {
	background: url(../images/hdr_literacy.jpg) no-repeat right top;
	height: 237px;
	border-bottom: 10px solid #1568B4;
}

#feature_sol_lenders{
	background: url(../images/hdr_solutions_lenders.jpg) no-repeat right top;
	height: 237px;
	border-bottom: 10px solid #1568B4;
}
#feature_sol_help{
	background: url(../images/hdr_solutions_help.jpg) no-repeat right top;
	height: 237px;
	border-bottom: 10px solid #1568B4;
}
#feature_sol_nonp{
	background: url(../images/hdr_solutions_nonprofit.jpg) no-repeat right top;
	height: 237px;
	border-bottom: 10px solid #1568B4;
}
#feature_sol_schools{
	background: url(../images/hdr_solutions_schools.jpg);
	background-repeat: no-repeat;
	backrounge-position: right top;
	height: 237px;
	border-bottom: 10px solid #1568B4;
}
/* This is the smaller image that spans the entire width of the subpage template */
#subfeature {
	background-image: url(../images/subpage-feature.jpg);
	background-repeat: no-repeat;
	height: 77px;
	border-bottom: 10px solid #000000;
	background-position: right top;
}
/* This is the logo shown to the left of the large image on the home page only */
/*#logo {
	background: url(images/logo.jpg) no-repeat left top;
	height: 251px; 
}*/
#outerWrapper #contentWrapper {
	overflow: hidden;
	background: url(../images) repeat-y;
}
#outerWrapper #contentWrapper #content {
	float: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 615px;
}
.contentitalic {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #8bc53f;
	font-size: 11px;
	font-weight: normal;
	line-height: 11px;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	font-style: italic;
	text-align: center;
}

#outerWrapper #contentWrapper #rightColumn1 {
	float: right;
	width: 302px;
	padding-bottom: 20px;
	padding-right: 45px;
	padding-top: 20px;
}
/* This creates more spacing between lines in the content paragraphs */
#content p {
	line-height: 140%;
}
/* These are the optional content area box settings */
.widebox {
	border: 1px solid #cfcfcf;
	background-color: #ffffff;
	padding: 6px 6px 6px 6px;
}
#widebox {
	border: 1px solid #cfcfcf;
	background-color: #ffffff;
	padding: 6px 6px 6px 6px;
}
.wideboxnoline {
	border: 0px solid #cfcfcf;
	background-color: #ffffff;
}
.widebox h5 {
	padding-top: 0px;
	margin-bottom: -10px;
	padding-left: 10px;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	line-height:0px;

}
.widebox h6 {
	padding-top: 18px;
	padding-bottom: 8px;
	padding-left: 10px;
	color: #8bc53f;
	font-size: 30px;
	font-weight: bolder;
	line-height: 24px;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #803300;
	padding-bottom: 6px;
	font-style: italic;
	text-align: center;
}
.widebox h8{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	padding-bottom: 6px;
	font-style: italic;
	
}
.widebox h9{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
	border-bottom-width: 0px;
	padding-bottom: 10px;	
}
#wideboxp {
	padding:12px;
	margin:3px;
	line-height: 150%;
	padding-right: 10px;
	padding-left: 15px;
	clear: both;
	padding-top: 15px;
	margin: 0px;
	font-style: italic;
	font-size: 14px;
	text-align: center;
	color: #1568B4;
	font-weight: bolder;
}
#wideboxp #contentp{
	padding:12px;
	margin:3px;
	line-height: 150%;
	padding-right: 10px;
	padding-left: 15px;
	clear: both;
	padding-top: 15px;
	margin: 0px;
	font-style: italic;
	font-size: 14px;
	text-align: center;
	color: #1568B4;
	font-weight: bolder;
}
/* These are the optional content area box settings */
.linebox {
	border: 1px solid #cfcfcf;
	background-color: #F0F0F0;
	padding: 15px 15px 15px 15px;
	height: 450px;
}


.linebox h5 {
	padding-top: 18px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 42px;
	font-weight: bold;
	color: #000;
	line-height: 22px;
	line-height: 100%;

}
.linebox h6 {
	padding-top: 18px;
	padding-bottom: 8px;
	padding-left: 10px;
	color: #8bc53f;
	font-size: 30px;
	font-weight: bolder;
	line-height: 24px;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #803300;
	padding-bottom: 6px;
	font-style: italic;
	text-align: center;
}
.linebox h8{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	padding-bottom: 6px;
	font-style: italic;
	
}
.linebox h9{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
	border-bottom-width: 0px;
	padding-bottom: 10px;	
}
.lineboxp {
	
	font-style: italic;
	font-size: 13px;
	text-align: left;
	color: #000;
	font-weight: normal;
}
.lineboximgp {
	

padding-top: 100;
	align: center;

}
#lineboxp #contentp{
	padding:12px;
	margin:3px;
	line-height: 150%;
	padding-right: 10px;
	padding-left: 15px;
	clear: both;
	padding-top: 15px;
	margin: 0px;
	font-style: italic;
	font-size: 14px;
	text-align: center;
	color: #1568B4;
	font-weight: bolder;
}







/* This styles the content page list */
#contentlist li{
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 16px;
	line-height: 130%;
}
#contentlist ul {
	margin-top: 5px;
	padding-left: 12px;
	margin-left: 0px;
	font-size: 24px;
}
#contentlist li.subpage {
	background: url(../images) no-repeat left top;
	padding-left: 12px;
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	list-style: none;
	font-size: 12px;
}
#contentlist li.subpage a, #content li.subpage a:link {
	font-weight:normal;	
}
/* This styles the content2 page list - smaller font size */
#contentlist2 li{
	margin-bottom: 5px;
	margin-right: 10px;
	font-size: 12px;
	line-height: 130%;
}




/* This styles the headings in the right sidebar */
#rightColumn1 h2 {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

/* This styles the dividing lines between items in the right sidebar if hr is used */
#rightColumn1 hr {
	background-color: #A68F6F;
	color: #A68F6F;
	height: 1px;
	border: 0;
}
/* This styles footer section */
#outerWrapper #footer {
	background-color: #1568b4;
	background-image: url(../images);
	background-repeat: no-repeat;
	background-position: top;
	height: 75px;
	color: #fff;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border: 1px solid #000;

}
#outerWrapper  #contentWrapper  #footer {	
	background-color: #fff;
	background-image: url(../images);
	background-repeat: no-repeat;
	background-position: top;
	height: 75px;
	color: #fff;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #cfcfcf;
	width: 1020px;
	text-align:center;
}
#footer {
	background-color: #fff;
	background-image: url(../images);
	background-repeat: no-repeat;
	background-position: top;
	height: 75px;
	color: #fff;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left:  0px;
	border: 1px solid #cfcfcf;
	text-align:center;
	
}
#footer a, #footer a:visited, #footer a:active, #footer a:focus {
	color: #fff;
	font-weight: bold;

}
#footer a:hover {
	color: #000;
	text-decoration: underline;
	
	
}
/* This provides padding away from the sidebar edges for sidebar paragraphs. */
.pad {
	padding-right: 10px;
	padding-left: 15px;
	clear: both;
	padding-top: 15px;
	margin: 0px;
}
/* This can be applied to images to position them left of the related content */
.float-left {
	display: block;
	float: right;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px solid #000;
}
.float-image {
	display: block;
	float: right;
	margin-right: 50px;
	margin-bottom: 20px;
	border: 0px solid #000;
}


.featuredimages {
}
/* This can be applied to the images in the featuredimages div to allow them to flow properly. */
.featured-left {
	float: left;
	border: 0px solid #240F00;
	margin-right: 6px;
	margin-bottom: 10px;
}

.thrColFixHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#outerWrapper #innerWrapper #container #sidebarleft {
	float: left; /* since this element is floated, a width must be given */
	width:300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 30px 15px 20px; /* padding keeps the content of the div away from the edges */	
}

#outerWrapper #innerWrapper #container #sidebarleft  h5 {
	padding-top: 12px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-size: 33px;
	font-weight: bold;
	color: #000;
	line-height: 10px;
	line-height: 120%;
}

#outerWrapper #innerWrapper #container #sidebarleft #linebox {
	border: 1px solid #cfcfcf;
	background-color: #ffffff;
	padding: 15px 15px 15px 15px;
	margin-top: 10px;
	height: 400px;
}

#outerWrapper #innerWrapper  #container #sidebarright {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px 15px 20px; */ /* padding keeps the content of the div away from the edges */
	padding: 15px 20px 15px 20px;
}
#outerWrapper #innerWrapper #container #sidebarright h5 {
	padding-top: 12px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	line-height: 10px;
	line-height: 120%;
}

#outerWrapper #innerWrapper  #maincontent { 
	margin: 00 350px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 15px 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 
#outerWrapper #innerWrapper #container #maincontent  h5 {
	padding-top: 22px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-size: 33px;
	font-weight: bold;
	color: #cccccc;
	line-height: 10px;
	line-height: 120%;
}
.td2 h5 {
	padding-top: 18px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	line-height: 20px;
	
}
.tdh10 {
	padding-left: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	line-height: 10px;
	line-height: normal;
	text-align: left;
}
.tdh7 {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	line-height: 10px;
	line-height: 130%;
	font-style: italic;
}
.td {
	background: #efefef;
	text-align: left;
	vertical-align: top;




	margin: 15px
	vertical-align: top;
	padding: 15px;
}
.tr {
	vertical-align: top;

}
.td2 {
	background: #fff;
	text-align: center;
	padding: 0px;
	vertical-align: top;
}
.td3 {
	background: #fff;
	text-align: left;
	padding-left: 15px;
	vertical-align: top;
}
.tdc {
	background: #fff;
	padding: 0px;
	vertical-align: top;
	text-align:center;
	
}

.tdtop {
	background: #fff;
	text-align: center;
	padding: 10px;
	vertical-align: top;
}
.table {
	border-collapse: ;
	border-spacing: 20px;
	border: 1px solid #cfcfcf;
	padding-top: 0px;
	background: #fff;
	margin-top: 20px;
	vertical-align: top;
}
#outerWrapper #innerWrapper #container #table{
	border-collapse: ;
	border-spacing: 10px;
	border: 1px solid #cfcfcf;
	padding-top: 10px;
	background: #fff;
	margin-top: 20px;
	vertical-align: top;} 
	
#outerWrapper #innerWrapper #container #table #td1{
	border-spacing: 10px;}
	
#outerWrapper #innerWrapper #container #table #td2{
	border-spacing: 10px;
	background: #cfcfcf;
	}
#outerWrapper #innerWrapper #container #table #td3{
	border-spacing: 10px;
	background: #fff;
	text-align: left;
	vertical-align: top;
	
	}
.aligncenter{
	text-align:center
	
	}
	
#contentlist3 li{
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 16px;
	line-height: 130%;
	font-weight:bold
}
#contentlist3 ul {
	margin-top: 5px;
	padding-left: 12px;
	margin-left: 0px;
	font-size: 24px;
}
. 

