@charset "utf-8";
/* Main CSS Document for NCS Management
   created by FTS Creations */
/*Global Styles*/
body {
	margin: 10px 0;
	padding: 0;
	text-align: center;
	background: #336799;
	font-family: Verdana, Arial, Geneva, sans-serif;
	color: #FFF;	
}
a {
	color: #FFF;
}
#container {
	width: 960px;
	margin: auto;
	text-align: left;
}
#leftCol {
	width: 173px;
	float: left;
}
#mainCol {
	width: 787px;
	float: right;
}
#mainCol img {
	padding: 7px;
	padding-top: 0;
}
.clrflt {
	clear: both;
}
.alignLeft {
	float: left;
}
.alignRight {
	float: right;
}
/* Specific IDs */
#logo {
	background: url(images/banner.gif) bottom no-repeat;
	width: 173px;
	height: 118px;
	cursor: pointer;
}
#logoCaption {
	background: url(images/bannerCaption.gif) top no-repeat;
	width: 166px;
	height: 28px;
}
#header {
	width: 960px;
	height: 118px;
	border-bottom: 3px solid #FFF;
}
#headerLeft {
	width: 290px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 8px; 
}
#headerRight {
	width: 185px;
	font-size: 12px;
	margin-top: 8px;
}
#footer {
	width: 960px;
	border-top: 3px solid #FFF;
	text-align: center;
	margin-top: 15px;
	padding-top: 10px;
	font-size: 12px;
}
ul#navigation {
	margin-left: 13px;
	padding: 0;
}
ul#navigation li {
	list-style: none;
	padding: 3px;
	margin: 0;
}
ul#nav_projects {
	margin: 3px 0 0;
}
ul#billboard {
	width:775px;
	height: 370px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 12px;
	overflow: hidden; 
}
#billboard li {
	width:775px;
	height: 370px;
	position: absolute;
}
#billboardItem1 {
	background: url(images/Rotating_Image_2.jpg) 0 0 no-repeat;
}
#billboardItem2 {
	background: url(images/Rotating_Image_6.jpg) 0 0 no-repeat;
}
#billboardItem3 {
	background: url(images/Rotating_Image_3.jpg) 0 0 no-repeat;
}
#billboardItem4 {
	background: url(images/Rotating_Image_4.jpg) 0 0 no-repeat;
}
#billboardItem5 {
	background: url(images/school.jpg) 0 0 no-repeat;
}
#billboardItem6 {
	background: url(images/Rotating_Image_1.jpg) 0 0 no-repeat;
}
/* Specific Classes */
.topNavItem {
	background: #274D74;
	border-top: 3px solid #6187AB; 	
	border-left: 3px solid #28527C;
	width: 140px;
	margin: 10px 0 0 10px;
	padding: 3px 0;
}
.topNavItem a {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #8BB2D3;
}
.topNavItem a:hover {
	color: #FFF;	
}
.subNavItem {
	list-style: none;
	padding: 0;
	background: #1D3A58;
}
.subNavItem li {
	margin: 4px 2px;
	line-height: 10px;
}
.subNavItem li a {
	text-transform: none;
	font-size: 10px;
	font-weight: normal;
	color: #627D9A;
}
.subNavItem li:hover {
	background: #182A42;
}
.subNavItem li a:hover {
	color: #FFF;
	text-decoration: underline;
}
.subNavItem li a:hover .subNavHeader {
	color: #FFF;
}
.subNavItem .li_current {
	background: #182A42;
}
.subNavItem .li_current a .subNavHeader {
	color: #FFF;
}
.li_current a {
	color: #FFF;
}
.subNavHeader {
	color: #9BAFC7;
	letter-spacing: -0.05em;
}
.jqcNode {
	cursor: pointer;
}
.moreLink {
	float: right;
}
/*About Page Classes & Divs */
.body_insert {
	width: 659px;
	margin-left: 64px;
	font-size: 16px; 
}
.body_insert_right, .body_insert_left {
	float: left;
	width: 329px;
	margin-top: 5px;
}
.body_insert_left li {
	line-height:32px;
	list-style: url(images/diamond.gif);
}
.body_insert_right {
	list-style: disc;	
}
.body_insert table {
	width: 685px;
	border: 2px solid #000;
	font-size: 10px;
}
.body_insert table li {
	list-style: url(images/check.gif);
}
.body_insert table th {
	background: #1F4590;
	font-style: italic;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	margin: 0;
}
.body_insert td {
	vertical-align: top;
	padding: 3px;
}
.body_insert .odd {
	background: #274D74;
}
/*Approach Page Classes & Divs */
.list_diamonds li {
	list-style: url(images/diamond.gif);
}