/*=STRUCTURE
=== === === === === === === === === === */
html {

}
body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #ffffff;
	color: #444444;
}
.container {
	width: 880px;
	margin: 0 auto;
	text-align: left;
}
.column_full {
	clear: both;
	width: 100%;
	float: left;
}
.column_large {
	float: left;
	width: 660px;
}
.column_half {
	float: left;
	width: 440px;
}
.column_small {
	float: left;
	width: 220px;
}

/*=COMMON
=== === === === === === === === === === */
p {
	line-height: 150%;
	margin: 0 0 10px 0;
	padding: 0 40px 0 20px;
}
p.unsubscribe {
	font-size: 85%;
	font-style: italic;
}
p.partners {
	clear: both;
	font-size: 85%;
	color: #666666;
	text-transform: uppercase;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 0 10px;
	margin: 0 10px 10px 10px;
}
img {
	border: none;
}
ul{
	line-height: 150%;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 150%;
	padding: 0 20px;
	margin: 0 0 0 0;
}
h3{
	font-size: 100%;
}

h4{
	font-weight: normal;
	font-style: italic;
	padding-bottom: 0;
	margin-bottom: 0;
}
h3 span{
	font-weight: normal;
}
a:link, a:visited {
	color: #CC6600;
	text-decoration: none;
}
a:hover, a:active {
	color: #CC6600;
	text-decoration: underline;
}
form fieldset {
	padding: 0 20px 5px 20px;
	margin: 0;
	border: 0;
}
form label {
	display: block;
	padding: 0;
	font-weight: bold;
}
form input.submit_button {
	background-color: #c9c9c9;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #b4b4b4;
	border-bottom: 1px solid #b4b4b4;
	font-weight: bold;
	color: #444444;
	padding: 3px 5px;
}
form input.text_field {
	border-left: 1px solid #b4b4b4;
	border-top: 1px solid #b4b4b4;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 3px;
	width: 200px;
}
form textarea.text_area {
	border-left: 1px solid #b4b4b4;
	border-top: 1px solid #b4b4b4;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 5px;
	padding: 3px;
}
form div.error-message {
	color: #ff0000;
	font-weight: bold;
	padding-bottom: 10px;
}

/*=TOPNAV
=== === === === === === === === === === */
#topnav {
	clear: both;
	width: 100%;
	float: left;
	background-color: #CC6600;
	font-size: 85%;
}
#topnav ul {
	margin: 0;
	padding: 0 20px;
	color: #d9e3bf;
	list-style: none;
	line-height: 100%;
}
#topnav ul li {
	display: block;
	float: left;
	margin: 9px 3px 9px 0;
	padding: 0 9px 0 0;
}
#topnav ul li.main {
	text-transform: uppercase;
	background-image: url(../img/bullet-toolbar.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#topnav a {
	color: #ffffff;
	font-weight: bold;
}

/*=THANK YOU
=== === === === === === === === === === */
#thankyou {
	clear: both;
	width: 100%;
	float: left;
	color: #ffffff;
}
#thankyou .column_full {
	clear: both;
	width: 100%;
	float: left;
	background-color: #d2616c;
	border-top: 1px solid #bf1e2e;
	border-bottom: 1px solid #bf1e2e;
	padding: 20px 0 10px 0;
	margin: 20px 0 0 0;
}
#thankyou form input.submit_button {
	background-color: #bf1e2e;
	border-left: 1px solid #d63848;
	border-top: 1px solid #d63848;
	border-right: 1px solid #a60717;
	border-bottom: 1px solid #a60717;
	font-weight: bold;
	color: #ffffff;
	padding: 3px 5px;
}
#thankyou form input.text_field {
	border-left: 1px solid #bf1e2e;
	border-top: 1px solid #bf1e2e;
	border-right: 1px solid #d63848;
	border-bottom: 1px solid #d63848;
	padding: 3px;
}

/*=HEADER
=== === === === === === === === === === */
#header {
	clear: both;
	width: 100%;
	float: left;
}
#header h1 {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #cccccc;
}
#header h1 {
	background-repeat: no-repeat;
	height: 110px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 880px;
}
#header h1 span {
	display: none;
}
#header #agency h1 {
	background-image: url(../img/title-whatnowagency.gif);
}
#header #discover h1 {
	background-image: url(../img/title-discoverwhatnow.gif);
}
#header #getstarted h1 {
	background-image: url(../img/title-getstarted.gif);
}
#header p {
	background-repeat: no-repeat;
	height: 100px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 880px;
}
#header p span {
	display: none;
}
#header #agency p {
	background-image: url(../img/title-taglineagency.gif);
}
#header #discover p {
	background-image: url(../img/title-taglinediscover.gif);
}
#header #getstarted p {
	background-image: url(../img/title-taglinecontact.gif);
}

/*=CONTENT
=== === === === === === === === === === */
#content {
	clear: both;
	width: 100%;
	float: left;
}
#content p span {
	color: #777777;
	font-style: italic;
}
#content h2 {
	background-repeat: no-repeat;
	height: 70px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 440px;
	clear: both;
}
#content h2 span {
	display: none;
}
#content h2.folkslikeyou {
	background-image: url(../img/header-folkslikeyou.gif);
}
#content h2.stayintheknow {
	background-image: url(../img/header-stayintheknow.gif);
}
#content h2.how {
	background-image: url(../img/header-how.gif);
}
#content h2.what {
	background-image: url(../img/header-what.gif);
}
#content h2.whatyoushouldknow {
	background-image: url(../img/header-whatyoushouldknow.gif);
}
#content h2.who {
	background-image: url(../img/header-who.gif);
}
#content h2.pointofcontact {
	background-image: url(../img/header-pointofcontact.gif);
}
#content h2.thankyou {
	background-image: url(../img/header-thankyou.gif);
}
#content h2.designreturn {
	background-image: url(../img/header-designreturn.gif);
}
#content h2.designstrategery {
	background-image: url(../img/header-designstrategery.gif);
}
#content h2.simpleexecution {
	background-image: url(../img/header-simpleexecution.gif);
}
#content h2.qanda {
	background-image: url(../img/header-qanda.gif);
}
#content h3.mapmarker {
	background-image: url(../img/map-marker.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 10px 20px 10px 30px;
	margin: 0 0 0 20px;
}
#content .walkthrough {
	background-image: url(../img/notch.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #f2f2f2;
	float: left;
	width: 100%;
	padding: 20px 0 10px 0;
	clear: both;
}
#content .profile {
	float: left;
	width: 100%;
	clear: both;
}
#content .profile .photo {
	float: left;
	width: 105px;
}
#content .profile .photo p {
	border: 1px solid #dddddd;
	margin: 0 0 10px 19px;
	padding: 2px;
	background-color: #ffffff;
}
#content .profile .photo p img {
	display: block;
}
#content .profile .description {
	float: left;
	width: 335px;
}
#content .profile .description p {
	margin: 0 0 10px 0;
	padding: 10px 40px 0 20px;
}
#content .client {
	float: left;
	width: 100%;
	clear: both;
}
#content .client .photo {
	float: left;
	width: 90px;
}
#content .client .photo p {
	margin: 0 0 15px 20px;
	padding: 0;
	background-color: #ffffff;
}
#content .client .photo p img {
	display: block;
}
#content .client .description {
	float: left;
	width: 335px;
}
#content .client .description p {
	margin: 0 0 15px 0;
	padding: 0 40px 0 20px;
}
#content ul.competition {
	color: #777777;
	padding-top: 0;
	margin-top: 0;
}

/*=CONTACT
=== === === === === === === === === === */
#contact {
	clear: both;
	width: 100%;
	float: left;
}
#contact h2 {
	background-repeat: no-repeat;
	height: 70px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 440px;
	clear: both;
}
#contact h2 span {
	display: none;
}
#contact h2.sayitloud {
	background-image: url(../img/header-sayitloud.gif);
}
#contact .walkthrough {
	background-image: url(../img/notch.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #f2f2f2;
	float: left;
	width: 100%;
	padding: 20px 0 15px 0;
	clear: both;
}
#contact form {
	padding: 0px 20px 5px 20px;
}
#contact div.input {
	padding-bottom: 5px;
}
#contact form input.text_field {
	width: 200px;
}
#contact form textarea.text_area {
	width: 340px;
}

/*=FOOTER
=== === === === === === === === === === */
#footer {
	clear: both;
	width: 100%;
	float: left;
}
#footer p {
	background-image: url(../img/notch.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 40px 0 0 0;
	font-size: 85%;
	color: #999999;
	padding: 20px 20px 80px 20px;
}
