/* ------------------- UNIVERSAL ------------------- */
body {
	margin: 0;
	background-color: #132938;
	font: 12px Arial, Helvetica, sans-serif;
	}
img {
	border: 0;
	}
a {
	text-decoration: none;
	}
a:hover {
	text-decoration: none;
	}
h1 {
	margin: 0;
	padding: 0;
	}
h2 {
	margin: 0;
	padding: 0;
	}
h3 {
	margin: 0;
	padding: 0;
	}
h4 {
	margin: 0;
	padding: 0;
	}
h5 {
	margin: 0;
	padding: 0;
	}
.clearfix {
	clear: both
	}
.floatleft {
	float: left
	}
.yellow {
	color: #ffcf06;
	}
.blue {
	color: #addfea;
	}
.black {
	color: #000000;
	}
.bdr-blk {
	border: 5px solid #000000;
	}
.trans {
	background-image: url('/~/media/Images/CSF/Backgrounds/bg-trans.ashx'); 
	}

/* ------------------- BACKGROUND ------------------- */
html, body {
    height: 100%;
    width: 100%;
    overflow: hidden;
	}
#background {
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: transparent;
	position: absolute;
	top:0;
	left:0;
	z-index: 0;
	}
#background img {
	visibility: visible;
	}

/* ------------------- LAYOUT ------------------- */
#wrapper {
    position: relative;
    top:0; 
	right:0;
    z-index: 70;
    overflow: auto;
	width: 100%;
	height: 100%;
	}
#content {
	min-width: 960px;
	}
#main-content {
    margin: 0 auto;
    width: 960px;
	text-align: left;
	margin: 22px 0;
	}

/* ------------------- HEADER ------------------- */
#hdr-bg {
	background-color: #132938; 
	height: 121px; 
	min-width: 960px;
	}
#hdr-int {
	background: url('/~/media/Images/CSF/Backgrounds/hdr-bg.ashx') top center no-repeat; 
	height: 121px; /*119px; */
	min-width: 960px;
	}
#hdr {
	width: 960px;
	}
#hdr-logo {
	float: left; 
	padding-left: 28px;
	width: 350px;
	/*position: fixed;*/
	}
#hdr-right {
	float: right
	}
#search-form {
	float: right; 
	clear: both; 
	margin-right: 28px; 
	margin-top: 55px; 
	width: 300px;
	}
.search-field {
	width: 220px; 
	height: 16px
	}

/* ------------------- MAIN NAV ------------------- */
#nav-bg {
	background-color: #000000; 
	height: 32px; 
	min-width: 960px;
	clear: both;
	}
#nav {
	width: 1010px;
	text-transform: uppercase;
	}
#nav ul {
	padding: 0;
	margin: 0 6px;
	height: 32px;
	}
#nav, #nav ul {
	list-style: none;
	z-index:200;
	}
#nav a {
	display: block;
	cursor:pointer;
	}
#nav li {
	float: left;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 12px;
	height: 32px;
	}
#nav li:hover {
	color: #ffcf06;
	text-decoration: none;
	}
#nav li a {
	color: #ffffff;
	display: block;
	padding: 9px 0px;
	}
#nav li a:hover {
	color: #ffcf06;
	text-decoration: none;
	}
#nav li a.selected {
	color: #ffcf06;
	text-decoration: none;
	}
#nav li ul {
	position: absolute;
	width: 210px;
	left: -999em;
	background-color: #000000;
	height: auto;
	margin: -1px 0 0 -34px;
	padding: 0 0 10px 0;
	z-index:1000;
	}
#nav li ul li {
	clear:both;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	height: auto;
	}
#nav li ul li a {
	color: #addfea;
	cursor: pointer;
	width: 180px; 
	margin: 5px 0;
	padding: 5px 10px 5px 20px;
	text-align: left;
	}
#nav li ul li a:hover {
	color: #ffffff;
	cursor: pointer;
	}
#nav li ul li a:hover {
	text-decoration: none
	}
#nav li:hover ul {
	left: auto;
	}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}
#nav li.nav1:hover a.nav1a, #nav li.nav1.sfhover a.nav1a {
	color: #ffcf06;
	text-decoration: none;
	}


#nav .divider {
	width: 7px;
	background: url('/~/media/Images/CSF/Separators/nav-divider.ashx') top center #000000 no-repeat;
	}

/* ------------------- UTILITY NAV ------------------- */
#utility-nav {
	float: right;
	background-color: #addfea;
	margin-right: 28px;
	}
#utility-nav ul {
	padding: 0;
	margin: 0 6px;
	}
#utility-nav li {
	display: block;
	float: left;
	color: #000000;
	font-size: 10px;
	padding: 3px 4px;
	}
#utility-nav a {
	color: #000000;
	}
#utility-nav a:hover {
	color: #428998;
	}
#utility-nav .divider {
	width: 7px;
	background: url('/~/media/Images/CSF/Separators/utility-nav-divider.ashx') top center #addfea no-repeat;
	}

/* ------------------- UTILITY NAV RED ------------------- */
#utility-nav-red {
	float: left;
	background-color: #e51b24;
	width: 306px;
	}
#utility-nav-red ul {
	padding: 0;
	margin: 0 5px;
	}
#utility-nav-red li {
	display: block;
	float: left;
	color: #ffffff;
	font-size: 11px;
	padding: 5px;
	font-weight: bold;
	font: Arial, Helvetica, sans-serif;
	}
#utility-nav-red a {
	color: #ffffff;
	}
#utility-nav-red a:hover {
	color: #6b0509;
	}
#utility-nav-red .divider {
	width: 8px;
	background: url('/~/media/Images/CSF/Separators/utility-nav-red-divider.ashx') top center #e51b24 no-repeat;
	}

/* ------------------- FOOTER ------------------- */
#footer-bg {
	height: 120px; 
	min-width: 960px;
	background-image: url('/~/media/Images/CSF/Backgrounds/bg-trans.ashx'); 
	color: #ffffff;
	}
#footer {
	width: 960px; 
	text-align: left
	}
#footer-logo {
	float: left;
	width: 99px;
	margin-top: 28px;
	padding: 0 14px 0 20px;
	}
#footer-address {
	float: left;
	margin-top: 36px;
	}
#footer-right {
	float: right;
	margin-top: 36px;
	}
#footer-social {
	float: right; 
	clear: both; 
	margin-right: 28px; 
	margin-top: 18px;
	min-width: 300px;
	text-align:right;
	}

/* ------------------- HOME ------------------- */
#home-left {
	float: left; 
	width: 633px;
	}
#home-rotating-banner {
	float: left;
	position: relative;
	}
#home-gallery-hdr {
	float: left; 
	margin-top: 20px;  
	width: 633px; 
	background-image: url('/~/media/Images/CSF/Backgrounds/bg-yellow-trans.ashx'); 
	color: #ffffff;
	padding-top: 12px;
	padding-bottom: 8px;
	}
#home-gallery-hdr h2 {
	font-size: 16px;
	padding-left: 16px;
	display: inline;
	float: left;
	}
#home-gallery-submit {
	float: right; 
	width: 129px; 
	padding-right: 24px; 
	margin-top: 3px;
	}
#home-gallery {
	position: relative; 
	float: left; 
	width: 633px; 
	height: 282px;
	background-color: #000000;
	clear: both;
	}
#home-gallery-left {
	position: relative; 
	float: left; 
	border: 5px solid #000000; 
	width: 309px; 
	height: 272px;
	}
#home-gallery-right {
	position: relative; 
	float: left; 
	border: 5px solid #000000; 
	border-left: none;
	width: 309px; 
	height: 272px;
	}
.home-gallery-text {
	float: left; 
	width: 309px; 
	color: #ffffff;
	position: absolute; 
	bottom: 0; 
	left: 0;
	}
.home-gallery-text-int {
	padding: 10px 12px;
	margin: 0;
	font-size: 13px; 
	background-image: url('/~/media/Images/CSF/Backgrounds/bg-trans.ashx');
	float: left;
	width: 285px;
	overflow: hidden;
	}
.home-gallery-text-int a {
	color: #ffffff;
	}
.home-gallery-title, .home-gallery-title p{
	font-size: 11px; 
	color: #ffcf06
	}
.home-gallery-title p {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
	}
.home-btm {
	float: left; 
	width: 197px;
	}
.home-btm-center {
	float: left; 
	width: 197px; 
	padding: 0 21px;
	}
.home-btm-header {
	width: 197px;
	height: 45px;
	margin: 20px 0 3px 0;
	background-image: url('/~/media/Images/CSF/Styles/leftcol-callout-header-trans.ashx');
	background-position: top left;
	background-repeat: no-repeat;
	}
.home-btm-header h3 {
	font-size: 12px;
	padding-top: 20px;
	padding-left: 12px;
	}
.home-feature {
	position: relative; 
	float: left; 
	width: 197px; 
	height: 265px;
	}	
.home-feature img{
    height: 255px;
    width: 187px;
    }
.home-feature-text {
	float: left; 
	height: 116px; 
	width: 187px; 
	background-image: url('/~/media/Images/CSF/Backgrounds/bg-trans.ashx'); 
	color: #ffffff;
	position: absolute; 
	bottom: 5px; 
	left: 5px;
	}
.home-feature-text-int {
	padding: 12px;
	font-size: 10px; 
	line-height: 12px;
	}
.home-feature-title {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	}
#home-right {
	float: left; 
	width: 285px; 
	padding-left: 21px
	}
#home-right-hdr {
	float: left; 
	margin-top: 20px;  
	width: 306px; 
	background-image: url('/~/media/Images/CSF/Backgrounds/bg-blue-trans.ashx');
	color: #000000;
	}
#home-right-hdr a, #home-right-hdr a:link,
#home-right-hdr a:hover, #home-right-hdr a:visited {
    color: #000000;
    cursor: hand;
    cursor: pointer;
    }
#home-right-hdr h2 {
	font-size: 16px;
	margin-top: 16px;
	margin-bottom: 11px;
	padding-left: 16px;
	text-transform: uppercase;
	}
#home-right-hdr-dkblue {
	float: left; 
	margin-top: 10px;  
	width: 306px; 
	background-image: url('/~/media/Images/CSF/Backgrounds/bg-dkblue-trans.ashx'); 
	color: #fff;
	}
#home-right-hdr-dkblue a, #home-right-hdr-dkblue a:link,
#home-right-hdr-dkblue a:hover, #home-right-hdr-dkblue a:visited {
    color: #fff;
    cursor: hand;
    cursor: pointer;
    }
#home-right-hdr-dkblue h2 {
	font-size: 16px;
	margin-top: 16px;
	margin-bottom: 11px;
	padding-left: 16px;
	color: #ffffff;
	text-transform: uppercase;
	}
.home-news {
	float: left; 
	width: 306px; 
	background-image: url('/~/media/Images/CSF/Backgrounds/bg-trans.ashx');
	color: #ffffff;
	margin-bottom: 1px;
	border: 0px;
	padding-bottom: 16px;
	}
.home-news-int {
	margin-bottom: 0px;
	padding-top: 16px;
	padding-right: 12px;
	padding-left: 12px;
	border: 0px;
	}
.home-news-int .btn-read-more-blue-bg {
     margin-top: 10px;
    }
.home-news-int .btn-read-more-blue-bg a{
    cursor: pointer;
	cursor: hand;
    }    
.home-news-int p {
    margin-top: 8px;
    margin-bottom: 0px;
    }
.home-news-title {
	width: 282px;
	margin-bottom: 6px;
	color: #addfea;
	clear: both;
	font-size: 13px;
	font-weight: bolder;
	}
.home-news-title a, .home-news-title a:hover {
	color: #addfea;
	}
.home-news-date {
	width: 282px;
	margin-bottom: 2px;
	color: #ffffff;
	clear: both;
	font-size: 11px;
	}
.home-news-pic 
{
    padding-bottom: 12px;
	float: left; 
	margin-right: 12px; 
	}
.home-news-pic img {
    height: 80px;
    width: 80px;
    }

.home-event {
	float: left; 
	width: 306px; 
	background-image: url('/~/media/Images/CSF/Backgrounds/bg-trans.ashx'); 
	color: #ffffff;
	margin-bottom: 1px;
	border: 0px;
	padding-bottom: 16px;
	}
.home-event-int {
	margin-bottom: 0px;
	padding-top: 16px;
	padding-right: 12px;
	padding-left: 12px;
	border: 0px;
	}
.home-event-int .btn-read-more-blue-bg {
     margin-top: 10px;
    }
.home-event-int .btn-read-more-blue-bg a{
    cursor: pointer;
	cursor: hand;
    } 	
.home-event-int p {
    margin-top: 8px;
    margin-bottom: 0px;
    }
.home-event-date {
	font-size: 11px;
	color: #fff;
	clear: both; 
	margin-bottom: 2px;
	width: 282px;
	}
.home-event-title {
	font-size: 13px;
	color: #addfea;
	font-weight: bold;
	clear: both; 
	margin-bottom: 6px;
	width: 282px;
	}
.home-event-title a, .home-event-title a:hover {
	color: #addfea;
	}
.home-event-pic {
	float: left; 
	margin-right: 12px; 
	padding-bottom: 12px
	}
.home-event-pic img {
    height: 80px;
    width: 80px;
    }	
.btn-read-more {
	margin: 10px 0;
	}
.btn-view-more {
	margin: 0px 0;
	position: absolute;
	right: 10px;
	bottom: 6px;
	}

.btn-read-more {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left; 
	width: 84px; 
	height: 19px; 
	background: url('/~/media/Images/CSF/Buttons/btn-read-more.ashx') top right no-repeat transparent; 
	padding-right:7px; 
	font-weight: bold;
	font-size: 10px;
	}
.btn-view-more {
	clear: both;

	 
	width: 84px; 
	height: 19px; 
	background: url('/~/media/Images/CSF/Buttons/btn-read-more.ashx') top right no-repeat transparent; 
	padding-right:7px; 
	font-weight: bold;
	font-size: 10px;	
	
	
	margin: 0px 0px;
	position: absolute;
	right: 10px;
	bottom: 6px;
	
	/*float: left;
	margin-top: 10px;
	margin-bottom: 10px;
*/
	}

.btn-read-more a, .btn-view-more a {
    font-size: 10px;
	color: #1e1e1e; 
	background-color: #addfea; 
	padding-left: 12px; 
	padding-top: 3px; 
	height: 16px; 
	display: block;
    }

#mainform, #searchform {
    margin-bottom: 0px;
    }
