﻿/* CSS Document */

* { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #102446;
 }

 BODY {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 100%;
	margin: 0px auto;
	text-align: left;
}

#top {
	width: 100%;
	height: 115px;
	background-color: #102446;
	background-image:url("../images/blue2iceGradient.png");
	background-position:bottom;
	background-repeat:repeat-x;
}

#slogan {
	left: 182px; /* was 184 */
	height: 25px;
	background-color: #D6E2F5;
	text-align: right;
}

#slogan div {
	color: #102446;
	font-weight: bold;
	margin-right: 10px;
	padding-top: 3px;
}

#fadeOut {
	position: relative;
	background-image: url("../images/csfc-foreground.png"); 
	margin-right: 0px;
	padding-right: 0px;
	height: 115px;
	width: 250px;
	text-align:right;
	z-index: 3;
}

#logo {
	position: absolute;
	top: 3px;
	left: 0px; /*	top: 10px;
	left: 23px; */;
	z-index: 5;
	width: 182px;
	background-color: #011F45;
	height: 140px;
}

#mainContent {
	width: 75%;
	float: left; /*margin-top: 10px;*/;
	margin-left: 10px;
	padding-top: 5px;
}

#mainContent a:active {
	background: none repeat-x 100%
100%;
	padding-bottom: 1px;
	text-decoration: underline;
}

#mainContent a:visited {
	background: none repeat-x 100%
100%;
	padding-bottom: 1px;
	text-decoration: underline;
}

#mainContent a:link {
	background: none repeat-x 100%
100%;
	padding-bottom: 1px;
	text-decoration: underline;
}

#mainContent a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #102246;
}

#mainContent p {
	margin-left: 10px;
}

#mainContent table {
	margin-left: 10px;
}

#leftNav {
	position: relative;
	float: left;
	width: 182px; /*	margin-top: -25px; */;
	padding-bottom: 900px;
	background-image: url("../images/leftBGslice_hardEnd.jpg");
	background-repeat: repeat-y;
}

#leftNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#leftNav ul a {
	display: block;
	width: 182px;
	color: #FFF;
	text-decoration: none;
	line-height: 30px;
	background-image:url("../images/sleftNavSeparator.jpg");
	background-position:bottom;
	background-repeat:no-repeat;
}

#leftNav ul a:hover {
	display: block;
	width: 182px;
	text-decoration: none;
	background-color: #6b768f;
	line-height: 30px;
	background-image:url("../images/sleftNavSeparator.jpg");
	background-position:bottom;
	background-repeat:no-repeat;
}

#leftNav li.selected {
	background-color: #6b768f;
	width: 182px;
}

#leftNav span {
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 10px;
	padding: 5px 0px;
	text-align: left;
}

#mainContent .majorHeaderTxt {
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 20px;
}
 
#mainContent .sectionHeaderTxt {
	text-align: left;
	font-size: 14px;
	color: #102446;
	font-weight: bold;
	border-bottom: 1px solid #102446;
	background-image:url("../images/colonial_hat_eightColors.gif");
	background-repeat: no-repeat;
	padding-left: 30px;
	margin: 0px;
}

#mainContent .sectionTxt {
	text-align: left;
	color: #102446;
	padding-left: 32px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px;
}

#mainContent .headerTxt {
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: -1px;
}

.pageTitle {
	font-size: 18px; 
	font-weight: bold; 
	float: none; 
	border-bottom: 2px dotted #102446; 
	width: 98%;  /* was 100 */
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: left;
}

#breadcrumb {
	margin-left: 10px;
	margin-top: 10px;
}

#breadcrumb a:link {
	background: url("../images/dashedLine.png") repeat-x 100% 100%;
	padding-bottom: 1px;
	text-decoration: none;

}

#breadcrumb a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #102246;
}

#staffDetails {
	margin-top: -10px;
}

#staffDetails img {
	/* border: 1px solid #102246; */
	vertical-align: top;
	margin-right: 20px;
}

#staffDetails td {
	border-bottom: 1px solid #cccccc;
	padding-top: 20px;
	padding-bottom: 20px;
}







#mainContent .sectionHeaderTxtHot {
	text-align: left;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	border-bottom: 1px solid #102446;
	background-image: url("../images/colonial_hat_eightColors.gif");
	background-repeat: no-repeat;
	padding-left: 30px;
	margin: 0px;
	border-bottom-color: #FF0000;
	text-decoration: blink;
}








