body {
	margin:0;
	background:#FFF;
	text-align: center;
	font:normal 11px/18px Arial, Helvetica, Verdana, sans-serif;
	color:#555;
}

a, img {
	outline:none;
	border:0px;
}

div.break {
	position:relative;
	margin:0;
	height:1px;
	display:block;
	clear:both;
}


#wrapper {
	position:relative;
	margin:20px auto;
	width:975px;
	min-height:500px;
	text-align:left;
	height:auto !important;
}

#header {
	margin:0px auto;
	width:975px;
	height:177px;
	background:#EBEBEB;
	border-left:3px solid #EBEBEB;
	border-right:3px solid #EBEBEB;
}

#header h1 {
	margin:0;
	padding:0;
	width:975px;
	height:177px;
	background: url('../img/header.jpg') no-repeat;
}

#header h1 a {
	margin:0;
	padding:0;
	float:left;
	display:block;
	width:975px;
	height:177px;
	overflow:hidden;
	text-indent:-5000px;
}


#nav {
	position:relative;
	height:37px;
	background: url('../img/nav-bg.gif') repeat-x 0 0;
	text-align:left;
}


#footer {
	margin:0;
	padding:4px 0;
	background:#5c6062;
	text-align:center;
	color:#EBEBEB;
	display:block;
	clear:both;
}

	#footer p {
		margin:0;
		width: 960px;
		display:inline;
	}
/*
 	INDEX STRUCTURE
*/

div.main-col {
	margin:0 0 0 23px;
	padding:0;
	float:left;
	width:275px;
	height:auto;
}
div.main-col img, div.entry img, 
#left-col img, #single-col img {
	border:3px solid #CCC;
}

div.mid-col {
	margin:0 0 0 73px;
	padding:0;
	float:left;
	width:275px;
	height:auto;
	overflow:hidden;
}
div.right-col {
	margin:0 0 0 50px;
	padding:0;
	float:left;
	width:275px;
	height:auto;
	overflow:hidden;
}
div.project {
	margin:0 0 20px 0;
}

h2 {
	margin:0;
	padding:0 0 10px 0;
	font-weight:normal;
	font-size:18px;
	color:#063940;
}

div.feature-img {
	margin:0 0 10px 0;
	padding:0;
	width:269px;
	height:130px;
	border:3px solid #CCC;
	overflow:hidden;
}
div.feature-img img {
	min-width:269px;
}

p {
	margin:0 0 12px 0;
}

ul {
	margin:0 0 10px 0;
	padding:0 0 0 13px;
	list-style-type: disc;
	font-weight:bold;
}


/*
 	ABOUT / MAIN PAGE STRUCTURE
*/

#left-col {
	position:relative;
	margin:0 0 0 23px;
	width:345px;
	float:left;
	height:auto !important;
}
#content-col {
	position:relative;
	margin:32px 0 20px 0;
	float:right;
	width:525px;
	height:auto !important;
}

div.entry {
	margin:0 0 15px 0;
	height:auto !important;
}

div.entry h3 {
	margin:0 0 3px 0;
	padding:0;
	font-size:14px;
}

div.entry p {
	margin:0 0 6px 0;
}

#single-col {
	margin:0 0 0 23px;
	width:425px;
	float:left;
}

#sidebar {
	margin:0 115px 0 0;
	float:right;
	width:320px;
}

div.project-entry {
	margin:0 0 0 23px;
	padding:0;
	float:left;
	width:275px;
	height:auto;
}

div.wp-caption {
	margin:0 0 10px 0;	
}

p.wp-caption-text {
	margin:0;
	padding:3px;
	background:#CCC;
	font-size:10px;
	font-style: italic;
	display:inline;
	line-height:13px;
	clear:both;
}






/*
 	LINK STYLES
*/

#wrapper a:link, #wrapper a:visited {
	color:#195e63;
	font-weight: bold;
	text-decoration: none;
}
#wrapper a:hover {
	color:;
	text-decoration: none;
}

#footer a:link, #footer a:visited {
	color:#FFF;
	padding:0 0 1px 0;
	text-decoration: none;
}
#footer a:hover {
	color:#CCC;
	border-bottom:1px dotted #898989;
	text-decoration: none;
}

a.title {
	font-size:12px;
}


/*
 	NAV ROLLOVERS
*/

#nav ul {
	position:relative;
	margin:0 auto;
	padding:0;
	background: url('../img/nav-li.gif') no-repeat 0 0;
	list-style-type:none;
	width:975px; 
	height:37px;
	overflow:hidden;
}

#nav ul li {
	position:absolute;
	top:0; 
	margin:0; 
	padding:0;
	overflow:hidden;
	text-indent: -1000px;
}

#nav ul li, #nav ul a {
	display:block;
	height:37px; 
}
#nav ul a {cursor: pointer;}

#about-li {
	left: 0; 
	width: 106px;
}
#expert-li {
	left: 106px; 
	width: 95px;
}

#industry-li {
	left: 201px; 
	width: 155px;
}
#featured-li {
	left: 356px; 
	width: 167px;
}
#news-li {
	left: 523px; 
	width: 142px;
}
#contact-li {
	left: 665px; 
	width: 108px;
}

body#about #about-li, #about-li a:hover {
	background: url('../img/nav-li.gif') no-repeat 0 -37px;
}
body#expert #expert-li, #expert-li a:hover {
	background: url('../img/nav-li.gif') no-repeat -106px -37px;
}
body#industry #industry-li, #industry-li a:hover {
	background: url('../img/nav-li.gif') no-repeat -201px -37px;
}
body#featured #featured-li, #featured-li a:hover {
	background: url('../img/nav-li.gif') no-repeat -356px -37px;
}
body#news #news-li, #news-li a:hover {
	background: url('../img/nav-li.gif') no-repeat -523px -37px;
}
body#contact #contact-li, #contact-li a:hover {
	background: url('../img/nav-li.gif') no-repeat -665px -37px;
}

/*
body#about #about-li a,
body#expert #expert-li a,
body#industry #industry-li a,
body#featured #featured-li a,
body#news #news-li a,
body#contact #contact-li a {
	display:none;
}
*/