@charset "utf-8";
/* CSS Document */

.globalStyles #homeContentContainer {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 260px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/*--Top Story box, content Styles and Divs */
.globalStyles #topStoryHeader {
	background-color: #73A5CC;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.globalStyles #topStoryContent {
	padding: 10px;
	border: 3px solid #73A5CC;
	margin-bottom: 5px;
}
.globalStyles #homeContentContainer .topStoryHeadline {
	font-size: 18px;
	color: #700017;
}
/*--directory box styles and divs */

.directoryHeader {
	background-color: #73A5CC;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}


.directory {
	padding: 10px;
	border: 2px solid #73A5CC;
	margin-bottom: 15px;
}

.directoryCol {
	width: 330px;
}

.leftCol {
	float: left;
}
.rightCol {
	float: right;
}
a.dirSections:link {
	font-weight: bold;
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.dirSections:visited {
	font-weight: bold;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
a.dirSections:hover {
	font-weight: bold;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
.directory ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	}
.directory ul li {
	margin: 0 7px 0 0;
	padding: 0;
	display: inline;
	line-height: 1.4em
}

.directory ul li a:link {
	color: #000000;
	text-decoration: none;
}

.directory ul li a:visited {
	color: #000000;
	text-decoration: none;
}

.directory ul li a:hover {
	color: #700017;
	text-decoration: underline;
}


/*--logos divs and styles */
.globalStyles #homeContentContainer #logos {
	border: 2px solid #73A5CC;
	margin: 10px 0px;
	height: 75px;
	padding: 2px;
	text-align:center;
}
.globalStyles #homeContentContainer #logos img {
	margin-right: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*global content styles*/

.readmore a {
	color: #000000;
	text-decoration:none;
}
.readmore a:hover {
	text-decoration: underline;
}
.globalStyles #homeContentContainer p {
	margin-top: 0px;
	margin-bottom: 5px;
}
.gotopage {
	margin-top:5px;
}
/*clips styles*/
.clips {
	margin-bottom:10px;
}
.clips a {
	font-weight:bold;
	text-decoration: none;
}
.clips a:hover {
	text-decoration: underline;
}
/*sidebar container styles */
.box {
	border: 2px #73A5CC solid;
	height: 115px;
	margin-bottom: 5px;
	position: relative;
}
.globalStyles #ContentBox .featureImage {
	float: left;
	height: 115px;
	width: 90px;
	margin-right: 5px;
}
.globalStyles #ContentBox .featureTitle {
	color: #FFFFFF;
	background-color: #73A5CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
}
.globalStyles #ContentBox .featureContent {
	padding: 5px;
}
.box .featureGotopage {
	position: absolute;
	bottom: 10px;
	left: 100px;
}
.featureButton {
	margin-bottom: 5px;
}
/*video slider styles*/
.stepcarousel {
	position: relative;
	overflow: scroll;
	width: 320px; /*Width of Carousel Viewer itself*/
	height: 170px; /*Height should enough to fit largest content's height*/
	background-color: #EBEBEB;
}
.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	padding: 10px 0;
}
.stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0 10px; /*margin around each panel*/
	width: 110px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	text-align: center;
	height: 150px;
	background-color: #FFF;
}
.stepcarousel p {
	padding: 3px 5px;
}
.stepcarousel .panel img {
	border: 1px solid black;
}
.stepcarousel .panel a {
	display: block;
	cursor: pointer;
	width: 100%;
	height: 100%;
	text-decoration:none;
	font-size: 8pt;
	color: #000;
	padding-top:5px;
}
.stepcarousel .panel a:hover {
	background-color:#FFFFCC;
	color:#000000;
}
.homeJumpMenu {
	margin-bottom:10px;
	width:250px;
}

