@charset "utf-8";
/* CSS Document */

<!-- 
/*
Orange:	 #EE3C00; #EE6401; #FF9A00;
Greys: #828282; #DEDEDE #595959
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
*/

body  {
	font: 14px "Trebuchet MS", Arial, sans-serif ;
	margin: 0;	padding: 0; text-align: center;	color: #000000;
	background-color:#828282
}

h1 {
	font-size:16px;
	background: #FFF url(/css/2008/m-mini.gif) no-repeat 0 0;
	height:16px; 
	line-height:16px; 
	margin:16px 0 16px 0; padding:0; padding-left:25px
}

h2 {
	font-size:14px;
	line-height:14px; 
	margin:0;
	padding:0; 
	color:#EE6401; }

p {
 margin:0;
 margin-bottom:14px; 
}

a, a:link, a:visited, a:hover, a:active {background:transparent;text-decoration:none;cursor:pointer; color:#EE6401}
a:hover {text-decoration:none; color:#0000FF}

.buttons{
	margin-top:15px;
}

.buttons input{
	width: 70px;
	margin-left:2px;
	padding-left:0px;
}

/* Validation Styles */
.validMsg{
	width:16px;
	height:16px;
	margin-left:6px;
	margin-top:-2px;
	display:none;
}

.textfieldValidState .validMsg, .textareaValidState .validMsg, .selectValidState .validMsg, .checkboxValidState .validMsg, .radioValidState .validMsg{
	display:inline;
}
/* End of Validation Styles */

/* Form Styels */
.row {
	clear:left;
}

.FR1 {
	clear:left; margin-bottom:10px
}

.txtinput { 
	width:200px; border:1px solid #595959
}


select { 
	width:200px;  border:1px solid #595959
}

.stytxtarea {
width:200px;  border:1px solid #595959
}

.label {
	font-weight:bold;float:left; width:60px; 
}
.formLabel {
	font-weight:normal;float:left; width:120px; 
}
/* End of Form Styles */

#container {
	width:796px; padding:auto; margin:auto; text-align:left;font-size:100%; position:relative; background:#828282 url("/css/2008/body_background.jpg") repeat-y 50% 0;
/*
	width:713px; padding:auto; margin:auto; text-align:left;font-size:100%; position:relative; background:#828282 url("/css/2008/body_background.jpg") repeat-y 50% 0;
*/
}

#header {
	position:relative;
	height: 125px;
	width:712px;
	left:42px;
	border-bottom:7px solid #595959;
	margin-bottom:4px;
}
	
#hdrbar {
	padding-left:373px;
	padding-top:90px;
}

#obar {
	position:relative;
	left:42px;
	width:712px; height:59px;
}
#billboard {
	position:relative; width:712px; left:42px; height:193px; margin-bottom:1px;
	background: #101020  url(2008/martech-banner.jpg) no-repeat 0 0;	
}

#billboard p { padding-left: 20px; font-size: 12px; line-height: 18px; width: 375px; color: #fff;}
#billboard p.first { padding-left: 20px; padding-top: 16px; text-transform: uppercase; font-family: Arial; font-weight: bold; font-size: 16px; line-height: 22px; width: 375px; color: #ff9900;}

.clearfloat {
	clear:both; height:0; font-size: 1px; line-height: 0px;
}

#hdrdivider {
	position:relative; width:712px; left:42px; margin:0; padding:0;height:7px; background-color:#DEDEDE;
}

/* Navigation Menu States */ 
#home #nav-site-home, #about #nav-site-about,  #clients #nav-site-clients,  #mdirect #nav-site-mdirect,  #msocial #nav-site-msocial,  #news #nav-site-news, #press #nav-site-press, #careers #nav-site-careers, #contact #nav-site-contact {
color:#FF9A00;
}
#navsitecontainer {
	position:relative; width:712px; left:42px; font-weight:bold; color: #000; background-color:#ACACAC; margin:0; padding:0; height:20px; font-size:10px; margin:2px 0
}
.navpadder {height:20px; color:#FFFFFF; line-height:20px; float:left; background-color:#595959;}
a.sitenav, a.sitenav:link, a.sitenav:visited, a.sitenav:active { 
	display:block; height:20px; color:#FFFFFF; margin-right:2px; text-align:center; text-decoration:none;line-height:20px; float:left; background-color:#595959; padding-left:16px; padding-right:16px; font-size:115%; 
}
a.sitenav:hover {color:#000; background:#EE6401;}
/* 
	Width of Content Col1 391px
*/
#contentarea {
position:relative; width:668px; left:42px;
	background:#FFF url("/css/2008/content-background.gif") repeat-y 50% 0; border:0px solid red; padding:0px 22px 0px 22px;
}
#ContentCol1{
width:360px; float:left;
}

#ContentCol2{
width:285px; float:right; }


#footer {
position:relative; width:796px; text-align:center; font-weight:nornal; height:42px; line-height:42px; font-size:12px; color:#fff; background:#828282 url("/css/2008/footer-background.jpg") no-repeat 0 0;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {background:transparent;text-decoration:none;cursor:pointer; color:#FFF}
#footer a:hover {text-decoration:none; color:#EE6401}


.dateline {color:#595959; text-align:left; margin-bottom:5px
}

.bl_dateline {
 margin:0; padding:0; margin-bottom:5px
}
.bl_teaser {
 margin:0;margin-bottom:5px
}

.client-logos {
	padding: 10px 0 0 50px;	
}
.client-logos img {
	margin: 0 10px 10px 0;	
}

.featuredClient {
	clear: both;
}
.featuredClientImg {
	float: left;
	margin: 5px 10px 5px 0;
	
}


