/* @override http://vcc.site/css/front.css */

@import url('base.css');


/* left over from wysiwyg  */
.style3 {color: #51AAE6}
.style2 {font-family: Arial, Helvetica, sans-serif}

/* LEFT COLUMN
****************************** */





/* MAIN COLUMN
****************************** */

/* big image and text box */
#feature {
	width: 600px;	
	position: relative;
	z-index: 0;
}

#feature .top-color-bar
{
    height:7px;
    margin:1px 0;
}

#feature .orange{background-color:#d78300;}

#feature-text {
	width: 240px;
	position: absolute;
	top: 85px;
	left: 270px;
}

#feature-text p.white {
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	position: absolute;
}
#feature-text p.shadow {
	color: #06243d;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	position: absolute;
	top: 1px;
	left: 1px;
}

#feature-link a {
	background: transparent url(/images/learn_more2.gif) no-repeat 0px 0px;
	width: 91px;
	height: 17px;
	display: block;
	position: absolute;
	top: 182px;
	left: 271px;
	text-align:center;
	color:white;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	font-family:Arial,Verdana,sans-serif;
	text-decoration:none;
	letter-spacing:.04em;
}
#feature-link a:hover {
	background-position: 0px -17px;
}
#feature-link a span {
	/* margin-top:-1px; */
	margin-left:0;
	margin-top:0;
	width:91px;
	float:left;
}

#imagelink-1
{
    float:left;
}

#imagelink-2
{
    float:left;
}

#imagelink-3
{
    float:left;
}

#clearheader
{
    clear: both;
}

/* single top column text grid */
.single-top-col
{
    
}

/* three column text grid */
.three-col {
	background: transparent url(/images/3col_dividers.gif) repeat-y center top;
	color: #005ba8;
	margin: 30px 0px;
	padding: 1px 19px;
}
.three-col h2 {
	font: 165% "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px;
}
.three-col p {
	color: #51a8e5;
	font-size: 90%;
	line-height: 16px;
	margin: 10px 0px;
}
.three-col .col {
	margin: 0px;
	padding: 0px 20px;
	width: 165px;
	float: left;
}
.col img{
	display:inline !important;
}
.three-col .first {
	padding-left: 0px;
	padding-right: 10px;
}
.three-col .last {
	width: 150px;
	padding-right: 0px;
}


