body {
	padding: 20px; text-align: center;
}
#container { width: 990px; margin: auto; text-align: left; }
#header {	min-height: 110px;  }
.logo {	float: left; width: 110px; margin: 0 20px 0 0; }

#header h1 { margin-bottom: 10px; position: relative; top: 20px;}

#header .nav { position: relative; top: 20px; }
#header .nav li:last-child {
	border: none;
	margin-bottom: 40px;
}
#header .nav li {

	line-height: 1.1em;
	list-style: none;
	float: left;
	white-space: nowrap;
	margin: .75em 1px .75em 0;

}

#header .nav a {
	padding: .6em 1.25em;
	background: #c4e5f0;
	color: #4a6a85;
}
#philosophy #header .nav a#nav-philosophy,
#media-planning #header .nav a#nav-media-planning,
#media-buying #header .nav a#nav-media-buying,
#account-experience #header .nav a#nav-account-experience,
#who-we-are #header .nav a#nav-who-we-are,
#contact-us #header .nav a#nav-contact-us,
#header .nav a:hover {
	background: #7fb2c1;
	color: #ffffff;
	text-decoration: none;
}

#content {
	width: 340px;
	padding: 0 0 0 20px;
	margin-top: 5px; 
	float: left;
}

#content p {
	margin-bottom: 2em;
	clear: both;
}
#content ul li {
	color: #d06133;
	font-size: 1.1em;
}
#content ul ul {
	margin-left: 1em;
}
#content ul ul li {
	color: #585858;
	font-size: 1em;
}

ul.bullets {
	margin: 0 0 2em 1.5em;
	list-style: circle;
}

#content ul.bullets li {
	color: #818834;
	margin: 1em 0;
}
#grid {
	width: 620px;
	float: left;

}
#grid img {
	margin: 7px 7px 0 7px; 
}

.quickFlip {
	height: 110px;
	width: 110px;
	float: left;
	margin: 7px;
}

/* home page form*/
form h2 { margin-bottom: 0; }
label { float: left; clear: both; width: 98%;  }
input { float: left; clear: both; margin: .5em 0 10px 0; background: #e2f1f3; border: 1px solid #a0b8d1; }
input[type=text] { width: 98%; padding: .5em; }
input[type=submit] { font-size: 1.2em; color: #6f9fad; border: none; padding: .5em 1em; margin-top: 10px; }
textarea { float: left; clear: both; padding: .5em; width: 98%; height: 115px; background: #e2f1f3; border: 1px solid #a0b8d1; margin-bottom: 10px;}

label.error { background: #ce5e30; color: #ffffff; padding: .5em; border: 1px solid #512310; margin-bottom: 10px;}

#thankyou { width: 500px;  position: absolute; margin-left: -280px;  top: 150px; left: 50%; padding: 50px; background: #e2f1f3; border: 5px solid #a0b8d1; text-align: center; font-size: 2em;  z-index:1002; display:none; }
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

a#facebook { margin-top: 15px; height: 33px; width: 98px; background: url('../images/facebook.png') no-repeat;  text-indent:-9999px; display:block;} 
a#facebook:hover { background-position: 0 -33px ; }

a#linkedin { margin-top: 15px; height: 33px; width: 98px; background: url('../images/linkedin.png') no-repeat;  text-indent:-9999px; display:block;} 
a#linkedin:hover { background-position: 0 -33px ; }
