/* CSS Document */
html,body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, h7, pre, form, fieldset, input, textarea, p, blockquote, th, td, form
{
    margin: 0;
    padding: 0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
div
{
	text-align:left;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img
{
    border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var
{
    font-style: normal;
    font-weight: normal;
}
strong
{
    font-weight: bold;
}
em
{
    font-style: italic;
}
ol, ul
{
    list-style: none;
}
caption, th
{
    text-align: left;
}
h1, h2, h3, h4, h5, h6, h7
{
    font-size: 100%;
    font-weight: normal;
}
q:before, q:after
{
    content: '';
}
abbr, acronym
{
    border: 0;
}
a
{
    outline: none;
    border: none;
    text-decoration: none;
    color: #76aa4d;
}
a:hover
{
    
    color: #50A9BC;
}
input
{
	border:none;
	outline:none;
}
tr, td {text-align:left; font-size:12px; color:#6f6f6f; line-height:20px;}

/*////////////////////////////////////////////*/

body, html
{
	height: 100%;
}

body, p {
	margin: 0; padding: 0;
	}	

#wrapper {
	min-height: 100%;
	margin:0 auto;
	text-align:left;
	}

* html #wrapper {
	height: 100%;
	}
	
html
{
    background: url(/Images/backgroundDimmedColourAlt_repeat.png) 0 0 repeat-x;
    text-align: center;
    min-height:700px;
    height: 100%;
    width: 100%;
}

body
{
    background: url(/Images/backgroundDimmedColour.jpg) 50% 0 no-repeat;
    margin: 0 auto;
    min-width:960px;
}	
	
/*HEADER------------------------------------*/
#header {
	width: 100%;
	}

#headerContent {
	width: 960px;
	height: 90px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	}
	
.Logo
{
	background:url(/Images/Logo.png) 0 0 no-repeat;
	width:195px;
	height:57px;
	display:block;
	float:left;
	margin-top:35px;
}
.Logo:hover
{
	background-position:0 -56px;
}
	
/*FOOTER------------------------------------*/
#footer 
{
	background:url(/Images/footerBG_gray.jpg) 50% 0 no-repeat #fff;
	width: 100%;
	height: 136px;
	margin: -136px auto 0 auto;
	position: relative;
	}

#footerContent{
	width: 960px;
	height: 44px;
	font-size:11px;
	color:#666;
	position: relative;
	margin: 0 auto;
	padding-top:80px;
	}
	
/*CONTENT------------------------------------*/
#contentSection {
	width: 100%;
	padding-bottom: 100px;
	}
	
#content {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom:20px;
	padding-left:10px;
	}
.ContentArea
{
	margin:0px;
}
/*BREAD CRUMB ------------------------------*/

.breadcrumb
{
	height:20px;
	display:block;
	margin:-15px 0px 20px 0px;
	width:700px;
	cursor:default;
	clear:both;
}

.breadcrumbItem
{
	color:#7b817e;
	font-size:11px;	
	float:left;
}
.breadcrumbItem:hover
{
	color:#54a8b9;
}
.breadcrumbItem_selected
{
	color:#dd9e4e;
	font-size:11px;	
	float:left;
}
.breadcrumbDivider
{
	background:url('/Images/Breadcrumb_Divider.png') no-repeat center center;
	width:7px;
	height:10px;
	margin:2px 8px 0px 8px;
	float:left;
}

.accessabilityControls
{
	float:right;
	height:16px;
	margin:2px 0px 0px 0px;
}
.accessabilityControls_FontSize
{
	font-size:10px;
	line-height:18px;
	vertical-align:text-bottom;
	text-align:center;	
	float:left;
	margin-right:5px;
}
.accessabilityControls_small
{
	font-size:8px;
	line-height:20px;
	text-align:center;
	cursor:pointer;
	float:right;
	width:14px;
	height:14px;
	/*border: solid 1px #cccccc;*/
	margin-right:5px;
	color:#76AA4D;
}
.accessabilityControls_medium
{
	font-size:10px;
	line-height:18px;
	vertical-align:text-bottom;
	text-align:center;
	cursor:pointer;
	float:right;
	width:14px;
	height:14px;
	/*border: solid 1px #cccccc;*/
	margin-right:5px;
	color:#76AA4D;
}
.accessabilityControls_large
{
	font-size:12px;
	line-height:16px;
	vertical-align:text-bottom;
	text-align:center;
	cursor:pointer;
	float:right;
	width:14px;
	height:14px;
	/*border: solid 1px #cccccc;*/
	margin-right:5px;
	color:#76AA4D;
}
.accessabilityControls_small:hover
{
	color:#50A9BC;
	/*background-color:#f1f1f1;
	border: solid 1px #cccccc;*/
}
.accessabilityControls_medium:hover
{
	color:#50A9BC;
	/*background-color:#f1f1f1;
	border: solid 1px #cccccc;*/
}
.accessabilityControls_large:hover
{
	color:#50A9BC;
	/*background-color:#f1f1f1;
	border: solid 1px #cccccc;*/
}
.accessabilityControls_small_selected
{
	font-size:8px;
	line-height:20px;
	text-align:center;
	cursor:pointer;
	float:right;
	width:14px;
	height:14px;
	color:#dd9e4e;
	font-weight:bold;
	/*background-color:#f1f1f1;
	border: solid 1px #cccccc;*/
	margin-right:5px;
}
.accessabilityControls_medium_selected
{
	font-size:10px;
	line-height:18px;
	vertical-align:text-bottom;
	text-align:center;
	cursor:pointer;
	float:right;
	width:14px;
	height:14px;
	color:#dd9e4e;
	font-weight:bold;
	/*background-color:#f1f1f1;
	border: solid 1px #cccccc;*/
	margin-right:5px;
}
.accessabilityControls_large_selected
{
	font-size:12px;
	line-height:16px;
	vertical-align:text-bottom;
	text-align:center;
	cursor:pointer;
	float:right;
	width:14px;
	height:14px;
	color:#dd9e4e;
	/*background-color:#f1f1f1;
	border: solid 1px #cccccc;*/
	margin-right:5px;
	font-weight:bold;
}
.accessabilityControls_print
{
	background-image:url(/Images/Sprite_Accessibility.png);
	background-position:0px 0px;
	margin-right:10px;
	float:right;
	cursor:pointer;
	width:16px;
	height:16px;
}
.accessabilityControls_print:hover
{
	background-position:16px 0px;
}

/*LINK BAR------------------------------*/

.btnNavHome
{
    background: url('/Images/spriteLinks.png') no-repeat -20px 0;
    width: 55px;
    height: 76px;
    float: right;
    margin-right: 10px;
}
.btnNavHome:hover{background-position: -20px -172px;}
.btnNavHome_selected
{
    background: url('/Images/spriteLinks.png') no-repeat -20px -86px;
    width: 55px;
    height: 76px;
    float: right;
    margin-right: 10px;
}

.btnNavAbout
{
    background: url('/Images/spriteLinks.png') no-repeat -88px 0;
    width: 83px;
    height: 76px;
    float: right;
    margin-right: 10px;
}
.btnNavAbout:hover{background-position: -88px -172px;}
.btnNavAbout_selected
{
    background: url('/Images/spriteLinks.png') no-repeat -88px -86px;
    width: 83px;
    height: 76px;
    float: right;
    margin-right: 10px;
}

.btnNavServices
{
    background: url('/Images/spriteLinks.png') no-repeat -543px 0;
    width: 79px;
    height: 76px;
    float: right;
    margin-right: 10px;
    display:none;
}
.btnNavServices:hover{background-position: -543px -172px;}
.btnNavServices_selected
{
    background: url('/Images/spriteLinks.png') no-repeat -543px -86px;
    width: 79px;
    height: 76px;
    float: right;
    margin-right: 10px;
}

.btnNavExpertise
{
    background: url('/Images/spriteLinks.png') no-repeat -185px 0;
    width: 115px;
    height: 76px;
    float: right;
    margin-right: 10px;
}
.btnNavExpertise:hover{background-position: -185px -172px;}
.btnNavExpertise_selected
{
    background: url('/Images/spriteLinks.png') no-repeat -185px -86px;
    width: 115px;
    height: 76px;
    float: right;
    margin-right: 10px;
}

.btnNavClientLogin
{
    background: url('/Images/spriteLinks.png') no-repeat -314px 0;
    width: 103px;
    height: 76px;
    float: right;
    margin-right: 10px;
    cursor:pointer;
}
.btnNavClientLogin:hover{background-position: -314px -172px;}
.btnNavClientLogin_selected
{
    background: url('/Images/spriteLinks.png') no-repeat -314px -86px;
    width: 103px;
    height: 76px;
    float: right;
    margin-right: 10px;
}

.btnNavContact
{
    background: url('/Images/spriteLinks.png') no-repeat -431px 0;
    width: 97px;
    height: 76px;
    float: right;
}
.btnNavContact:hover{background-position: -431px -172px;}
.btnNavContact_selected
{
    background: url('/Images/spriteLinks.png') no-repeat -431px -86px;
    width: 97px;
    height: 76px;
    float: right;
}

.btnNavCompany
{
    background: url('/Images/spriteLinks.png') no-repeat -635px 0;
    width: 86px;
    height: 76px;
    float: right;
}
.btnNavCompany:hover{background-position: -635px -172px;}
.btnNavCompany_selected
{
    background: url('/Images/spriteLinks.png') no-repeat -635px -86px;
    width: 86px;
    height: 76px;
    float: right;
}
/*TEXT ELEMENTS------------------------------------*/
h1
{
    font-size: 26px;
    color: #76aa4d;
    margin-bottom: 30px;
}
h2
{
	font-size:24px;
	color:#50A9BC;
	margin-bottom:30px;
}
h3
{
    font-size: 14px;
    color: #178fa9;
    line-height: 1.4em;
}
h3 a
{
	color: #178fa9;
}
h3 a:hover
{
	color: #76aa4d;
}
h4
{
    font-size: 14px;
    color: #587e3a;
    margin-bottom: 5px;
}
h5
{
	font-size:24px;
	color:#666;
	margin-bottom:20px;
}
h6
{
	font-size:16px;
	color:#50A9BC;
	margin-bottom:7px;
}
h6 a
{
	color:#50A9BC;
}
h6 a:hover
{
	color:#76aa4d;
}
h7
{
	font-size:18px;
	color:#50A9BC;
	margin-bottom:7px;
}
h7 a
{
	color:#50A9BC;
}
h7 a:hover
{
	color:#76aa4d;
}
.AnnouncementTitle
{
    font-size: 22px;
    color: #76aa4d;
    margin-bottom: 10px;
}
.dateText
{
	color:#666;
	font-size:14px;
}
.HomeColumn h1
{
	margin-bottom:30px;
}

a span.expertiseLink 
{
    font-size: 18px;
    color: #178fa9;
    margin-bottom: 20px;
    cursor:pointer;
}
a:hover span.expertiseLink
{
    color: #76aa4d;
}
a span.expertiseDescription
{
    font-size: 14px;
    line-height: 20px;
    color: #3e3e3e;
    margin-top:10px;
}
.expertiseLearnMore
{
	display:block;
	font-size:10px;
	/*padding:5px;
	background-color:#f2f2f2;*/
	color:#666;
	text-transform:uppercase;
}
a:hover .expertiseLearnMore
{
	/*background-color:#ccc;*/
	color:#178fa9;
}
p
{
	font-size:14px;
	color:#3e3e3e;
	line-height:21px;
	width:680px;
	margin: 0px 40px 20px 0px;
}
p em
{
	color:#178FA9;
	text-decoration:underline;
}
.fullWidthText
{
	width:100%;	
}
.caseStudyText
{
    font-size: 13px;
    color: #3e3e3e;
    line-height: 16px;
    margin-bottom: 0px;
}
.caseStudyText ul
{
	margin-top:5px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
}
.caseStudyText ul li
{
	font-size:13px;
	color:#3e3e3e;
	float:left;
	margin:0px;
	padding:0px;
}
.caseStudyText a
{
	color: #3e3e3e;
}
.caseStudyText a:hover
{
	color: #178fa9;
}
p.caseStudyText
{
	width:100%;
	line-height:20px;
	font-size:13px;
	margin-bottom:15px;
	float:left;
}
h5.CaseStudyHeader
{
	font-size:20px;
	margin-bottom:10px;
	float:left;
	margin-left:20px;
}
.caseStudyImage
{
	float:left;
	display:table;
	padding:0px 40px 0px 0px;
	width: 280px;
}
hr
{
	clear:both;
	background-color:#ff0000;
	color:#ff0000;
	height:3px;
	width:100%;
	border:0;
	margin: 50px 0px 50px 0px;
	padding:0px;
}

.hrSidebar
{
	clear:none;
	background-color:#ff0000;
	color:#ff0000;
	height:3px;
	width:700px;
	border:0;
	text-align:left;
	margin:30px 0px;
	padding:0;
}
.horizontalLineSidebar
{
	background-color:#cfeddd;
	height:3px;
	width:670px;
	margin: 30px 0px 30px 0px;
	padding:0px;
}

.horizontalLine
{
	clear:both;
	background-color:#cfeddd;
	height:3px;
	width:100%;
	margin: 50px 0px 40px 0px;
	padding:0px;
}

a.caseStudyLinks
{
	color:#3e3e3e;
	font-size:10px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	text-transform:uppercase;
	padding:0px 10px;
	cursor:pointer;
}
a:hover.caseStudyLinks
{
	color:#50A9BC;
}
ul
{
	margin-bottom:20px;
	color:#666;
	list-style-type:circle;
}
ul li
{
	font-size:14px;
	margin-bottom:8px;
	padding-left:5px;
	margin-left:20px;
}
li span
{
	color:#3e3e3e;
}
.AnnouncementFormat
{
	font-size:14px;
	color:#3e3e3e;
	line-height:21px;
	width:680px;
}
/*CONTENT ELEMENTS------------------------------------*/

.HomeBanner
{
    width: 960px;
    height: 310px;
    margin-top: 20px;
    margin-bottom:20px;
}
.HomeColumn
{
    width: 281px;
    float: left;
    color:#3e3e3e;
}
.HomeColumn p
{
	width:291px;
}

.InnerPageBanner
{
	width: 960px;
    height: 198px;
    margin:23px 0px 50px 0px;
    display:block;
}

/*SIDEBAR ELEMENTS------------------------------------*/
.ContentSideBar
{
	background:url(/Images/sideBarDivider.png) no-repeat 0 0;
	float:right;
	width:215px;
	height:284px;
	display:block;
	padding:0px 0px 0px 30px;
	margin-left:10px;
}
.ContentSideBar p
{
	font-size:12px; 
	margin-left:0px;
}

.sideBarWhatWeDo
{
	background:url(/Images/spriteSideBar.png) no-repeat 0 0;
	width:249px;
	height:20px;
	display:block;
	margin-bottom:10px;
}
.sideBarWhatWeDo:hover {background-position:-249px 0px}
.sideBarWhatWeDo_selected
{
	background:url(/Images/spriteSideBar.png) no-repeat -506px 0px;
	width:249px;
	height:20px;
	display:block;
	margin-bottom:10px;
}

.sideBarHowWeWork
{
	background:url(/Images/spriteSideBar.png) no-repeat 0 -20px;
	width:249px;
	height:20px;
	display:block;
	margin-bottom:10px;
}
.sideBarHowWeWork:hover {background-position:-249px -20px}
.sideBarHowWeWork_selected
{
	background:url(/Images/spriteSideBar.png) no-repeat -506px -20px;
	width:249px;
	height:20px;
	display:block;
	margin-bottom:10px;
}

.sideBarAnnouncements
{
	background:url(/Images/spriteSideBar.png) no-repeat 0 -140px;
	width:249px;
	height:20px;
	display:block;
	margin-bottom:10px;
}
.sideBarAnnouncements:hover {background-position:-249px -140px}
.sideBarAnnouncements_selected
{
	background:url(/Images/spriteSideBar.png) no-repeat -506px -140px;
	width:249px;
	height:20px;
	display:block;
	margin-bottom:10px;
}

.sideBarViewAll
{
	background:url(/Images/spriteSideBar.png) no-repeat 0 -160px;
	width:249px;
	height:20px;
	display:block;
	margin-bottom:10px;
}
.sideBarViewAll:hover {background-position:-249px -160px}
.sideBarViewAll_selected
{
	background:url(/Images/spriteSideBar.png) no-repeat -506px -160px;
	width:249px;
	height:20px;
	display:block;
	margin-bottom:10px;
}

.sideBarFounder
{
	background:url(/Images/spriteSideBar.png) no-repeat 0 -40px;
	width:249px;
	height:20px;
	display:block;
	margin-bottom:10px;
}
.sideBarFounder:hover {background-position:-249px -40px}
.sideBarFounder_selected
{
	background:url(/Images/spriteSideBar.png) no-repeat -506px -40px;
	width:249px;
	height:20px;
	display:block;
	margin-bottom:10px;
}
.sideBarBusinessApplications
{
	background:url(/Images/spriteSideBar.png) no-repeat 0 -60px;
	width:249px;
	height:20px;
	display:block;
	margin-bottom:10px;
	
}
.sideBarBusinessApplications:hover {background-position:-249px -60px}
.sideBarBusinessApplications_selected
{
	background:url(/Images/spriteSideBar.png) no-repeat -506px -60px;
	width:249px;
	height:20px;
	display:block;
	margin-bottom:10px;
}

.sideBarITLeadership
{
	background:url(/Images/spriteSideBar.png) no-repeat 0 -80px;
	width:249px;
	height:20px;
	display:block;
	margin-bottom:10px;
}
.sideBarITLeadership:hover {background-position:-249px -80px}
.sideBarITLeadership_selected
{
	background:url(/Images/spriteSideBar.png) no-repeat -506px -80px;
	width:249px;
	height:20px;
	display:block;
	margin-bottom:10px;
}

.sideBarProductDev
{
	background:url(/Images/spriteSideBar.png) no-repeat 0 -100px;
	width:249px;
	height:20px;
	display:block;
	margin-bottom:10px;
}
.sideBarProductDev:hover {background-position:-249px -100px}
.sideBarProductDev_selected
{
	background:url(/Images/spriteSideBar.png) no-repeat -506px -100px;
	width:249px;
	height:20px;
	display:block;
	margin-bottom:10px;
}

.sideBarUserExperiences
{
	background:url(/Images/spriteSideBar.png) no-repeat 0 -120px;
	width:249px;
	height:20px;
	display:block;
	margin-bottom:10px;
}
.sideBarUserExperiences:hover {background-position:-249px -120px}
.sideBarUserExperiences_selected
{
	background:url(/Images/spriteSideBar.png) no-repeat -506px -120px;
	width:249px;
	height:20px;
	display:block;
	margin-bottom:10px;
}
/*BUTTONS------------------------------------*/
.btnLoginGrey
{
	background:url(/Images/spriteButtons.png) no-repeat 0 -54px;
	width:114px;
	height:27px;
	display:block;
	outline:none;
	cursor:pointer;
	float:right;
}
.btnLoginGrey:hover{background-position:0 -81px;}

.btnSendGrey
{
	background:url(/Images/spriteButtons.png) no-repeat 0 0;
	width:114px;
	height:27px;
	display:block;
	outline:none;
	cursor:pointer;
	float:right;
}
.btnSendGrey:hover{background-position: 0 -27px;}

.btnOKGrey
{
	background:url(/Images/spriteButtons.png) no-repeat 0 -108px;
	width:114px;
	height:27px;
	display:block;
	outline:none;
	cursor:pointer;
	float:right;
}
.btnOKGrey:hover{background-position:0 -135px;}

.btnCancelGrey
{
	background:url(/Images/spriteButtons.png) no-repeat 0 -162px;
	width:114px;
	height:27px;
	display:block;
	outline:none;
	cursor:pointer;
	float:right;
}
.btnCancelGrey:hover{background-position:0 -189px;}

.btnLoginGreen
{
	background:url(/Images/spriteButtons.png) no-repeat -114px -54px;
	width:114px;
	height:27px;
	display:block;
	outline:none;
	cursor:pointer;
	float:right;
}
.btnLoginGreen:hover{background-position:-114px -81px;}

.btnSendGreen
{
	background:url(/Images/spriteButtons.png) no-repeat -114px 0;
	width:114px;
	height:27px;
	display:block;
	outline:none;
	cursor:pointer;
	float:right;
}
.btnSendGreen:hover{background-position: -114px -27px;}

.btnOKGreen
{
	background:url(/Images/spriteButtons.png) no-repeat -114px -108px;
	width:114px;
	height:27px;
	display:block;
	outline:none;
	cursor:pointer;
	float:right;
}
.btnOKGreen:hover{background-position:-114px -135px;}

.btnCancelGreen
{
	background:url(/Images/spriteButtons.png) no-repeat -114px -162px;
	width:114px;
	height:27px;
	display:block;
	outline:none;
	cursor:pointer;
	float:right;
}
.btnCancelGreen:hover{background-position:-114px -189px;}

.btnLoginBlue
{
	background:url(/Images/spriteButtons.png) no-repeat -228px -54px;
	width:114px;
	height:27px;
	display:block;
	outline:none;
	cursor:pointer;
	float:right;
}
.btnLoginBlue:hover{background-position:-228px -81px;}

.btnSendBlue
{
	background:url(/Images/spriteButtons.png) no-repeat -228px 0;
	width:114px;
	height:27px;
	display:block;
	outline:none;
	cursor:pointer;
	float:right;
}
.btnSendBlue:hover{background-position: -228px -27px;}

.btnOKBlue
{
	background:url(/Images/spriteButtons.png) no-repeat -228px -108px;
	width:114px;
	height:27px;
	display:block;
	outline:none;
	cursor:pointer;
	text-align:center;
	margin: 0 auto;
}
.btnOKBlue:hover{background-position:-228px -135px;}

.btnCancelBlue
{
	background:url(/Images/spriteButtons.png) no-repeat -228px -162px;
	width:114px;
	height:27px;
	display:block;
	outline:none;
	cursor:pointer;
	float:right;
}
.btnCancelBlue:hover{background-position:-228px -189px;}

.btnForgotPassword
{
	background:url(/Images/spriteButtons.png) no-repeat 0 -216px;
	height:29px;
	width:166px;
	display:block;
	float:left;
	cursor:pointer;
	margin-top:30px;
}
.btnForgotPassword:hover
{
	background-position: 0 -245px;
}
.btnForgotPassword_selected
{
	background:url(/Images/spriteButtons.png) no-repeat 0 -245px;
	height:29px;
	width:166px;
	display:block;
	float:left;
	cursor:pointer;
	margin-top:30px;
}
.btnLogin
{
	background:url(/Images/spriteButtons.png) no-repeat -166px -216px;
	height:29px;
	width:96px;
	display:table;
	float:right;
	cursor:pointer;
	margin-top:30px;
}
.btnLogin:hover
{
	background-position: -166px -245px;
}

/*CONTACT FIELDS------------------------------------*/
.contactFieldsWrapper
{
	float:left;
	margin-top:30px;
}
.contactFieldHeadingsWrapper
{
	margin-top:30px;
	float:left;
	height: 220px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
}
.contactField
{
	color:#178FA9;
	padding-top:4px;
	height:24px;
	text-align:left;
	margin-bottom:14px;
}
.textFieldWrapper
{
	float:left;
	border: solid 1px #b8b8b8;
	margin-bottom:15px;
}
.textField_Single
{
	margin:0px 0px 0px 0px;
	padding:3px 10px 0px 10px;
	height:20px;
	background:url(/Images/TextBox_Background.png) repeat-x 0 0;
	border: solid 1px #f0f0f0;
}
.textField_SingleSmall
{
	width:326px; 
	height:34px; 
	margin-bottom:0px; 
	background:url(/Images/spritesButtonsFields.png) no-repeat 0 0; 
	display:block; 
	border:none
}
.textField_Multiline
{	
	height:22px;
	margin:0px 0px 0px 0px;
	padding:2px 10px 0px 10px;
	background-image: url(/Images/TextBox_Multiline_Background.png);	
	background-repeat:repeat-x;
	border: solid 1px #f0f0f0;
	font: inherit;
}
.validation_passed
{
	height:24px;
	width:22px;	
	position:absolute;
	z-index: 20;
	background-image:url(/Images/Validation_Passed.png);	
	background-position:center center;
	background-repeat:no-repeat;
}
.validation_failed
{
	height:24px;
	width:22px;	
	position:absolute;
	z-index: 20;
	background-image:url(/Images/Validation_Failed.png);	
	background-position:center center;
	background-repeat:no-repeat;
}

/*Client Login------------------------------------*/

.clientLoginContainer
{
	width:650px;
}
.clientLoginHeader
{
	background:url(/Images/chartHeaderBG.png) repeat-x; 
	float:left; 
	width:464px; 
	height:42px;
}
.clientLoginTitle
{
	background:url(/Images/chartHeaderClientLogin.png) repeat-x; 
	float:left; 
	height:42px; 
	width:142px;
}
.clientLoginCloseBtn
{
	background:url(/Images/chartHeaderEnd.png); 
	float:right; 
	height:42px;
	width:44px; 
	cursor:pointer
}
.clientLoginBG
{
	background:url(/Images/clientLoginBG.gif) repeat-y;
	width:650px;
	display:table;
}
.clientLoginLeftPanel
{
	width:262px; 
	height:350px;
	padding:35px 25px 15px 37px; 
	float:left; 
	text-align:left
}
.clientLoginRightPanel
{
	width:276px;
	height:350px;
	padding:35px 5px 15px 35px; 
	float:left;
	text-align:left;
}
.clientLoginBottom
{
	background:url(/Images/clientLoginBottom.png) no-repeat;
	height:13px;
	width:650px;
	display:block;
	clear:both;
}
.loginHeaders
{
	font-size:14px; 
	color:#345a71;
}

.ClientLogin_NotificationBox
{
	background-color:#fff;
	color:#ff0000;
	font-size:11px;
	padding:10px;
	border:solid 1px #CCC;
	margin-bottom:25px;
}
.ClientLogin_ForgottenPassword
{
	/*background-color:#f4f4f4; */
	font-size:12px; 
	color:#345a71; 
	height:110px;
}

.clientLoginPanel
{
	background:url(/Images/clientLoginPanel.png) no-repeat;
	height:475px;
	width:672px;
	display:block;
	text-align:left;
}
.clientLoginContainer
{
	/* this container is used to mask off anything that extends outside it */
	overflow:hidden;
	height:464px; 
	width:662px;
	top: 0px;
	left: 0px;
}
.clientLoginPanelLeft
{
	width:262px;
	height:430px;
	display:table;
	float:left;
	padding:60px 28px 0px 50px;
	color:#215923;
	font-size:12px;
	
	font-family:Arial, Helvetica, sans-serif;
}
.clientLoginPanelRight
{
	width:260px;
	float:right;
	padding:60px 30px 0px 0px;
	color:#215923;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.clientLoginPanelRight ul li
{
	line-height:22px;
}

/*PROMPT BOX------------------------------------*/
.promptBoxHeader
{
	background:transparent url(/Images/promptBoxHeader.jpg) repeat-x;
	width:444px;
	height:28px;
	padding:6px 0px 0px 0px;
	font-family:Arial, Verdana, Helvetica;
	font-weight:bold;
	color:#215923;
	text-align:center;
}
.promptBoxBody
{
	background:url(/Images/promptBoxBody.png) no-repeat #e5fbed;
	width:364px;
	padding:40px;
	color:#215923;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
.promptBoxClose
{
	background:url(/Images/promptBoxClose.png) no-repeat 0 0;
	margin-top:-6px;
	width:34px;
	height:34px;
	display:block;
	float:right;
	cursor:pointer;
}
.promptBoxClose:hover
{
	background-position:0 -34px;
}
/*CHARTS------------------------------------*/
.chartTop
{
	background:url(/Images/chartTop.png) repeat-x 0 0;
	height:7px;
	width:930px;
	clear:both;
}
.chartBottom
{
	background:url(/Images/chartBottom.png) repeat-x 0 0;
	height:7px;
	width:930px;
	clear:both;
	margin-bottom:20px;
}
.chartCorner_TL
{
	background:url(/Images/chartCorner_TL.png) repeat-x 0 0;
	height:6px;
	width:6px;
	position:relative;
	top: -20px;
	left: -15px;
	float:left;
}
.chartCorner_TR
{
	background:url(/Images/chartCorner_TR.png) repeat-x 0 0;
	height:6px;
	width:6px;
	position:relative;
	top: -20px;
	right: -15px;
	float:right;
}
.chartCorner_BL
{
	background:url(/Images/chartCorner_BL.png) repeat-x 0 0;
	height:6px;
	width:6px;
	position:relative;
	bottom: -2px;
	left: -15px;
}
.chartCorner_BR
{
	background:url(/Images/chartCorner_BR.png) repeat-x 0 0;
	height:6px;
	width:6px;
	position:relative;
	bottom: -2px;
	right: -15px;
	float:right;
}

.chartColumnGrey
{
	width:290px;
	height:155px;
	background-color:#e4e4e4;
	float:left;
	padding:20px 15px 15px 15px;
	font-size:12px;
	color:#3e3e3e;
	border-bottom-style:dotted;
	border-bottom-color:#9d9d9d;
	border-width:1px;
}
.chartColumnLightGrey
{
	width:290px;
	height:155px;
	background-color:#f3f3f3;
	float:left;
	padding:20px 15px 15px 15px;
	font-size:12px;
	color:#3e3e3e;
	border-bottom-style:dotted;
	border-bottom-color:#9d9d9d;
	border-width:1px;
}

div.chartColumnGrey p
{
	font-size:12px;
	display:block;
	color:#3e3e3e;
	line-height:17px;
	width:230px;
	margin:10px 40px 20px 40px;
}
div.chartColumnLightGrey p
{
	font-size:12px;
	color:#3e3e3e;
	line-height:17px;
	width:230px;
	margin:10px 40px 20px 40px;
}

.serviceIcon
{
	float:left; 
	margin:-5px 15px 0 0;
}

/*Notification------------------------------------*/
.notification_titleBar
{
	background-color:#a8bf19;
	/*background-image: url(/Images/PopupNotification_TitleBar.png);
	background-repeat:repeat-x;*/
	height:28px;
	color:#ffffff;
	font-size:14px;
	padding: 8px 0px 0px 10px;
}
.notification_content
{
	padding: 20px 50px 20px 50px;
	text-align:center;	
}

/*Page Specific------------------------------------*/

.expertiseColumn
{
	width:205px;
	margin:0px 45px 40px 0px;
	float:left;
}

.dottedLine
{
	border-top:1px dotted #CCCCCC;
	margin:20px 0;
}
.dottedLineSmall
{
	display:block;
	border-top:1px dotted #CCCCCC;
	margin:10px 0;
}
/*////////////////////////// CASE STUDY SPECIFIC //////////////////////*/
.caseStudyOverview
{
	padding:40px;
	font-size:14px;
}
.caseStudyLeft
{
	float:left;
	width:680px;
}
.caseStudyLeft h1
{
	margin:0px 0px 10px 0px;
}
.caseStudyLeft p
{
	margin-bottom:30px;
}
.caseStudyTopInfo
{
	width:420px;
	float:left;
	margin-right:20px;
}

.caseStudyLogo
{
	width:220px;
	float:left;
	padding:60px 0px 0px 0px;
}

.caseStudyDate
{
	color:#9bbd91;
	font-size:12px;
}

.caseStudyTopInfo p
{
	margin-bottom:20px;
	color:#619e31;
	font-size:16px;
}
.caseStudyTopInfo p b
{
	margin-bottom:20px;
	color:#619e31;
	font-size:16px
}

.caseStudyTopInfo ul
{
	margin:0px;
	list-style-type:square;
}
.caseStudyTopInfo ul li
{
	color:#384b47;
	float:left;
	margin-right:20px;
	font-size:12px;
	width:130px;
}
.caseStudyTopInfo ul li span
{
	color:#666;
}


/*HOME ACCORDIAN BANNER------------------------------------*/

.homeAccordian_container
{
	background-image: url(/Images/homeBanner_Background.png);
	width:100%;
	height:309px;
}
.homeAccordian_tray
{
	margin-top:7px;
	overflow:hidden;
	position: absolute;
	width:949px;
	height:269px;
}
.homeAccordian_tray_topCorner
{
	position:absolute;
	display:table;
	z-index: 1000;
	right:0px;
	width:10px;
	height:10px;
}
.homeAccordian_tray_bottomCorner
{
	position:absolute;
	z-index: 1000;
	display:table;
	bottom: 0px;
	right:0px;
	width:10px;
	height:10px;
}
.homeAccordian_item
{
	z-index:0;
	position:absolute;
	float:left;
	width:960px;
	height:269px;
}
.homeAccorian_pane
{
	background-color: #ffffff;
	float:left;
	width: 789px;
	height:269px;
}



.homeAccorian_button_businessApplications
{
	display:table;
	background-image: url(/Images/spriteHomeBannerButtons.png);
	background-position: 0px 0px;
	background-color: #ffffff;
	cursor:pointer;
	float:left;
	width: 40px;
	height:269px;
}
.homeAccorian_button_userExperience
{
	display:table;
	background-image:url(/Images/spriteHomeBannerButtons.png);
	background-position: -120px 0px;
	background-color: #ffffff;
	cursor:pointer;
	float:left;
	width: 40px;
	height:269px;
}
.homeAccorian_button_productDevelopment
{
	display:table;
	background-image: url(/Images/spriteHomeBannerButtons.png);
	background-position: -240px 0px;
	background-color: #ffffff;
	cursor:pointer;
	float:left;
	width: 40px;
	height:269px;
}
.homeAccorian_button_strategicLeadership
{
	display:table;
	background-image: url(/Images/spriteHomeBannerButtons.png);
	background-position: -360px 0px;
	background-color: #ffffff;
	cursor:pointer;
	float:left;
	width: 40px;
	height:269px;
}


.homeAccorian_button_businessApplications:hover
{
	background-position: -40px 0px;
}
.homeAccorian_button_userExperience:hover
{
	background-position: -160px 0px;
}
.homeAccorian_button_productDevelopment:hover
{
	background-position: -280px 0px;
}
.homeAccorian_button_strategicLeadership:hover
{
	background-position: -400px 0px;
}


.homeAccorian_button_businessApplications_selected
{
	display:table;
	background-image: url(/Images/spriteHomeBannerButtons.png);
	background-position: -80px 0px;
	background-color: #ffffff;
	float:left;
	width: 40px;
	height:269px;
}
.homeAccorian_button_userExperience_selected
{
	display:table;
	background-image: url(/Images/spriteHomeBannerButtons.png);
	background-position: -200px 0px;
	background-color: #ffffff;
	float:left;
	width: 40px;
	height:269px;
}
.homeAccorian_button_productDevelopment_selected
{
	display:table;
	background-image: url(/Images/spriteHomeBannerButtons.png);
	background-position: -320px 0px;
	background-color: #ffffff;
	float:left;
	width: 40px;
	height:269px;
}
.homeAccorian_button_strategicLeadership_selected
{
	display:table;
	background-image: url(/Images/spriteHomeBannerButtons.png);
	background-position: -440px 0px;
	background-color: #ffffff;
	float:left;
	width: 40px;
	height:269px;
}
.homeAccordianLearnMore
{
	background:url(/Images/btnHomeBannerLearnMore.png) no-repeat 0 -38px;
	height:38px;
	width:109px;
	position:absolute;
	display:block;
	top:200px;
	left:78px;
}
.homeAccordianLearnMore:hover
{
	background:url(/Images/btnHomeBannerLearnMore.png) no-repeat 0 0;
}
/*//////////////////////////////////////*/
.backToTop
{
	background:url(/Images/spriteBackToTop.gif) no-repeat 0 0;
	width:80px;
	height:7px;
	display:table;
	float:right;
	margin:40px 0px 20px 0px;
}
.backToTop:hover
{
	background-position:0 -7px;
}

.screenshotThumbnail
{
	width:75px;
	height:75px;
	float:left;
	margin:0px 20px 20px 0px;
	padding:4px;
	border:solid #ccc 1px;
}
.screenshotThumbnail:hover
{
	border:solid #666 1px;
	background-color:#f1f1f1;
}
.clientLoginCloseButton
{
	position: absolute;
	display:block;
	top: 13px;
	right: 44px;
	height: 35px;
	width: 35px;
	z-index:181;
	cursor:pointer;
	background: url('/Images/ClientLoginClose.png') no-repeat 0 0;
}
.clientLoginCloseButton:hover
{
	background-position:0 -35px;
}