﻿/* BIG SPACE FORM */
.form_wrap
{
	border: solid 1px #4F7EB6;
}
.form_box
{
	background-color: #d8ecf0;
}
.formfield
{
	
}
.textbox
{
	border: solid 1px #ccc;
	padding: 5px;
	/*width: 300px;*/
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
}
.multitextbox
{
	border: solid 1px #ccc;
	padding: 5px;
	/*width: 300px;*/
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
}
.form_title
{
	font-weight: bold;	
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 28px;
	color: #000000;	
}
.formbutton
{
	color:#000;   
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color:#fed;   
	border: 1px solid;   
	cursor: pointer;
	border-color: #DBDBDB #363 #363 #DBDBDB;   
	filter:progid:DXImageTransform.Microsoft.Gradient   
		(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');   
		
	padding: 5px;
}



/* FORM */
.form_header
{
	background-color: #183459;
	/*background-image: url(../_images/1pt_formheader_bar_17.jpg);
	background-repeat: repeat-x;*/
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}
.form_field
{
	background-color: #cfd7e1;/*#D7DFEA;*/
	text-align: left;
}
.form_command
{
	background-color: #183459;
	text-align: center;
}
.form_section
{
	border: solid 1px #303614;
}

textarea, select, input
{
	font-family: Airal, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

/*
a { color: #3C5AB4; text-decoration: none; }
a:hover { color: #3C5AB4; text-decoration: underline; }
*/

/*
h1 {
	background-attachment:fixed;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
h2 {
	background-attachment:fixed;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:100;
	line-height:1.5;
}
*/
a:link {
	color: #6A96D3;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #152A45;
}

/* Update Progress meter */
.updateProgress
{
	position: absolute;
	background-color: #fff;
	filter: alpha(opacity=70);
	MozOpacity: 0.7;
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
}
.updateProgress div
{
	background-color: #cccccc;
	padding: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	border: solid 1px #000000;
}

/* MENU NAV */

/* Use to put a background behind the menu */
.menu_container
{
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: #C8F2FF;
	width: 998px;
	height: 38px;	
	clear: both;	
}
/* Use to position within the menu container (bar background) */
.menu_items
{
	padding-top: 10px;
	margin-left: 0px;
	width: 998px;
	height: 38px;	
}


/* Use to set the font style of the parent menu item */
.MenuStyle, .MenuStyle a:link, .MenuStyle a:visited
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #1F3A4B;
	font-weight: bold;
	background-color: Transparent;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 0px;	
	margin: 0px;
	position: relative;
	text-align: center;
	margin: 0 auto;
}
/* Use to set the font style of the dropdown menu items */
.MenuSubStyle, .MenuSubStyle a:link, .MenuSubStyle a:visited
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #1F3A4B;
	font-weight: bold;
	background-color: #C8F2FF;
	padding: 3px;
	margin:  0px;
	z-index: 100;	
	text-align: left;
}
/* Use to set the font style of the dropdown menu items ON HOVER */
.MenuSubSytleHover, .MenuSubSytleHover a:link, .MenuSubSytleHover a:visited
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	background-color: #162743;
	padding: 3px;
	margin:  0px;
	z-index: 100;
	text-align: left;	
}
/* Use to set style on all sub level menu items */
.MenuMainStyle
{
	border: solid 1px #162743;
	z-index: 100;	
	margin:  0px;
}


/* ========================================================================================*/
/* ================================== CHROME MENU =========================================*/

div#chromemenu_container /* light blue bg for all other pages */
{
	background-color: #C8F2FE;
}
div#chromemenu_container2 /* dark blue bg for Conservation & Education page */
{
	background-color: #162743;
	margin-top: 70px;
}

.chromestyle /* do not change name. used for menu script */
{
	margin: 0 auto;
	width: 998px;
	
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul
{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	list-style: none;
	
	height: 25px;
}

.chromestyle ul li{
	
	display: inline;
	
}

.chromestyle ul li a{
	padding: 4px 0px 5px 0px;
	margin: 0;
	text-decoration: none;
	background-color: Transparent;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
}

.nav_space
{ 
	display:inline; 
	
	margin-right: 7px; 
	list-style: none; 
	margin-bottom: 5px; 
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 13px; 
	text-decoration:none;
	
	color: #666666;
}

/* ######### Style for Drop Down Menu ######### */

/* dropdown on all other pages */
.dropmenudiv
{
	position:absolute;
	top: 0;
	margin-left: -10px;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index: 100;
	background-color: white;
	width: 150px;
	visibility: hidden;
	
}
.dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #ccc; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	z-index: 100;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #C8F2FE;
color: #000;
}


/* dropdown on Conservation & Education main page width dark blue */
.dropmenudiv2
{
	position:absolute;
	top: 0;
	margin-left: -10px;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 150px;
	visibility: hidden;
	
}
.dropmenudiv2 a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #ccc; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}
.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #162743;
color: #000;
}

/* ================================== END of CHROME MENU ==================================*/
/* ========================================================================================*/


