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

/* css reset - makes the layout looking good in all browsers */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background-color: #CCC;
	background-image: url(../photos/background.png);
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
h1 {
	color: #000B50;
	font-size: 2em;
	margin: 0 0 20px 0;
}
h2 {
	margin: 50px 0 0 0;
}
.first {
	margin: 0;
}
h3 {
	color: #06F;
	font-size: 1em;
	margin: 0 0 15px 0;
}
h4 {
	color: #06F;
	clear: both;
	font-size: 1em;
	padding: 30px 0 0 0;
}
.clear {
	clear: both;
	margin: 0;
}
/* **************************************** HEADER **************************************** */
#top {
	background-color: #444;
	border-bottom: 2px solid #333;
	color: #FFF;
	font-size: 1.3em;
	font-style: italic;
	padding: 5px;
	text-align: center;
}
#top-center {
	margin: 0 auto;
	width: 1200px;
}
@media only screen and (max-width: 1200px) { /* Make this responsive */
	#top-center {
		margin: 0 auto;
		padding: 0 10px;
		width: auto;
	}
}
.phone {
	color: #FFF;
	float: right;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 10px -50px 0;
}
@media only screen and (max-width: 750px) { /* Make this responsive */
	.phone {
		display: none;
	}
}
header {
	background-image: url(../photos/header-background.jpg);
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	box-shadow: 0 5px 5px #000;
	position: fixed;
	width: 100%;
}
header img {
	height: auto;
	max-width: 90%;
	margin: -10px 0 -15px 0;
}
#header-center {
	margin: 0 auto;
	text-align: center;
	width: 1200px;
}
@media only screen and (max-width: 1200px) { /* Make this responsive */
	header {
		box-shadow: none;
		position: static;
	}
	#header-center {
		margin: 0;
		width: auto;
	}
}
hr {
	display: none;
}
/* **************************************** NAVIGATION **************************************** */
nav {
	background-color: #000B50;
	border-top: 2px solid #333;
	clear: both;
	color: #03F;
	padding: 10px 0;
	text-align: center;
}
nav a {
	color: #FFF;
	padding: 10px;
	text-decoration: none;
}
nav a:hover {
	background-image: url(../photos/link-background.png);
}
nav li {
	display: inline-block;
	white-space: nowrap;
}
.spacer {
	border-right: 1px solid #03F;
	margin-right: -5px;
}
@media only screen and (max-width: 700px) { /* Make this responsive */
	nav li {
		margin: 10px 0;
	}
	.spacer {
		border: none;
		margin-right: 0;
	}
}
/* **************************************** PICTURE BOX **************************************** */
.picture-box {
	background-color: #333;
	border: 1px solid #000;
	margin: 0 0 50px 0;
	padding: 10px;
	width: 758px;
}
.image, .image2 {
	border: 1px solid #000;
	height: auto;
	margin: 0 5px 20px 0;
}
@media only screen and (max-width: 1200px) { /* Make this responsive */
	.picture-box {
		width: 50%;
	}
	.picture-box img {
		width: 99%;
	}
	.image {
		max-width: 52%;
	}
}
@media only screen and (max-width: 850px) { /* Make this responsive */
	.image, .image2 {
		max-width: 95%;
	}
}
.picture-box img {
	border: 3px solid #DDD;
	height: auto;
}
.picture-box p {
	color: #BBB;
	font-size: .8em;
	line-height: 50px;
	margin: 0;
	padding: 0;
}
/* **************************************** BODY **************************************** */
#body-content {
	background-color: #FFF;
	border-radius: 15px;
	border: 2px solid #06F;
	margin: 0 auto 50px auto;
	padding: 290px 10px 0 10px;
	width: 1180px;
}
@media only screen and (max-width: 1200px) { /* Make this responsive */
	#body-content {
		border-radius: 0;
		margin: 10px 0;
		padding: 20px 10px;
		width: auto;
	}
}
#body-content p {
	margin: 0 0 20px 0;
}
#body-left {
	padding: 0 0 0 20px;
	width: auto;
}
#body-left p {
	line-height: 30px;
}
#body-right {
	border-left: 1px solid #000;
	float: right;
	margin: 0 0 100px 50px;
	padding: 0 10px;
	text-align: center;
	width: 300px;
}
#body-right p {
	line-height: 20px;
}
@media only screen and (max-width: 850px) { /* Make this responsive */
	#body-right {
		display: none;
	}
	.picture-box {
		width: auto;
	}
	.picture-box img {
		height: auto;
		width: 99%;
	}
}
.quote {
	color: #000B50;
	font-size: 1.1em;
	padding: 10px;
}
#address {
	background-color: #F0F0F0;
	border: 1px solid #CCC;
	border-radius: 10px;
	margin: 20px 0 30px 0;
	padding: 15px;
	text-align: left;
}
#talent {
	border-top: 1px solid #CCC;
	margin: 30px 0 0 0;
	padding: 10px 0 0 0;
}
.outside {
	border-right: 1px solid #CCC;
	float: left;
	margin: 0 20px 40px 0;
}
.outside, .inside {
	width: 49%;
}
.inside {
	float: left;
	margin: 0 0 40px 0;
}
.team {
	border: 3px solid #CCC;
	border-radius: 15px;
	font-size: .9em;
	margin: 0 10px 10px 0;
	padding: 10px 10px 15px 10px;
}
.team:hover {
	background-color: #DFFBFF;
}
@media only screen and (max-width: 1200px) { /* Make this responsive */
	.outside, .inside {
		width: 45%;
	}
}
@media only screen and (max-width: 700px) { /* Make this responsive */
	.outside {
		border: none;
	}
	.outside, .inside {
		clear: both;
		float: none;
		margin: 0 0 50px 0;
		width: auto;
	}
}
/* **************************************** COMPANY **************************************** */
.company {
	background-color: #003E7E;
	border: 3px solid #666;
	border-radius: 10px;
	color: #000;
	float: left;
	font-size: 1em;
	margin: 5px 10px 10px 0;
	min-height: 235px;
	padding: 0;
	text-align: center;
	width: 360px;
}
.company:hover {
	background-color: #0055AC;
	border: 3px solid #06F;
}
.company a {
	color: #FF6;
	text-decoration: none;
}
.company p {
	background-color: #999;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	line-height: 20px !important;
	margin: 0 0 5px 0 !important;
	padding: 5px 5px 5px 0;
	min-height: 140px;
}
.company p:hover {
	background-color: #CCC;
}
.company b {
	color: #000;
	font-size: 1.3em;
}
.company em {
	clear: both;
	font-size: 1em;
	font-style: normal;
	padding: 20px;
}
.company img {
	height: auto;
	margin: 0 !important;
	max-width: 80%;
}
@media only screen and (max-width: 1200px) { /* Make this responsive */
	.company {
		width: 47%;
	}
}
@media only screen and (max-width: 800px) { /* Make this responsive */
	.company {
		min-height: auto;
		width: 93%;
	}
	.company p {
		min-height: auto;
	}
}
/* **************************************** LINECARD **************************************** */
#linecard {
	background-color: #003E7E;
	border: 3px solid #666;
	border-radius: 10px;
	clear: both;
	color: #FFF;
	font-size: 2.5em;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#linecard:hover {
	background-color: #0055AC;
}
#linecard:hover a {
	text-decoration: none;
}

/* **************************************** FOOTER **************************************** */
#footer-wrapper {
	clear: both;
	color: #06F;
	margin: 50px 0 0 0;
	text-align: center;
}
#footer-wrapper a {
	color: #06F;
}
#footer-wrapper p {
	font-size: .8em;
}
#footer-address {
	margin: 20px 0;
}
#footer-address li {
	display: inline-block;
	margin: 0 5px;
	white-space: nowrap;
}
footer {
	background-color: #000;
	border-radius: 10px;
	color: #CCC;
	padding: 10px;
	text-align: center;
}
footer a {
	color: #FFF;
	padding: 10px;
}
footer li {
	display: inline-block;
	margin: 10px;
	white-space: nowrap;
}
/* **************************************** GALLERY **************************************** */
#gallery {
	margin: 10px 0 40px 0;
}
#gallery ul {
	list-style: none;
}
#gallery ul li {
	display: inline;
}
#gallery ul img {
	border: 2px solid #000;
	border-radius: 5px;
}
#gallery ul a:hover img {
	border: 2px solid #D93B2B;
	color: #FFF;
}
#gallery ul a:hover {
	color: #FFF;
}
