@charset "UTF-8";
body {
	margin: 0;
	font: normal 14px Helvetica, Arial, Verdana, sans-serif;
	color: #333;
}
h2, h3 {
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}
p {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	line-height: 22px;
}
div#bottom-content a, div#news a:link, div#news a:visited {
	text-decoration: none;
	color: #545423;
}
div#bottom-content a:hover, div#news a:hover {
	border-bottom: 1px dotted #C0BF35;
}
#wrapper {
	width: 791px;
	margin: 40px auto;
}
#header {
	position: relative;
	margin-bottom: 10px;
	height: 53px;
}
#header #logo {
	float: left;
}
#header #navlinks {
	position: absolute;
	bottom: 14px;
	right: 0;
	text-align: right;
}
#header #navlinks img {
	margin-bottom: 10px;
}
div#case-study {
	clear: left;
	margin-bottom: 10px;
}
div#case-study div.casestudy {
	float: left;
	width: 257px;
	margin-right: 10px;
}
.readmore {
	text-align: right;
	margin-top: 3px;
}


/* SERVICES MENU */

ul#services {
	list-style: none;
	margin: 0;
	margin-left: 10px;
	padding: 10px 0;
}
ul#services li {
	padding: 3px 0;
	padding-left: 3px;
	text-indent: -12px;
}
ul#services li a:link, ul#services li a:visited {
	font: normal 18px Helvetica, Verdana, Arial, sans-serif;
	text-decoration: none;
	color: #333;
	display: block;
}
ul#services li a.clientlink, ul#services li a.clientlink:visited {
	font: normal 14px Helvetica, Verdana, Arial, sans-serif;
	text-decoration: none;
	color: #333;
	display: block;
}
ul#services li a:hover {
	color: #F47E0B;
}
ul#services li a.clientlink:hover {
	color: #666924;
}
ul#services li #current a.current {
	font-weight: bold;
	color: #330033;
}


/* SERIVCES SUBCATEGORIES */

ul#subcat {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 15px;
	margin-bottom: 5px;
}

ul#subcat li a:link, ul#subcat li a:visited {
	font-size: 16px;
}

ul#subcat li a:hover {
	color: #BEC11D;
}

ul#subcat li #current a.current {
	color: #90921A;
	font-weight: normal;
}


div#bottom-content {
	padding: 0;
	padding-bottom: 10px;
}
div#news p {
	font-size: 12px;
	line-height: 16px;
}
div#news .highlight {
	font-weight: bold;
	color: #636;
}
div#footer {
	background: url(../images/stripes_gray.gif) top left repeat-x;
	padding-top: 24px;
	margin-top: 0px;
	clear: both;
}
div#footer a, div#footer a:visited {
	text-decoration: none;
	color: #999;
	font-size: 10px;
}
div.footer {
	background: url(../images/stripes_gray.gif) top left repeat-x;
	padding-top: 24px;
	margin-top: 10px;
}
div.footer p {
	margin: 0;
}
div#footer p {
	margin: 0;
	padding-bottom: 10px;
	line-height: 12px;
	color: #666;
	font-size: 12px;
}
div.two-column {
	float: left;
	width: 524px;
	margin-right: 10px;
}
div.one-column {
	float: left;
	width: 257px;
	margin-right: 10px;
}
div.threecol {
	margin: 10px 0;
	background: url(../images/faux3col.gif) repeat-y top left;	
}

.row {
	width: 100%;
	overflow: visible;
	clear: both;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
.stripeheader {
	height: 27px;
	padding-left: 7px;
	background: url(../images/stripes_prpl.gif) repeat-x;
}

/* BLOG */

.blog_date {
	width: 60px;
	text-align: center;
	color: #a3a364;
	font-weight: bold;
	font-size: 40px;
	float: left;
}
.blog_date span {
	display: block;
	font-weight: normal;
	font-size: 20px;
}

.blog_entry {
	width: 100%;
	float: right;
}
.blog_entry h3 {
	font-size: 16px;
	margin-bottom: 3px;
}
.blog_entry p {
	margin: 0;
	padding: 0;
	line-height: 16px;
	font-size: 12px;
	width: 130px;
}
.blog_entry p.noimage {
	width: 100%;
	margin-bottom: 10px;
}
.blog_entry a, .blog_entry a:visited {
	text-decoration: none;
	display: block;
	color: #545423;
}
#links {
	text-align: right;
}
#links a, #links a:visited {
	display: block;
	margin-bottom: 12px;
}

/* Homepage Case Studies */

.case {
  width: 257px;
  height: 318px;
  position: relative;
  float: left;
  margin-right: 7px;
  overflow: hidden;
  border: 1px solid #ccc;
}
.overlay_wrapper {
  background: url(../images/bg_overlay.png) repeat-x;
  position: absolute;
  left: 0;
  top: 268px;
  height: 60px;
  width: 257px;
  font: normal 12px Helvetica, Arial, sans-serif;
  padding-top: 12px;
  color: #fff;
  text-transform: uppercase;
}
.overlay_hover, div.case:hover {
  cursor: pointer;
}
.overlay {
  height: 80px;
  background: url(../images/bg_plus.gif) no-repeat 89% 70% #888800;
  width: 257px;
  font: normal 12px Helvetica, Arial, sans-serif;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
}
div#case-study .overlay p {
  line-height: 22px;
  margin-top: 0;
}
.overlay span {
  color: #cc0;	
}
ul li {
  line-height: 20px;
  margin-bottom: 10px;
}
.box {
  padding: 20px 40px 20px 20px;
  border: 1px solid #ccc;
  margin: 20px 0;
  background: url(../images/bg_box_grad.gif) repeat-x left top #ddd;
  position: relative;
}
.box .pointer {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 16px;
	height: 13px;
	background: url(../images/btn_arrow.gif) 0 0 no-repeat;
}
.box .active {
	background-position: 0 -13px;
}
.nice-hover {
	border: 1px solid #666;
	cursor: pointer;
}
.box p.teamName {
	margin-bottom: 5px;
}
.box p.teamTitle {
  line-height: 16px;
}
.box ul {
  margin-bottom: 0;
  padding-bottom: 0;
}
.editablecontent p {
  line-height: 20px;	
}

#footer_links {
	margin: 10px 0;	
}
#footer_links a {
	color: #666;
	text-decoration: none;
}
#footer_links p {
	font-size: 13px;
	color: #666;
	margin-bottom: 2px;
}
#footer_links a span {
	color: #67682C;	
}
#footer_links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer_links ul li {
	margin: 0;
	padding: 0;
	line-height: 14px;
	padding-bottom: 5px;
}
#footer_links ul li a {
	text-decoration: none;
	color: #452e51;
	font-size: 12px;
}
#footer_links ul li a:hover {
	color: #666;
}
.column_onefourth {
	border-left: 1px solid #ccc;
	float: left;
	width: 197px;
}
.column_onefourth div {
	padding: 10px;	
}
.column_onefourth p {
	margin-top: 0;	
}

ul#nav {
	bottom: 10px;
	right: 264px;
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
ul#nav li {
	float: left;
	margin: 0 2px;
}
ul#nav li a {
	display: block;
	width: 13px;
	height: 13px;
	background: url(../images/bg_slideshownav.png) no-repeat 0 -13px;
}
ul#nav li a:hover {
	background-position: 0 -26px;
}
ul#nav li a.activeSlide {
	background-position: 0 0;
}
#banner #navbg {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #333;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	width: 535px;
	height: 34px;
	z-index: 999;
}
#banner .desc {
	position: absolute; 
	bottom: 10px; 
	left: 10px; 
	z-index: 1000; 
	color: #333;	
}
#sectionlink {
	position: absolute;
	bottom: 34px;
	right: 256px;
	z-index: 1001;
	opacity: 0;
}
#sectionlink a {
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 5px;
	background-color: #333;
}
#sectionlink a:hover {
	background-color: #222;	
}
