﻿  /* CSS layout */

@font-face {
    font-family: LCD;
    src: url('fonts/digital-7__mono_.eot');
    src: local(LCD), url('fonts/digital-7 (mono).ttf') format('truetype');    
    
}

@font-face {
	font-family: Titles;
	src: url('fonts/frzquadn.eot');
    src: local(Titles), url('fonts/frzquadn.ttf') format('truetype');    
}

@font-face {
	font-family: Titles_bold;
	src: url('fonts/frzquadn.eot');
	src: local(Titles_bold), url('fonts/frzquadn.ttf') format('truetype')
	
}

body {
	background-color: #C8C8D7;
	background-image: url('Images/Background.gif');
	background-position: 160px 100px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #14141B;
	letter-spacing: 1px;
	background-repeat: no-repeat;
	z-index: 0;
}

#frame_1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 956px;
	height: 513px;
	background-image: url('Images/Bracket_frame.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 2;
}

#frame_2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 956px;
	height: 513px;
	background-image: url('Images/Bracket_frame_tabs.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 2;
}

#header_back {
	background-image: url('Images/Horizontal_Banner.jpg');
	height: 100px;
	width: 960px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#header_fore {
	height: 100px;
	width: 960px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;

}

#container_back {
	min-width: 600px;
	width: 100%;
	border: 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	left: 0px;
	Top: 100px;
	z-index: 1;
}

#container_fore {
	min-width: 600px;
	width: 100%;
	border: 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	left: 0px;
	Top: 100px;
	z-index: 3;
}

#nav_col_back {
	float: left;
	width: 160px;
	height: 800px;
	background-image:url('Images/Vertical_Banner.jpg');
	z-index: 1;
}

#nav_col_fore {
	float: left;
	width: 160px;
	height: 800px;
	z-index: 3;
}

#tab_navigation {
	position: absolute;
	bottom: 0px;
	left: 220px;
	z-index: 3;
}

#tab_table  {
	font-family: LCD;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0.06em 0.06em 0.06em #666;
	background-color: #242F35;
	border-width: 2px;
	border-style: outset;
	border-color: #14141B;
	height: 32px;
	z-index: 3;
}

#page_content_center {
	margin-top: 25px;
	margin-left: 190px;
	margin-right: 20px;
	text-align: center;
	z-index: 1;
}

#page_content_left {
	margin-top: 25px;
	margin-left: 190px;
	margin-right: 20px;
	text-align: left;
	text-indent: 40px;
	z-index: 1;
}

a#tab_link {
	display: block;
	width: 100%;
	height: 100%;
	font-family: LCD;
	font-size: 20px;
	color: #14141B;
	text-decoration: none;
	outline: 0;
	z-index: 3;
}

#footer_image {
	text-align: center;
	/* opacity:0.5;
	filter:alpha(opacity=50);  For IE8 and earlier */
}

h1 {
	font-family: Titles_bold;
	font-size: 42px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	color: #14141B;
	text-indent: 0px;
	letter-spacing: 2pt;
}
h2 {
	font-family: Titles;
	font-size: 28px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	color: #14141B;
	text-indent: 0px;
	letter-spacing: 1px;
}

h3 {
	font-family: Titles;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #14141B;
	text-indent: 0px;
	letter-spacing: 0px;
}

.small_font {
	font-size:10px
}

.large_font {
	font-size:22px
}

.Nav_Table {
	margin-top: 19px;
	text-align: center;
	empty-cells: hide;
	caption-side: inherit;
	table-layout: fixed;
	z-index: 3;
}

.Nav_Button {
	border-width: 0px;
	z-index: 3;
}

.Active_Nav_Button {
	border-width: 0px;
	z-index: 3;
}

.tab_button {
	font-family: LCD;
	font-size: 20px;
	color: #272727;
	border: 2px;
	border-color: #5A5A5F;
	border-style: inset;
	background-color: #C8D2DC;
	text-align: center;
	z-index: 3;
}

.active_tab_button {
	font-family: LCD;
	font-size: 20px;
	color: #000000;
	border: 2px;
	border-color: #3A86D4;
	border-style: inset;
	background-color: #32D2FF;
	text-align: center;
	z-index: 3;
}

.no_indent {
	text-indent: 0px;
}

.centered {
	text-align: center;
}

.large_font {
	font-size: 22px;
}

.compressed_lines{
	margin-top:0px;
	margin-bottom:0px;
}