/***********************************************/
/* deeter css main                             */
/***********************************************/ 
html {background-image: url(images/theme_images/bg_grid.gif);}
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	padding: 0px;
	background-color: #D1E4EF;
	width:950px;
	padding:0 25px 25px 25px;
	margin:0 auto;
}
#wrapper {
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5{
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
	font-size: 114%;
	color: #9C254F;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}
h6{
 font-size: 100%;
}

ul{
	list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				
.casestudy{
color: #006699;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#banner{
	margin: 0;
	padding: 10px 0px 0px;
	background-color:#FFFFFF;
	width: 100%;
	position:relative;
}

#logo {
	position: absolute;
	height: 108px;
	width: 105px;
	left: 14px;
	z-index: 2;
	top: -1px;
	background-repeat: no-repeat;
}

#nav {
	border-top: 1px solid #cccccc;
	margin: 0px;
	padding: 0px 5px 10px 10px;
}

#navBar{
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 185px;
	float: left;
	position: relative;
	margin: 0;
	padding: 5px 0px 50px 0;
	height: 400px;
	overflow:hidden;
}

#contentwrapper {
}

#content {
	width: 510px;
	margin-left: 190px;
	overflow:hidden;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px 0px 0px 110px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 15px 0px 10px 10px;
}


/************* #globalNav styles **************/
#menu {
	border-size: 1px;
	padding-left: 175px;
	position: relative;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #03063E;
	background-color: #EEEEEE;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #03063E;
	height: 30px;
	}
	
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
	
#menu ul li {
	display: inline;
	}
	
#menu ul li a:link, #menu ul li a:visited{
	color: #3688BA;
	display: block;
	background:  url(images/menu2.gif);
	padding: 8px 10 0 10px;
	float: left;
	text-decoration: none;
	border-left: 2px solid #990000;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #990000;
	}
#menu ul li a:hover {
	color: #3688BA;
	background:  url(images/menu_dwn.gif);
	padding: 8px 0 -5 30px;
	border-bottom: thin solid #990000;
	}

/*#globalNav{
	color: #cccccc;
	padding: 2px 2px 2px 190px;
	white-space: nowrap;
	background-color: #E8E8E8;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #03063E;
	margin: 12px 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #03063E;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */
/*
#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

#globalNav  ul{
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
	border-left: 1px solid #C4C769;
}

#globalNav  li{
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #C4C769;
}

#globalNav  li a{
	text-decoration: none;
	color: #272900;
}

#globalNav  li a:hover{
	text-decoration: none;
	color: #fff;
	background-color: #272900;
}

#globalNav  li a:active{
	text-decoration: none;
	color: #fff;
	background-color: #272900;
}
*/

/************* sets active page for #globalNav **************/
#index .index, #integrated_prog .ip, #team .team, #strategic_approach .approach, #work_samples .work
{
	color: ##272900;
	padding:2px 0px 2px 0px;
	background-color:#DFDFDF;  
	text-decoration: none;
	border-bottom:10px solid #9C254F;
	position:relative;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	margin: 0px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

/* adjust margins to change separation between the feature image and text flowing around it */

/************* #footer styles ***************/

#footer{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 70%;
	color: #000000;
	/*background-image: url(images/theme_images/footer.png);*/
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-right: auto;
	padding-left: auto;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

/************* #search styles ***************/

#search{
	padding: 5px 0px 40px 10px;
	font-size: 90%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	visibility: hidden;
}

#search form{
	 margin: 0px;
	 padding: 0px;
}

#search input{
	font-size: 85%;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #Left navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#navBar ul ul {
	font-size: 75%;
}
#navBar ul ul li {
	padding-left: 5px;
	margin-left: 5px;
}
#navBar ul ul a:link, #navBar ul ul a:visited {
	text-decoration: none;
	color: #9C254F;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	text-decoration:none;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #03063E;
	padding: 2px 0px 2px 10px;
	color:#fff;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 20px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 5px 0px 5px 10px;
	font-size: 80%;
	text-align: center;
	height: 0px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** #what's new styles **************/
#whatsnew {
	margin: 10px 0px;
	padding: 0px 5px 10px 10px;
	height: auto;
	font-size: 75%;
	color: #006699;
}
#whatsnew h3 {
	font-size: 120%;
	padding: 10px 0px 5px;
}
#whatsnew a:link, a:visited {
	text-decoration: underline;
	font-weight: 400;
}

#priority {
	background-color: #000033;
	border: thin ridge #03063E;
	color:#FFFFFF;
	font-size: 135%;
}

#priority ul{
	color:#FFFFFF;
	font-size: 70%;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}

#serasacimg {
	margin: 3px 8px 3px 3px;
	padding: 5px;
	background-color: #03063E;
	border: thin ridge #03063E;
	float: left;
	color: #FFFFFF;
	font-style: italic;
}
.upper {
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: bolder;
	color:#9C254F;
	padding-right: 5px;
}

.quotes {
	font-family: Arial,sans-serif;
	font-style: italic;
	font-size: 75%;
	line-height: 130%;
	color: #FFFFFF;
}

.teamexp {
	font-size: 75%;
	color: #334d55;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
}

#teambio {
	height: auto;
	width: 150px;
	border: 1px dashed #000000;
	background-color: #000033;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 11px;
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 40px;
	margin-left: 5px;
}

#integrated {
	color: #FFFFFF;
	position: absolute;
	left: 480px;
	top: 194px;
	width: 295px;
	float: right;
	font-size: 130%;
}
#integrated ul{
	color:#FFFFFF;
	font-size: 80%;
	line-height: 150%;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
.coreout {
	font-size: 80%;
	font-weight: bold;
}
#backgrounder {
	color: #FFFFFF;
	float: right;
	padding-bottom: 20px;
}
#case {
	font-size: 118%;
}
#navBar .text {
	color:  #006699;
	padding-left: 10px;
}
.whatsnew_img {
	margin: 5px;
	padding: 0px;
	float: right;
}
.clear {
	margin: 0px;
	padding: 0px;
}

#contact {width:205px; margin-left:10px; float:right; background:#000; overflow:hidden; color:#fff; padding:15px 15px;}
#contact  h3, #contact label {color:#fff;}
#contact  h3 {padding-bottom:10px;}
#contact label {font-size:.8em; width:50px; display:inline-block; padding-bottom:2px;}
#contact input, #contact textarea {margin-bottom:7px; padding:3px; border:1px solid #ccc;}
#contact input {width:140px;}
#contact textarea {width:195px;}
#contact #formsubmit {color:#333; background:#ccc; border:none; float:right; width:auto;}