body {
	margin: 0; padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #4d4d4f;
	background: #fff;
	text-align: left;
}


strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a img {
	border: none;
}

a {
	color: #0078b9;
	text-decoration: none;
}

a:hover {
	color: #00659c;
}

.clear { 
	clear: both; 
	height: 0px; 
}

p {
	margin: 0 0 10px 0;
}

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 10px 0;
	font-weight: bold;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

hr {
	height: 1px;
	border: none;
	background: #d1d2d4;
}

.alignleft {
	margin: 0px 10px 5px 0px;
}

.alignright {
	margin: 0px 0px 5px 10px;
}


#container {
	width: 100%;
}

.blue_bar {
	height: 10px;
	background: #29abe3;
	margin-bottom: 30px;
}

.header {
	height: 100px;
	background: url(/images/header_gradient.png) top left repeat-x;
}

.header .logo {
	float: left;
}

.header .contact {
	float: right;
	width: 240px;
	padding: 5px;
	border: 1px solid #29abe3;
	height: 48px;
	margin-top: 20px;
	background: #fff;
}

.header .logo img {
	margin-top: 15px;
}

.header .contact .bubble {
	background: url(/images/contact_bubble.png) center 8px no-repeat;
	height: 48px;
	width: 50px;
	float: left;
}

.header .contact .contact_details {
	height: 50px;
	width: 185px;
	float: right;
}

.header .contact .contact_details h2 {
	font-size: 18px;
	line-height: 20px;
	margin: 6px 0 2px 0;
}

.header .contact .contact_details h4 {
	font-size: 14px;
	line-height: 15px;
	margin: 0;
}

.holder {
	width: 990px;
	margin: 0 auto;
}

.content_left, .content_right {
	float: left;
	width: 480px;
}

.content_left {
	margin-right: 30px;
}

.top_block {
	margin-bottom: 25px;
}


.top_block h3 {
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	margin-bottom: 20px;
}

.top_block p {
	line-height: 20px;
	text-align: justify;
	font-size: 13px;
}

.bottom_block {
	background: url(/images/grey_gradient_tall.png) top left repeat-x;
	min-height: 430px;
	margin: 15px 0 10px 0;
	padding-top: 20px;
}

.bottom_block h3 {
	font-size: 16px;
	margin-bottom: 15px;
}

h3 a {
	color: #4d4d4f;
}

h3 a:hover {
	color: #00659c;
}

.bottom_block .details {
	min-height: 110px;
}

.bottom_block p {
	line-height: 18px;
	text-align: justify;
}

.quarter_left, .quarter_right {
	width: 225px;
	float: left;
	
}

.quarter_left {
	margin-right: 30px;
}

.bottom_block a.logo_image {
	border: 1px solid #dedede;
	margin-bottom: 10px;
	display: block;
	text-align: center;
	width: 223px;
	height: 78px;
	background: #fff;
}

ul.the_crew li {
	margin-bottom: 10px;
}

ul.the_crew h3 {
	margin-bottom: 4px;
}

ul.the_crew li img {
	float: left;
	border: 1px solid #dedede;
	margin-right: 10px;
}

.footer {
	border-top: 1px solid #dedede;
	background: #eaeaea;
	padding: 10px 0;
	text-align: center;
}

