﻿/*Home Page Styles*/
/*Hide some elements*/
#s4-leftpanel,
.ks-program-row .ms-viewheadertr,
#ks-breadcrumb,
h1.s4-titletext,
#ks-breadcrumb+.ks-quicklinks
{
	display: none;
}
div.welcome,
.s4-ca {
	margin-right: 0px;
}
.ks-content {
	margin-right:277px;
}
.s4-title h1 {
    display: block;
    font-size: 1.4em;
    font-weight: normal;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
/*Programs Row*/
.ks-program-row {
	overflow: hidden;
	clear: both; /*clear print*/
	border-bottom: 1px solid #42433b;
	padding-bottom: 10px;
}
.ks-program {
	/*width: 207px; /*227-20 for padding*/
	/*padding: 0px 10px;*/
	width: 170px; 
	padding: 0px 4px;
	float: left;
}
.ks-program h3 {
	border-bottom: 1px solid #42433b;
	min-height: 38px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.ks-program h2{	
	font-size:12pt;	
	color:black;
}

.ks-program .ms-vb a,
.ks-program .ms-vb2 a,
.ks-program .ms-vb-user a,
.ks-program .ms-vb a:link, 
.ks-program .ms-vb2 a:link, 
.ks-program .ms-vb-user a:link, 
.ks-program .ms-WPBody a:link, 
.ks-program .link-item, 
.ks-program .link-item a, 
.ks-program .link-item a:link
{
	font-family: verdana, sans-serif;
	font-size: 9pt;
	text-decoration: underline;
	color: #72706c;
	line-height: 14pt;
}
.ks-program .ms-vb a:visited, 
.ks-program .ms-vb2 a:visited, 
.ks-program .ms-vb-user a:visited, 
.ks-program .ms-WPBody a:visited, 
.ks-program .link-item a:visited 
{
	color:#4e5187;
}

.ks-program .ms-vb a:hover, 
.ks-program .ms-vb2 a:hover, 
.ks-program .ms-vb-user a:hover, 
.ks-program .ms-WPBody a:hover, 
.ks-program .link-item a:hover,
.ks-program .ms-vb a:active, 
.ks-program .ms-vb2 a:active, 
.ks-program .ms-vb-user a:active, 
.ks-program .ms-WPBody a:active, 
.ks-program .link-item a:active 
{
	color: #42433b;
}


/*Feature Row*/
.ks-content-row {
	padding-top: 20px;
}
.ks-features h2.ms-WPTitle,
.ks-features h2 {
	font-size: 17pt;
	padding-bottom: 5px;
}

.ks-features .ms-WPBody a:link {
	/*color:#AECC36;*/
	color:#72706c;
}
.ks-features .ms-WPBody a:visited{
color:#4e5187;
}
.ks-features .ms-WPBody a:hover{
color:#AECC36;
}
/*
.ks-features .ms-WPBody a:link {
	color:#AECC36;
}
.ks-features .ms-WPBody {

}
*/
.ks-feature {
	overflow: hidden;
	margin-bottom: 20px;
}
.ks-feature-left {
	width: 190px;
	float:left;
}
.ks-feature-left img {
	max-width:190px;
	border: 0 !important;
}
.ks-feature-right {
	margin-left: 210px;
}
.ks-feature-wide {
	float:left;
}