/* =MASS RESET */
@import url('reset.css');

/* =TYPOGRAPHY */
body {
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}
p, li, dt, dd, label, legend {
	font-size:1.2em;
	line-height:125%;
}
p, dd {
	margin-bottom:1em;
}
dt {
	font-weight:bold;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
sup {
	font-size:0.9em;
	line-height:normal;
	vertical-align:text-top;
}
#contentMain li,
#contentSub li {
	list-style:disc;
	margin-left:36px;
	margin-bottom:0.5em;
}
	#contentMain li.last,
	#contentSub li.last {
		margin-bottom:1em;
	}
#contentMain .footnote {
	font-size:0.9em;
	font-style:italic;
	width:500px;
	color:#666;
}
.bold {
	font-weight:bold;
}

/* =HEADERS */
h1 {
	text-indent:-9999em;
}
h2 {
	font-size:1.8em;
	line-height:2em;
	font-weight:bold;
	color:#893003;
	text-indent:-9999em;
	height:45px;
}
	#firm h2 {
		background:#fff url(../images/bgTitleOurFirm.gif) no-repeat top left;
	}
	#affiliates h2 {
		background:#fff url(../images/bgTitleAffiliates.gif) no-repeat top left;
	}
	#approach h2 {
		background:#fff url(../images/bgTitleOurApproach.gif) no-repeat top left;
	}
	#experience h2 {
		background:#fff url(../images/bgTitleOurExperience.gif) no-repeat top left;
	}
	#casestudies h2 {
		background:#fff url(../images/bgTitleCaseStudies.gif) no-repeat top left;
	}
	#analysis h2 {
		background:#fff url(../images/bgTitleMarketAnalysis.gif) no-repeat top left;
	}
	#strategy h2 {
		background:#fff url(../images/bgTitleBusinessStrategy.gif) no-repeat top left;
	}
	#education h2 {
		background:#fff url(../images/bgTitleEducation.gif) no-repeat top left;
	}
	#reports h2 {
		background:#fff url(../images/bgTitleMarketReports.gif) no-repeat top left;
	}
	#sbir h2 {
		background:#fff url(../images/bgTitleSBIR.gif) no-repeat top left;
	}
	#downloads h2 {
		background:#fff url(../images/bgTitleDownloads.gif) no-repeat top left;
	}
	#contact h2 {
		background:#fff url(../images/bgTitleContactUs.gif) no-repeat top left;
	}
h3 {
	font-size:1.4em;
	font-weight:bold;
	color:#005568;
	margin-bottom:0.5em;
}
h4 {
	font-size:1.2em;
	font-weight:bold;
	color:#893003;
	margin-bottom:0.5em;
}
h5 {
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:0.5em;
}

/* =LINKS */
a:link {
	color:#893003;
	text-decoration:underline;
}
a:visited {
	color:#999;
	text-decoration:underline;
}
a:hover {
	color:#005568;
	text-decoration:underline;
}
a:active {

}

/* =CONTAINERS */
html {
	overflow-x:hidden; /* IE - to remove horizontal scrollbar on bg */
}
body {
	background:#cdd5e0 url(../images/bgBody.jpg) no-repeat top center;
}
#wrapper {
	background:transparent url(../images/bgWrapper.png) repeat-y top center;
	margin:0 auto;
	width:900px;
}
#innerWrap {
	background-color:#fff;
	margin:0 50px;
}
#top {
	background:transparent url(../images/bgShadowTop.png) no-repeat bottom center;
	height:30px;
}
#bottom {
	background:transparent url(../images/bgShadowBottom.png) no-repeat top center;
	height:30px;
}

/* =CONTENT */
#title {
	width:527px;
	height:45px;
	margin-top:20px;
}
#contentMain {
	float:left;
	clear:both;
	width:470px;
	padding:20px 30px;
}
body.wide #contentMain {
	width:740px;
}
#contentSub {
	float:left;
	width:242px;
	margin-bottom:30px;
	margin-left:20px;
	background:transparent url(../images/bgImage.jpg) no-repeat right bottom;
}
	#contentSub .item {
		padding:20px 20px 10px 20px;
		background:transparent url(../images/bgItem.jpg) repeat-y;
		border-top:1px solid #ececec;
		border-bottom:1px solid #ececec;
		margin-bottom:10px;
		color:#005568;
	}
	#contentSub .item.last {
		margin-bottom:0;
	}
	#contentSub .img {
		margin-bottom:10px;
	}
		body.imgOnly #contentSub .img {
			margin-bottom:0;
		}
	#contentSub a img {
		margin-top:10px;
	}
#contentSubInner {
	float:left;
	padding:10px;
	border:1px solid #ececec;
	position:relative;
	left:-10px;
	top:-10px;
}

/* =HEADER */
#header {
	height:200px;
	width:800px;
	background:#fff url(../images/bgHeader.jpg) no-repeat top left;
}
#header p {
	text-indent:-9999em;
}

/* =NAVIGATION */
#menu {
	float:left;
	background:transparent url(../images/bgMenuEnd.gif) no-repeat top left;
	padding-left:8px;
	float:right;
	position:relative;
	top:110px;
	z-index:30;
}
#menu li {
	float:left;
	list-style:none;
	font:bold 10px Arial, Helvetica, sans-serif;
	z-index:20;
}
#menu li a {
	display:block;
	background:#fff url(../images/bgMenu.png) repeat-x top left;
	padding:2px 14px;
	text-decoration:none;
	color:#fff;
	white-space:nowrap;
}
#menu li a {
	padding: 2px 50px 2px 12px;
}
#menu li a:hover {
	color:#fde0c5;
}
#menu li ul {
	position:absolute;
	visibility:hidden;
	z-index:10000;
}
#menu li ul li {
	float:none;
	display:inline;
}
#menu li ul li a {
	width:auto;
	background:#e6ebf1;
	padding:0.5em 1.25em;
	border-bottom:1px solid #cdd5e0;
	color:#333;
}
#menu li ul li a.last {
	border-bottom:none;
	padding-bottom:0.6em;
}
#menu li ul li a:hover {
	color:#924140;
}

/* =FOOTER */
#footer {
	height:47px;
	clear:both;
	width:760px;
	border-top:1px solid #afb5be;
	background:#aeb5be url(../images/bgFooter.jpg) repeat-x top left;
	font-size:1.1em;
	text-align:center;
	color:#434d61;
	padding:10px 20px;
}
#footer #copyright {
	float:left;
	display:block;
	margin-top:34px;
	font-size:0.9em;
}
#footer .vcard {
	float:right;
	background:transparent url(../images/bgFooterLogo.gif) no-repeat top left;
	padding-left:145px;
	text-align:left;
}
#footer .org {
	text-indent:-9999em;
}