body {
	margin: 10px 0;
	padding: 0;
	color: #333;
	background: #fff;
	font-family: "trebuchet MS", Verdana, Arial, Sans-Serif;
	font-size: 13px;
	line-height: 1.3em;
	}

/* main sections */
#container {
	position: relative;
	width: 713px;
	margin: 0 auto;
	padding: 0;
	background: #fff url(../images/border-sides.gif) repeat-y center;
	}
#header {
	background: #fff url(../images/border-sides.gif) repeat-y center;
	padding: 0;
	margin: 0;
	border: 0;
	}
#logo {
	text-align: center;
	}
#nav {
	text-align: center;
	}
#footer {
	background: #fff url(../images/border-bottom.gif) no-repeat bottom;
	padding-bottom: 12px;
	font-size: 9px;
	text-align: center;
	}

/*left column */
#maincontent {
	width: 380px;
	padding: 0 30px 20px 30px;
	margin: 0;
	}
#maincontent h1 {
	width: 380px;
	text-align: center;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 6px 0;
	margin-top: 30px;
	font-weight: bold;
	font-size: 120%;
	letter-spacing: 1px;
	color: #2F5952;
	}
	
#maincontent h2 {
	width: 380px;
	text-align: center;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 6px 0;
	margin-top: 30px;
	font-weight: bold;
	font-size: 110%;
	letter-spacing: 1px;
	color: #2F5952;
	}
	

/* right column */
#rightcontent {
	position: absolute;
	left: 440px;
	width: 266px;
	}
#rightcontent p {
	padding: 0 20px;
	}
#rightcontent h1 {
	text-align: center;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background: #E3D5AA;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 11px;
	line-height: 2.6em;
	color: #2F5952;
	}
#rightcontent img {
	border-bottom: 1px solid #666;
	}
	
/* people */
body#people {
	background: #fff;
	padding: 0;
	margin: 0;
	}
#people p {
	padding: 0 30px;
	}
#people h1 {
	text-align: left;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background: #2F5952;
	padding-left: 30px;
	margin: 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 2.6em;
	color: #fff;
	}

/* services */
body#services {
	background: #fff;
	padding: 0;
	margin: 0;
	}
#services p {
	padding: 0 30px;
	}
#services h1 {
	text-align: left;
	border-top: 1px solid #666;
	border-bottom: 2px solid #2F5952;
	background: #2F5952;
	padding-left: 30px;
	margin: 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 2.6em;
	color: #fff;
	}

/* case studies */
body#case {
	background: #f6eddd;
	padding: 0;
	margin: 0;
	}
#case p {
	padding: 0 30px;
	}
#case h1 {
	text-align: left;
	border-top: 1px solid #666;
	border-bottom: 1px solid #333;
	background: #e2d5aa;
	padding-left: 30px;
	margin: 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 2.6em;
	color: #333;
	}


/* text attributes */
#title {
	width: 350px;
	text-align: center;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 6px 30px;
	margin-top: 30px;
	font-weight: bolder;
	font-size: 11px;
	color: #333;
	}
#textblock {
	width: 500px;
	text-align: left;
	margin: 0 10px;
	}
li {
	line-height: 18px;
	margin-left: 8px;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	list-style-type: none;
}

/* link atributes */
a:link, a:visited {
	color:#003366;
	text-decoration: underline;
	}
a:hover {
	color: #3399FF;
	text-decoration:underline;
	}
a:active {
	color: #2F5952
	}


.subhead
	{
	font-size: 10px;
	color: #666666;
	text-align: center;
	
	}
	
.sectionHead
	{
	font-size: 14px;
	color: #2F5952;
	font-weight:bold;
	
	}
	
.float-right  {
	float:right
	}