/* 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;
}
/* Commonly used to style page titles. */
h1 {
	color: #5E2600;
	font: normal 28px/24px Georgia, "Times New Roman", Times, serif;
}
/* Commonly used to style section titles. */
h2 {
	color: #000;
	font-size: 21px;
	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;
	padding-left: 10px;
	max-width: 400px;
}
h3 {
	color: #1568b4;
	font-size: 16px;
	font-weight: bolder;
	line-height: 24px;
	font-family: Verdana,Arial;  Geneva, sans-serif;
	padding-left: 10px;
	border-bottom-width: 15px;
}
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;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#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;
}
/* This is used solely to place a border around the page, but exluding the header and footer.  */
#innerWrapper {
	border: solid 1px #000;
	background: #fff;
}
/* This is the area above the navigation on the home page template only */
#outerWrapper #homeheader {
	background: #ccc;


	color: ;
	height: 24px;
}
/* This is the area above the navigation on the subpage template only */
#outerWrapper #subpageheader {
	color: #FFE3C6;
	height: 103px;
	background-image: url(../images/subpage-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/* 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: 11px;
	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 {
	background: url(../images/hdr_home.jpg) no-repeat right top;
	height: 273px;

}

.feature_home h2 {
	
	margin-top: 200px;
	margin-left:50px;}
	
	
#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_sl_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) no-repeat right top;
	height: 237px;
	border-bottom: 10px solid #1568B4;
}
/* This is the smaller image that spans the entire width of the subpage template */
#subfeature {
	height: 77px;
	border-bottom: 10px solid #000000;
	background-image: url(../images/subpage-feature.jpg);
	background-repeat: no-repeat;
	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 {
	width: 100%
}
.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;
}
.contentnote {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #999;
	font-size: 10px;
	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: left;
}
#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;
}
.wideboxhm {
	background-color:#FFFFFF;
	border:1px solid #CFCFCF;
	height:225px;
	margin:20px;
	padding:10px;
}
.wideboxnoline350{
	border: 0px solid #cfcfcf;
	background-color: #ffffff;
	width: 350px;
}
.wideboxnoline {
	border: 0px solid #cfcfcf;
	background-color: #ffffff;
}
.wideboxnolinehome {
	background:url("../images/tri_arrow.jpg") no-repeat scroll right top transparent;
	border:0 solid #CFCFCF;
	clear:both;
	height:207px;
	width:972px;
}
.widebox h5 {
	padding-top: 18px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	line-height: 20px;
	line-height: 130%;
}
.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;
	
}
#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;
}
.wideboxp2 {
	clear:both;
	color:#000000;
	font-size:15px;
	font-style:normal;
	font-weight:bold;
	line-height:130%;
	margin-left:37px;
	max-width:400px;
	padding:15px 10px 12px;
	text-align:left;
}

.wideboxp2 p {
	margin-left:10px;
	}
.wideboxp3 {
	padding:12px;
	margin:30px;
	line-height: 130%;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
	padding-top: 0px;
	margin: 0px;
	font-style: normal;
	font-size: 15px;
	text-align: left;
	color: #000;
	font-weight: normal;
	max-width: 340px;
}
/* This styles the content page list */
#smcontentlist li{
	margin-bottom: 10px;
	margin-right: 5px;
	font-size: 12px;
	line-height: 110%;
	padding-top: 10px;
	color: #666;
	border: 0;
}
#smcontentlist ul {
	margin-top: 5px;
	padding-left: 12px;
	margin-left: 0px;
	font-size: 10px;
	color: #666;
}

#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 headings in the right sidebar */
}#rightColumn1 h2 {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	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: #0a3e60;
	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 #000;

}

#footer {
	background-color: #fff;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 75px;
	padding-top: 15px;

	border: px 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-right {
	display: block;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px solid #000;
}
/* This is the surrounding div for the featured images box in the content section. Use for your styles. */
.featuredimages { border: 0px
}

.featuredimages ul {
	
	margin-lefft: -100px;}

.featuredimages ul li {float:left;
					   display:inline-block;
					   width:293px;
					   list-style:none;
					   height:180px;
					   margin-right:20px;
					   Margin-bottom: 20px;
					   margin-top:-13px;
					   background:url(../images/gradient-box4.png) repeat-x scroll center bottom #069;
					   background-color:#069;
					   Padding: 15px 5px 5px 5px;
					   -webkit-border-radius: 6px;
						-moz-border-radius: 6px;
						border-radius: 6px;
						-moz-box-shadow: 6px 6px 5px #CCC;
						-webkit-box-shadow: 6px 6px 5px #CCC;
						box-shadow: 6px 6px 5px #CCC;
														 
}
.product-box h2 {
	color: #FFFFFF;
    font-size: 20px;
    height: 55px;
    margin-top: 5px;
	margin-left: -6px;
    text-align: center;
	
	}
	
.featured-icon {
	margin-left: 110px;
	}	
	
.feature-button{
	margin-left:79px;
	margin-bottom: 10px;
	}	
/* 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;
}

.td {
	background: #efefef;
	text-align: left;
	padding: 5px;
	vertical-align: top;
}
.td2 {
	background: #fff;
	text-align: left;
	padding: 5px;
	vertical-align: top;
}
.tdtop {
	background: #fff;
	text-align: center;
	padding: 5px;
	vertical-align: top;
}
.table {border-collapse: collapse; 
		border-spacing: 0px;
		padding-top: 10;
		
}

