body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF url(../images/pageBg.jpg) top center repeat-y;
}
.orangeText 
{
    color: #F06C3B;
    }
.smallerText 
{
    font-size: 11px !important;
    }
#outerOuter {
	margin: 0 auto;
	width: 958px;
}
#outer {
	width: 958px;
	float: left;
}
#header {
	width: 958px;
	float: left;
	height: 110px;
	/*background: url(../images/header-bg.jpg) top right no-repeat;*/
}
#header .complyNCLogo {
	float: left;
margin-left: 20px;
margin-top: 10px;
}
#mainMenu {
	float: left;
	width: 958px;
	height: 42px;
	background: /*url(../images/menuBarBg.jpg) top left*/ #9B9B9D;	
	border-bottom: 1px solid #333;
	margin-bottom: 1px;
}   
#mainMenu ul {
	margin-left: 8px;
	margin-top: 22px;
}
#mainMenu li {
	float: left;
	background: url(../images/menu-seperator.gif) bottom right no-repeat;
	padding-left: 20px;
	height: 19px;
}
#mainMenu li:last-child, #mainMenu li.last {
	background: none;
}
#mainMenu li a span {
	display: none;
}
#mainMenu li a.menuItem {
	display: block;
	float: left;
	background-repeat: no-repeat;
	margin-right: 20px;
}
#mainMenu li a.activeMenuItem {
	background-position: bottom left !important;
}
#mainMenu li a:link, #mainMenu li a:visited {
	background-position: top left;
}
#mainMenu li a:link:hover, #mainMenu li a:visited:hover {
	background-position: bottom left;
}

#mainMenu li a.default {
	background-image: url(../images/menu/home.png);
	width: 38px;
	height: 13px;
}
#mainMenu li a.about-us {
	background-image: url(../images/menu/about-us.png);
	width: 60px;
	height: 13px;
}
#mainMenu li a.our-team {
	background-image: url(../images/menu/our-team.png);
	width: 60px;
	height: 13px;
}
#mainMenu li a.our-clients {
	background-image: url(../images/menu/our-clients.png);
	width: 69px;
	height: 13px;
}
#mainMenu li a.partners {
	background-image: url(../images/menu/partners.png);
	width: 58px;
	height: 13px;
}
#mainMenu li a.contact-us {
	background-image: url(../images/menu/contact-us.png);
	width: 69px;
	height: 13px;
}
#mainMenu li a.articles {
	background-image: url(../images/menu/articles.png);
	width: 99px;
	height: 13px;
}
#mainContent {
	float: left;
	width: 958px;
	padding-bottom: 10px;
}
.homeContent {
	float: left;
	width: 958px;
}
.homeContent .homeHeader {
	float: left;
	width: 958px;
	height: 191px;
	background: url(../images/homeImageBanner.jpg) top left no-repeat;
}
.homeContent .homeColumns {
	float: left;
	width: 958px;
	background: url(../images/homeLowerBg.jpg) top left repeat-x;
}
.homeContent .leftColumn {
	float: left;
    margin-left: 20px;
    margin-right: 20px;
    width: 296px;
}
.homeContent .homeSystemLower {
	float: left;
	width: 332px;
	height: 212px;
	/*background: url(../images/homeSystemImage_lower.jpg) top left no-repeat;*/
}
.homeContent .midColumn {
	float: left;
	width: 296px;
	padding-top: 20px;
}
.homeContent p {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	padding-bottom: 15px;
	color: #333;
}
.homeContent li {
	background: url(../images/dot-bullet.png) left 4px no-repeat;
	padding-left: 20px;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #333;
	padding-bottom: 15px;
}
.homeContent .rightColumn {
	float: left;
	width: 296px;
	padding-top: 20px;
	margin-left: 15px;
}
.homeContent .keyFeatures {
	float: left;
}
.homeContent .keyFeatures h2 {
	background: url(../images/key-features.png) top left no-repeat;
	width: 296px;
	height: 21px;
	border-bottom: 1px dotted #F06C3B;
	padding-bottom: 6px;
	margin-bottom: 10px;

}
.homeContent .keyFeatures h2 span {
	display: none;
}
                        
.campaignBoxes {
	float: left;
	width: 958px;
	padding-left: 23px;
	margin-top: 10px;
}
.campaignBoxes .campaignBox {
	width: 296px;
	float: left;
	margin-right: 11px;
}
#footer {
	float: left;
	width: 958px;
}
#footer .footerUpper {
	float: left;
	width: 958px;
	background: #959696;
	height: 40px;
}
#footer .footerUpper .copyright {
	float: left;
	padding-left: 23px;
	padding-top: 12px;
}
#footer .footerUpper .copyright p {
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
}
#footer .footerUpper .footerMenu {
	float: right; 
	padding-right: 23px;
}
#footer .footerUpper .footerMenu ul {
	float: left;
	margin-left: 15px;
	padding-top: 12px;
}
#footer .footerUpper .footerMenu li {
	font-size: 12px;
	float: left;
	border-right: 1px solid #CCC;
	margin-right: 10px;
	padding-right: 10px;
}
#footer .footerUpper .footerMenu li.last {
	border-right: none;
	padding-right: 0;
}
#footer .footerUpper .footerMenu a:link, #footer .footerUpper .footerMenu a:visited {
	text-decoration: none;
	color: #CCC;
}
#footer .footerUpper .footerMenu a:link:hover, #footer .footerUpper .footerMenu a:visited:hover {
	color: #333;
}
#footer .footerLower {
	width: 958px;
	float: left;
	background: url(../images/footerBg.jpg) top left repeat-x #F2D5CB;
	min-height: 160px;
}

/* inner styles */
 .innerContent 
 {
     float: left;
	 width: 958px;
     }
.innerContent .innerHeader {
	float: left;
	width: 958px;
	height: 121px;
}
.innerContent .innerColumns 
{
    float: left;
    width: 958px;
    background: url(../images/homeLowerBg.jpg) top left repeat-x;
    }    
 .innerContent .leftColumn 
 {
     float: left;
     width: 332px;
     height: 400px;
     }
 .innerContent .midColumn 
 {
     float: left;
	 width: 600px;
	 padding-top: 20px;
	 padding-bottom: 30px;
	 }
 .innerContent .midColumn p 
 {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    padding-bottom: 15px;
    color: #333;
    }
.innerContent .midColumn h3 
{
    color: #333;
    font-size: 16px;
    padding-bottom: 20px;
    margin-top: 10px;
    }
 .innerContent .midColumn li 
 {
    background: url(../images/dot-bullet.png) left 4px no-repeat;
    padding-left: 20px;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    color: #333;
    padding-bottom: 15px;
     }
.innerContent .midColumn a:link, .innerContent .midColumn a:visited 
{
    color: #F06C3B;    
    }
.innerContent .midColumn a:link:hover, .innerContent .midColumn a:visited:hover 
{
    color: #C00;
    }
.innerContent .teamPhotos 
{
    float: right;
    padding-right: 20px;
    padding-top: 30px;
    }
.innerContent .teamPhotos img 
{
    border: 1px solid #333;
    }
.innerContent .teamPhotos .colinPhoto 
{
    margin-top: 85px;
    }
.innerContent .teamPhotos .julianPhoto 
{
    margin-top: 40px;
    }
.partnerLogos 
{
    float: right;
    padding-right: 20px;
    padding-top: 30px;
    }
.partnerLogos .partnerLogo 
{
    text-align: center;
    background: #FFF;
    padding: 6px;
    border: 1px solid #333;
    }
.partnerLogos .bsi 
{
    margin-top: 40px;
    }
.partnerLogos .microsoft 
{
    margin-top: 32px;
    }
.partnerLogos .iFM 
{
    margin-top: 50px;
    }
.partnerLogos .FMCNF 
{
    margin-top: 50px;
    }
.partnerLogos .motorola 
{
    margin-top: 50px;
    }
.partnerLogos .mercury 
{
    margin-top: 0px;
    }
.pageTools 
{
    float: left;
	width: 600px;
	margin-left: 332px;
	margin-top: 8px;
	border-top: 1px dotted #CCC;
	padding-top: 10px;
    padding-bottom: 10px;
	}
.pageTools .tools 
{
    float: left;
    }
.pageTools .tools li 
{
    font-size: 11px !important;
    float: left;
    margin-right: 10px !important;
    background: none !important;
    font-weight: normal !important;
    padding: 0 !important;
    }
.pageTools .tools li a:link, .pageTools .tools li a:visited 
{
    color: #CCC;
    text-decoration: none;
    display: block;
    }
.pageTools .tools li a:link:hover, .pageTools .tools li a:visited:hover 
{
    color: #F06C3B;
    }
.pageTools .addThis 
{
    float: right;
    }
.recentArticles 
{
    float: left;
    margin-top: 190px;
    /*margin-left: 20px;  */
position: relative;
z-index: 1000;
    }
.recentArticles h2 {
	background: url(../images/recent-articles.png) top left no-repeat;
	width: 276px;
	height: 21px;
	border-bottom: 1px dotted #F06C3B;
	padding-bottom: 6px;
	margin-bottom: 10px;

}
.recentArticles h2 span {
	display: none;
}
.recentArticles li 
{
    background:url("../images/dot-bullet.png") no-repeat scroll left 4px transparent;
    color:#666;
    font-size:11px;
    font-weight:normal;
    line-height:15px;
    padding-bottom:12px;
    padding-left:20px;
    }
.recentArticles a:link, .recentArticles a:visited 
{
    font-weight: bold;
    text-decoration: none;
    color: #333;
    }
.recentArticles a:link:hover, .recentArticles a:visited:hover 
{
    font-weight: bold;
    text-decoration: none;
    color: #F06C3B;
    }
        	        
.clients 
{
    float: left;
    width: 600px;
    }
.clients .client 
{
    float: left;
    margin-right: 12px;
    margin-bottom: 6px;
    }
.clients .client.last-client 
{
    margin-right: 0px;
    }
a.findoutmore 
{
    float: right;
    margin-right: 7px;
    }
.imageCycle 
{
    margin-top: 15px;
    margin-left: 10px;
    position: relative;
    }   
.qrCode 
{
    display: block;
    float: left;
    margin-right: 20px;
    }     
.contactInfo 
{
    clear: both;
    margin-bottom: 40px;
    float: left;
    width: 600px;
    }    

/* team members */    
.midColumn.fullwidth 
{    
    margin: 5px 28px;
    width: 900px;
    }
.midColumn.fullwidth .teamMember 
{    
    width: 900px;
    float: left;
    margin-bottom: 20px;
    }
.midColumn.fullwidth .teamMember .teamPhoto 
{
    float: left;
    width: 262px;
    text-align: right;
    padding-top: 10px;
    }
.midColumn.fullwidth .teamMember .teamPhoto img 
{
    border: 1px solid #333;
    }
.midColumn.fullwidth .teamMember .teamBio 
{
    float: right;
    width: 600px;
    }
