/* CSS Document */

body {
margin: 0;
margin-top: 30px;
padding: 0;
background: #E1E1E1/*url(/images/sei_bkgd.gif) repeat*/;
position:relative;
left:0px;
top:0px;
font-family: Arial, sans-serif;
z-index:0
}

body ul {
	list-style-type: square;
}

.img {
border: 0;
}

a img {
	border: none;
	}
	
.seiBdy {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
text-align: center;
width: 100%;
}

.seiBdyWrap[class] {
display: table;
}

.seiBdyWrap {
width: 950px;
margin-left: auto;
margin-right: auto;
background: #fff;
display: block;
height: auto;
text-align: left;
font-size: .75em;
border: 1px solid #ccc;

/*-moz-box-shadow: 0px 0px 8px #777;
-webkit-box-shadow: 0px 0px 8px #;
box-shadow: 0px 0px 8px #777;
*/
/* For IE 8
-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=90, Color='#ccc'); */
/* For IE 5.5 - 7
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=90, Color='#ccc'); */

}

.shadow {
}

.seiHdr {
padding: 10px 10px 1px 10px;
text-align: left;
margin-bottom: 0;
height:85px;
background: #fff url(../images/SEIheader.gif) no-repeat; 
}

.seiTopSrch {
float: right;
margin-top: 8px;
color: #DAD1DA;
font-size: 11px;
}

.searchLast {
	margin-right: 15px;
}

.seiTxtArea {
border: 1px solid #dad1da;
padding: 2px 2px 2px 4px;
font-size: 11px;
text-align: left;
}

.seiBtn {
background: url(/images/seiBtn_bkgd.gif) repeat-x;
color: #514958;
border: 1px solid #dad1da;
font-size: 11px;
font-weight: bold;
padding: 0 2px 0 2px;
}

.seiMainImg {
margin: 0;
padding: 0;
text-align: right;
border-bottom: 1px solid #D9D1DF;
}

/*
-----------------------------------------------
Navigation / Main Menu
-----------------------------------------------
*/

#seiNav {
	border-top: 1px solid #e4e2e9;
/*	border-bottom: 1px solid #e4e2e9;*/
	background: #5A145A;
	width: 100%;
	height: 21px;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 0px;
	position:relative;
	z-index: 5000;

}

#seiNav ul li a.seiNavSingle {
	height: 20px;
}

#seiNavMenu a, #seiNavMenu a:link {
display: block;
text-decoration: none;
color: #FFF;
}

#seiNavMenu li a 
{
	text-align: center;
	padding-top: 4px;
	
}

#seiNavMenu, #seiNavMenu ul {
	list-style-type:none;
	padding:0;
	margin:0;
	z-index:2;
}

#seiNavMenu li {
	float:left;
	display: block;
	position:relative;
	z-index:210;
	background: #711471;
	width: 156.3px;
	height: 21px;
	margin-right: 2px;
}

#seiNavMenu li.seiNavItemLast {
	margin-right: 0px;
}

#seiNavMenu li a:hover, #seiNavMenu li:hover a, .seiNavMSIEA, #seiNavMenu li a:active {
	color: #333 !important;
	background: #E6E6E6;
	height: 18px;
	width:auto;
}

#seiNavMenu li a.first {
	cursor: default;
}


/*
-----------------------------------------------
Dropdown Menu
-----------------------------------------------
*/
#seiNavMenu li ul {
	position:relative;
	left:-9999px;
	opacity: 0.85;
	filter: alpha(opacity = 85);
	z-index: 3000;
}

#seiNavMenu li ul li a, #seiNavMenu li.seiNavMSIE ul li a {
display: block;
color: #fff !important;
background: #3C3;
text-decoration: none;
padding: 4px;
width: auto;
border-bottom: 1px solid #939bad;
height: auto;
text-align: left;
line-height: 15px;
	position:relative;
	z-index: 3000;
}


#seiNavMenu li ul li a:hover, #seiNavMenu li.seiNavMSIE ul li a:hover {
background: #444;
color: #fff !important;
text-decoration: none;
height: auto;
width: auto;
}
    
#seiNavMenu li:hover ul, #seiNavMenu li.seiNavMSIE ul {
    display: block;
    left: 0px;
    width:185px;
    height: auto;
}

/*
-----------------------------------------------
Left Side Navigation Menu
-----------------------------------------------
*/

.seiSideNav[class] {
display: table;
}

.seiSideNav {
float: left;
display: block;
height: auto;
margin: 15px 15px 10px 10px;
width: 160px;
text-align: left;
font-size: 11px;
position:absolute;
z-index:5;
}

.seiBdrBtm0 {
border-bottom: none !important;
}

.seiSideNav ul {
list-style: none;
margin: 0;
padding: 0;
}

.sidelight {
background-color: #EFEFE0;
display: block;
height: auto;
}

.seiSideNav ul li {
border-bottom: 1px solid #e2e2e7;
color: #55535c;
text-decoration: none;
text-transform: uppercase;
padding: 4px 4px 2px 4px;
height: auto;
}

.seiSideNav ul li a, .seiSideNav ul li a:visited {
color: #55535c;
text-decoration: none;
display: block;
height: auto;
padding: 4px;
margin: -4px -4px -2px -4px;
font-weight: normal;
}


*html .seiSideNav ul li a, *html .seiSideNav ul li a:visited {
padding: 0;
margin: 0;
}
.seiSideNav ul li a:hover, .seiSideNav ul li a:active {
color: #55535c;
text-decoration: none;
background-color: #efefde;
display: block;
height: auto;
}


.seiSideNav li ul li {
padding-left: 20px;
}

.seiSideNav li ul li {
text-transform: none;
border-bottom: 0px solid #e2e2e7;
font-weight: bold;
}

.seiSideNav li ul li a, .seiSideNav li ul li a:visited {
font-weight: normal;
color: #55535c !important;
text-decoration: none;
}

.seiSideNav li ul li:hover a, .seiSideNav li ul li a:hover {
color: #fff !important;
background-color: #55535c !important;
}


/*
-----------------------------------------------
Homepage Services Links
-----------------------------------------------
*/

.seiServices {
	width:160px; 
	float: left; 
	position: relative;
	margin: 0 25px 5px 10px;
}

.health {
	display: block;
	width: 80px;
	height: 80px;
	background: url(../images/icoPubHealth.jpg) bottom;
	text-indent: -99999px;
	border: 1px solid #ccc;
	float: left;
	margin-top: 10px;
}

.health:hover {
	background-position: 0 0;
}

.Education {
	display: block;
	width: 80px;
	height: 80px;
	background: url(../images/icoPubEd.jpg) bottom;
	text-indent: -99999px;
	border: 1px solid #ccc;
	float: right;
	margin-right: -10px;
	margin-top: 20px;
}

.Education:hover {
	background-position: 0 0;
}

.ITservices {
	display: block;
	width: 80px;
	height: 80px;
	background: url(../images/icoITservices.jpg) bottom;
	text-indent: -99999px;
	border: 1px solid #ccc;
	float: left;
	margin-top: 10px;
}

.ITservices:hover {
	background-position: 0 0;
}

.Communications {
	display: block;
	width: 80px;
	height: 80px;
	background: url(../images/icoComm.jpg) bottom;
	text-indent: -99999px;
/*	border: 1px solid #ccc;*/
	float: right;
	margin-right: -10px;
	margin-top: 10px;
}

.Communications:hover {
	background-position: 0 0;
	
}

/*
-----------------------------------------------
Show/Hide Collapsible Text
-----------------------------------------------
*/

.spotOn {
	display: block;
}

.spotOff {
	display: none;
}

/*
-----------------------------------------------
Callout Boxes
-----------------------------------------------
*/

.CVbox {
	width: 505px;
	height: auto;
	display: table;
	border: 1px solid #777;	
	margin-top: 10px;
	background: #e6e6e6 url(../images/CVboxShine.png) top center no-repeat;
	font-size: 1em;
	color: #444;
}

.CVbox img {
	width: 120px;
	height: 64px;
	display: block;
	position: relative;
	float: left;
	margin: 10px;
}

.CVbox p {
	width: 330px;
	height: auto;
	display: block;
	position: relative;
	float: left;
	padding: 10px;
	margin-bottom: 5px;
	font-size: .8em;
	padding-left: 20px;
	border-left: 1px solid #CCC;
}

.CVbox p strong {
	text-transform: uppercase;
	font-weight: bold;
}

.seiCaptions {
width: 265px;
float: right;
height: auto;
display: block;
border-left: 1px solid #9E779F;
padding-left: 15px;
margin-left: 15px;
margin-bottom: 15px;
text-align: left;
}

.seiCaption2[class] {
display: table;
}

.seiCaption2 {
width: 276px;
float: right;
height: auto;
display: block;
margin-left: 15px;
margin-bottom: 15px;
}

.seiCaptions2Top[class] {
background-image: url(/images/captiontop.png);
}

.seiCaptions2Top {
FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/captiontop.png', sizingMethod='fixed');
background-repeat: no-repeat;
height: 13px;
margin: 0;
padding: 0;
}

.seiCaptions2Back[class] {
background-image: url(/images/captionrepeat.png);
background-repeat: repeat-y;
background-position: top;
height: auto;
}
 
.seiCaptions2Back {
border: 0px solid #000000;
FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/captionrepeat.png', sizingMethod='scale');
height: 0;
margin: 0;
padding: 0 10px 0 14px;
}

.seiCaptions2Btm[class] {
background-image: url(/images/captionbottom.png);
}

.seiCaptions2Btm {
FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/captionbottom.png', sizingMethod='fixed');
background-repeat: no-repeat;
background-position: top;
height: 18px;
}


.seiCaption3[class] {
display: table;
}

.seiCaption3 {
width: 276px;
float: right;
height: auto;
display: block;
margin-left: 0px;
margin-bottom: 15px;
}

.seiCallout {
	width: 99%;
	height: auto;
	display: table;
	border: 1px solid #777;	
	margin-bottom: 20px;
	padding: 5px;
	background: #1c2849 url(../images/POTUS_half.png) bottom left no-repeat;
	font-size: 1em;
	color: #444;
}

.seiCallout h1 {
	font-size: 12px;
	font-weight:normal !important;
	color: #fff !important;
	margin-left: 160px;
	vertical-align: middle;
	margin-top: 0;
	line-height:1.25em;
}

.seiCallout a {
	color: #fff !important;
	font-weight: normal;
	text-transform: capitalize;
}

.seiCallout a:hover {
	color: #EDC118 !important;
	font-weight: normal;
}

.hide {
	display: none;
}

/*
-----------------------------------------------
Right Side Sidebar
-----------------------------------------------
*/


.seiSidebar {
	display: block;
	width: 21%; 
	float: right;
	height: auto;
	padding: 20px;
	margin: 0;
	background: url(../images/sidebar.jpg) top left no-repeat;
	display: block;
	overflow: hidden;/*
	min-height: 400px;*/
}

.seiSidebar ul {
	list-style-type: square;
	margin-left: -20px;
}

*+html .seiSidebar ul {
	margin-left: 30px;
}

*+html .seiSidebar {
	display: table;
}

.seiSidebarSub {
	display: block;
	width: 21%;
	float: right;
	height: auto;
	padding: 20px;
	margin: 0px 0px 0 10px;
	background: url(../images/sidebar.jpg) top left no-repeat;
	display: block;
	overflow: hidden;
	min-height: 400px;
}

.sidebarList {
	list-style-type: square;
	line-height: 1.8em;
	}

/* Safari hack for width of element*/
@media screen and (-webkit-min-device-pixel-ratio:0){
.seiSidebarSub {
width: 21%;
}
}

.sidebarDiv {
	width: 258px;
	height: 18px;
	background: #ccc;
	display: table;
	text-transform: uppercase;
	padding-top: 3px;
	margin-left: -20px;
	margin-bottom: 8px;
	color: #444;
}

.sidebarDiv ul {
	list-style-type: square;
}

.sidebarDiv ul li a {
	color: #711471 !important;
}

.sidebarGreen {
	width: 21px;
	height: 21px;
	float: left;
	background: #ABD037;
	display: table;
	margin-top: -3px;
	margin-right: 10px;
}

.sidebarPurple {
	width: 21px;
	height: 21px;
	float: left;
	background: #711471;
	display: table;
	margin-top: -3px;
	margin-right: 10px
}

/*
-----------------------------------------------
Content Area Styles
-----------------------------------------------
*/


.seiContent div.seiCaptions h1 a, .seiContent div.seiCaptions h1 a:visited {
color: #651166;
text-decoration: none;
}

.seiContent div.seiCaptions h2 {
font-size: .9em;
color: #651166;
margin-top: 0;
margin-bottom: 6px;
}

.seiContent[class] {
display: block;
}

.seiContent {
display: block;
float: left;
padding: 15px;
height: auto;
width: 71%;
background: #fff;
line-height: 1.4em;
position: relative;
z-index:1;
}

.seiContentIT {
display: block;
padding: 20px;
height: auto;
width: 804px;
margin-left:180px;
background: #fff url(../images/contentBkg2.gif) top right repeat-y;
}

*html .sub {
margin-left: 185px;
}

*+html .sub {
margin: 0 0 0 185px;
}

.seiContent h1, .staffName {
font-size: 1.25em;
font-weight: bold;
text-transform: uppercase;
color: #651166;
margin-bottom: 4px;
margin-top: 0;
z-index: 210;
}

.staffTitle {
text-transform: none;
font-weight: normal;
color: #651166;
font-style: italic;
}

.seiContent h2 {
font-size: 1.25em;
font-weight: bold;
color: #651166;
margin-bottom: 4px;
margin-top: 0;
}

.seiContent h3 {
color: #631063;
font-size: 1em;
} 

.seiTop {
margin-top: 0;
padding-top: 0;
vertical-align: top;
}

.seiContent a, .seiContent a:visited, .seiTopSrch a, .seiTopSrch a:visited {
color: #651166;
}

.seiContent a:hover, .seiContent a:active, .seiTopSrch a:hover {
color: #ABD037;
text-decoration: none;
}

.seiAd {
width: 550px;
display: table;
height: auto;
border-top: 1px dashed #CDDFA7;
font-size: .9em;
padding-top: 20px;
margin-top: 20px;
}

.seiMoCo {
width: 550px;
display: table;
height: auto;
border-top: 1px dashed #CDDFA7;
font-size: .75em;
padding-top: 8px;
margin-top: 20px;
}

.seiNewsHP ul {
color: #333333;
margin: 0;
margin-left: 10px;
padding: 4px;
}

.seiNewsHP li {
margin-bottom: 8px;
}
.seiNewsHP li a {
color: #666666;
}

.seiStaff {
width: 100%;
border-collapse: collapse;
}

.seiStaff th {
color: #55535c;
text-transform: uppercase;
border-bottom: 1px solid #55535c;
}

.seiStaff th, .seiStaff td {
padding: 4px;
}

.seiStaff td {
border-bottom: 1px solid #e2e2e7;
}

.closer {
	background: #91931A;
	display: block;
	height: auto;
	color: #fff;
	padding: 6px;
	width: 788px;
	margin: auto;
	text-align: center;
}

.closer a, .closer a:visited {
	color: #fff !important;
	text-decoration: none !important;
}

.closer a:hover {
	text-decoration: underline;
}


.edPop {
   display: none;
    background: none;
    width: 900px;
    height: 700px;
    position: absolute;
    z-index: 210;
	margin: auto;
	text-align: center;
}

.edHover {
	position: absolute;
	z-index: 210;
}

.blankrise {
	position: absolute;
	z-index: 310;
	margin-top:340px;
	text-decoration: none !important;
	margin-left: 410px;
}

div.blankrise a, div.blankrise a:visited {
	text-decoration: none !important;
}

.raise {
position: relative;
z-index: 310;
}

.pullQuote {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight:lighter;
line-height: 22px;
color: #999999;
text-align:justify;
width: 64%;
}

.pullQuote span {
font-size: 12px;
font-weight: bold;
float: right;
}

.seiServices {
	float: right;
}

.seiServices img {
	vertical-align: middle;
	margin-right: 4px;
}

.seiServices ul {
	text-transform: uppercase;
	list-style-type: none;
	margin-left: -30px;
}

*+html .seiServices ul {
	text-transform: uppercase;
	list-style-type: none;
	margin-left: 10px;
}

.hidden { 
	display: none; 
}
.unhidden { 
	display: block; 
}

.projectSection {
	display: block;
	width: 100%;
	padding: 4px;
	text-transform: uppercase;
	border-top: 1px solid #711471;
	border-bottom: 1px solid #711471;
	color: #333;
	margin-top: 1.2em;
	margin-bottom: -.5em;
}

.projectDesc {
	background: url(..//images/projectDesc.gif) top no-repeat;
	display: block;
	width: 100%;
	height: 30px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: none;
	text-indent: -9999px;
}



/*
-----------------------------------------------
Secondary Pages 
-----------------------------------------------
*/


.subContent {
	width: 53%; 
	float: right;
	margin: 10px 5px 10px 5px;
	position: relative;
	top: 0;
	left:0;
	z-index: 5;
	line-height: 1.4em;
}

/* Safari hack for width of element*/
@media screen and (-webkit-min-device-pixel-ratio:0){
.subContent {
width: 53.5%;
}
}

.subContent h1 {
	font-size: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
	color: #651166;
	margin-bottom: 4px;
	margin-top: 0;
	z-index: 210;
}

.subContent h2 {
	font-size: 1.25em;
	font-weight: bold;
	color: #651166;
	margin-bottom: 4px;
	margin-top: 0;
}

.subContent h3 {
	color: #631063;
	font-size: 1em;
	margin-bottom: -.8em;
} 

*+html .subContent h3 {
	margin-bottom: -.8em;
	margin-top: 1em;
} 


.subContent a, .subContent a:visited {
	color: #651166;
}

*+html .subContent p {
	margin-top: 1em;
	margin-bottom: .8em;
}


/*
-----------------------------------------------
Footer
-----------------------------------------------
*/

.seiFtr {
margin-top: 0;
color: #fff;
font-size: .7em;
text-align: left;
width: 930px;
margin-left: auto;
margin-right: auto;
padding: 10px;
background: url(../images/seiFtr.gif) repeat-y;
background-position: -55px;
}

*+html .seiFtr {
	margin-top: -20px;
}

a.NoLink, a.NoLink:visited {
color: #000;
text-decoration: none !important;
}

a.NoLink:hover, a.NoLink:active {
color: #6C6F07;
text-decoration: underline;
}

.seiFtr a, .seiFtr a:visited {
color: #fff;
}

.seiFtr a:hover, .seiFtr a:active {
color: #c1c17b;
text-decoration: none;
}

/*
-----------------------------------------------
Sitemap
-----------------------------------------------
*/

.sitemap {
	width: 900px;
	height: 600px;
	border-bottom: 1px solid #dbd3f0;
	background: url(../images/mapBKG.png) top center no-repeat;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
}


.home[class] {
	background: url(../images/tabHome.png) no-repeat;
}

.home {
	width: 104px;
	height: 121px;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tabHome.png', sizingMethod='fixed');
	padding: 3px;
	position: absolute;
	margin-top: 457px;
	margin-left: 280px;
}

.about[class] {
	background: url(../images/tabAbout.png) no-repeat;
}

.about {
	width: 188px;
	height: 255px;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tabAbout.png', sizingMethod='fixed');
	padding: 3px 10px 3px 3px;
	position: absolute;
	margin-top: 240px;
	margin-left: 60px;
}

.magagement[class] {
	background: url(../images/tabMGT.png) no-repeat;
}

.magagement {
	width: 201px;
	height: 225px;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tabMGT.png', sizingMethod='fixed');
	padding: 3px;
	position: absolute;
	margin-top: 265px;
	margin-left: 450px;
	z-index: 10;
}

.news[class] {
	background: url(../images/tabHome.png) no-repeat;
}

.news {
	width: 104px;
	height: 121px;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tabHome.png', sizingMethod='fixed');
	padding: 3px;
	position: absolute;
	margin-top: 204px;
	margin-left: 320px;
}

.informationTech[class] {
	background: url(../images/tabIT.png) no-repeat;
}

.informationTech {
	width: 189px;
	height: 199px;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tabIT.png', sizingMethod='fixed');
	padding: 3px 10px 3px 3px;
	position: absolute;
	margin-top: 295px;
	margin-left: 630px;
	z-index: 50;
}

.careers[class] {
	background: url(../images/tabCareers.png) no-repeat;
}

.careers {
	width: 82px;
	height: 88px;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tabCareers.png', sizingMethod='fixed');
	padding: 3px;
	position: absolute;
	margin-top: 155px;
	margin-left: 464px;
}

.clients[class] {
	background: url(../images/tabClients.png) no-repeat;
}

.clients {
	width: 82px;
	height: 88px;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tabClients.png', sizingMethod='fixed');
	padding: 3px;
	position: absolute;
	margin-top: 165px;
	margin-left: 560px;
}

.events[class] {
	background: url(../images/tabEvents.png) no-repeat;
}

.events {
	width: 82px;
	height: 88px;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tabEvents.png', sizingMethod='fixed');
	padding: 3px;
	position: absolute;
	margin-top: 27px;
	margin-left: 378px;
}

.contact[class] {
	background: url(../images/tabContact.png) no-repeat;
}

.contact {
	width: 82px;
	height: 88px;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tabContact.png', sizingMethod='fixed');
	padding: 3px;
	position: absolute;
	margin-top: 27px;
	margin-left: 495px;
}

.sitemap h1.single {
	padding-top: 15px;
}

.sitemap h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 10px;
	text-align: center;
}

.sitemap h1 a {
	text-decoration: none;
	color: #651166;
	margin-left: -5px;
	text-transform: capitalize;
}

.sitemap h1 a:hover {
	color: #333;
}

.sitemap li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	text-decoration: none;
	/*line-height: 1.4em;*/
}

.sitemap li a:hover {
	text-decoration: underline;
}

.sitemap ul {
	list-style-image: url(../images/bullet_sq.gif);
	line-height: 1.4em;
	text-align: left;
}

/*
-----------------------------------------------
Case Studies
-----------------------------------------------
*/

.CSwrapper {
	width: 600px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 16px;
	background: #fff;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .8em;
	font-weight: normal;
	text-align: center;
	display: block;
	border: 1px solid #ccc;
	line-height:1.4em;
}

.CSwrapper h1 {
	font-size: 1.3em;
	font-weight: bold;
	text-transform: capitalize;
	color: #711471;
	margin-top: 22px;
	margin-bottom: 0;
	text-align: left;
}

.CSwrapper h1 a {
	color: #711471 !important;
	text-decoration: none !important;
}

.CSwrapper p {
	text-align: left;
}

.CSwrapper ul {
	text-align: left;
	list-style-type: square;
}

.CSwrapper p a {
	color: #711471 !important;
}

.CSwrapper p strong {
	font-weight: bold;
	color: #711471;
	margin-right: 4px;
}

.CSwrapper img {
	border: 1px solid #999;
}

.CSwrapper .key {
	width: 550px; 
	margin-left: auto; 
	margin-right:auto; 
	display:block; 
	padding:8px 8px 8px 8px; 
	background: #fff; 
	border: none; 
	margin-left: 30px;
}

.CSwrapper .key .topShadow {
	background:url(../images/keyDivide_top.png) top left no-repeat; 
	margin: -5px 0 -20px -20px
}

.CSwrapper .key .botShadow {
	background:url(../images/keyDivide_bot.png) bottom left no-repeat; 
	margin: -20px 0 -5px -20px
}

.key p strong{
	font-weight: bold;
	color: #711471;
	margin-right: 4px;
}

.key p {
	color: #777;
}
	
.CSright {
	font-style: italic;
	text-align: right;
}

.CSdisplay {
	width: 70%; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: center; 
	padding: 10px;
	height: auto;
	display: table;
}

.CSdisplay a img{
	padding: 10px;
	margin-bottom: 0;
}

.PFdisplay {
	width: 80%; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: center; 
	padding: 10px;
	height: auto;
	display: table;
}

.PFdisplay a img{
	margin: 10px 5px;
	border: 1px solid #ccc;
	margin-bottom: 0;
}

/*#MEPI {
	width: 600px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 16px;
	background: #fff;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .8em;
	font-weight: normal;
	text-align: left;
}
*/


/*
-----------------------------------------------
Case Studies Gallery View
-----------------------------------------------
*/

.subpageContent {
	display: table;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	text-align: center;
}

.subpageContent h1 {
	font-size: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #651166;
	margin-bottom: 4px;
	margin-top: 0;
	z-index: 210;
}



/*
-----------------------------------------------
ImageFlow Settings
-----------------------------------------------
*/

@media screen, projection {
	.imageflow {
		overflow:visible;
		position:relative; 
		text-align:left;
		visibility:visible;
		width:90%;
		height: auto;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
	}
	
	*+html .imageflow {
		margin-bottom: 70px;
	}
	
	.imageflow img {
		border:none;
		position:absolute;
		margin-top:-130px;
		height: auto;
		visibility:hidden;
		-ms-interpolation-mode:bicubic; /* Enables bicubic image resampling for the IE7 */
	}
	
	.imageflow p {
		margin:0 auto;
		text-align:center;
	}
	.imageflow .loading {
		border:1px solid white;
		height:15px;
		left:50%;
		margin-left:-106px;
		padding:5px;
		position:relative;
		visibility:visible;
		width:200px;
	}
	.imageflow .loading_bar {
		background:#fff;
		height:15px;
		visibility:visible;
		width:1%;
	}
	.imageflow .navigation{
		z-index:10000;
	}
	.imageflow .caption {
		font-weight:normal;
		color: #333;
		position:relative; 
		text-align:center;
		z-index:10001;
	}
	.imageflow .scrollbar {
		border-bottom:1px solid #b3b3b3;
		position:relative; 
		visibility:hidden;
		z-index:10002;
		height:1px;
	}
	.imageflow .slider {
		background:url(../slider.png) no-repeat;
		height:14px;
		margin:-6px 0 0 -7px;
		position:absolute;
		width:14px;
		z-index:10003;
	}
	.imageflow .slideshow {
		cursor:pointer;
		height:14px;
		margin:20px 0 0 20px;
		position:absolute;
		width:14px;
		z-index:10003;
	}
	.imageflow .slideshow.pause {
		background:url(button_pause.png) no-repeat;
	}
	.imageflow .slideshow.play {
		background:url(button_play.png) no-repeat;
	}
	.imageflow .images {
		overflow:hidden;
		white-space:nowrap;
	}
	.imageflow .button {
		cursor:pointer;
		height:17px;
		position:relative;
		width:17px;
	}
	.imageflow .previous {
		background: url(../button_left.png) top left no-repeat;
		float:left;
		margin: -7px 0 0 -30px;
	}
	.imageflow .next {
		background: url(../button_right.png) top left no-repeat;
		float:right;	
		margin:-7px -30px 0 30px;
	}
}


/*
-----------------------------------------------
Clients Carousel
-----------------------------------------------
*/

.carousel_container {
				width: 860px;
				margin-left: auto;
				margin-right: auto;
				margin-top: -20px;
				margin-bottom: 20px;
				border-bottom: 1px solid #dbd3f0;
				position: relative;
				z-index: 1 !important;
			}
			
			.mission {
	float: left;
	margin-left: 10px;
			}
			
			.naics p {
			margin: 4px 0 15px 10px;
			
			}
			
			.showMore {
			display: none;
			height: auto;
			background: #EFEFE0;
			padding: 10px;
			border: 1px solid #651166;
			position: absolute;
			width: 500px;
			z-index: 310;
			margin-top: -440px;
			}
			
			.video {
			display: none;
			height: auto;
			width: auto;
			vertical-align: bottom;
			background: #EFEFE0;
			padding: 10px;
			border: 1px solid #651166;
			position: absolute;
			z-index: 9999;
			margin-top: -300px;
			margin-left: -600px;
			}
			
			
.showLess {
display: none;
}

.clientlist {
	display: table;
	width: 900px;
	list-style-type: none;
	font-size: .9em;
	line-height: 1.4em;
}

*+html .clientlist {
	width: 850px;
}

.clientlistLeft {
	float: left;
	width: 300px;
	position: relative; 
	z-index: 110;
}

.clientlistRight {
	position: relative;	
	float: left;
	margin-left: 20px;
	width: 300px;
	z-index: 110;
}

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

.clientlist li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #63107b;
	text-decoration: none;
}

.clientlist li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	text-decoration: none;
}

.clientPop {
			display: none;
			height: auto;
			background: #EFEFE0;
			padding: 10px;
			border: 1px solid #651166;
			position: absolute;
			width: 300px;
			z-index: 310;
			margin-top: 4px;
			margin-left: 260px;
			}
			
			.portPop {
			
			height: auto;
			position: absolute;
			width: 900px;
			z-index: 310;
			margin-left: -190px;
			margin-top: -100px;
			}
			
			.invClose {
			
			position: absolute;

			z-index: 410;
			margin-top: -123px;
			margin-left: 605px;
			}
			
/* DEVELOPER CLASSES */

.Grid
{
    margin-left:10px;    
}

.noline
{
    text-decoration:none;
}

.studyList {
	margin-left: -1em;
}

.studyList ul {
	list-style-type: square;
	line-height: 1.6em;
}

.studyList ul a {
	color: #711471 !important;
}

.studyList ul a:hover {
	text-decoration: underline !important;
}

.list
{
    display: inline; 
    margin: 0 0 0 0; 
    padding: 0 0 0 0; 
    list-style-type: none;
}

.highlights {
	list-style-type: square !important; 
	margin-left: -3.3em !important;
	line-height: 1.4em;
}

*+html .highlights {
	margin-left: 0 !important;
}

.highlights a { 
	text-decoration: none;
	color: #711471 !important;
}

a.highlightHead { 
	text-decoration: none;
	color: #444 !important;
} 

a:hover.highlightHead { 
	text-decoration: underline;
	color: #444 !important;
} 

