/* Main CSS */

body{
	background :#fff;
	font-size : 0.8em;
	font-family : verdana;
	background : url(../images/bg_border.gif);
	background-position: center;
	margin : 0px;
}

p {
	color: #000;
	font-size: 0.85em;
	margin: 0;
	padding: 0;
}

p.small-border{
	border-top: 1px dotted #cdcdcd;
	color: #000;
	padding-top: 15px;
	margin-top: 15px;
}

.main {
	margin : 0px auto;
	width : 100%;
}

.corners {
	background : url(../images/bg_top_corners.gif);
	background-repeat : no-repeat;
	position : relative;
	top : -10px;
	padding-top : 20px;
}

.content { 
	background : #fff;
	width : 700px;
	margin-bottom : 0px;
	position : relative;
	z-index : 100;
	padding-top : 5px;
	margin: 20px auto;
}

.body_content {
	color : #000;
	font-size : 1.2em;
	width : 600px;
	margin-left : 40px;
	background : #fff;
}



.indexpage h1,
.indexpage h2,
.indexpage a {display:block; margin:0}
.indexpage h2 {font-size:2.6em; margin:20px 0}
.indexpage a {font-size:1.4em}
.indexpage .content {width:950px; height:740px}

.clear {
clear : both;}

/*Header Classes*/
span {visibility: hidden;}

h1{
	margin-bottom : -10px;
	margin-top : 0px;
	color:#465615;
}

h2{
	color: #485827;
}

h4 {
	font-size: 0.9em;
	display: inline;
	color:#485827;
}

h3.small {
	font-size: 1.1em;
	color: #748c12;
}

.brief {
	background-image: url("../images/brief.gif");
	background-repeat: no-repeat;
	height: 13px;
}
.strategy {
	background-image: url("../images/strategy.gif");
	background-repeat: no-repeat;
	height: 16px;
}

.solution {
	background-image: url("../images/solution.gif");
	background-repeat: no-repeat;
	height: 13px;
}

.thework {
	background-image: url("../images/thework.gif");
	background-repeat: no-repeat;
	height: 13px;
}

.results {
	background-image: url("../images/results.gif");
	background-repeat: no-repeat;
	height: 13px;
}

/*email classes*/
.widebody { 
	width: 939px;
	margin-bottom: 0px;
	position: relative;
	z-index: 100;
	padding-top: 27px;
	margin: 20px auto;
}

.email-hdr {
	background-image: url("../images/email-hdr.gif");
	background-repeat: no-repeat;
	height: 18px;

}

.home {
	background-image: url("../images/returnhome.gif");
	background-repeat: no-repeat;
	height: 18px;
}

