* html body {
/*\*/
	text-align: center;
/* */
}

body {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:75%;
	color:#323232;
	margin:0 0;
	padding:0px 0;
	background-color:#FFF;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-position:top;
}

h1,h2,h3,p,ul,ol,dl,td,th {
	line-height:1.6em;
}

h1 {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size:200%;
	font-weight:bold;
	color:#02307B;
	margin-top:0em;
	margin-bottom:0.70em;
	border-bottom: 1px solid #999999;
	margin-right: -33px;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:130%;
	font-weight:bold;
	color:#02307B;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	color:#02307B;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

p, ul, ol, dl {
	font-size:100%;
	margin-top:0;
	margin-bottom:1.0em;
}

ul {
	list-style:disc;
}

ul li,
ol li {
	margin-top:0.5em;
	margin-bottom:0.5em;
}

img {
	border:none;
}

table {
	font-size:100%;
	border:none;
	margin-top:0;
	margin-bottom:1.0em;
	border-collapse:collapse;
}

/* Default Link Properties */

a {
	color:#0547A0;
}

a:hover {
	text-decoration:none;
	color:#275A98;
}

address {
	font-style:normal;
	margin-bottom:1.0em;
}


/* Main layout elements
============================================================ 
--------------------------------------------------------- */

#page {
	width:950px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
}

#header {
	height:132px;
	margin:0;
	padding:0;
	background-image:url("../images/header-bg.png");
	background-position:left top;
	background-repeat:no-repeat;
	position:relative;
	
}

#body {
	margin:0 10px;
	min-height:120px;
	_height:120px;
	padding-top:10px;
}

#content {
	width:650px; /* 2px less due to IE bug with overflowing <em>s */
	padding:0 15px 10px 10px;
	float:left;
}


#content-no-sidebar {
	width:940px; /* 2px less due to IE bug with overflowing <em>s */
	padding:0 0px 10px 0px;
	float:none;
}

#sidebar {
	width:217px;
	padding:15px 0px 0px 20px;
	float:right;
	background-image:url(../images/sidebar-bg.png);
	background-position:left;
	background-repeat:repeat-y;
	margin-top: -15px;
	margin-bottom: 0px;
}

#footer {
	padding:0 10px;
	height:129px;
	background-image:url(../images/footer-bg.png);
	background-position:top;
	background-repeat:repeat-x;
	clear:both;
	position:relative;
}

#footer-container {
	width: 950px;
	margin: 0 auto;
text-align: left;
}

#footer-left {
	width: 500px;
	float: left;
text-align: left;
}

#footer-right {
	width: 200px;
	float: right;
text-align: right;
}

#footer-bot-left {
        width: 300px;
        float: left;
text-align: left;
}

#header-print,
#footer-print {
	display:none;
}


/* Header
============================================================ 
--------------------------------------------------------- */

#logo {
	position:absolute;
	left:0px;
	top:0px;
}

#logo a {
	background-image:url("../images/logo.png");
	background-repeat:no-repeat;
	width:324px;
	display:block;
	padding-top:127px;
	height:0px !important; /* for most browsers */
	height /**/:127px; /* for IE5.5's bad box model */
	overflow:hidden;
}

#logo-consolidated {
	position:absolute;
	right:145px;
	top:5px;
}

#logo-consolidated a {
	background-image:url(../images/header-consolidated-logo.png);
	background-repeat:no-repeat;
	width:136px;
	display:block;
	padding-top:38px;
	height:0px !important; /* for most browsers */
	height /**/:38px; /* for IE5.5's bad box model */
	overflow:hidden;
}

#logo-top-mbe {
        position:absolute;
	right:0px;
	top:1px;
}

#logo-top-mbe a {
        background-image:url(../images/Top100MBEs_small.png);
	background-repeat:no-repeat;
	width:47px;
	display:block;
	padding-top:48px;
	height:0px !important; /* for most browsers */
	height /**/:48px; /* for IE5.5's bad box model */
	overflow:hidden;
}

#logo-PTAPSS {
        position:absolute;
	right:290px;
	top:5px;
}

#logo-PTAPSS a {
        background-image:url(../images/PTAPSS.png);
	background-repeat:no-repeat;
	width:200px;
	display:block;
	padding-top:33px;
	height:0px !important; /* for most browsers */
	height /**/:38px; /* for IE5.5's bad box model */
	overflow:hidden;
}

#logo-HUBZone {
        position:absolute;
        right:55px;
        top:5px;
}

#logo-HUBZone a {
	background-image:url(../images/hubzonelogo_sized.gif);
	background-repeat:no-repeat;
	width:87px;
	display:block;
	padding-top:38px;
	height:0px !important; /* for most browsers */
	height /**/:38px; /* for IE5.5's bad box model */
	overflow:hidden;
}

#logo-intelligence {
	position:absolute;
	left:128px;
	top:107px;
	width:197px;
	height:17px;
}


#banners {
	width: 950px;
	height: 172px;
	position: relative;
	top: 127px;
	left: 0px;
}

#latest-news {
	background-image:url(../images/news-bg.png);
	background-repeat:no-repeat;
	width: 770px;
	height: 32px;
	padding-top:20px;
	padding-left: 180px;
	text-align:left;
	font-size: 90%;
	color: #000;
	position: relative;
	top: 130px;
	left: 0px;
}

#search-div {
	position: absolute;
	right: 0px;
	top: 58px;
	width: 220px;
	height: 19px;
text-align:right;
}

#search-div #search-text {
	border: 1px solid #B5C1C8;

}

#search-div #search-button {
	background-image:url(../images/search-button.png);
	background-repeat:no-repeat;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	border: 0px;
	width: 46px;
	padding-top:19px;
	moz-height:0px !important; /* for most browsers */
	height /**/:19px; /* for IE5.5's bad box model */
	vertical-align:middle;
	overflow:hidden;
	margin-top:-4px;
	moz-margin-top:-2px;
}

/* Sidebar
============================================================ 
--------------------------------------------------------- */
#sidebar {
	color:#333;
	font-size:90%;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* Headings within the Sidebar */

#sidebar h2 {
	text-decoration:none;
	font-weight:bold;
	color: #000;
	border-top: 1px dotted #CCC;
	padding-left:19px;
	border-left: 2px solid #00296C;
	font-size:110%;
	padding-bottom:3px;
	padding-top:3px;
	margin:5px -5px 5px -20px;
	border-bottom: 1px dotted #CCC;
	width: 228px;
	background-color:#E3E6EA;
}

#sidebar-bottom {
	background-image:url("../images/sidebar-bttm.png");
	background-repeat:no-repeat;
	width:237px;
	display:block;
	padding-top:126px;
	height:0px !important; /* for most browsers */
	height /**/:126px; /* for IE5.5's bad box model */
	overflow:hidden;
	margin-left: -20px;

	margin-bottom: 0px;
}

#list-solutions-sidebar {
	margin-left:0;
	padding:0;
	list-style:none;
	margin-left: -10px;
	
}

#list-solutions-sidebar li {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 105%;
	border-left: 1px solid #999;
	border-top: 1px dotted #CCC;
	text-decoration:none;
	width:228px;
	margin:0px 0px 0px -10px;
	color:#5C5C5C;
	display:block;
	padding:4px 0px;
	padding-left:20px;
}	

/* Footer
============================================================ 
--------------------------------------------------------- */

#footer p.copyright {
	color:#FFF;
	font-size:85%;
	margin:0;
	padding-right:5px;
	padding-top:32px;
	padding-bottom:3px;
}

#footer a {
	color:#FFF;
	font-size:90%;
	margin:0;
}

#newline-signature {
	text-align:left;
	margin:0 auto;
}

#newline-signature a {
	display:block; /* set to "none" to hide the signature */
	margin:15px 0;
	margin-bottom:0;
	width:260px;
	padding-top:36px;
	height:0px !important; /* for most browsers */
	height /**/:36px; /* for IE5.5's bad box model */
	overflow:hidden;
	background-repeat:no-repeat;
	background-image:url(../images/newline-signature.gif);
}

/* Navigation
============================================================ 
--------------------------------------------------------- */

/* Main nav */

#main-nav {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	width:553px;
	top:99px; 
	left:388px;
}

#main-nav li {
	display:block;
	margin:0;
	padding:0;
	float:left;
	background:none;
	line-height:28px;
	height:28px;
}

#main-nav li a {
	padding:0px;
	display:block;
	height:28px;
	line-height:28px;
	color:#fff;
	font-size:11px;
	float:left;
	background-repeat:no-repeat;
	padding-top:28px;
	height:0px !important; /* for most browsers */
	height /**/:28px; /* for IE5.5's bad box model */
	overflow:hidden;
}

#main-nav-home a {		background-image:url(../images/main-nav/home.png); width:59px; }
#main-nav-about-us a {		background-image:url(../images/main-nav/about-us.png); width:79px; }
#main-nav-solutions a { background-image:url(../images/main-nav/solutions.png); width:74px; }
#main-nav-ilm-work a {	background-image:url(../images/main-nav/ilmwork.png); width:90px; }
#main-nav-clients a {	background-image:url(../images/main-nav/clients.png); width:70px; }
#main-nav-publications a {	background-image:url(../images/main-nav/publications.png); width:94px; }
#main-nav-contact a {	background-image:url(../images/main-nav/contact-us.png); width:87px; }


#main-nav li a:hover {
	background-position:0 -28px;
}

#main-nav li a.current,
#main-nav li a.current:hover {
	background-position:0 -28px;
}

/* Sub nav */

#sidebar h2.sub-nav {
	
}

#sidebar #sub-nav {
	margin-left:0;
	padding:0;
	list-style:none;
	margin-left: -10px;
	
}

#sub-nav li {
	padding:0;
	margin:0px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 105%;
}	

#sub-nav li a {
	display:block;
	padding:4px 0px;
	padding-left:20px;
	margin:0px 0px 0px -10px;
	color:#02307B;
	text-decoration:none;
	width:228px;
	border-left: 1px solid #999;
	border-top: 1px dotted #CCC;
}

#sub-nav li a:hover {
	padding-left:19px;
	border-left: 2px solid #CA0C0C;
}

#sub-nav li a.current,
#sub-nav li a.current:hover {
	text-decoration:none;
	font-weight:bold;
	color: #000;

	padding-left:19px;
border-left: 2px solid #CA0C0C;
	
	
}


/* Crumbs */

#crumbs {
	font-size:85%;
	color:#666;
	padding:0;
	padding-bottom:0.5em;
	margin:0;
	margin-bottom:1.5em;
	list-style:none;
}

#crumbs li {
	display:inline;
}


/* Posts/News/Blog
============================================================ 
--------------------------------------------------------- */

/* Posts - styles for category listing*/

.posts {
	margin-left:0;
	padding-left:0;
	list-style:none;
}

.posts li {
	margin-bottom:1.5em;
}

.posts h3 {
	font-size:100%;
	margin-top:0em;
}

/* Post - styles for individual post detail view*/

.posts .meta {
	font-size:75%;
	color:#888;
	margin-bottom:0.4em;
	padding:0.3em 0;
	border-bottom:1px solid #C3D0E2;
}

.posts .date {
	font-weight:normal;
	color:#275A98;
}

.posts .categories a {
	color:#777;
}


/* Posts Paging */

.posts-paging {
	font-size:85%;
	padding-top:1.0em;
	border-top:3px double #C3D0E2;
	text-align:center;
	clear:both;
}

.posts-paging a {
	font-weight:bold;
}


/* Post */

.post .meta {
	font-size:75%;
	color:#888;
	margin-bottom:1.5em;
	padding:0.3em 0;
	border-bottom:1px solid #C3D0E2;
}

.post .date {
	font-weight:normal;
	color:#275A98;
}

.post .categories a {
	color:#777;
}


/* Comments */

#comments ol {
	list-style:none;
	margin:0;
	padding:0;
}

#comments ol li {
	font-size:85%;
	margin:1.0em 0;
	padding:0 0.5em;
	border-bottom:1px solid #DCE2EC;
}

#comments ol .meta {
	font-size:85%;
	color:#888;
	margin-bottom:1.0em;
	padding:0.3em 0;
	border-bottom:1px solid #C3D0E2;
}

#comments ol .date {
	font-weight:normal;
	color:#275A98;
}





/* Standard Widgets
		overriding of default styles for standards widgets
		(located at /cms/content/widgets/stylesheets/standard-widgets.css)
============================================================ 
--------------------------------------------------------- */

div.picture-right img,
div.picture-left img,
div.picture-center img {
	border-color:#275A98;
	
}

div.picture-right p,
div.picture-left p,
div.picture-center p {
	color:#275A98;
	
}

#sidebar ul.recent-posts p.meta {
	font-size:85%;
	border-bottom:1px solid #C3D0E2;
}

#sidebar ul.recent-posts  {
		
}

ul.recent-posts span.date {
	color:#275A98;
}

#sidebar ul.recent-posts a {

}

#sidebar ul.recent-posts p {

}

div .hr {
	background-color:#999999;
	margin-right: -33px;
}

div .hr-transparent {
	background-color:#FFF;
}

fieldset table {
	width:100%;
	margin-bottom:0;
	border:1px solid #000;
	border-bottom:none;
}

fieldset table th,
fieldset table td {
	padding:0.4em 0.5em;
	border-bottom:1px solid #000;
}

fieldset table th {
	width:140px;
	background-color:#575757;
	border-right:1px solid #000;
	text-align:right;
}

fieldset table {
	width:100%;
	margin-bottom:0;
	border:1px solid #C8D7CF;
	border-bottom:none;
}

fieldset table th,
fieldset table td {
	padding:0.4em 0.5em;
	border-bottom:1px solid #C8D7CF;
}

fieldset table th {
	width:140px;
	background-color:#EDF1EF;
	border-right:1px solid #C8D7CF;
	text-align:right;
	color:#0547A0;
}
/* Custom Widgets
============================================================ 
--------------------------------------------------------- */
#google-map {
	color:#333333;
}

fieldset table {
	width:100%;
	margin-bottom:0;
	border:1px solid #C3D0E2;
	border-bottom:none;
}

fieldset table th,
fieldset table td {
	padding:0.4em 0.5em;
	border-bottom:1px solid #C3D0E2;
}

fieldset table th {
	width:140px;
	background-color:#F5F8FC;
	border-right:1px solid #C3D0E2;
	text-align:right;
}

/* Table Styles
============================================================ 
--------------------------------------------------------- */

/* Basic listing table */

table.listing {
    border:1px solid #C3D0E2;
    border-bottom:none;
    text-align:left;
}

table.listing th {
    font-weight:bold;
    padding:0.3em 0.75em;
    background-color:#F5F8FC;
    border-bottom:1px solid #C3D0E2;
	color:#010101;
}

table.listing td {
    padding:0.3em 0.75em;
    border-bottom:1px solid #C3D0E2;
}

.callout {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:120%;
    font-weight:bold;
    text-align:center;
    padding:10px;
    background-color:#E9ECEF;
    border-top:solid 1px #CDD5E0;
    border-bottom:solid 1px #CDD5E0;
}

#solutions-list ul {
	float: right;
	width: 460px;
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
	font-size: 90%;
}
 
#solutions-list li {
	float: left;
	width: 20em;
	margin: 0;
	padding: 0;
	margin-bottom: 0.7em;
	color: #5C5C5C;
	line-height: 18px;
padding-right: 2px;
}

#solutions-list h2 {
	float: left;
	width: 120px;
	font-size: 90%;
	font-family: Arial, Tahoma, Georgia, "Times New Roman", serif;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}

#solutions-list div.hr-transparent {
	background-color: none;
	margin-bottom: -1px;
}

#solution-workforce {
	width: 650px;
	background-color: #E3E6EA;
	border-top: 1px dotted #000851;
}

#solution-analytics {
	width: 650px;
	background-color: #E3E6EA;
	border-top: 1px dotted #000851;
}

#solution-it {
	width: 650px;
	border-bottom: 1px dotted #000851;
	background-color: #E3E6EA;
	border-top: 1px dotted #000851;
}

#solution-risk-analysis {
	width: 650px;
	background-color: #F7F8F9;
	border-top: 1px dotted #000851;
}

#solution-business-process {
	width: 650px;
	background-color: #E3E6EA;
	border-top: 1px dotted #000851;
}

#solution-planning {
	width: 650px;
	background-color: #F7F8F9;
	border-top: 1px dotted #000851;
}

#solution-healthcare {
	width: 650px;
	background-color: #F7F8F9;
	border-top: 1px dotted #000851;
}

/* Contracting Vehicles
============================================================
--------------------------------------------------------- */

.services {
        width:100%;
        

}

h3.services {

}

table.services {

}

/* Custom Widgets
============================================================
--------------------------------------------------------- */

#search-results {
        margin-left:1.0em;
        padding-left:1.0em;
}

#search-results h2 {
        font-size:100%;
        line-height:1.3em;
        text-align:left;
        border:none;
        padding:0;
}

#search-results .url {
        /*font-size:75%;*/
        color:#008A00;
        margin-bottom:0;
}
