
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}


h3 {
	color: #0058a1;
	display: block;
	font-size: 16px;
	padding:0px;
	margin: 0px;
}

h4 {
	display: block;
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	text-indent: 12px;
	margin: 0px;
	padding: 0px;
}

a {
	color: #6186BF;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}



/* General */
.subHeading{
	text-align: left;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.flashcontent {
	display: none;

}

.logoSpacing {
	display: inline;
	border: none;
	padding: 15px 60px 15px 0px;
}

.highlight {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: italic;
	color: #333333;
	background-color: #FFFF00;
	font-variant: small-caps;
	display: inline;
	width: auto;
}



/* Global Nav */

#mainNav img {
	border: 0px;
	display: none;
}

/* Printer Friendly Header */
#printHeader {
	display: none;
	width: 100%;
	background: url(../images/printLogo.gif);
	height: 155px;
	border-top: 1px solid #CCCCCC;
}

.printText {
	display: block;
	color: #666666;
	font-size: 10px;
	text-align: right;
	padding-top:30px;
}



/* Header */


#header {
	display: none;

}

#header table, #header tr, #header td {
	display: none;
}

#header #logo {
	display: none;
}


/* Main Nav */

#globalNav {
	display: none;
}

#navHolder {
	display: none;
}

#mainNav {
	display: none;
}

/* Content */

#contentHolder {
	display: block;
	width: 100%;
	padding: 0px;
	text-align: center;
	vertical-align: top;
}

#contentHolder #top {
	display: none;
}


/* Content - middle */

#contentHolder #middle {	
	display: block;
	padding: 0px;
	text-align: left;
	height: 100%;
	vertical-align: top;
}

#contentHolder #content {
	display: inline;
	text-align: left;
	float: left;
	clear: none;
	width: 100%;
	/*width: 480px; controlled dynamically in include file*/
	vertical-align: top;
	background: top;
	padding-top: 0px;
}

#contentHolder #bottom {
	background-image: url(../images/content_bottom.gif);
	display: block;
	height: 36px;
}


/* Sub Nav */

#contentHolder #subNav{
	background: top;
	display: none;
	float: right;
	width: 194px;
	height: auto;
	font-size: 100%;
	clear: both;
	padding-right: 15px;
}




#subNav #subContent{
	background: url(../images/sub_bg.gif) repeat-y;
	display: block;
	/*height: auto;*/
	width: auto;
	padding-right: 7px;
	padding-left: 7px;
}



#subNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 10px;
}

#subNav li {
	margin: 0px;
	padding: 0px;
}

#subNav a{
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	display: block;
	padding: 7px 3px 7px 7px;
	margin-right: -2px;
	margin-left: -3px;
	text-indent: 3px;
}


#subNav a:link, #subNav a:visited {
	text-decoration: none;
}

#subNav a:hover, #subNav a:active {
	color: #2154a3;
	background: url(../images/sub_highlight.gif) repeat center;
	width: auto;
	display: block;
	margin-right: -2px;
	margin-left: -3px;
}

#subNav .selected {
	color: #333333;
	font-weight:bold;
	background: url(../images/sub_selected.gif) repeat center;
	cursor: default;	
}




/* Footer */

#bottom #footer {
	display: none;
}


/* Data */

/* Home */
.blogItems li{
	text-align: left;
	display: block;
	font-style: normal;
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.blogItems ul{
	display: block;
	margin-left: 6px;
	padding-left: 6px;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
}

.blogItems a {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}

.blogSite{
	display: block;
	letter-spacing: 1px;
	text-align: left;
	font: italic 9pt Arial, Helvetica, sans-serif;
	color: #333333;
	border-top: 1px dotted #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px none #CCCCCC;
	padding: 5px 15px;
	background-color: #F8F8F8;
}

.homeImg {
	background: left top;
	display: inline;
	text-align: left;
	float: left;
	padding-right: 7px;
	clear: both;
	padding-bottom: 7px;
	padding-top: 3px;

}


/* Videos */

#smallThumb {
	display: block;
}



#smallThumb tr {
	background-color: #FFFFFF;
	width: 100%;
	padding-bottom: 10px;
	height: 100px;
}

#smallThumb tr:hover{
	/*background-image: url(../images/thumb_highlight.gif);
	background-repeat: repeat-y;*/
		width: 100%;
		padding-bottom: 10px;
}

#smallThumb img {
	border: 0px;
}

.smThumb{
	width: 91px;
	padding-right:10px;
	padding-left: 20px;
	border: none;
}

.smThumbTitle{
	text-align: left;
	font-size: 14px;
	color: #666666;
}

.videoDuration {
	font-size: 10px;
	color: #999999;
}


#videoClip {
	display:block;
	height: 300px;
	width: 340px;
	padding-bottom: 20px;
}

#videoClip #options{
	
}


/* Site map */

#sitemap ul {
	list-style-type: circle;
	display: block;
	list-style-position: outside;
}

#sitemap li {
	padding-top: 8px;
	padding-bottom: 8px;
	list-style-position: outside;
	list-style-type: circle;
}


#sitemap .sub ul {
	
	list-style-type: none;
	list-style-position: outside;
	padding-top: 1px;
	padding-bottom: 1px;
}

#sitemap .sub li {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

/* General data */

.instructions {
	color: #333333;
	border-top: 1px dotted #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px none #CCCCCC;
	padding: 5px 15px;
	font-style: italic;
	background-color: #FFFFFF;
}



/* SIFR */

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
