/*GENERAL STUFF*/
* {
	margin: 0px;
	padding: 0px;
}
br {
	clear: both;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
/*GENERAL STUFF ENDS*/
/*COMMON CLASSES*/
.title {
	font-family: Georgia,serif;
	font-size: 24px;
	color: #663366;
}
.archive_title {
	font-size: 14px;
	color: #003366;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
.subsubtitle {
	font-size: 11px;
	color: #003366;
}
.subsubtitle_i {
	font-size: 11px;
	color: #0099cc;
	font-weight: normal;
	margin-left: 16px;
	margin-top: -16px;
	display: block;
	cursor: pointer;
}
.subsubtitle_i a {
	font-size: 11px;
	color: #0099cc;
	font-weight: normal;
}
.datetitle {
	font-size: 11px;
	color: #aaa;
	font-weight: normal;
	padding-left: 16px;
}
.video_item p {
	padding-left: 16px;
}
/*COMMON CLASSES END*/
ol {
	margin-left: 20px;
	padding-top: 5px;
	color:#003366;
}
.chapter_link {
	color:#0099CC !important;
}
.watch_video {
	float: right;
	margin-top: 10px;
	background: url('images/icon_video.jpg') no-repeat top left;
	padding-left: 17px;
	color: #003366;
}
body {
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 11px;
	background: #fff;
}
#container {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	height: auto;
}
#header {
	width: 100%;
	position: relative;
	height: 134px;
}
#header_top {
	width: 950px;
	height: 73px;
	font-family: Georgia,serif;
	font-size: 24px;
	color: #0099cc;
	margin: 0px auto 0px auto;
	padding: 21px 0px 0px 0px;
}
#header_top span {
	
}
#header_bottom {
	width: 100%;
	height: 40px;
	background: url('images/header_bottom_bg.jpg') repeat-x;
	margin: 0px 0px 20px 0px;
}
#main {
	width: 950px;
	margin: 20px auto 20px auto;
}
#main_left {
	width: 455px;
	float: left;
}
#video_player {
	width: 455px;
	height: 274px;
	margin: 0px 0px 35px 0px;
	background: url('images/video_player_bg.jpg') no-repeat;
}
#main_left .video_msg {
	position: relative;
	top: -14px;
	color: #003366;
	font-style: italic;
}
#video_content .title {
	margin: 0px 0px 5px 0px;
}
#video_content p {
	margin: 5px 0px 5px 0px;
}
#video_content_bottom a img{
	position: relative;
	top: 3px;
	margin-right: 2px;
}
#video_content_bottom a {
	color: #663366;
	text-decoration: none;
}
#video_content_bottom a:hover {
}
#main_middle {
	float: left;
	width: 255px;
	margin: 0px 20px 0px 18px;
}
#archive_top {
	width: 100%;
	height: 30px;
}
#archive_bottom {
	width: 100%;
	margin-top: 5px;
	border-top: 1px solid #b2e2ed;
}
.archive_item {
	width: 100%;
	padding: 5px 0px 10px 0px;
	border-bottom: 1px solid #b2e2ed;
}
.archive_item .imgLink {
	cursor: pointer;
	position: relative;
	top: 7px;
	float: left;
}
.archive_item .subImgLink {
	cursor: pointer;
}
.archive_item .archive_title {
	margin: 5px 0px 0px 8px;
	float: left;
	width: 230px;
}
.archive_hidden {
	width: 238px;
	margin: 5px 0px 5px 0px;
	float: right;
	display: none;
	visibility: hidden;
}
.archive_unhidden {
	width: 238px;
	margin: 5px 0px 5px 0px;
	float: right;
	display: block;
	visibility: visible;
}
.sub_archive_hidden {
	display: none;
}
.sub_archive_unhidden {
	display: block;
}
.video_item {
	width: 220px;
	margin: 5px 0px 10px 5px;
	padding: 4px 0px 0px 0px;
	border-top: 1px solid #ddd;
}
.video_item_link {
	text-align: right;
	width: 120px;
	float: right;
	position: relative;
	right: 15px;
	top: 1px;
}
.video_item_link a {
	text-decoration: none;
}

.video_item_link img {
	position: relative;
	top: 1px;
	float: none;
}
.video_item span {
	position: relative;
	bottom: 3px;
	left: 4px;
	float: none;
	color: #666;
}
.video_item .subsubtitle {
	color: #036;
}
.video_item p {
}
#main_right {
	float: left;
	width: 200px;
}
#contact_title {
	width: 180px;
	height: 23px;
	background: #7fcfe0;
	color: #fff;
	font-size: 18px;
	font-family: Georgia,serif;
	padding: 5px 0px 5px 20px;
}
#displayMessage {
	font-size: 11px;
	font-style: italic;
}
.contactForm_invisible {
	display: none;
	visibility: hidden;
}
.contactForm_visible {
	display: block;
	visibility: visible;
}
#contact_content {
	width: 180px;
	padding: 10px;
	background: #e0f2f8;
	color: #003366;
	font-family: Verdana,sans-serif;
	font-size: 10px;
}
#contact_content .contact_subtitle {
	font-size: 11px;
	font-family: arial,sans-serif;
	color: #663366;
}
#contact_content input {
	width: 176px;
	height: 18px;
	padding: 2px;
	margin: 5px 0px 5px 0px;
	border: 1px solid #009fc2;
	color: #003366;
	font-family: verdana;
	font-size: 10px;
}
#contact_content textarea {
	width: 176px;
	/* height: 100px; */
	padding: 2px;
	margin: 5px 0px 5px 0px;
	border: 1px solid #009fc2;
	color: #003366;
	font-family: verdana;
	font-size: 10px;
}
#contact_content input.image {
	width: 64px;
	height: 20px;
	margin: 5px 0px 15px 0px;
	float: right;
	border: none;
	padding: 0px;
	position: relative;
	left: 2px;
}
#contact_content p {
	font-style: italic;
	float: right;
	width: 100%;
}
#footer {
	width: 100%;
	height: 73px;
	background: url('images/footer_bg.jpg') repeat-x;
	float: left;
	margin: 40px 0px 0px 0px;
}
#footer_content {
	width: 950px;
	height: 41px;
	margin: 10px auto 0px auto;
}
#footer_content img {
	float: left;
	margin: 0px 10px 0px 0px;
}
#footer_content p, #footer_content b, #footer_content a {
	/* float: left; */
	font-size: 10px;
	color: #06357a
}
.attachment{
	margin: 0 15px 3px 0;
	display:block;
}

#flashaddiv {
	float: right;
	position: relative;
	margin: 0px 0px 20px 0px;
}
#gov_logo{
	display:block;
	height:30px;
	width:206px;
}