@import url('base.css');


/* LEFT COLUMN
****************************** */
#col-left {
	padding-bottom: 10px;
}


/* MAIN COLUMN
****************************** */
#col-main {
	background: transparent url(/images/maincol_shadow.jpg) no-repeat -1px 203px;
	margin: 0px 0px 0px 1px;
	width: 599px;
	min-height: 650px;
	float: left;
	position: relative;
}

.section-image {
	background: transparent url(none) no-repeat 0px 61px;
	width: 599px;
	height: 202px;
	clear: both;
}

.section-image span {
	position: absolute;
	left: -999px;
}

#section-generic .section-image {
	background-image: url(/images/header_generic.jpg);
}
#section-about .section-image {
	background-image: url(/images/header_who_we_are.jpg);
}
#section-products .section-image {
	background-image: url(/images/header_products.jpg);
}
#section-learning-center .section-image {
	background-image: url(/images/header_learning_center.jpg);
}
#section-funding .section-image {
	background-image: url(/images/header_funding.jpg);
}
#section-news .section-image {
	background-image: url(/images/header_whats_new.jpg);
}
#section-contact .section-image {
	background-image: url(/images/header_contact.jpg);
}
#section-login .section-image {
	background-image: url(/images/header_login.jpg);
}
#section-directors .section-image {
	background-image: url(/images/header_board_of_directors.jpg);
}
#section-loan .section-image {
	background-image: url(/images/header_loan_committee.jpg);
}
#section-advisory .section-image {
	background-image: url(/images/header_advisory_board.jpg);
}
#section-staff .section-image {
	background-image: url(/images/header_staff.jpg);
}

.content {
	margin: 20px 0px 40px 19px !important;
	margin: 20px 0px 40px 10px;
	padding: 0px 15px 0px 0px;
	float: left;
	width: 550px;
	border: none;
	clear: left;
}
#narrow  .content{
	width: 370px;
	border-right: 1px solid #999;
	overflow: hidden;
}
.content a {
	background: transparent url(/images/arrow_orange.gif) no-repeat right center;
	color: #3793d5;
	font-weight: bold;
	text-decoration: none;
	margin-right: 3px;
	padding-right: 17px;
}
.content a:hover {
	color: #005ba8;
}

.product-desc {
	margin-top: 10px;
	border-top: 1px solid #d9d9d9;
}
.product-desc table td,
.product-desc table th {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d9d9d9;
}
.product-desc table th {
	padding-right: 10px;
	width: 125px;
}

.product {
	margin-bottom: 20px;
}


/* RIGHT COLUMN CALLOUT
****************************** */
#callout {
	margin: 70px 15px 0px 15px;
	width: 155px;
	float: right;
}

#callout img {
	margin-left: -10px;
}

#callout h2 {
	margin-bottom: 0px;
}

#callout p {
	color: #51a8e5;
	font-size: 90%;
	line-height: 14px;
	margin: 5px 0px;
}

#callout ul li {
	background-image: url(/images/arrow_small_blue.gif);
	background-position: 0px 5px;
	color: #51a8e5;
	line-height: 14px;
	padding-left: 10px;
	margin-bottom: 10px;
}
