/* General rules */
body {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	background-color: #ffffcc;
	background-image: url(bg.gif);
}

p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 200%;
	
}

h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 140%;
	margin: -20px 0 0 0;
	padding: -20px 0 0 0;
}

h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 120%;
	margin: 0px;
}

.table1 td {line-height: 14px;}




/* Navigation */


.nav {
	position: absolute;
	padding: 0px;
	margin: 0px 0px 0px -377px;
	top: 340px;
	left: 50%;
	height: 35px;
	width: 775px;

	}



/* Universal Navigation Rules */

#navigation {
	background: #ffffff;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	height: 35px;
	list-style: none;
	display: inline;
	overflow: hidden;

	}
	
#navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}
	
#navigation a {
	float: left;
	padding: 35px 0 0 0;
	overflow: hidden;
	height: 0px !important;

	}



/* Special Effects */

#index a {
	width: 81px;
	background:  url(home.gif) top left no-repeat;
	}
#index_on a {
	width: 81px;
	background:  url(home_on.gif) top left no-repeat;
	}
#about a {
	width: 90px;
	background:  url(about.gif) top left no-repeat;
	}
#about_on a {
	width: 90px;
	background:  url(about_on.gif) top left no-repeat;
	}
#services a {
	width: 95px;
	background:  url(services.gif) top left no-repeat;
	}
#services_on a {
	width: 95px;
	background:  url(services_on.gif) top left no-repeat;
	}
#qa a {
	width: 57px;
	background:  url(qa.gif) top left no-repeat;
	}
#qa_on a {
	width: 57px;
	background:  url(qa_on.gif) top left no-repeat;
	}
#case a {
	width: 121px;
	background:  url(case_studies.gif) top left no-repeat;
	}
#case_on a {
	width: 121px;
	background:  url(case_studies_on.gif) top left no-repeat;
	}
#newsroom a {
	width: 109px;
	background:  url(newsroom.gif) top left no-repeat;
	}
#newsroom_on a {
	width: 109px;
	background:  url(newsroom_on.gif) top left no-repeat;
	}
#contact a {
	width: 113px;
	background:  url(contact.gif) top left no-repeat;
	}
#contact_on a {
	width: 113px;
	background:  url(contact_on.gif) top left no-repeat;
	}
#legal a {
	width: 84px;
	background:  url(legal.gif) top left no-repeat;
	}
#legal_on a {
	width: 84px;
	background:  url(legal_on.gif) top left no-repeat;
	}	

/* END of NAVIGATION STUFF */






/* Positioning */

.wrapper {
	position: absolute;
	background-color: #fff;
	width: 775px;
	height:auto;
	padding: 0px 0px 20px;
	left: 50%;
	margin-left: -390px;

}
.wrapper_home {
	position: absolute;
	background-color: #fff;
	width: 775px;
	height:1550px;
	padding: 0px 0px 20px;
	left: 50%;
	margin-left: -390px;

}
.mast {
	position: absolute;
	background-color: #ffffff;
	background-image: url(mast3.gif);
	width: 775px;
	height: 107px;
	left: 50%;
	margin-left: -389px;
	padding: 0 0 10 0px;
	top: 0px;


	
	}
.mainpic {
	position: absolute;
	width: 750px;
	height: 233px;
	top: 107px;
	left: 50%;
	margin-left: -377px;
	
}

.mainpichome{
	position: absolute;
	width: 750px;
	height: 233px;
	top: 127px;
	left: 50%;
	margin-left: -377px;

}

.leftside {
	
	background-color: #ffffff;
	float: left;
	width: 55%;
	padding: 25px;
	height: auto;
	min-height: 280px;
	margin: 375px 0px 20px;
	z-index: 2;
	
}

.rightcolumn {
	background-color: #fff;
	padding: 0;
	top: 0px;
	margin: 405px 20px 0px 485px;
	*margin: 375px 20px 0px -18px;
	width: 275px;
	height: auto;
	float: right;
	position: absolute;

}


.spotlight {
	margin: -10px 0 0 -11px;
	*margin: 20px 0 0 -4px;
	width: 275px;
	height: auto;
	padding: 0px 2px 2px 2px;
	background-color: #fff;
}

.spotlight img {
	padding:2px;
	background-color:#fff;
	border:none;
}

.spotlight a:hover img {
	background-color: #cccc99;
}


.bottom {

	clear: both;
	width: auto;
	text-align: center;
	margin: 0px 0px 50px 10px;
	padding: 5px 0px 0px 0px;
}


.footer {
	border-top: 1px dotted #336276;
	color: #336276;
	font-size: 11px;
	clear: both;
	width: auto;
	text-align: center;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
}









/* Campaign Builder-Specific */

.quote {
	height: auto;
	width: 400px;
	margin: 0px 30px 10px 0px;
	padding: 2px 2px 10px 2px;
}

.quote h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:  1em;
	line-height: 24px;
	color: #003366;
	font-style: italic;
	padding: 10px 0 0 0;
	*padding: 20px 0 0 0;
	font-weight: normal;
}

.quote h1 a:link {
	color: #532621;
	padding: 4px;
	
	
}
.header {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.7em;
	font-weight: bold;
	color: #666666;
	margin-top: 0px;
	}
	
.subheader {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	color: #999933;
	}
	
.subheader a:link {
	font-weight: bold;
	color: #999933;
}
		
.subheader a:visited{
	font-weight: bold;
	color: #999933;
}
			
.subheader a:hover{
	font-weight: bold;
	color: #999933;
}
				
.subheader a:active{
	font-weight: bold;
	color: #999933;
}
.text {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 90%;
	line-height: 120%;
	font-weight: normal;
	color: #000;
	margin-right: 25px;
	}
.text2 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: normal;
	color: #999999;
	}
	
.newsbox {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: normal;
	color: #000;
	width: 320px;
	border: 1px solid #ccc;
	padding: 4px;
}

img.floatleft {
	float: left;
	margin: 4px 8px 4px 4px;
	border: 0;
}


/* Form stuff */

.trtop {
	vertical-align: top;
}

textarea {
	height: 100px;
	width: 250px;
}
	

/* table style for "Today's Performance" */

.table_performance {
	width: 430px;
	font-size: 80%;
	padding: 1px;
	
}


.table_performance td{
	padding: 0px;
	text-align: center;
	
}

.table_performance_highlight {
		background-color: #9ec6be;
}

.table_performance_data {
	
}




/* table style for "Your Campaigns" */

.table_campaigns {
	width: 100%;
	padding-right: 10px;
	font-size: 80%;
	padding: 1px;
	
}


.table_campaigns td{
	padding: 0px;
	text-align: center;
	
}

.table_campaigns_highlight {
		background-color: #9ec6be;
}

#complete {
	color: #36221b;
}

#active {
	color: #336276;
}

#inactive {
	color: #9ec6be;
}

#checkbox {
	text-align: left;
	padding-left: 4px;
}






/* Campaign Manager-Specific */

.campaign_box {
		height: auto;
		background-color: #eee;
		border: 1px solid #ddd;
		width: 98%;
		margin: -20px 30px 10px 0px;
		padding: 6px 2px 2px 6px;
		text-align: left;
	}
	
.campaign_box p {
	margin: 0px;
	padding: 0px;
	font-size: 110%;
}
.bold {
	font-weight: bold;
}
.boldbig {
	font-weight: bold;
	font-size: 1.1em;}
.hidden {
	display: none;
}
.contact_form {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	}