/* CSS Document */
H1 {
    color: #000000;
	font-weight:bold;
	font-size:18px;
	background-image:url(images/h1_bg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}
H2 {
	font-weight:bold;
    color: #000000;
	font-size:16px;
	padding-left:15px;
	padding-top:20px;
	line-height:0px;
}
H3 {
	font-weight:bold;
    color: #000000;
	font-size:14px;
}
.header {
	font-weight:bold;
    color: #000000;
	font-size:14px;
}
.larger {
  font-size: 120%;
  font-family: Arial, sans-serif;
}
body {
  font-family: Arial, sans-serif;
  font-size:13px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
A {
	text-decoration: none;
}
A:link, A:visited {
	color: #0668B2;
}
A:active {
	color: #e6dd81;
	background-color:#0668B2;
}
A:hover {
	color: #e6dd81;
	background-color:#0668B2;
}
.login_form {
	font-size:12px;
	color:#000000;
	font-weight:bold;
}
.login_form_fields {
	font-size:10px;
	color:#000000;
	font-weight:bold;
	width:90px;
	border:1px;
	border-style:solid;
	border-color:#000000;
	background-image:url(images/text_field_bg.png);
}

.top_nav {
	font-size:12px;
	color:#000000;
	font-weight:bold;
	padding-left:5px;
	padding-right:13px;
	background-image:url(images/menu_divider.jpg);
	background-repeat:no-repeat;
	background-position:right;
	
}
.top_nav a:link {
	color:#000000;
}
.top_nav a:visited {
	color:#000000;
}
.top_nav a:hover {
	color:#666666;
	background-color: transparent;
}
.top_nav a:active {
	color:#666666;
	background-color: transparent;
}

.pop_nav {
	background-image:url(images/sub_bg.jpg);
	background-repeat:repeat-x;
	cursor:pointer;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	border:solid;
	padding:2px;
	line-height:18px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-color: #000000;
	border-left-color: #000000;
}
.pop_nav a:link {
	color:#000000;
}
.pop_nav a:visited {
	color:#000000;
}
.pop_nav a:hover {
	color:#000000;
	background-color: transparent;
}
.pop_nav a:active {
	color:#000000;
	background-color: transparent;
}

.pop_nav2 {
	background-image:url(images/sub_bg.jpg);
	background-repeat:repeat-x;
	cursor:pointer;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	border:solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-color: #000000;
	border-left-color: #000000;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:1px;
}
.pop_nav2 a:link {
	color:#000000;
}
.pop_nav2 a:visited {
	color:#000000;
}
.pop_nav2 a:hover {
	color:#000000;
	background-color: transparent;
}
.pop_nav2 a:active {
	color:#000000;
	background-color: transparent;
}

.pop_header {
	color:#666666;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	background-image:url(images/menu_bg.jpg);
}
.right_panel {
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
	border-right-width: 0px;
	background-color: #E7DE83;
	background-image:url(images/left_footer_yellow.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.right_panel_content {
	background-image:url(images/right_panel.gif);
	background-repeat:no-repeat;
}
.right_panel_content a:link {
	color:#000000;
}
.right_panel_content a:visited {
	color:#000000;
}
.right_panel_content a:hover {
	color:#666666;
	background-color: transparent;
}
.right_panel_content a:active {
	color:#666666;
	background-color: transparent;
}
.right_panel_heading {
	font-size:16px;
	font-weight:bold;
}
.right_panel_heading2 {
	font-size:14px;
	font-weight:bold;
}
.left_panel {
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
	border-left-width: 0px;
	padding:12px;
}
.one_panel {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	background-image:url(images/left_footer.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.menu_panel {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	background-image:url(images/menu_bg.jpg);
}
.one_content {
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
	border-right-width: 0px;
	background-image:url(images/left_footer.gif);
	background-position: left bottom;
	background-repeat:no-repeat;
	padding: 12px;
	padding-bottom:35px;
	border-style:solid;
	border-width:2px;
	border-right-width:0px;
}
.button {
	font-size:12px;
	color:#FFFFFF;
	padding-top:3px;
    padding-bottom:3px;
	font-weight:bold;
	background-color:#000000;
	border:none;
	cursor:pointer;
}
#hider {
	position:absolute;
	left:0px;
	top:0px;
	width:99%;
	height:99%;
	z-index:1;
	visibility: hidden;
}
#menu_center {
	position:absolute;
	left:0px;
	top:0px;
	width:1px;
	height:1px;
	z-index:2;
}
#tech_drop {
	position:absolute;
	left:313px;
	top:178px;
	width:148px;
	height:1px;
	z-index:4;
	visibility: hidden;
}
.tech_drop_style {
	position:absolute;
	left:148px;
	top:-500px;
	width:200px;
	height:1px;
	z-index:5;
	visibility: hidden;
}

#lab_drop {
	position:absolute;
	left:238px;
	top:178px;
	width:150px;
	height:1px;
	z-index:3;
	visibility: hidden;
}
#lab_drop2 {
	position:absolute;
	left:148px;
	top:30px;
	width:200px;
	height:1px;
	z-index:3;
	visibility: hidden;
}
#contact_drop {
	position:absolute;
	left:605px;
	top:178px;
	width:150px;
	height:1px;
	z-index:3;
	visibility: hidden;
}
#about_drop {
	position:absolute;
	left:102px;
	top:178px;
	width:150px;
	height:1px;
	z-index:5;
	visibility: hidden;
}
#btt {
	position:absolute;
	left:160px;
	top:51px;
	width:75px;
	height:20px;
	z-index:10;
	visibility: hidden;
	text-align:center;
}
#btt a:link {
	background-color: transparent;
}
#btt a:visited {
	background-color: transparent;
}
#btt a:hover {
	background-color: transparent;
}
#btt a:active {
	background-color: transparent;
}

.header_scale {
	background-image:url(images/header_wheat_scl.jpg);
	background-position:center;
	border-right:solid;
	border-right-color:#000000;
	border-right-width:2px;
}
img {
	behavior:	url("pngbehavior.htc");
}
.table_header {
	font-weight:bold;
	text-align:center;
}
.table_border {
	border:solid;
	border-color:#000000;
	border-width:1px;
}
.admin_fields {
	width:400px;
}
.side_nav_drop {
	font-size:12px;
	font-weight:bold;
	padding-left:3px;
}
li.side_nav_drop {
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 3px 0 3px 20px;
}
fieldset {
	border-color:#000000;
	border-style:solid;
	border-width:1px;
}
