@charset "UTF-8";

/*  Main layout */
body {
	margin:0;
	padding:0;
	background: #e3dfd3 url(../images/page_bg.gif) repeat-x top;
	text-align: center;
	font-family: arial,helvetica,verdana, sans;
	font-size: 75%;
	color:#333;
}
table {
	font-size:100%;
}
#container {
	width:991px;
	background: #FFFFFF url(../images/main_bg.gif) no-repeat top;
	margin:0 auto;
	text-align:left;
}  
#main_content {
	padding:0 12px 20px 12px;
	clear:both;
}
#footer_container {
	width:991px;
	background: url(../images/footer_bg.png) no-repeat top;
	margin:0 auto;
	text-align:left;
} 
#footer_content {
	padding:8px 30px ;
	clear:both;
	color:#999;
	height:26px;
	font-size:0.9em;
}
div#logo {
	float:left;
	width:218px;
	height:218px;
}
div#banner {
	float:left;
	width:749px;
	height:190px;
}
div#top_menu {
	margin:0;
	padding:0;
	float:left;
	background: #000 url(../images/menu_bg.gif) repeat-x;
	height:28px;
	width:749px;
}
div#top_menu ul {
	float:left;
	list-style-type:none;
	padding:0;
	margin:0 0 0 10px;
}
div#top_menu ul li, div.submenu ul li {
	display: inline;
	white-space:nowrap;
	font-size:0.9em;
}
div#top_menu ul li a, div#top_menu ul li a:visited {
	float:left;
	color: #fff;
	font-weight:normal;
	text-decoration: none;
	padding: 7px 25px;
}
div#top_menu ul li a:hover, div#top_menu ul li a:active, div#top_menu ul li a:focus, div#top_menu ul li.active a, div#top_menu ul li.active a:visited {
	color: #ffd900;
	text-decoration:none;
}
div#top_shadow {
	background:url(../images/top_shadow.gif) repeat-x;
	height:7px;
	clear:both;
}
div#content {
	padding:20px 0 12px 24px;
	line-height:1.4;
	overflow:hidden;
}
div.col_1_2 {
	float:left;
	width:684px;
}
div.col_1_2 p {
	margin:3px 18px 8px 0;
}
div.content_mid {
	float:left;
	width:470px;
}
div.content_full {
	float:left;
	width:730px;
}

/* General styles */
a:link, a:visited {
	color:#91846b;
}
a:hover, a:active {
	color:#333;
}
a.invisiblelink {
	color:#333;
	text-decoration:none;
}
a span.morelink {
	color:#857102;
	text-decoration:underline;
}
a.external {
	background:url(../images/external_link.gif) no-repeat right top;
	padding-right:15px;
}
h1 {
	font-size:200%;
	font-weight:normal;
	margin-top:0;
}
h2 {
	font-size:150%;
	font-weight:normal;
}
img {
	border:0;
	vertical-align:bottom;
}
.clear {
	clear:both;
}

.left {
	float:left;
}
.right {
	float:right;
}

/* Left menu */

div.leftmenu {
	float:left;
	width:200px;
	height:400px;
}
div.leftmenu ul { margin: 5px 0 0 0; padding: 0; display: list-item; color: #333; list-style-type: none; 
        border-top:1px solid #CCCCCC; width:178px;
}

div.leftmenu ul li { 
	display: block;
	margin-bottom: 0;
}

div.leftmenu ul li a, div.leftmenu ul li a:visited {
	color: #333;
	background: transparent;
	display: block;
	width: 172px;
	text-decoration: none;
	padding: 4px 0 4px 6px;
	border-bottom: 1px solid #CCCCCC;
}

div.leftmenu ul li.active a:link, div.leftmenu ul li.active a:visited, div.leftmenu ul li a:hover, div.leftmenu ul li a:active, div.leftmenu ul li a:focus {
	background: #ebebea;
	color: #333;
	text-decoration: none;
}

/* Boxes */
div.welcome {
	height:320px;
}
div.box, div.box_wide {
	width:237px;
	background:url(../images/box_content.gif) no-repeat bottom;
	float:left;
	margin-right:6px;
	line-height:1.2;
	display: inline;
}
div.box_wide {
	width:435px;
	background:url(../images/box_content_wide.gif) no-repeat bottom;
}
div.box h2, div.box_wide h2 {
	background:#000 url(../images/box_top.gif) no-repeat right top;
	padding: 6px 70px 6px 8px;
	margin:0;
	color:#e3dfd2;
	font-weight:normal;
	font-size:100%;
}
div.box_content {
	padding:8px 15px 15px 8px;
}
div.box_wide img {
	float:left;
	_margin-left:-4px;
}
div.box_wide div.box_content {
	float:left;
	width:239px;
}
.no_margin {
	margin:0;
}
div.vertical_fixed {
	height:413px;
}
div.horizontal_fixed {
	height:192px;
}
textarea.onlineform, input.onlineform {
	width:250px;
}
td.webform_label_multi {
	width:160px;
}

/* News */
div.newstable div.date {
	float:left;
	width:100px;
}
div.newstable div.title {
	float:left;
	width:350px;
}

/* Client List */
ul.clientlist {
	margin: 0; 
	padding: 0; 
	display: list-item; 
	color: #333; 
	list-style-type: none; 
        border-top:1px solid #ccc; 
        width:400px;
}
ul.clientlist li {
	padding:5px;
	border-bottom:1px solid #ccc;
	width:390px;
}

/* Projects */
div.project_summary {
	background:#F5F3ED;
	padding:3px;
	border:1px solid #e3dfd2;
	width:330px;
	margin-right:15px;
	float:left;
	margin-bottom:20px;
}

div.project_summary img {
	float:left;
	margin-right:3px;
}
div.project_summary div.text {
	float:left;
	width:227px;
}
div.project_summary h2 {
	background:#e3dfd2;
	font-size:1.0em;
	margin:0;
	padding:4px;
	font-weight:bold;
}
div.project_summary h2 a {
	color:#333;
	text-decoration:none;
}
div.project_summary p {
	font-size:0.9em;
	margin:5px 3px;
}

div.projectlist ul { margin: 0; padding: 0; list-style-type: none; display:inline;
        
}

div.projectlist ul li { 
	display: block;
	margin-bottom: 0;
	padding: 4px;
	border-bottom: 1px solid #CCCCCC;
	background:url(../images/bullet.gif) no-repeat 0 3px;
	text-decoration: none;
	padding-left:30px;
}

div.projectlist ul li.active { 
	background:url(../images/bullet_over.gif) no-repeat 0 4px;
}

div.projectlist ul li a, div.projectlist ul li a:visited {
	color: #333;
	display: block;
	text-decoration: none;
}

div.projectlist ul li.active, div.projectlist ul li a:hover, div.projectlist ul li a:active, div.projectlist ul li a:focus {
	font-weight:bold;
}
div.projectlist ul li span.projectname {
	display:inline-block;
	width:320px;
	margin-right:20px;
	vertical-align:top;
}
div.projectlist ul li span.client {
	display:inline-block;
	vertical-align:top;
}
div.projectlist ul li.heading {
	font-weight:bold;
	padding:5px;
	background:transparent;
}
div.projectlist ul li.heading span.projectname {
	width:350px;
}
	
div.projectbox_header {
	background:url(../images/projectbox_top.gif) no-repeat 8px top;
	width:732px;
	_width:728px;
	height:15px;
}
div.projectbox_body {
	padding:10px;
	overflow:hidden;
 	height:320px;
 	background:url(../images/projectbox_base.gif) no-repeat 8px bottom;
	position:relative;
	width:715px;
	_width:730px;
	_padding:6px;
	
}
div.projectbox_content {
 	margin:10px;
 	float:left;
 	width:200px;
 	_width:180px;
 	overflow:hidden;
 	height:135px;
}
div.projectbox_content h4 {
	 margin:0 0 10px;
	 font-size:12px;
}
div.endorsements {
	width:200px;
}
div.endorsement {
	background:url(../images/quotes_start.gif) no-repeat left top;
	padding-top:26px;
}
div.client {
	background:url(../images/quotes_end.gif) no-repeat right top;
	padding-top:12px;
	color:#91846b;
	font-weight:bold;
}
.webform_label_error {
	font-size:11px;
	color:#990000;
}