/* ------ CSS Reset ------ */
@import url("reset.css");
@import url("fonts.css");

/* -------- Setup -------- */

html {
	padding:0;margin:0;
	background:#fff;
}
body {
	padding:0 0 0 0;
	margin:0;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	background:#fff;
	text-align: center;
}
#all {
	text-align:left;
	margin:0 auto;
	width:960px;
}
strong {
	font-weight:bold;
}

#content a,
#hmBanner a {
	font-weight:bold;
	color:#003b6d;
	text-decoration:none;
}

#content a:hover,
#hmBanner a:hover {
	text-decoration:underline;
	color:#003b6d;
}

/* ------ Branding ------- */

#branding {
	width:960px;
	height:100px;
	background:url(../img/brandingbg.png) no-repeat;
	position: relative;
}

#ihplogo {
	position:absolute;
	left:15px;
	top:20px;
}

#srmlogo {
	position:absolute;
	left:730px;
	top:40px;
}
#vincilogo {
	position:absolute;
	left:820px;
	top:33px;
}

/* ------- Mainnav ------- */

#mainnav #mnuSitemap {
	text-align:right;
	float:right;
	width:95px;
}

#mainnav {
	background:url(../img/mainnavbg.png) repeat-x;
	height:30px;
	position: relative;
	width:960px;
	border-bottom: 2px solid #fff;
}
#mainnav ul {
	height:30px;
	display:block;
	float:left;
}
#mainnav li {
	display:block;
	float:left;
	height:30px;
	border-right:1px solid #266398;
	background:url(../img/mainnavbg.png) no-repeat center top;
}
#mainnav a {
	display:block;
	height:22px;
	color:#666;
	padding:8px 20px 0 20px;
	background:url(../img/mainnavbg.png) no-repeat center top;
	color: #a7bfd3;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
}
#mainnav a:hover {
	background:url(../img/mainnavhoverbg.png) no-repeat center top;
}

.pgHome #mnuHome a, .pgHome #mnuHome a:hover,
.pgAbout #mnuAbout a, .pgAbout #mnuAbout a:hover,
.pgProjects #mnuProjects a, .pgProjects #mnuProjects a:hover,
.pgServices #mnuServices a, .pgServices #mnuServices a:hover, 
.pgContact #mnuContact a, .pgContact #mnuContact a:hover, 
.pgCareers #mnuCareers a, .pgCareers #mnuCareers a:hover,
.pgNews #mnuNews a, .pgNews #mnuNews a:hover,
.pgSitemap #mnuSitemap a, .pgSitemap #mnuSitemap a:hover {
	background:url(../img/mainnavonbg.png) no-repeat center top;
	color:#fff;
}

/* hmBanner */

#hmBanner {
	background:#f2ede1;
	height:260px;
	border-bottom: 2px solid #fff;
}
#hmImage {
	float:left;
	width:480px;
	height:260px;
}
#hmImage img {
	display:block
}
#hmText {
	width:480px;
	float:right;
}
#hmBoilerplate {
	font-size: 138.5%;
	background:#f2ede1 url(../img/boilerplatebg.png) repeat-x bottom;
	padding:20px;
}
#hmCaption {
	position: relative;
	height:130px;
	width:480px;
}
#hmCaption h2 {
	margin-bottom:0.2em;
	font-size:116%;
}
#hmCaptioninner {
	position:absolute;
	bottom:20px;
	left:20px;
	width:440px;
}

/* ------ hmContent ------- */

#hmIntro {
	float:left;
	padding:20px;
	width:440px;
}
#hmNews {
	float:left;
	padding:20px;
	width:440px;
}

#hmNews h2, #hmIntro h2, #rightcol .linklist h2 {
	font-size:85%;
	text-transform: uppercase;
	color:#999;
	margin-bottom:10px;
}
#leftcol h2 {
	font-size:85%;
	text-transform: uppercase;
	color:#999;
	margin:0 0 10px 20px;
}
.newsitem {
	font-size:85%;
	margin-bottom:15px;
}
.newsitem h3 {
	color:#003b6d;
	font-weight:bold;
}
#hmNews h3 {
	color:#003b6d;
	font-weight:bold;
	text-transform: uppercase;
}


/* ------- content ------- */

#content {
	background:url(../img/fadetop.png) repeat-x;
	padding-top:10px;
}
#leftcol {
	float:left;
	width:190px;
	padding:0 50px 20px 0;
}
#rightcol {
	float:left;
	width:240px;
	padding-bottom:20px;
}
#maincol {
	float:left;
	width:430px;
	padding:0 50px 20px 0;
}
.thirdcol {
	float:left;
	width:300px;
	padding:0 0 20px 20px;
}
#crumbtrail {
	font-size:85%;
	text-align:right;
	padding:0 20px;
	text-transform: uppercase;
}
#content #crumbtrail a {
	color:#666;
}

h1 {
	color:#003b6d;
	font-size: 36px;
	margin:30px 20px 30px 240px;
}
.pgSitemap h1 {
	margin-left:20px;
}
.standfirst {
	color:#003b6d;
	font-size:138.5%;
}
#maincol h2 {
	color:#003b6d;
	font-size:138.5%;
	font-weight:bold;
	margin:1em 0;
}
#maincol h2.ntm {
	margin-top:0;
}
#maincol p {
	margin-bottom:1em;
}
#maincol li {
	list-style:disc inside;
	list
}
.projimage p{
	display:block;
	padding:8px 0 8px 20px;
	font-size:85%;
	color:#666;
}
.caption {
	display:block;
	padding:8px 0 8px 20px;
	font-size:85%;
	color:#666;
} 
.projimage {
	margin-bottom:20px;
	overflow: hidden;
	width: 240px;
}
.downloads {
	background:#f2ede1 url(../img/boilerplatebg.png) repeat-x bottom;
	padding:20px;
	font-size:85%;
	margin-bottom:20px;
	clear:both;
}
.downloads td {
	padding:0;
	vertical-align: top;
}
.downloads img {
	margin-right:20px;
}
#content .downloads p {
	margin:0 0 5px 0;
}
.pdficon {
	background:url(../img/pdficon.png) no-repeat;
	padding:3px 0 3px 22px;
}
.linklist {
	padding:0 0 0 20px;
	font-size:85%;
	clear:both;
}
.hac {
	margin:0 auto;
	display:block;
}
.pl20 {
	padding-left:20px;
}
.linklist li {
	display:block;
	background:url(../img/linklisttick.png) no-repeat left center;
	padding:0 0 0 10px;
	margin-bottom:0.3em;
}
#content .linklist a {
	color:#666;
	font-weight:normal;
}
,
#content .linklist a:hover {
	color:#003b6d;
	text-decoration:none;
}

.testimonial {
	padding:20px;
	background:#f2ede1 url(../img/boilerplatebg.png) repeat-x bottom;
	margin:2em 0;
}
#maincol blockquote p {
	font-family:georgia, times, serif;
	font-style:italic;
	font-size:116%;
	margin-bottom:0.5em;
}
#maincol p.cite {
	font-weight:bold;
	font-size:85%;
	margin-bottom:0;
}

/* News */

.newssummary {
	border-bottom: 1px dotted #ccc;
	margin-bottom:1em;
}
.newssummary h2 {
	margin-bottom:1em;
	font-size:116%;
}

/* ------- subnav  ------- */

.subnav ul {
	margin: 0 0 30px 0;
}
.subnav li {
	color:#666;
	border-bottom:1px dotted #999;
	padding:5px 10px 5px 20px;
	font-size:85%;
}
#content .subnav a {
	font-weight:normal;
	color:#666;
}
#content .subnav a:hover,
#content .subnav li.on a,
#content .subnav li.on li a:hover {
	color:#003b6d;
	text-decoration: none;
}
.subnav ul ul {
	margin:3px 0 0 0;
}
.subnav li li {
	border:none;
	padding:5px 10px 5px 15px;
}
#content .subnav li.on li a{
	color:#666;
}

/* ------- footer  ------- */

#footer {
	background:url(../img/fadebottom.png) repeat-x;
	color:#999;
	padding:30px 20px;
	font-size:85%;
	float:left;
	width:920px;
}
#copyright {
	float:left;
	width:420px;
	padding-top:5px;
}
#procure {
	float:right;
	width:420px;
	padding:5px 60px 10px 0;
	background:url(../img/procurelogosm.png) no-repeat right top;
	text-align: left;
}
#footer a {
	color:#999;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#rightcol h2 {
	color:#003b6d;
	font-size: 121%;
	margin:0 0 1em 0;
}
.pgSitemap .thirdcol h2 {
	color:#003b6d;
	font-size: 121%;
	margin:0 0 1em 0px;
}
.pgSitemap .thirdcol ul {
	margin:0 0 1em 0;
	border-top:1px dotted #999;
}
.pgSitemap .thirdcol ul ul {
	margin:0 0 5px 0;
	border:none;
}
.pgSitemap .thirdcol ul li {
	color:#666;
	border-bottom:1px dotted #999;
	padding:5px 10px 5px 0px;
	font-size:11px;
}
.pgSitemap #content .thirdcol a {
	color:#666;
	font-weight:normal;
}
.pgSitemap #content .thirdcol a:hover {
	color:#003b6d;
	font-weight:normal;
}
.pgSitemap .thirdcol ul li li {
	color:#666;
	border:none;
	padding:5px 10px 0 20px;
	font-size:inherit;
}
.pgSitemap .thirdcol ul li.pdficon {
	color:#666;
	border-bottom:1px dotted #999;
	padding:5px 10px 5px 24px;
	font-size:85%;
	background: url(../img/pdficon.png) no-repeat 0px 5px;
}
.qtip {
	font-size:11px;
	font-weight:bold;
}

