/*general tags*/
body {
	color: Black;
	background: blue url(body_BG.jpg) repeat-x top fixed;
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	font-size: medium;
	margin: 0; 
	padding: 0;
	text-align: center;
}
img
{
	border: 0;
}
h1, h2, h3, h4, h5, h6, p, pre, 
blockquote, form, label, ul, ol, dl, fieldset, address 
{ margin: 0 2%; }

a {text-decoration: none;}
a{color: #2A10C5;background-color: transparent;}
a:hover {text-decoration: underline; color:#69D400;}

acronym 
{border-bottom: dotted 1px #aaa;
	cursor:help;
}

/*IDs*/
#wrapper
{
	width: 75%; 
	margin: 0 auto 0; 
	padding: 0;
	text-align: left;
	max-width: 800px;
	min-width: 655px;
	background: white url(wrapper_BG.jpg) repeat-y;
}

#head
{
	background: url(masthead.jpg) no-repeat top left;
	background-color:black; 
	height:160px;
	width:100%;
	color:white;
}

#head h1, #head h2
{
	text-indent: -5000px;
}
#head h2
{
	padding:0;
	margin:0;
	background: url(faalogo.gif);
	width: 126px;
	height: 126px;
	position: relative;
	left:660px;
	top:25px;
}

#subhead
{
	background-color: #FFD700;
	background: url(subhead_BG.jpg) top left repeat-x;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-top: 0;
	color: #111;
	word-spacing: .3em;
	letter-spacing: -0.04em;
	margin-top:0;
}

#subhead h3
{
	padding:0;
	margin:0;
	color: black;
	font-family: Georgia;
	font-weight: bolder;
	font-style: italic;
	font-size: 140%;
}

#menu
{
	float:left;
	margin-top: 1em;
	padding: 1em;
	width:19%;
	background-color: transparent;
}

#menu ul
{
	margin:0;
	padding:0;
}

#weather
{
	position: relative;
	top:20px;
	background: white;
	border: 1px solid #555;
	padding: 0;
	width: 9em;
	text-align: center;
}

#weather li
{
	display: inline;
	margin:1.1em;
	font-size: 80%;
	padding:0px;
	cursor: pointer;
}

#dab
{
	background: #88f;
}

#orl
{
	background: white;
}
#weather #daytona
{
	position: absolute;
	left:20px;
	top:5ex;
}
#weather #orlando
{
	position: absolute;
	left:20px;
	top:5ex;
	visibility: hidden;
}

#content
{
	width:73%;
	min-height:600px;
	float:right;	
	padding: .3em .3em .5em .5em; ;
	background:white;
	background-image: url(content_BG.jpg);
}

#content h1, #content h2,#content h3, #content h4
{
	margin:0; padding:0;
	margin-top: 1.5ex;
}
#content h4
{
	font-size: 130%;
	color:#222;
}

#content h5
{
	font-size: 115%;
	color:#222;
	/*font-family: georgia,times roman,times,serif;*/
	text-decoration: underline;
	border-bottom: dotted 1px #222;
}

#content h3
{
	font-size: 170%;
	font-family: Arial;
	text-align: center;
	background: red url(holdsign_bg.jpg) bottom repeat-x;
	color: white;
	border: Black solid 2px;
	text-transform: uppercase;
}
#content p
{
	margin-top: 1em;
	margin-bottom: .5em;
}
#content ul
{
	margin:0; padding:0;
	margin-left:3em;
	margin-bottom:1em;
	margin-top:1em;
}
#content li
{

   list-style: url(checkmark.gif);
	margin-top: 0.2em;
}

#content dl
{
	margin-bottom: 2ex;
	margin-left: 2em;
}
#content dt
{
	margin-top: 0.7ex;
}
#content tbody
{
	vertical-align: top;
}
#content td
{
	border-top: 1px #444 dotted;
}
#content thead
{
	font-size:110%;
	color:#ffd;
	text-align:center;
	background: url(thead_bg.jpg) #6969ed repeat-x top;
}

#footer
{
	clear: both;
	color:white;
	background-color: black;
}

#footer ul
{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}

#footer ul li
{
	padding-left: 30px;

}
#footer a
{
	color:white;
}

#designedby
{
	margin-top: 1ex;
	padding-bottom:2px;
	text-align: center;
	font-size: 70%;
}

/*classes*/

.checkrides dt
{
	font-size: 110%;
	border-bottom: 1px dotted #888;
	background: url(checkmark.gif) no-repeat 0 4px;
	padding-left:1em;
}

.checkrides dd
{
	font-size: 70%;
	margin-left: 0;
}

.checkrides dd li
{
	display: inline;
	margin-right:2em;
}
.disclaimer
{
	color:red;
	text-align: center;
}

.footcontact
{
	background: url(lettericon.gif) no-repeat 10px 4px;
}

.foothome
{
	background: url(airplanebullet.gif) no-repeat 10px 2px;
}

/*Menu*/
.topnav
{
	list-style: none;
	text-align: right;
	font-family: Helvetica, Arial;
	letter-spacing: .01em;
	border: 1px solid black;
	text-transform: uppercase;
	width:9em;
}
.topnav li a
{
	color:black;
	padding-right: 20px;
	width: 100%;
	background: url(arrows.gif) no-repeat 98% 110%;
}
.topnav li a:hover
{
		background: url(arrows.gif) no-repeat 98% .5ex;
		text-decoration: none;
		color:#0000CD;
}
.topnav li
{
	background: yellow url(menu_bg.jpg) bottom repeat-x;
	border: 1px solid black;
}
.topnav .here
{
	color: yellow;
	background-color: black;
	background-image: none;
	border: 2px solid yellow;
	text-align: center;
	padding-right: 0;
}

.warning
{
	color:red;
	font-style: italic;
}
#contact
{
	margin:0;
	padding:0;
}
#contact img
{
	padding:0;
	margin:0;
	margin-top:1ex;
	position:relative;
	left: -8px;
	border: 1px dotted #555;
}