/* CSS Document */

body {
	text-align:center;
	background:#FFFFFF url(images/graphics/bg.jpg) top repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: 12px Helvetica, Arial, sans-serif;
}
#wrapper {
	width:784px;
	margin:0px auto;
}
#banner {
	height: 49px;
	background:#FFFFFF url(images/graphics/banner-bg.jpg) top repeat-x;
	text-align:left;
	padding-left:32px;
}
#content {
	background: url(images/graphics/wave.gif) bottom center no-repeat;
	
}
#contentwrapper {
	background: #FFFFFF url(images/graphics/body-bg.jpg) center repeat-y;
}
#maincontent {
	width:510px;
	float:right;
	min-height:420px;
	background:url(images/graphics/body-right-bg.jpg) top right no-repeat;
	text-align:left;
	padding-right:32px;
	padding-top:20px;
	line-height:15px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html .maincontent {
 height: 420px;
}
/* end filter */



#sidebar {
	width:215px;
	text-align:right;
	float:left;
	min-height:420px;
	background:url(images/graphics/body-left-bg.jpg) top left no-repeat;
	color: #7d7f90;
}
#sidebar p {
	font-size:24px;
	margin-bottom:0px;
	margin-top:10px;
}
#sidebar ul {
	margin:0px 0px 0px 0px;
	margin-top:0px;
	display:block;
	padding-left:32px;
}
#sidebar li {
	display:inline;
	/*padding-right:7px;
	margin-right:4px;
	background:url(images/graphics/bullet.gif) center right no-repeat;*/
}
#sidebar li img {
	padding-right:3px;
	padding-left:3px;
	padding-bottom:2px;
}
#sidebar li a {
	display:inline-block;
}

#sidebar a {
	color: #7d7f90;
	text-decoration:none;
}
#sidebar a:hover {
	text-decoration:underline;
}

#footer {
	background:url(images/graphics/bottom.jpg) top no-repeat;
	padding-top:20px;
	margin: 0px 0px 0px 0px;
	text-align:center;
	color:#999999;
}
.footersmall {
	font-size:10px;
}
.footersmall a, .footersmall a:visited {
	color:#999999;
}
.bottomlinks {
	text-align:center;
}
.bottomlinks a, .bottomlinks a:visited {
	color: #7d7f90;
}
h1 {
	color: #6d6f80;
	font-size:24px;
	margin-top:10px;
	line-height: 28px;
}
h2 {
	color: #6d6f80;
	font-size:18px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE5/Mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE5/Mac */




/* Old temp stuff from v2 site */
.contentbox {
	border-style:solid;
	border-width: 1px;
	border-color:#CCCCCC;
	border-top-style:none;
}
.contentbox h1, .contentbox h3 {
	display:block;
	background-color: #EEEEEE;
	font-weight:bold;
	font-size:13px;
	border-style:solid;
	border-width: 1px;
	border-color:#CCCCCC;
	border-left-style: none;
	border-right-style:none;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	line-height:15px;
}
.contentbox h1 a {
	display:block;
	text-decoration:none;
}
.contentbox p {
	padding: 3px;
}
.smallbox {
	width: 220px;
	float:left;
	height: 250px;
	margin:10px;
	text-align:center;
	background-color:#FFFFFF;
	
}
.borderGrey {
	border-style:solid;
	border-width: 1px;
	border-color:#CCCCCC;
	background-color:#FFFFFF;
}
.floatleft {
	float:left;
	padding: 3px;
	padding-right: 10px;
}
.floatright {
	float:right;
	padding-left:10px;
}
a img {
	border: 0px none;
}
a {
	color:#990000;
}
.padlist li {
	padding-bottom:6px;
}

.newsletterlist ul {
	list-style-type:none;
	margin-left: 20px;
	padding-left:0px;
}
.newsletterlist p a { text-decoration:underline; }
.newsletterlist li a { text-decoration:none; }
.newsletterlist a:hover { text-decoration:underline; }
.newsletterlist a .newsletterdate { color:#999999; font-weight:bold; }

.greybox {
	border: 1px solid #999999;
	border-width: 0px 1px 1px 1px;
	background-color:#EEEEEE;
	margin-left:15px;
	margin-right:140px;
}
.greybox p {
	font-size:11px;
	margin:3px 0px;
}
.greybox h3 {
	border: 1px solid #999999;
	border-width: 1px 0px;
	font-size: 11px;;
	background-color: #DDDDDD;
	padding:3px;
	margin-bottom:0px;
	margin-top:0px;
}
.greybox p {
	padding:5px;
}
.pictright {
	padding:10px;
	border: 1px solid #CCCCCC;
	background-color:#F6F6F6;
	float:right;
	margin-left:15px;
}
.pictleft {
	padding:10px;
	border: 1px solid #CCCCCC;
	background-color:#F6F6F6;
	float:left;
	margin-right:15px;
}
.pictright p, .pictleft p {
	text-align:center;
	color:#666666;
	margin: 0px 0px 0px 0px;
}
.right {text-align:right;}
.center {text-align:center;}
.oddrow {
	background-color:#EEEEEE;
}
.nomargins {
	margin: 0px 0px 0px 0px;
}
.marketspict {
	padding:10px;
	border: 1px solid #CCCCCC;
	background-color:#F6F6F6;
	float:left;
	margin-right:5px;
	margin-top:5px;
}
.cright {float:right;}
.contactbox {
	width: 235px;
	border: 1px solid #CCCCCC;
	border-width: 0px 1px 1px 1px;
	background-color:#FFFFFF;
}
.contactbox h3 {
	border: 1px solid #CCCCCC;
	border-width: 1px 0px;
	font-size: 11px;;
	background-color: #EEEEEE;
	padding:3px;
	margin-bottom:0px;
	margin-top:0px;
}
.contactbox p {
	padding:5px;
	margin: 5px 0px;
}

.marketsprojects {
	float:right;
	width:230px;
	
}
.marketscompanies {
	width:230px;
}
h4 {
	font-size:13px;
	font-weight:bold;
	font-style:italic;
}
.employment p { 
	margin-top:2px;
}
.servicelist {
	list-style-type:none;
	padding-left:0px;
	line-height:1.4em;
	font-weight:bold;
}

.projlabel a { text-decoration:none; }
.projlabel a:hover { text-decoration:underline; }
.projthumbnail .projlabel{ 
	display:none;
}
.projthumbnail:hover .projlabel{
	display:inline;
}
.projlabelleft {
	text-align:right;
}
.localinterestlinklist {
	list-style:none;
	padding-left:0px;
}
