﻿/* CSS Base */

* { margin: 0; padding: 0;}

html {
	color:#000;
	background:#e3e2e1;
	margin: 0;
	padding: 0;
}

body {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#666;
	margin:0;
}

html,body {
	height:100%;
}

html>body #container {
	height:auto;
}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.clearfix { display: inline-block; margin: 0; padding: 0}

.clear { clear:both;}

#clear {
	clear:both;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

h1 {
	margin-bottom:20px;
	color:#036;
	font-size:20px;
	font-weight:400;
}

h2.title { 
	font: 30px Arial, Helvetica, sans-serif; 
	font-style:italic; 
	color: #fff;
}

h2 {
	margin-bottom:10px;
	color:#036;
	font-size:18px;
	font-weight:400;
}

h3 {
	margin-bottom:10px;
	color:#666;
	font-size:15px;
	font-weight:400;
}

h4 {
	margin-bottom:10px;
	color:#666;
	font-size:13px;
	font-weight:700;
}

h5 {
	margin-bottom:10px;
	color:#036;
	font-size:13px;
	font-weight:700;
}

p {
	padding:0 0 15px 0;
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

blockquote {
	font-style:italic;
	color:#036;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

a {
	color:#4c8fcc;
	font-weight:700;
	text-decoration:none;
}

a:hover{
	text-decoration: underline;
}

caption,th {
	text-align:left;
}

/* Layout */

#container {
	position:relative;
	min-height:100%;
	voice-family:inherit;
	height:auto;
}

/* Identifier panel */

#identifier {
	width:100%;
	height:8px;
	border-top:6px solid #003366;
}

#regionButtonContainer {
	width:980px;
	margin:0 auto;
}

ul#regionButton {
	list-style:none;
	padding:0;
	margin:0;
	width:250px;
	float:right;
}

ul#regionButton li {
	display:block;
	float:right;
	width:117px;
	height:26px;
	background:url(images/inactiveRegionBtn.png) no-repeat;
	margin: 0 0 0 7px;
	padding-top:5px;
	text-align:center;
}

ul#regionButton li a{
	text-decoration:none;
	font:12px Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:normal;
}

ul#regionButton li:hover{
	background-image: url(images/activeRegionBtn.png) !important;
	background-repeat: no-repeat;
}

ul#regionButton li.active{
	background-image: url(images/activeRegionBtn.png) !important;
	background-repeat: no-repeat;
}

/* Search Box */

#search {
	width:322px;
	height:32px;
	float:right;
	margin-top:20px;
}

.searchInput {
	width:212px;
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:bold;
	height:19px;
	padding:8px 10px 5px 10px;
	border:solid 1px #e3e2e1;
	background:url(images/searchBoxBg.png) no-repeat;
	float:left;
}

.searchBtn {
	background:url(images/searchBtnBG.png) no-repeat; 
	color:#fff; text-transform:uppercase; 
	text-align:center;
	width:79px; 
	height:27px;
	border:none;
	display:block; 
	float:left;
	margin:2px 0 0 5px;
	cursor:pointer;
  font-size:12px;
}

.searchBtn:hover {background:url(images/searchBtnHover.png) no-repeat;}

.searchBtnTrans, .FormButton {
	background:url(images/searchBtnTrans.png) no-repeat; 
	color:#fff; text-transform:uppercase; 
	text-align:center;
	width:79px; 
	height:27px;
	border:none;
	display:block; 
	float:left;
	margin:2px 0 0 5px;
	cursor:pointer;
  font-size:12px;
}
.searchBtnTrans:hover, .FormButton:hover {
  background:url(images/searchBtnTransHover.png) no-repeat;
	border:none !important;
}
	

#header {
	width:980px;
	margin:0 auto;

}

.logo {

	border:0;
}

#logoContainer{
	float:left;
}

/* Hero Container */

#heroContainer {
	width:980px;
	/*height:301px;*/
	height:275px;
	margin: 0 auto;
	/*background:url(images/heroContainerBG.png) no-repeat;*/
	background:url(images/homepage_bkgd2.png) no-repeat;
	overflow:hidden;
}

#heroContainer:after
{
    content:".";
    display: none;
}

#tagline h1 {
	display:block;
	float:left;
	padding:90px 10px 20px 30px;
	width:235px;
	height:190px;
	font:20px normal Arial, Helvetica, sans-serif;
	font-style:italic;
	line-height:30px;
	color:#fff;
}

/* Homepage Content */

/* News Block Content */

#homepageContentContainer {width:980px; margin:20px auto 0 auto; height:335px}

#newsContainer {float:left; width:654px; float:left;}

.bl {background:url(images/newsblockbl.png) 0 100% no-repeat #fff; width:654px;}
.br {background:url(images/newsblockbr.png) 100% 100% no-repeat; height:344px;}
.tl {background:url(images/newsblocktl.png) 0 0 no-repeat}
.tr {background:url(images/newsblocktr.png) 100% 0 no-repeat; padding:10px}
.clearContent {font-size: 1px; height: 1px}

#featuredNewsContent {
	width:222px;
	float:left;
	height:304px;
	padding:10px 20px;
	background:url(images/divider.png) no-repeat right center;
}

/*#featuredNewsContent h2 {
	font-size:13px;
	font-weight:bold;
	color:#666;
}
*/

#featuredNewsContent .img{
	width:214px;
	height:125px;

}

#featuredNewsContent .featuredContent{
	width:214px;
	height:125px;
	padding-top:20px;
	
}

#recentNewsContent {
	width:331px;
	float:left;
	height:304px;
	padding:10px 20px;
}

#recentNewsContent ul {
	list-style:url(images/bullet.jpg);
	list-style-position:outside;
	margin:0 0 0 10px;
}

#recentNewsContent li {
	margin:0 0 2px 10px;
	padding:0 0 12px 0;
}

#recentNewsContent li a {
	/*color:#666;*/
  color:#4c8fcc;
	font-weight:normal;
	text-decoration:none;
}
#recentNewsContent li a:hover {
	color:#4c8fcc;
	font-weight:normal;
	text-decoration:underline;
}


/* Careers Block Content */

#careersGreyBlock {
	width:317px;
	height:344px;
	background:url(images/CareersGreyBlock.png) no-repeat;
	float:right;

}

#careersGreyBlock p{
    padding:0;
}

#careersGreyBlock h2 {
	color:#575757;
	padding:17px 20px 0 20px;
}

#careersGreyBlock .btn {
	background:url(images/careersBtn.png) no-repeat;
	width:114px;
	height:22px;
	position:absolute;
	left: 187px;
	top: 2px;
	cursor:pointer;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	padding-top:6px;
}

#careersGreyBlock .btn:hover {
	background:url(images/careersBtnHover.png) no-repeat;
}

.innerContent {
	background:url(images/careersInnerBlock.png) no-repeat;
	height:239px;
	width:266px;
	margin:0 5px 3px 5px;
	position:relative;
	padding:20px;
}

.innerContent h3 {
	font:13px Arial, Helvetica, sans-serif;
	color:#003366;
	font-weight:bold;
	margin-bottom:20px;
}

.innerContent p {
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-top:10px;
}

.innerContent p a{
  color:#4c8fcc;
}
.innerContent p a.blueLink{
	color:#4c8fcc;
	padding-top:5px;
}

.innerContent p a:hover{
	color:#4c8fcc;
	text-decoration:underline;
}

a.anchor-button, a.anchor-button:hover, a.anchor-button:visited, a.anchor-button:visited:hover{
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
}

.innerContent p span {
	/*color:#4c8fcc;*/
	font-size:11px;
	font-weight:bold;
}

.innerContent p.jobDetail {
	font-size:11px;
	line-height:11px;
	padding:0;
	margin:0 0 23px 0;
	font-weight:normal;
}

.readMoreLink a {
	display:block;
	color:#4c8fcc;
	text-decoration:none;
	margin-top:10px;
}

.readMoreLink a:hover {
	text-decoration:underline;
}

/* Topics Panel */

#topicsPanel {
	width:100%;
	background:#fff;
	height:204px;
	margin:30px 0 -20px 0;
}

#topicsPanel .topicsContentContainer {
	width:980px;
	height:155px;
	margin:0 auto;
	padding-top:30px;
}

.topicsContentContainer .bucketOne, .topicsContentContainer .bucketTwo, .topicsContentContainer .bucketThree, .topicsContentContainer .bucketFour {
	width:205px;
	height:150px;
	float:left;
	padding:0 20px;
}

.topicsContentContainer .bucketOne .icon, .topicsContentContainer .bucketTwo .icon, .topicsContentContainer .bucketThree .icon, .topicsContentContainer .bucketFour .icon {
	float:left;
	width:45px;
	height:45px;
	margin-right:10px;
	display:block;

}
.topicsContentContainer .bucketOne p, .topicsContentContainer .bucketTwo p, .topicsContentContainer .bucketThree p, .topicsContentContainer .bucketFour p {
	float:left;
	display:block;
	width:150px;
}

.topicsContentContainer .bucketOne h2, .topicsContentContainer .bucketTwo h2, .topicsContentContainer .bucketThree h2, .topicsContentContainer .bucketFour h2 {
	font-size:15px;
	color:#333;
}

.topicsContentContainer .bucketOne ul {
	list-style:url(images/bullet.jpg);
	list-style-position:outside;
	margin:0 0 0 10px;
}

.topicsContentContainer .bucketOne li {
	margin:0 0 2px 10px;
	padding:0 0 0 0;
}

.topicsContentContainer .bucketOne li a {
	/*color:#666;*/
  color:#4c8fcc;
	font-weight:normal;
	text-decoration:none;
}
.topicsContentContainer .bucketOne li a:hover {
	color:#4c8fcc;
	font-weight:normal;
	text-decoration:underline;
}



#footer {
	width:100%;
	background:#0f152e url(images/footerTile.png) repeat-x center;
	height:136px;
	margin:20px 0 0 0;
}

#footer .footerContent {
	width:980px;
	margin:0 auto;
	height:116px;
	padding-top:20px;
}

.footerContent .rightCol ul li {
	font-size:11px;
	line-height:12px;
	color:#fff;
	display:inline;
	background:url(images/Footerdivider.png) no-repeat;
	background-position:left center
	margin:0;
	list-style-type:none;
	padding:0 5px 0 9px;
}

.footerContent .rightCol ul li.first {
    background-image:none;
}

.footerContent .rightCol ul li a{
	color:#fff;
	font-weight:normal;
}
.footerContent .rightCol ul li a:hover{
	text-decoration:underline;
}

.footerContent .leftCol p {
	font-size:11px;
	color:#fff;
	padding:0 4px 0 9px;
	margin:0;
	float:left;
}

.footerContent .rightCol{
    float:right;
}

/*# Internal Page #*/

/* Breadcrumb Style */
.breadcrumb p
{
	font: 11px Arial, Helvetica, sans-serif;
	color: #999;
	margin-top: 8px;
	margin-left: 30px;
  padding-bottom:8px;
}

.breadcrumb a:link
{
	text-decoration: none;
	font-weight: normal;
}

.breadcrumb a:visted, .bredcrumb a:active 
{
	color:#4e8fcc;
	
}

.breadcrumb a:hover 
{
	text-decoration: underline;
}

#internal-container 
{
	margin:auto;
	background:#ffffff;
	width: 980px;
	padding-bottom: 20px;
}

#internal-container-bottom
{
	background-image:url(images/ContainerBottom.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height: 15px;
	margin:auto;
	padding-bottom: 20px;
}


.internal-banner
{
	background-image:url(images/InternalBannerSmall.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height: 69px;
	margin: 0;
	padding: 0;
	clear:both;
}

.internal-banner h2
{
	padding:20px 0 0 30px;
	font-weight: normal;
}

.left-column
{
	width:201px;
	padding:0 30px 0 0;
	float:left;
	margin: 0;
}

.left-column-empty
{
	width:30px;
	padding:20px 0 0 0;
	float:left;
	margin: 0;
}


/*# Side Navigation Styles #*/
.side-nav
{
	width: 201px;
	margin: 0;
	padding: 0;
}

.side-nav-top 
{
	background-image:url(images/TopNavigation-img.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
	width: 200px;
	height: 7px;
	padding: 0;
	margin: 0;
}

.side-nav-bottom
{	
	background-image:url(images/BottompNavigation-img.jpg);
	background-repeat:no-repeat;
	width: 201px;
	height: 7px;
	padding: 0;
	margin: 0;
}

.side-nav-l1-CMSTreeMenuTable{
	width:200px;
	background-color:#EDECEC;
}

a.side-nav-l1-CMSTreeMenuLink, a.side-nav-l1-CMSTreeMenuLink:hover, a.side-nav-l1-CMSTreeMenuSelectedLink{
	display:block;
	padding: 10px 18px 10px 35px;
	color:#17335A;
	text-decoration:none;
	font:bold 13px Arial, Helvetica, sans-serif;
}

a.side-nav-l1-CMSTreeMenuLink:hover, a.side-nav-l1-CMSTreeMenuSelectedLink{
	color:#fff;
    background-color: #4e8fcc;
}

a.side-nav-l1-CMSTreeMenuSelectedLink:hover{
	text-decoration:none;
}

a.side-nav-l2-CMSTreeMenuLink{
	background-color:#EDECEC;
	display:block;
	padding:6px 10px 6px 39px;
	color:#666;
	text-decoration: none;
    font:12px Arial, Helvetica, sans-serif;
    font-weight:normal;
}

a.side-nav-l2-CMSTreeMenuLink:hover, a.side-nav-l2-CMSTreeMenuSelectedLink{
	background-color: #caddf0;
	display:block;
	text-decoration:none;
	color:#666;
    font-weight:normal;
}

a.side-nav-l2-CMSTreeMenuSelectedLink, a.side-nav-l2-CMSTreeMenuSelectedLink:hover{
	padding:6px 10px 6px 39px;
	color:#666;
	text-decoration:none;
}

.side-nav-l3-CMSTreeMenuItem, .side-nav-l3-CMSTreeMenuSelectedItem {
	padding:0;
}

a.side-nav-l3-CMSTreeMenuLink, a.side-nav-l3-CMSTreeMenuSelectedLink, a.side-nav-l3-CMSTreeMenuLink:hover{
	background-color:#dae7f4;
	display:block;
	padding:5px 10px 5px 55px;
	color:#666;
	text-decoration: none;
    font:11px Arial, Helvetica, sans-serif;
}

a.side-nav-l3-CMSTreeMenuLink:hover, a.side-nav-l3-CMSTreeMenuSelectedLink{
	text-decoration:underline;
    display:block;
}

/*# Application & Web Development Styles #*/
.awards {
	width: 171px;
	margin: 0;
	padding-left:30px;
	padding-top: 30px;
}

.awards  h3
{
	color: #666;
}

.awards ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.awards li
{
	width: 79px;
	height: 66px;
	display: block;
	float:left;
	border-bottom: 1px #e3e2e1 solid;
	margin: 0;
	padding: 0;
}

.awards li.right
{
	width: 79px;
	height: 66px;
	display: block;
	float:left;
	border-bottom: 1px #e3e2e1 solid;
	border-left:1px #e3e2e1 solid;
}

.middle-column
{
	width:470px;
	padding:0px 30px 0 0;
	float:left;
	margin: 0;
}

.middle-column-hidden
{
	visibility:hidden;
	height:0px;
}


.middle-column p.intro
{
	border-bottom: 1px dashed #d1d6db;
    padding-bottom: 20px;
}

.landing-container
{
	width:470px;
	padding-top: 20px;
	padding-bottom:20px;
	border-bottom: 1px dashed #d1d6db;
	height:auto;
	float:left
}

.landing-container:hover
{
	background-color:#f1f0f0;
	cursor:pointer;
}

.landing-container .left-col
{
	width: 120px;
	padding-right: 20px;
	float:left;
}


.landing-container .left-col img
{
	border: 1px solid #7d7d7d;
	width: 118px;
	height: 88px;
}

.landing-container .right-col
{
	width: 325px;
	float:right;
}

.right-column
{
	width: 225px;
	margin-right: 20px;
	float:right;
}

.content-box-top
{
	background-image:url(images/content-box-top.jpg);
	background-repeat: no-repeat;
	width: 225px;
	height: 41px;
}
	
.content-box-middle 
{
	background-color: #edebec;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 183px;
	height:auto;
	padding: 20px 20px 10px 20px;
}
	
.content-box-middle ul
{
	list-style: none;
	list-style-image:url(images/BulletPoint-img.png);
}
	
.content-box-middle ul li
{
	padding: 0px 0 5px 0;
	background-repeat: no-repeat;
}

.content-box-bottom
{
	background-image:url(images/content-box-bottom.jpg);
	background-repeat: no-repeat;
	width: 225px;
	height: 8px;
	padding-bottom: 10px;
}

.content-box-top h3
{
	padding: 12px 0 0 20px;
	color:#666;
}

.content-box-middle .list-style-container
{
	width: 185px;
	border-bottom: 1px dashed #d1d6db;
	padding: 10px 0 10px 0;
	height:auto;
	float:left;
}

.content-box-middle .list-style-container .left-img
{
	width: 58px;
	padding-right: 10px;
	float:left;
}

.content-box-middle .list-style-container .left-img img
{
	width: 56px;
	height: 42px;
	border: 1px solid #7d7d7d;
}	

.content-box-middle .list-style-container .right-text
{
	width: 110px;
	float:right;
}
	
	
/*# Solutions & Services Styles #*/
.services-container
{
	width:430px;
	padding:20px;
	border-bottom: 1px dashed #d1d6db;
	height:auto;
	float:left;
}

.services-container p, .services-container h3
{

}

.services-container:hover
{
	background-color:#f1f0f0;
	cursor:pointer;
}

.MeetThePeople
{
	display: none;
}

.MeetThePeople .content-box-middle .left-img
{
	width: 71px;
	height: 81px;
	padding-right: 20px;
	float:left;
}

.MeetThePeople .content-box-middle .right-text
{
	padding: 0;
	margin-left: 90px;
}

.MeetThePeople .content-box-middle .right-text p
{
	padding-bottom: 0;
}

.MeetThePeople .content-box-middle .buttons
{
	width: 65px;
	height: 40px;
	margin-left: 89px;
	margin-top: 25px;
}

.previous-btn {
	background-image:url(images/PreviousButton.jpg);
	background-repeat: no-repeat;
	width: 32px;
	height: 33px;
	overflow: hidden;
	cursor: pointer;
	float:left;
}

.previous-btn:hover
{
	background-image:url(images/PreviousButton-ro.jpg);
}

.MeetThePeople .content-box-middle .next-btn,  #carouselContainer .next-btn
{
	background-image:url(images/NextButton.jpg);
	background-repeat: no-repeat;
	width: 32px;
	height: 33px;
	overflow: hidden;
	cursor: pointer;
	float:right;
}

#meetPeopleSlideShow{
    clear:both;
    height:100px;
 }

.MeetThePeople .content-box-middle .next-btn:hover
{
	background-image:url(images/NextButton-ro.jpg);
}

.ClientsRemarks .content-box-middle .logo
{
	width: 183px;
	height: 106px;
	padding: 0 0 15px 0;
	height:auto;
}

/*# News Page Styles #*/
.news-landing-container
{
	width:470px;
	padding-top: 20px;
	padding-bottom:20px;
	border-bottom: 1px dashed #d1d6db;
	height:auto;
	float:left
}

.news-landing-container:hover
{
	background-color:#f1f0f0;
	cursor:pointer;
}

.news-landing-container .newsDate
{
	width: 70px;
	padding: 0 10px 0 15px;
	float:left;
}


.news-landing-container .newsSummary
{
	padding-left: 15px;
	padding-right: 5px;
	width: 340px;
	float:left;
}

/* Pagination */
ul.pagination
{
	float:right;
	border:0; 
	margin:0; 
	padding-top:20px;
	font-size:11px;
	list-style:none;
}

ul.pagination li
{
	border:solid 1px #cccccc;
	overflow: hidden;
	margin-right:1px;
	background: #fff;
}

ul.pagination li:hover
{
	background: #4e8fcc;
}

ul.pagination a, ul.pagination span
{
	display: block;
	height: 15px;
	padding:5px 10px;
}

ul.pagination a
{
	color: #666;
}

ul.pagination a:hover
{
	color: white;
	background: #4e8fcc;
}


ul.pagination li, ul.pagination a, ul.pagination span
{
	font: 12px Arial, Helvetica, sans-serif;
	float: left;
}

ul.pagination .previous,
ul.pagination .next,
ul.pagination .active
{
	background: #4e8fcc;
	border: 1px #cccccc solid;

}

ul.pagination .previous a,
ul.pagination .next a,
ul.pagination .active a,
ul.pagination .previous span,
ul.pagination .next span,
ul.pagination .active span
{
	color:white;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
}

ul.pagination a:hover
{
	text-decoration: none;
}


/* Search Results*/
.searchResult p{
	border-bottom: 1px dashed #d1d6db;
	margin:0;
	padding:10px 0 10px 0;
}


/* Careers job search */

/* Round Corner box */

#box {
	float:left;
	padding: 0;
	text-align: left;
	width: 466px;
	padding:0;
	background:#f7f7f7;
}

#box-right {
	float:left;
	padding: 0;
	text-align: left;
	width: 207px;
	padding:0;
	background:#ebebeb;
}

#box-title {
	position:absolute;
	margin-left:1px;
	width:454px;
	height:50px;
	background-image:url(images/top-title.gif);
	background-repeat: no-repeat;
}

#box-title h2 {
	color:#666666;
	font-weight: normal;
	font-size: 14px;
	padding:18px 5px 0 15px;
	background:none;
}
 
#box-content {
	padding:30px 10px 10px 10px;
	margin:0;
}

#box-content .h2 {
	color:#2e4b8d;
	font-weight: bold;
	font-size: 14px;
}

#box-content h3 {
	display:block;
	width:425px;
	padding:5px;
	margin: 0 10px 0 0;
	font-weight: bold;
	font-size: 12px;
	color: #5f5f5f;
}	

#box-content p    {
	font-family: arial, helvetica, sans-serif;
	padding:0 0 15px 15px;
}

#box-content .highlight {
	color:#f47b20;
}

#box-separator {
	border-top:solid 1px #d5d5d5;
	width:435px;
	margin:10px 0 5px 0;
}

.mandatory {
	font-weight:bolder;
	color:#f47b20;
	font-size:16px;
}

#tlc, #trc, #blc, #brc, #tlc-box2, #trc-box2, #blc-box2, #brc-box2 {
	background-color: transparent;
	background-repeat: no-repeat;
}

#tlc {
/*	background-image:url(/images/tlc.gif);*/
	background-image:url(images/tlc.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

#trc {
/*	background-image:url(images/trc.gif);*/
background-image:url(images/trc.gif);
	background-position: 100% 0%;
}

#blc {
/*	background-image:url(/css/images/blc.gif);*/
	background-image:url(images/blc.gif);
	background-position: 0% 100%;
}

#brc{
/*	background-image:url(/css/images/brc.gif);*/
background-image:url(images/brc.gif);
	background-position: 100% 100%;
}

#tb, #bb{
	background-color: transparent;
	background-repeat: repeat-x;
}
		
#tb{
/*	background-image:url(/css/images/tb.gif);*/
background-image:url(images/tb.gif);
	background-position: 0% 0%;
}

#bb{
/*	background-image:url(/css/images/bb.gif);*/
	background-image:url(images/bb.gif);
	background-position: 50% 100%;
}

#rb{
/*	background-image:url(/css/images/r.gif);*/
	background-image:url(images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
}

#lb{
/*	background-image:url(/css/images/l.gif);*/
	background-image:url(images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
}

#box .input {
	width:271px;
	height:20px;
	border:solid 2px #4e8fcc;
	padding:5px 5px 0 5px;
	font:14px bolder Arial, Helvetica, sans-serif;
	color:#444444;
	margin:10px 0 5px 0;
	vertical-align: bottom;
}

#box .search-btn , #slidingDiv .search-btn2{
	vertical-align: bottom;
	width:79px;
	height:39px;
	background:url(/css/images/searchBtnBGLightGrey.png) no-repeat center left;
	cursor:pointer;
	border: none;
	position: relative;
	top: 0;
	left: 5px;
	font:12px bolder Arial, Helvetica, sans-serif;
	color:#fff;
}


#box .search-btn:hover,#slidingDiv .search-btn2:hover {
	background:url(/css/images/searchBtnBGHoverLightGrey.png) no-repeat center left;
	color:#fff;
	border: none;
}

#slidingDiv .search-btn2
{
	margin-left: 100px;
}


/* Structure for 2 column lists */



#column-content {
	width: 430px;
	height:180px;
	list-style-type: none;
}  

#column-content h4, #column-content a{
	font-weight:bolder;
	font-size:12px;
	color:#666666;
	padding:0;
}

#column-content a:hover{
	text-decoration:none;
}


#column-content a{
	text-decoration:underline;
}


ul.one, ul.two, ul.three {
	float: left;
	margin: 0px;
	padding:0 0px 0px 10px;
	border: 0px none; 
	list-style-type: none;
	line-height:2em;
}

ul.one {
	width:130px;
}

ul.two {
	width:130px;
}

#column-content ul.one a, #column-content ul.two a, #column-content ul.three a  {
	font-weight:normal;
	text-decoration:none;
  color:#4c8fcc;
}

#column-content ul.one a:hover, #column-content ul.two a:hover, #column-content ul.three a:hover  {
	text-decoration:underline;
}

ul.three {
	width:100px;
}

#slidingDiv {
	display: none;
	height:165px;
	width:435px;
	background-color: #eeeeee;
	border-bottom:solid 1px #d5d5d5;
	padding:10px 0 10px 0;
}

#options-container {
	width:400px;
	margin:8px;
}

#slidingDiv fieldset{border:none;padding:0; margin:0;}

#slidingDiv ul{list-style:none;}

#slidingDiv li{float:left; margin-left:0; padding-left:0;}

#slidingDiv label{
	float:left; 
	display:block;
	width:100px;
	padding:10px 0 0 5px; 
	margin:0;
}

#slidingDiv .input, #slidingDiv checkbox, #slidingDiv textarea {
	border-bottom:solid 1px #d5d5d5;
	border-right:solid 1px #d5d5d5;
	border-left:solid 2px #cccbcb;
	border-top:solid 2px #cccbcb;
	padding:2px;
	font:12px bolder Arial, Helvetica, sans-serif;
	color:#444444;
	margin:5px 0 3px 0;
	float:left;
}

#slidingDiv select{
	border-bottom:solid 1px #d5d5d5;
	border-right:solid 1px #d5d5d5;
	border-left:solid 2px #cccbcb;
	border-top:solid 2px #cccbcb;
	padding:0px;
	font:12px bolder Arial, Helvetica, sans-serif;
	color:#444444;
	margin:5px 0 3px 0;
	float:left;
}

#slidingDiv input:focus, #slidingDiv select:focus, #slidingDiv checkbox:focus, #slidingDiv textarea:focus, #slidingDiv input:hover, #slidingDiv select:hover, #slidingDiv checkbox:hover, #slidingDiv textarea:hover {
	border-top:solid 2px #5f5f5f;
	border-left:solid 2px #5f5f5f;
	border-right:solid 1px #5f5f5f;
	border-bottom:solid 1px #5f5f5f;
}

#slidingDiv .input {
	width:200px;
	height:15px;
}

#slidingDiv .select {
	width:205px;
	height:20px;
}



.contentList{
	border-bottom:1px solid #e8e8e8;
	margin:0 0 10px 0;
}

.contentList .lineDivider{
	border-top:1px solid #e8e8e8;
	margin:0 0 10px 0;
}

.newsDate{
	width:95px;
	font-weight:bold;
	padding-right:10px;
	float:left;
}

.newsDate img{
	width:auto;
	height:auto;
	margin-top:5px;
}

.newsSummary{
	padding-left:105px;
}

/*Accordion */
.accordion li { list-style-type: none; }
.basic, #list2, #list3, #navigation { width:20em; }

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }

.accordion  {
	margin:10px 0 10px 0;
	width: 435px;

}
.accordion div {
	background-color: #eee;
}

.accordion p {
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
}

.accordion a.accordion-title {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
  color:#4e8fcc;
	/*color: #666666;*/
	background-color: #ebebeb;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
}
.accordion a.accordion-title:hover {
	background-color: white;
	color: #4e8fcc;
  text-decoration:underline;
}
.accordion a.accordion-title.selected {
	/*color: #666666;*/
	color: #4e8fcc;
	background-color:white;
}


.headerTopNav{
	width: 970px;
	font: 14px Arial, Helvetica, sans-serif;
	background: #17335a url('/css/images/topNavBG.jpg') no-repeat top left;
	height: 42px;
	padding-left: 10px;
	overflow: hidden;
}

.headerTopNav:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.headerTopNav ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	
	list-style: none;
}


.headerTopNav ul li{
	margin: 0;
	padding: 0;
	display:inline;
	float:left;
	background: transparent url('/css/images/topNavDivider.jpg') no-repeat top left;
}



.headerTopNav ul li a{
	font-size:14px;
	padding: 14px;
	color:#fff;
	display:block;
	font-weight:normal;
	text-decoration: none;
	_float:left;
	
}

.headerTopNav ul li a:hover 
{
	text-decoration: none !important;
}

.headerTopNav ul li a.dropdown:hover, .headerTopNav ul li:hover a.dropdown
{
	background: #fff url('/css/images/tl.png') no-repeat top left;
	margin-top: 10px;
	padding-top: 4px;
	padding-right: 0;
	padding-left: 14px;
	margin-right: 10px;
	padding-bottom: 12px;
	color: #585858;
}

.headerTopNav ul li a.dropdown:hover .topNavItemRight, .headerTopNav ul li:hover a.dropdown .topNavItemRight
{
	padding-top: 4px;
	
	padding-bottom: 12px;
	background: #fff url('/css/images/tr.png') no-repeat top right;
}

.headerTopNav ul li:hover
{
	margin-right: -8px !important;
}

.headerTopNav ul li a.dropdown:hover .topNavItemPadding, .headerTopNav ul li:hover a.dropdown .topNavItemPadding
{
	margin-left: -10px;
	padding-top: inherit;
	padding-left: 10px;
	padding-right: 12px;
}

.headerTopNav ul li a.single
{
	padding-top: 4px;
	margin-top: 10px;
	padding-bottom: 6px;
}

.headerTopNav ul li a.single:hover, .headerTopNav ul li:hover a.single
{
	background: #fff url('/css/images/topNavSingleLeft.png') no-repeat top left;
	padding-left: 14px;
	padding-top: 4px;
	padding-right: 0;
	margin-top: 10px;
	padding-bottom: 6px;
	margin-right: 10px;
	color: #585858;
	text-decoration: none;
}

.headerTopNav ul li a.single:hover .topNavItemRight, .headerTopNav ul li:hover a.single .topNavItemRight
{
	padding-top: 4px;
	padding-bottom: 6px;
	padding-right: 2px;
	padding-left: 0;
	background: #fff url('/css/images/topNavSingleRight.png') no-repeat top right;
}

.headerTopNav ul li a.single:hover .topNavItemPadding, .headerTopNav ul li:hover a.single .topNavItemPadding
{
	margin-left: -10px;
	padding: 0 10px;
}






/*-----Center active link styles-----*/
.headerTopNav ul li.active a{
	font-weight:bold;
	color:#ffffff;
}

.headerTopNav ul li.startActive a{
	font-weight:bold;
	color:#ffffff;
}


/*-----Sub top nav styles-----*/
.headerTopNav ul ul{
	width: 174px !important;
	position:absolute;
	z-index:500;
	_clear:left !important;
	margin-left: -2px;
}

.headerTopNav ul li ul li a .topNavItemPadding {
	margin-left: 0px !important;
	padding: 0 !important;
	
}


.headerTopNav ul li ul li{
	clear: left;
	display: block;
	position: relative;
	background: #fff;
	padding: 0 5px 0 2px  !important;
	background: transparent url('/css/images/topNavDropDownBG.png') repeat-y top left !important;
}

.headerTopNav ul ul li a {
	font-size: 11px !important;   
	margin: 0 !important;
	color: #4C8FCC !important;
	font-weight: bold;
	width: 157px;
}

.headerTopNav ul ul li a, .headerTopNav ul ul li a span 
{
	background-image: none !important;
	display: block;
	padding: 2px 4px 2px 6px !important;
	line-height: 16px;
	
}


.headerTopNav ul ul li a:hover,.headerTopNav ul ul li a:hover span
{
	background: #4C8FCC !important;
	color: #fff;
	
}


.headerTopNav ul ul{
	display: none;
}

.headerTopNav ul li:hover ul ul{
	display: none;
}

.headerTopNav ul ul li:hover ul ul{
	display: none;
}

.headerTopNav ul li:hover ul{
	display: block;
}

.headerTopNav ul ul li:hover ul{
	display: block;
}

* html .headerTopNav ul ul li a{ /*IE only hack*/
	width: 100%;
}


.contact-form label
{
	float: left;
	display: block;
	width: 120px;
}

/* Feedback form */

.overrideHiddenVal
{
	display: block !important;
  color:Red !important;
}

.valSummary ul
{
	
}

.valSummary ul li
{
	background: none !important;
	list-style-type: circle !important;
	float: none !important;
	display: list-item !important;
	padding: 2px 0 !important;
	width: auto !important;
	margin: 0 !important;
	
}

.contact-form td
{
	padding: 5px;
}


.contact-form fieldset
{
	border:none;
	padding:0; 
	margin:20px 0 0 30px;
}

.contact-form legend
{
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bolder;
	color:#02246b;
	margin:20px 0 0 20px;
}

/* Firefox Hack*/
@-moz-document url-prefix()
{
    .contact-form legend 
    {
        padding-left:28px;
    }
}

.contact-form ul
{
	list-style:none;
	margin:0 0 0 20px;
	padding:3px;
}

.contact-form li
{
	float:left; 
	width:496px;
	margin:0 0 5px 0; 
	padding:0 0 2px 0;
	display:block;
	background:url(/css/images/form-bg.jpg) repeat-y;
}

.contact-form label, .contact-form span.EditingFormLabel
{
	float:left; 
	display:block;
	width:179px;
	padding:10px 0 0 5px; 
	margin:0;
}

.contact-form input[type=text], .contact-form select, .contact-form checkbox, .contact-form textarea, .contact-form radio 
{
	border-bottom:solid 1px #d5d5d5;
	border-right:solid 1px #d5d5d5;
	border-left:solid 2px #cccbcb;
	border-top:solid 2px #cccbcb;
	padding:4px 2px 2px 2px;
	font:12px bolder Arial, Helvetica, sans-serif;
	color:#444444;
	margin:5px 0 3px 0;
	float:left;
}

.contact-form input:focus, .contact-form select:focus.contact-form checkbox:focus.contact-form textarea:focus, .contact-form input:hover, .contact-form select:hover, .contact-form checkbox:hover, .contact-form textarea:hover 
{
	border-top:solid 2px #5f5f5f;
	border-left:solid 2px #5f5f5f;
	border-right:solid 1px #5f5f5f;
	border-bottom:solid 1px #5f5f5f;
}

.contact-form input[type=text]
{
	width:200px;
	height:15px;
}
.contact-form .select 
{
	width:205px;
	height:20px;
}

.contact-form .FormButton:hover 
{
	background:url(/css/images/search-btnOver.gif) no-repeat;
	color:#02246b;
	border:none;
}

.contact-form .FormButton
{
	width:79px;
	height:33px;
	background:url(/css/images/search-btn.gif) no-repeat;
	border:none;
	cursor:pointer;
	font:12px bolder Arial, Helvetica, sans-serif;
	color:#5f5f5f;
	margin:5px 0 0 208px;
}

/* Firefox Hack*/
@-moz-document url-prefix()
{
    .contact-form .search-btn2 
    {
	    margin-left:185px;
    }
}

.clear 
{
	clear:both;
}

.boardMembers ul
{
	padding-left: 30px;
	padding-bottom: 10px;
}

.middle-column .EditingFormTable td
{
	padding: 5px;
}




img
{
	border: none;
}



a:focus
{
	outline: none;
}

#caseStudyWrap
{
	width: 655px;
	position: relative;
	float: left;
	margin-top: 30px;
	height: 255px;
	margin-left: 10px;
	display: none;
}

.caseStudy
{
	display: none;
}

.caseLeftCol
{
	background: transparent url('/css/images/caseStudyImageBG.png') no-repeat top left;
	padding: 5px 9px 9px 9px;
	width: 314px;
	height: 206px;
	float: left;
}

.caseStudyRightCol
{
	margin: 0;
	width: 323px;
	color: #fff;
	float: left;
	
}

.caseStudyRightCol h2 a
{
	font-style: italic;
	font-size: 20px;
	font-weight: normal;
	margin-top: 0;
	color: #fff;
}

.caseStudyRightCol p
{
	font-size: 12px;
	line-height: 140%;
	height: 90px;
	overflow: auto;
}

.caseStudyRightCol p a
{
	color: #fff;
}

.caseStudyClear
{
	clear: both;
	font-size: 0;
}

#caseStudyNav
{
	position: absolute;
	top: 135px;
	left: 332px;
}

#caseStudyNav span
{
	background: transparent url('/css/images/caseStudyUnselected.png') no-repeat top left;
	width: 8px;
	height: 8px;
	text-decoration: none;
}

#caseStudyNav .active
{
	background: transparent url('/css/images/caseStudySelected.png') no-repeat top left;
	width: 14px;
	height: 14px;
	top: 5px;
}

#browseShowcase
{
	margin-top: 10px;
}

#browseShowcaseLabel
{
	color: #222d65;
	float: left;
	font-size: 12px;
	padding-top: 4px;
}

#browseShowcaseNav
{
	background: transparent url('/css/images/browseShowcaseNavBG.png') no-repeat top left;
	width: 153px;
	height: 24px;
	position: relative;
	float: left;
	margin-left: 10px;
}

#browseShowcaseNav span
{
	position: absolute;
	top: 8px;
	cursor: pointer;
}
				
#caseStudyNav_0
{
	left: 3px;
}

#caseStudyNav_1
{
	left: 43px;
}

#caseStudyNav_2
{
	left: 90px;
}

#caseStudyNav_3
{
	left: 132px;
}

#silverlightCaseStudyWrap 
{
	margin-top: 20px;
	height:255px;
  width:655px;
	margin-left: 10px;
	float: left;
}


.EventDetail
{
	/*margin-top: 30px;*/
	margin-top: 15px;
}

.dayHeaderStyle
{
	color: #5f5f5f;
	font-size: 12px;
	background: #fff url('/css/images/EventCalendar/dayHeaderBackground.jpg') repeat-x top left;
	height: 25px;
	text-align: center;
}

.nextPrev
{
	padding: 0 10px;
}


.selectedDay
{
	
}

.selector
{
	
}

.cal
{
	border: 1px solid #d5d5d5 !important;
	font-family: arial, sans-serif;
	font-size: 16px;
}

table.title
{
	background: #fff url('/css/images/EventCalendar/calTop.jpg') repeat-x top left;
	height: 49px;
	color: #2c4c8c;
	font-size: 16px;
	font-weight: bold;
}

.ContentEvent
{
	text-align: left;
	display: none;
	position: absolute;
	width: 173px;
	padding: 10px;
	height: 127px;
	background: transparent url('/css/images/EventCalendar/eventDetailsBackground.png') no-repeat top left;	
}

.eventName
{
	font-size: 14px;
	color: #2c4c8c;
}

.eventSummary
{
	font-size: 12px;
	color: #5f5f5f;
	font-weight: normal;
}

.eventLink
{
	font-size: 12px;
	font-weight: normal;
	color: #2c4c8c;
}

.eventDay
{
	color: #fff;
	background: #fff url('/css/images/EventCalendar/eventBackground.jpg') no-repeat top left;
}

.dayStyle, .otherMonthDay, .weekendDay, .todayDay
{
	background: #fff url('/css/images/EventCalendar/dayBackground.jpg') no-repeat top left;
	color: #5f5f5f;
}

.EventManagerRegError, .EditingFormErrorLabel, .ErrorLabel
{
	color: red;
}

.ErrorLabel
{
	display: block;
	margin-bottom: 10px;
}

/*#Partners#*/
.partners ul{
	padding:0;
	margin:0;
	list-style:none;
}

.partners li{
	width:31%;
	padding:10px 10px 10px 0;
	margin:0;
	list-style:none;
	float:left;
}


#SiteMap ul
{
  padding-left:15px;
}

#SiteMap ul li
{
  list-style-type:circle;
}