﻿ul
{
	margin-bottom: 50px;
	margin-top:5px;
}

.page_container
{
	width: 1041px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

#section_main
{
	width: 1041px;
	background: #303030;
	border: solid 1px #F7F7F7;
	color: #F7F7F7;
	font-size: 14px;
}

hr
{
	border: solid 1px white;
}

h1
{
	margin: 5px;
	font-size: 30px;
	font-weight: normal;
}

h2
{
	margin-bottom: 10px;
	margin-top: 0;
	font-size: 21px;
}

h3
{
	margin: 5px 0;
	font-size: 19px;
}

.page_section
{
	margin: 25px 35px;
	position: relative;
}

#about_fleet
{
	width: 800px;
	height: 300px;
	border: solid 1px #F7F7F7;
	background: #CCC;
	display: block;
}

.services_image
{
	height: 150px;
	width: 250px;
	border: solid 1px #F7F7F7;
	background-color: #AAA;
	display: block;
}

.image_container
{
	float: left;
	/*height: 200px;*/
	width: 250px;
	margin: 5px 20px 10px 20px;
}

.image_shadow
{
	background: transparent url('/Assets/Layout/250shadow.png') top center no-repeat;
	height: 20px;
	margin-bottom: -20px;
}

.description_container
{
	float: left;
	width: 630px;
	margin: 10px;
}

a.affiliation_link:link, a.affiliation_link:visited
{
	font-size: 12px;
	color: #f7f7f7;
	text-decoration: none;
	float: left;
}

a.affiliation_link:hover
{
	text-decoration: underline;
}

a.section_header:hover
{
	color: #F7F7F7;
	text-decoration: none;
}
