@charset "UTF-8";
img {
	border: none;
}
#divClear {
	clear: both;
}
#pageWrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

#divHeader {
	width: 940px;
}

#divNavItem {
	float: left;
	padding-top: 40px;
}

#divBannerHome {
	width: 940px;
}

#divBannerLeft {
	float: left;
}

#divContentWrapper {
	width: 940px;
}

#divContentLeft {
	padding: 30px 20px 30px 30px;
	width: 510px;
	float: left;
}
#divContentRight {
	float: left;
	width: 380px;
	margin-top: -38px;
}
#divContentRightHome {
	float: left;
	width: 380px;
	height:351px;
	margin-top: -38px;
	background: transparent url(../images/handPhone.png) no-repeat;
}

/* Footer Bar Start */


#footerBar {
	background-color: #000;
	width: 100%;
	margin-top: 30px;
	height: 196px;

}
#divFooterWrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.divFooterTwoColumn {
	float: left;
	width: 140px;
	margin-right: 20px;
}
#divFooterRightSection {
	width: 300px;
	margin-left: 140px;
	float: left;
}
#divFooterRightSocialMedia {
	width: 300px;
}
#divFooterRightBottomAddress {
	float: left;
	width: 140px;
	padding-right: 20px;
}
#divFooterRightBottomContact {
	float: left;
	width: 140px;
}

.clear {
	clear: both;
}

/* Inner Pages Start Here */

#divContentLeftInner {
	width: 660px;
	padding: 30px 40px 30px 20px;
	float: left;
}
#divBlueBoxWrapper {
	width: 660px;
	margin: 0 0 0 0;
}
#divBlueBox {
	background-image: url(../images/bluBoxBack.gif);
	background-repeat: no-repeat;
	padding: 10px;
	float: left;
	width: 190px;
	margin-right: 10px;
	height:105px;
}
#divContentRightInner {
	float: left;
	width: 220px;
	padding-top: 30px;
}

/* Case Study Pages */

#divContentLeftCase {
	width: 680px;
	padding: 0px 40px 30px 0px;
	float: left;
}
#divContentLeftCaseText {
	padding: 20px 0 0 20px;
}

#divContentRightInnerCase {
	float: left;
	width: 220px;
}

/* Nav Item */

li.NavItem {
	list-style-type: none;
	float: left;
	padding: 0px;
	margin: 0px;
	height: 40px;
	overflow:hidden;
}

ul.Nav {
	padding: 40px 0 0 0;
	margin: 0px;	
}

li.FooterItem {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-color: #fff;
}

ul.Footer {
	padding: 0px;
	margin: 0px;	
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #c4d6ff;
}
a:active {
	text-decoration: none;
}
	
/* Nav Item */

.caseStudyContainer {
	height: 130px;
	width: 940px;
}
.caseStudyLogo {
	width: 219px;
	padding-right: 11px;
	float: left;
}
.caseStudyImage {
	width: 410px;
	float: left;
}
.caseStudyText {
	width: 280px;
	height: 110px;
	background-image: url(../images/caseListBackBox.gif);
	background-repeat: no-repeat;
	float: left;
	padding: 10px;
}
.pagePusher {
	height: 20px;
}

.caseStudyName 
{
	float: right;
}

/*Sprites work from this bit*/


.menuNotVisible {
	visibility: hidden;	
}

#Menu_home {
	background-image: url(../images/btn_home.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 51px;
	background-position: 0px -50px;
	display: block;
}
#Menu_home:hover {
	background-position: 0px -100px;	
}

#Menu_whyblujam {
	background-image: url(../images/btn_whyblujam.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 88px;
	background-position: 0px -50px;
	display: block;
}
#Menu_whyblujam:hover {
	background-position: 0px -100px;
}


#Menu_howitworks {
	background-image: url(../images/btn_howitworks.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 88px;
	background-position: 0px -50px;
	display: block;
}
#Menu_howitworks:hover {
	background-position: 0px -100px;
}

#Menu_casestudies {
	background-image: url(../images/btn_casestudies.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 88px;
	background-position: 0px -50px;
	display: block;
}
#Menu_casestudies:hover {
	background-position: 0px -100px;
}

#Menu_contact {
	background-image: url(../images/btn_contact.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 53px;
	background-position: 0px -50px;
	display: block;
}
#Menu_contact:hover {
	background-position: 0px -100px;
}
.largerText p { font-size: 14px; }