HTML {
	background-color: #71341f;
}
BODY {
	margin: 0px;
	padding: 0px;
	background-color: #71341f;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #252525;
	text-align: left;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
	color: #f47b20;
	margin-top: 0px;
	margin-bottom: 20px;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	margin-bottom: 3px;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	margin-bottom: 17px;
}
H4 {
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
}
P, UL, OL, LI, DL, DT, DD {
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #252525;
	margin: 0px;
}
DL {
	margin-top: 0px;
	margin-bottom: 17px;
}
DT {
	margin-top: 12px;
	font-weight: bold;
}
DD {
	margin-top: 4px;
	padding: 0px 0px 0px 12px;
	background-image: url(../images/bullet.png);
	background-position: 2px 5px;
	background-repeat: no-repeat;	
}
P,TABLE {
	margin-top: 0px;
	margin-bottom: 17px;
}
UL, OL {
	margin-top: 0px;
	margin-bottom: 17px;
}
UL UL {
	margin-bottom: 0px;
}
LI {
	padding: 0;
	margin-bottom: 4px;
}
HR {
	clear: both;
	height: 1px;
	background-color: #dadbc6;
	border: none;
	margin: 23px 0px 23px 0px;
}
IMG {
	border: none;
}


/* links */
A:link,A:visited {
	color: #0072bc;
	text-decoration: none;
}
A:hover,A:visited.hover {
	color: #f47b20;
	text-decoration: underline;
}
.currentpage A:link,.currentpage A:visited,.currentpage A:hover,.currentpage A:visited.hover {
	color: #000;
}


/* This is in here to help the divs clear correctly in firefox */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/* Sections */
div#Header,div#Menu,div#Content,div#Footer,div#Intro,div#Stories {
	width: 970px;
	position: relative;
	margin: 0px auto 0px auto;
	text-align: left;
	clear: both;
}
div#Header {
	height: 95px;
	background-image: url(../images/bg-header.png);
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: 10;
}
div#Content {
	background-image: url(../images/bg-content.png);
	background-repeat: repeat-y;
	z-index: 1;
}
div#Footer {
	background-image: url(../images/bg-footer.png);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	height: 100px;
}
#Home div#Footer {
	background-image: url(../images/bg-footer-intro.png);
}


/* Header */
div#HeaderLogo {
	position: absolute;
	top: 46px;
	left: 20px;
}
div#HeaderContact {
	position: absolute;
	top: 10px;
	right: 5px;
}
div#HeaderContactHome {
	position: absolute;
	top: 10px;
	right: 95px;
}
div#HeaderFBHome {
	position: absolute;
	top: 7px;
	right: 5px;
}
div#HeaderContact A {
	color: #fbe8da;
}
#Header P {
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
	color: #fbe8da;
}


/* Nav */
div#Nav {
	position: absolute;
	top: 37px;
	right: 0px;
}
.NavItem {
	position: relative;
	float: left;
}


/* Menu */
div#Menu {
	z-index: 999;
}
.NavMenu {
	display: none;
	background-color: #FFF;
}
#menu-about,#menu-services,#menu-results {
	position: absolute;
	top: 80px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#menu-about {
	left: 450px;
}
#menu-services {
	left: 553px;
}
.navmenu_column {
	float: left;
}
#menu-results {
	left: 650px;
	width: 250px;
}
div#Menu DL {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
div#Menu H2  {
	color: #252525;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	padding: 10px 15px 3px 10px;
	margin: 0px;
}
div#Menu DT  {
	color: #252525;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	padding: 10px 15px 0px 10px;
	margin: 0px;
}
div#Menu DD {
	color: #252525;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	padding: 6px 15px 0px 10px;
	margin: 0px;
}


/* Footer */
div#FooterNav {
	position: absolute;
	top: 28px;
	left: 20px;
}
div#FooterContact {
	position: absolute;
	top: 28px;
	left: 580px;
}
div#Footer H3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #FFF;
}
div#Footer P {
	font-size: 11px;
	line-height: 13px;
	margin-top: 15px;
	color: #959595;
}
div#Footer H3 A:link,div#Footer H3 A:visited,div#Footer H3 A:hover,div#Footer H3 A:visited.hover {
	color: #FFF;
}
div#Footer P A:link,div#Footer P A:visited,div#Footer P A:hover,div#Footer P A:visited.hover {
	color: #959595;
	text-decoration: underline;
}
div#FooterContact p.smalltext {
	margin: 0px;
	padding: 0px;
	color: #fff;
}


/* Content */
div#ContentTop {
	position: absolute;
	top: 10px;
	left: 35px;
}
div#ContentTop DL {
}
div#ContentTop DD {
	position: relative;
	float: left;
	background-image: url(../images/arrow-back.png);
	background-repeat: no-repeat;
	margin: 0px 30px 0px 0px;
	padding: 0px 0px 0px 11px;
}

div#ContentMain {
	position: relative;
	float: left;
	width: 640px;
	margin: 50px 0px 15px 35px;
}
div#ContentWide {
	position: relative;
	float: left;
	width: 900px;
	margin: 50px 0px 15px 35px;
}


/* Sidebar */
div#Sidebar {
	position: relative;
	float: right;
	width: 230px;
	margin: 63px 35px 15px 0px;
}
div#facebook_link {
	height: 30px;
	margin: 0px 0px 10px 5px;
}
div#facebook_link2 {
	position: relative;
	vertical-align: middle;
	float: right;
}
div.SidebarItem {
	background-image: url(../images/menu-bg.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
	padding-bottom: 10px;
}
div#Sidebar P {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
div#Sidebar div.SidebarItem H2 {
	display: block;
	margin: 0px;
	padding: 17px 15px 5px 15px;
	background-image: url(../images/menu-bg-top.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #000;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
}
div#Sidebar div.SidebarItem H3 {
	display: block;
	border-top: 1px solid #ccc;
	margin: 0px 15px 0px 15px;
	padding: 15px 0px 5px 0px;
	color: #000;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
}
div#Sidebar div.SidebarItem H4 {
	margin: 0px 15px 0px 15px;
	padding: 0px;
}
div#Sidebar div.SidebarItem P {
	font-size: 11px;
	line-height: 14px;
	margin: 0px 15px 0px 15px;
	padding: 0px 0px 15px 0px;
}
div#Sidebar div.SidebarItem UL {
	width: 160px;
}
div#Sidebar div.SidebarItem DL {
	width: 200px;
	margin: 0px 15px 0px 15px;
	padding: 0px 0px 10px 0px;
}
div#Sidebar div.SidebarItem DT {
	color: #000;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	padding: 8px 0px 5px 0px;
	margin: 5px 0px 0px 0px;
	border-top: 1px solid #e6e6e6;
}
div#Sidebar div.SidebarItem DD {
	color: #252525;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	padding: 0px 5px 5px 12px;
	margin: 0px;
	background-image: url(../images/bullet-on.png);
	background-repeat: no-repeat;
	background-position: 2px 5px;
}


/* Forms */
input,select,textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
}
button {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	cursor: hand;
}

div#SidebarContact {
	position: relative;
	float: right;
	padding: 15px 15px 0px 15px;
	margin: 0px 0px 15px 30px;
	background-color: #e5e5e5;
	width: 500px;
}
.contactsubmit {
	text-align: center;
}
.contactnormal {
	width: 250px;
	border: 1px solid #999999;
	background-color: #fff;
	padding: 3px;
	margin: 0px 0px 0px 0px;
}
div#SidebarContact DL {
	margin: 0px;
	padding: 0px;
}
div#SidebarContact DT {
	float: left;
	display: block;
	margin: 3px 0px 10px 0px;
	padding: 0px;
	font-weight: normal;
}
div#SidebarContact DD {
	float: left;
	display: block;
	clear: both;
	margin: 0px 5px 10px 0px;
	padding: 0px;
}
div#SidebarContact DT.required {
	font-weight: bold;
}
.warning {
	font-weight: bold;
	color: #71341f;
}
.sent {
	font-weight: bold;
	color: #390;
}

.footerFormField {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-color: #252525;
	border: none;
	height: 15px;
	width: 145px;
	padding: 5px;
	background-image: url(http://www.trewmarketing.com/images/footer-formfield.png);
	background-repeat: no-repeat;
}


/* custom items */
.smalltext {
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	color: #666;
}
.client {
	position: relative;
	float: left;
	display: block;
	width: 200px;
	height: 110px;
	margin: 0px 10px 20px 0px;
	border: 0;
}
.client img {
	border: 0;
}
.csIcon {
	position: absolute;
	top: 5px;
	right: 7px;
	border: none;
}
.gap {
	margin-right: 40px;
}
.workshopsHeader {
	width: 150px;
	font-weight: bold;
	border-top: 1px solid #ccc;
	padding: 10px 5px 0px 0px;
}
.workshopsText {
	font-weight: normal;
	border-top: 1px solid #ccc;
	padding: 10px 0px 0px 5px;
}
.teamMember {
	float: left;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.teamPhoto {
	float: left;
	vertical-align: text-top;
	border: 1px solid #999;
	padding: 1px;
	margin: 0px 10px 5px 0px;
}
.sidebarPhoto {
	border: 1px solid #999;
	padding: 1px;
	margin: 0px 0px 0px 0px;
}
.teamMember H3 {
	margin-bottom: 0px;
}
.teamMember H4 {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 5px;
}
.teamMember P {
	font-size: 11px;
	line-height: 13px;
}
.moreinfo {
	margin: 0px 0px 0px 3px;
	vertical-align: text-bottom;
}

/* quotes */
.quote {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	line-height: 20px;
	color: #71341f;
}
.csQuotes {
	width: 200px;
	float: right;
	margin: 0px 0px 30px 30px;
	padding: 0px;
}
.csQuotes IMG {
	margin: 0px 0px 20px 0px;
}
.csQuotes P {
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	line-height: 14px;
	color: #71341f;
	padding: 0px;
	margin: 0px 3px 10px 3px;
}
.csQuotes P.author {
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	text-transform: none;
	color: #666;
}
.csQuotes HR {
	clear: none;
	margin: 10px 3px 10px 3px;
}
.callout {
	display: block;
	width: 640px;
	background-image: url(../images/blog-bg-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #e1e1e1;
	padding: 0px 0px 5px 0px;
	margin-bottom: 15px;
}
.callout H2 {
	background-image: url(../images/blog-bg-top.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 15px 15px 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px;
}
.callout P {
	padding: 15px 15px 10px 15px;
	margin: 0px;
}

/* blogs */
dl.blogitems {
	display: block;
	width: 220px;
	background-image: url(../images/blog-bg-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #e1e1e1;
	margin-top: 15px;
	margin-left: 5px;
	padding: 0px 0px 5px 0px;
}
dl.blogitems dt {
	background-image: url(../images/blog-bg-top.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px;
}
dl.blogitems dd {
	background-image: url(../images/icon-blogpost.png);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	font-size: 11px;
	line-height: 14px;
	padding: 0px 10px 10px 35px;
	margin: 0px;
}

/* colorboxpopups */
.popup {
	display: none;
}
.popupContent {
	background-color: #FFF;
	padding: 20px;	
}
.popupContent H2 {
	font-size: 14px;
	margin-bottom: 10px;
}
.popupContent H3 {
	font-size: 12px;
	margin-bottom: 3px;
}
.popupContent H4 {
	font-size: 12px;
	margin-bottom: 10px;
}
.popupContent UL {
	margin-bottom: 10px;
}
.popupContent P {
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	margin-bottom: 10px;
}
.popupContent LI {
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 2px;
}

#facebook_link {
	margin: -40px 0 5px 0;
	background: #ffffff;
	float: right; 
}
