﻿html {
	height: 100%;
}
body {
	height: 100%;
	font-family: verdana, sans-serif;
	font-size: 11px;
	margin:0px;
	line-height: 150%;
}
p {
	text-align: justify;
}
input, textarea {
    font-size:8pt;
    font-family:Verdana
}
a:link, a:visited {
	color: #ff6000;
	font-weight: bold;
}
/**************************************/
.img_left {
	float: left;
	position: relative;
	top: 50px;
	left: 10px;
	padding: 0 0 0 0; 
	display: inline;
}
.float_right {
	float: right;
	margin: -40px 0px 15px 30px;
}
.shrink {
	font-size: 8px;
}
.normalLines {
	line-height: 100%;
}
.navHeading {
	font-size: 16px;
	color: white;
	font-style: italic;
	font-weight:bold;
	line-height: 120%;
}
.contactsHeading, h1, h2, h3 {
	line-height: 80%;
	font-style: italic;
	font-weight: bold;
	font-size: 1.3em;
	padding-bottom: 7px;
	border-bottom: 2px dashed white;
}
.redLinks
{
	font-size:7pt
}
.redLinks A, .redLinks A:Visited
{
	color:Red;
	text-decoration:none
}
.redLinks A:hover, .redLinks A:Visited:hover
{
	color:Red;
	text-decoration:underline
}
/**************************************/
#container {
	width:750px;
	text-align:left;
}
#hor_main {
	background-color: #e2e9ed;
	border:1px solid #999999;
	margin:5px;
	padding: 15px;
}
#location_bar p {
	color: white;
	font-size: 10px;
	font-weight: normal;
	line-height: 90%;
}
#location_bar a {
	color: white;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
}
/*** Training Specific **********************************************************************/
.tblTraining th {
	vertical-align: top;
	width: 20%;
}
/********************************************************************************************/
#hor_bar 
{
	width: 750px;
	height: 66px;
	background: url('../images/faa_logo_2.gif') no-repeat;
}
#nav_extra 
{
	position: relative;
	top: 40px;
	right: 5px;
	text-align: right;
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
}	
#nav_extra a:link { color: black; text-decoration: none; padding: 0.3em; }
#nav_extra a:visited { color: black; text-decoration: none; padding: 0.3em; }
#nav_extra a:hover { color: black; text-decoration: underline; padding: 0.3em; }
#nav_extra a:active { color: black; text-decoration: underline; padding: 0.3em; }
#hor_nav {
	width: 750px;
	height: 32px;
	background: url('../images/menu_bar.gif') no-repeat;
	z-index: 100000;
}
#navlist {
	margin: 0;
	padding: 0;
	width: 750px;
	height: 32px;
	z-index: 100;
}
#navlist ul {
	margin: 0; 			/* Removes indent in IE and Opera */
	padding: 0; 			/* 	Mozilla and NN7 */
	list-style-type: none; 		/* Turns off bullets */
	font-size: 1px;
	z-index: 0;
}
#navlist li {
	float: left;			/* Have text flow horizontal */
}
#navlist a {
	display: block;			/* 2-d Region */
	width: 125px;
	height: 32px;
	text-decoration: none;
	text-indent: 1px;
}
#navlist a:hover {
	color: #3c3c3c;
}
#navlist_home a:hover, #navlist_home a:active, #navlist_home a:focus {
	background: transparent url('../images/menu_bar_down.png') no-repeat;
}
#navlist_about a:hover, #navlist_about a:active, #navlist_about a:focus {
	background: transparent url('../images/menu_bar_down.png') -125px no-repeat;
}
#navlist_training a:hover, #navlist_training a:active, #navlist_training a:focus {
	background: transparent url('../images/menu_bar_down.png') -250px no-repeat;
}
#navlist_members a:hover, #navlist_members a:active, #navlist_members a:focus {
	background: transparent url('../images/menu_bar_down.png') -375px no-repeat;
}
#navlist_contacts a:hover, #navlist_contacts a:active, #navlist_contacts a:focus {
	background: transparent url('../images/menu_bar_down.png') -500px no-repeat;
}
#navlist_new a:hover, #navlist_new a:active, #navlist_new a:focus {
	background: transparent url('../images/menu_bar_down.png') -625px no-repeat;
}
#navlist li ul {
	position: absolute;
	width: 125px;
	z-index: 100000;
}
/* New Section **********************/
.lightBlue
{
	background-color: #e2e9ed;
	border:1px solid #999999;
	padding: 5px;
	margin: 5px;
}
/*	width: 480px;*/
.lightBrown
{
	background-color: #eeeaea;
	border:1px solid #999999;
	padding: 15px;
	margin: 5px;
}
.lightBlueOnePage
{
	background-color: #e2e9ed;
	border:1px solid #999999;
	padding: 15px;
	margin:5px;
}
.breadCrumbs {
	background: url('../images/location_bar.gif') no-repeat;
	background-color:Black;
	background-position:right;
	color:white;
	height: 40px;
	padding-left: 15px;
	padding-top:5px;
	margin-top:5px;
}
.breadCrumbs A:hover
{
    text-decoration:underline;
}
.breadCrumbs A:Visited Hover, .breadCrumbs A
{
    text-decoration:none;
    color:White;
}
.GreyBackGround
{
	background-color: #eeeaea;
}
.CalanderTitle
{
	background-color:red;
	color:White;
	font-weight:bold;
	font-size:14px
}
.CalanderWeekTitles
{
	background-color:Orange
}
.CalanderToday
{
	background-color:red
}
.CalanderDay
{
	background-color:#FAFAFA
}
.CalanderEdgeDay
{
	background-color:#DEDEDE
}
.CalanderDay A, .CalanderEdgeDay A
{
	color:GrayText;
	text-decoration:none;
	font-size:10px;
}
.FaaHeading
{
	font-size:16px;
	font-family:Verdana
}
/**New bit**/
.row
{
    background-color:#FFFFFF
}
.row:Hover
{
    background-color:#DDDDDD
}
.altrow
{
    background-color:#EEEEEE
}
.altrow:Hover
{
    background-color:#DDDDDD
}
