@charset "utf-8";
/* CSS Document */

body {
	margin-top:10px;
	background-color:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#wrapper{
	min-width: 800px;
	max-width: 1180px;
	margin: 0px auto;
	background-color:#FFF;
	border: 10px solid #000000;
}

#header{
	height: 200px;
	background-image:url(../images/banner_bg.jpg);
	background-color:#aa0000;
	border-left: 4px solid #aa0000;
	border-right: 4px solid #aa0000;
}

.instructors_fleet{
	float:right;
	margin: 5px;
	width: 40%;
	border-left: 1px dashed #000;
}

#content {
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-y;
	background-color: #FFF;
	border-right: 4px solid #aa0000;
}

#content h1{
	margin-top: 0;
	margin-left:210px;
	padding-top:10px;
	padding-bottom:5px;;
	margin-bottom:0;
	font-size:125%;
}

#content h2{
	margin-top: 0;
	margin-left:210px;
	padding-top:10px;
	padding-bottom:0;
	margin-bottom:0;
	font-size:110%;
}

#content h3{
	margin-left:210px;
	margin-bottom:0px;
	font-size:100%;
	font-style:italic;
	text-align: left;
}

#content h4{
	margin-left:5px;
	font-style: italic;
}

#content h5{
	font-size:100%;
	font-weight:normal;
	margin-left:5px;
}

#content p{
	margin-top:0;
	margin-left: 210px;
	padding-top:10px;
	margin-bottom:0;
	text-align: left;
}

#content p a{
	color:#333;
	text-decoration:none;
}

#content p a:hover{
	text-decoration:underline;
	font-weight:bold;
}

#content ul{
	margin-left:210px;
}

#content ul li{
	list-style:square;
	padding-bottom: 5px;
}

#menu {
	float: left;
	width: 200px;
	background-color:#aa0000;
	border-left: 4px solid #aa0000;
	margin-top: 10px;
	font-size:120%;
	color:#fff;
}

#menu ul{
	padding-left: 5px;
}

#menu ul li{
	list-style:none;
	margin-bottom:10px;
}

#menu ul li a{
	padding:5px;
	color: #fff;
	text-decoration:none;
	display:block;
	margin-right: 10px;
	margin-left:10px;
}

#menu ul li a:hover{
	background-color:#CCC;
	color:#000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

#footer{
	height: 100px;
	background-image:url(../images/footer_bg.jpg);
	border-left: 4px solid #aa0000;
	border-right: 4px solid #aa0000;
	border-bottom: 4px solid #aa0000;
	margin-top:0;
}

#footer p{
	font-size:100%;
	color:#FFF;
	margin-top:0;
	margin-left:10px;
	padding-top:50px;
}

#footer a{
	color: #CCC;
	text-decoration:none;
	font-weight:bold;
}

#footer a:hover{
	text-decoration:underline;
}

.imgheader{
	margin: 0px auto;
}

.imgright{
	float:right;
	border:none;
}

.img{
	border: 1px solid #000;
}

.right{
	float:right;
	border: 1px solid #000;
	margin-right:5px;
	margin-left: 5px;
}

.left{
	float:left;
	border: 1px solid #000;
	margin-right: 5px;
}

label {
	width: 8em;
	float: left;
	text-align: right;
	margin-right: 0.8em;
	display: block;
}


input, textarea, select {
	color: #000000;
	background: #CCCCCC;
	border: 1px solid #333333;
	margin-left:0;
}

.submit input {
	color: #FFFFFF;
	background: #aa0000;
	border: 2px outset #d7b9c9;
	margin-bottom: 10px;
	margin-left:60px;
}

.clearit{
	clear:both;
}
