body {
	background: #A6B2B6 url(/newimages/body-bg.jpg) top left repeat-x;
	color: #333;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: small;
}

body, html, #header, #header ul, #wrap, #inner-wrap, #text-wrap, #postcard, #text, #footer, #footer ul {
	margin: 0;
	padding: 0;
}

a img { border: none; }

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* ------------ MENU ------------ */

#header {
	width: 682px;
	margin: 0 auto;
	font-size: 84%;
	color: #222;
	padding: 25px 0 5px 0;
}

#header ul {
	text-align: right;
	margin-right: 12px;
	list-style: none;
}

/* For IE5/Mac */

/*\*//*/
#header ul {
  text-align: left;
  margin-left: 8px;
}
/**/

#header li { display: inline; }

#header a {
	text-decoration: none;
	color: #222;
	padding: 0 1px;
}

#header a:hover,
#home li#nav-home a,
#copywriting li#nav-copywriting a,
#services li#nav-services a,
#case li#nav-case a,
#bio li#nav-bio a, 
#awards li#nav-awards a,
#portfolio li#nav-portfolio a,
#blogs li#nav-blogs a,
#contact li#nav-contact a { 
	text-decoration: underline;
}

/* ------------ LAYOUT ------------ */

#wrap {
	width: 682px;
	margin: 0 auto;
	background: transparent url(/newimages/wrap-bg.png) top left repeat-y;
	line-height: 1.5;
	font-size: 90%;
}

#inner-wrap {
	background: transparent url(/newimages/swoosh-top.jpg) top left no-repeat;
	width: 100%;
	padding-top: 49px;
}

#text-wrap {
	width: 669px;
	margin-left: 6px;
	background: #F6F6F6;
	position: relative;
	padding-top: 90px;
}

img#logo {
	position: absolute;
	left: 220px;
	top: -49px;
}

/* ------------ POSTCARD ------------ */

#postcard {
	width: 631px;
	border: 1px solid #D5D5D5;
	margin-left: 13px;
	padding: 5px;
	background: white;
}

#post-img {
	width: 218px;
	float: left;
	display: block;
}

#postcard-text {
	width: 349px;
	padding: 63px 30px 0;
	height: 160px;
	text-align: center;
	float: left;
	border-top: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
}

/* For IE5/Mac */

/*\*//*/
#postcard-text {
  width: 345px;
}
/**/


/* ------------ TEXT ------------ */

#text {
	margin-top: 25px;
	padding: 25px;
	background: white;
}

#text li {
	margin-bottom: 5px;
}

h1, h2, h3, h4 {
	color: #222;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 180%;
	margin-top: 0;
}

h2 {
	color: #F27F22;
	font-size: 170%;
}

h2 a {
	color: #F27F22;
}



h3 {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.3;
}


dt {
	font-weight: bold;
	margin-top: 5px;
}





/* ------------ FOOTER ------------ */

#footer {
	background: transparent url(/newimages/swoosh-bot.png) top left no-repeat;
	width: 682px;
	margin: 0 auto;
	font-size: 84%;
	padding-top: 12px;
	height: 65px;
	color: #444;
}

#footer ul {
	text-align: center;
	list-style: none;
	position: relative;
}

#footer li {
	display: inline;
}

#footer a {
	color: #444;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* ------------ CREDITS ------------ */

#credits {
	width: 682px;
	padding: 5px 0 20px 0;
	margin: 0 auto;
	text-align: center;
	color: white;
	font-size: 84%;
	line-height: 1.5;
}

#credits h4 {
	margin: 0;
	color: white;
	font-size: 130%;
}

#credits p { margin-top: 0; }

#credits a {
	color: white;
	text-decoration: underline;
}

#credits a:hover {
	text-decoration: none;
}

/* ------------ EXTRAS ------------ */

#portfolio #text ul {
	margin-bottom: 20px;
}

/* CASE STUDIES HIGHLIGHT */
.branding li#nav-branding a,
.loyalty li#nav-loyalty a,
.order li#nav-order a,
.lead li#nav-lead a,
.traffic li#nav-traffic a,
.traffic-it li#nav-traffic-it a,
.sales li#nav-sales a,
.database li#nav-database a,
.fundraising li#nav-fundraising a {
	text-decoration: none;
}

/* ------------ FORM ------------ */


label, input, textarea {
	display: block;
	font-size: 100%;
}

label {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 3px;
}

input, textarea {
	width: 400px;
	background: white;
	border: 1px solid #D5D5D5;
	padding: 2px;
}

input#submit {
	background: #f6f6f6;
	margin-top: 15px;
	width: 405px;
	font-weight: bold;
}

input#submit:hover {
	background: #d5d5d5;
}

input.hidden {
	background: white;
	border: none;
}

form h2 { margin-top: 15px; }

hr {
	height: 1px;
	border: none;
	background: #ccc;
	color: #ccc;
	margin: 15px 0;
}

/*\*//*/
input, input#submit { height: 20px;}
textarea { height: 100px; }
input#submit { width: auto; padding: 3px 20px;}
/**/


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block;}
/* End hide from IE Mac */

/* ------------ IE6/PNG ------------ */

/* commented backslash hack v2 \*/
* html #wrap {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/newimages/wrap-bg.png', sizingMethod='scale');
}

* html #footer {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/newimages/swoosh-bot.png', sizingMethod='crop');
}
/* end hack */

