/* @override http://vcc.site/css/secondary.css */

@import url('base.css');

#news-wrapper
{
    background: url("/images/TopNavBG.png") no-repeat scroll right top transparent;
    font-size: 80% !important;
    margin: 0 auto;
    padding: 0 0 34px;
    width: 778px;
}


/* LEFT COLUMN
****************************** */
#col-left {
	padding-bottom: 10px;
}






/* MAIN COLUMN
****************************** */
#col-main {	
	margin: 0px 0px 0px 11px;
	width: 599px;
	min-height: 650px;
	
	position: relative;
}

.section-image {
	width: 599px;
	height: 141px;
	clear: both;
	margin-top:27px;
}

.news-section-image
{
    clear: both;
    height: 141px;
    margin-top: 27px;
    width: 599px;
    padding-bottom: 20px;
}

.news-item-content
{
    padding: 30px 10px;
}

.section-image span {
	position: absolute;
	left: -999px;
}


#page-title{
	font-family: Georgia;
    font-size: 3.1em;
    line-height:3.1em;
    margin: 25px 0 0 20px;
    position: absolute;
    color:#fff;
    font-weight:lighter;
    text-shadow:0 0 4px #000;
    display: none;
}

#news-item-header-text
{
    margin-top: 37px;
    padding-bottom: 12px;
}

#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_advisory_services.jpg);
}
#section-savings .section-image {
	background-image: url(/images/header_savings.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;
}


#narrow  .news-item-content{
	width: 370px;
	border-right: 1px solid #999;
	overflow: hidden;
}
.news-item-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;
}
.news-item-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: 80%;
	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;
}





/* main navigation */
#navlist{
	list-style:none;
	height:32px;
	border-bottom:2px solid #37454d;
	background-color:#005BA8;
	margin:0;
	padding-left:20px;
}
#navlist li{
	float:left;
	margin:9px 20px 0 0;
	background: none;
}
#navlist li.logout{
	float:right;
}
#navlist li a{
	color:#fff;
	padding:0px;
	text-decoration:none;
}
#navlist li a:hover{
	cursor:pointer;
}
/* end main navigation */


/* messages */
#message{
	width:400px;
	position:absolute;
	left:765px;
	top:58px;
	display:none;
}
#message p{
	font-size:1.3em;
	color:#222;
	padding:15px;
}
#message p.success{
	background-color:rgb(186, 230, 174);
	border:1px dashed #57BF3B;
}
#message p span{
	float:left;
	margin-right:15px;
}

#message p.error{
	background-color:#E5AEBA;
	border:1px dashed #CC6078;
}
#message p.error span{
	text-transform:uppercase;
	font-weight:bold;
}

#message p.generic{
	border:1px dashed #222;
	background-color:#fff;
}
/* end messages */

