/*main*/



html{
}


body{
	margin: 0 auto;
	color: #9f9f9f;
	font: normal .67em arial, sans-serif;
	line-height: 2.5em;
}

#header{
	height: 170px;
	background-repeat: no-repeat;
	}

#indexbody {
		background: url("images/newheader.jpg") center 4px;
		background-repeat: no-repeat;
		border-top: 4px solid #0093D2;
		}

#servicesbody{

background: url("images/newheader4.jpg") center 4px;
	background-repeat: no-repeat;
		border-top: 4px solid #E1258F;

	}


#contactbody{
	background: url("images/newheader3.jpg") center 4px;
	background-repeat: no-repeat;
			border-top: 4px solid #FFF10D;

	}


#ftpbody{
	background: url("images/newheader5.jpg") center 4px;
	background-repeat: no-repeat;
		border-top: 4px solid #000;

	}

#directionsbody{
	background: url("images/newheader2.jpg") center 4px;
	background-repeat: no-repeat;
			border-top: 4px solid #FFF10D;

	}

#wingsbody{
	background: url("images/newheader6.jpg") center 4px;
		background-repeat: no-repeat;
	}



#header img{
position: relative;
top: 35px;
left: 35px;
}

#ftplink {
	margin: 15px 8px 0 700px;
	text-align: right;
	line-height: 1.1em;
	font-style: italic;
	font-weight: bold;
	font-size: 1em;
}

#main
{
	width: 780px;
	height: auto;
	margin: 0 auto 0 auto;
	font-size: 1.25em;
	font-weight: normal;
}


#footer
{
clear: both;
	text-align: center;
	margin: 0px auto 0 auto;
	padding: 20px 11px 10px 11px;
	background-image: url('images/footershadow.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	font-size: .8em;
}

#footer p{
	color: #ccc;
	font-size: .9em;
}

#footer p a, #footer p a:hover, #footer p a:visited {
	color: #ccc;
}


#footer a {
	color: #009CE8;
}

#footer a:hover{
	color: #CB0075;
}

#footer em{
	color: #999;
}

/*menu*/


#menu
{
	width: 180px;
	color: #00008B;
	margin: 0 0px 0px -20px;
}

#menu ul {
	list-style-type: none;
	text-indent: 20px;
}

#menu a:link, #menu a:visited
{
	width: 180px;
	margin: 1px 0 1px 0;
	padding: 4px 0px 4px 0px;
	background-color: transparent;
	color: #003366;
	text-decoration: none;
	font-weight: normal;
	display: block;
	font-size: 1.25em;
	line-height: 2.5em;
	border-bottom: 1px solid #efefef;

}
#menu li.cyanlink a:hover, #allink a:hover
{
	color: #009CE8;
	text-decoration: none;
}

#menu li.magentalink a:hover, #keithlink a:hover
{
	color: #CB0075;
	text-decoration: none;
}


#menu li.yellowlink a:hover, #nancylink a:hover
{
	color: #FFF324;
	text-decoration: none;
}


#menu li.blacklink a:hover, #rachellink a:hover
{
	color: #888;
	text-decoration: none;
}





/*leftcolumn*/


#leftcolumn
{
	position: relative;
	float: left;
	margin: 8px;
	width: 180px;
	height: auto;
	color: #00008B;
	
}
#leftcolumn p
{
margin: 25px 0px 0px 20px;
	padding: 10px;
	color: #888;
	line-height: 1.7em;
	text-align: center;
}

#wingsblock a{
	font: italic 80% Sans;
	color: #009CE8;
}


#wingsblock a:hover{
	color: #CB0075;
}

#directionsbutton{
	margin: 0px 0 0 0px;
	
}

#directionsbutton a{
	color: #009CE8;
}

#directionsbutton a:hover{
	color: #CB0075;
}

/*links*/

a:link, a:visited
{
	color: #003366;
	text-decoration: none;
}
a:hover
{
	color: #A52A2A;
	text-decoration: none;
}

a img, a:link img{
	border: none !important;
}


/*basics*/

strong {
	color: #0D075D;

}

em{
color: #009CE8;
font-style: normal;
}

h1, h2
{
  	color: #191970;
	font-weight: bold;
}


h3{
	color:  #191970;
	font-weight: normal;
	margin-bottom: 0px;
}


/*images*/

.right{
	float: right;
	margin: 0 0 0px 10px;
}




/*content*/
#maincolumn{
	float: right;
	width: 540px;
	text-align: left;
	padding: 11px 0px;
	color: #607080;
	margin-top: 30px;
}

#content {
padding: 0 80px 20px 20px ;
font-size: 1.1em;
line-height: 2.2em;

}



/*services*/

.servicescontent p {
margin: 5px 0 15px 0;
}


/*contact*/

#contactbody #maincolumn p {
margin: 5px 0 35px 0;
}


/*ftp*/


#ftpbody #content a{
	color: #009CE8;
}

#ftpbody #content a:hover{
		color: #A52A2A;

}

#ftpbody form{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 25px 0;
	padding: 14px 12px 22px 12px;
	text-align: center;
	line-height: 3em;
}

#ftpline{
font-size: 80%; 
text-align: center;
}

#ftpbody form em, #ftpline em{
	font-style: italic;
	color: #191970;

}




