.navbar-custom {
    background-color:#50687D;
    color:#ffffff;
    border-radius:0;
}

.navbar-custom .navbar-nav > li > a {
    color:#fff;
}
.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #fff;
    background-color:transparent;
}
.navbar-custom .navbar-brand {
    color:#eeeeee;
}
.navbar-custom .navbar-nav > li > a:hover, .nav > li > a:focus { 
	text-decoration: none; 
	color:#000;
}

.icon-bar {
   background-color:#fff !important;
}

.rowPad {
	border-bottom:1px solid #DDDDDD;
	padding-bottom:5px;
	margin-bottom:5px;
}

body {
	text-align: left;
	padding-bottom: 20px;
	font-size: 12px;
	/*
	font: 10px/1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 20px;
	color: #525152;
	background: #3c3c3c url(img/bg_body.jpg) repeat-x fixed 0 top;
	*/
}

strong {
	font-weight: bold;
}

p {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #525152;
}

a {
	/*text-decoration: none;
	color: #3f5369;*/
	color: #2C649E
}

a:hover {
	color: #A53373;
}


#colOne p {
	margin-bottom: 1em;
}

h1 {
	font-size: 1.8em;
	color: #50687D;
	margin-top: 25px;
	margin-bottom: 20px;
	line-height:6mm;
}

h2 {
	font-size: 1.6em;
	color: #50687D;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height:5mm;
    font-weight: bold;
    height: 30px;
    padding-top: 20px;
    text-indent: 15px;
}

h3 {
	font-size: 1.6em;
	font-weight:bold;
	color: #3f5369;
	margin-top: 15px;
	margin-bottom: 5px;
	line-height:6mm;	
}

.clearing {
	clear: both;
}

/* @group divs */

input#s2 {
	background: none;
	width: 120px;
	padding: 0;
	margin: 0;
	position: absolute;
	border: 0;
	top:7px;
	left: 7px;
	color: #3f5369;
	font: 1.1em Arial, Helvetica, Geneva, sans-serif;
}

#banner {
	background-color: #fff;
	height: 110px; /*192px;*/
	margin-bottom: 10px;
}

#bannerImage {
	height: 110px /*192px;*/
	width: 880px; /*600px */
	float: left;
	margin-left: 40px;
	display: inline;
	position: relative;
	overflow: hidden;
}

#bannerCorners {
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 192px;
	background: url(img/banner-corners.png) no-repeat;
}

/* Used to be bannerAd - changed to prevent adBlock from hiding it... */
#bannerDsp {
	background-color: #3f5369;
	height: 192px;
	width: 280px;
	float: left;
	position: relative;
	text-indent: -5000px;
	background-image: url(adB.jpg);
}

.blogDate {
	font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 1em;
	color: #525152;
	margin:10px 0px 10px 0px; 
	display:block;
}

.blogLinkTitle {
	display: block;
	font-size:1.5em;
}

.blogLinkTitle:hover {
	display: block;	
	font-size:18px;
	text-decoration:none;
	color: #50687d;
}

#bannerDsp a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 192px;
	width: 280px;
	float: left;
	background-image: url(img/bannerad.jpg);
}

#bannerDsp a:hover {
	display: block;
	height: 192px;
	width: 280px;
	float: left;
	background: url(img/bannerad.jpg) 0 -192px;
}

.partnerTitle {
	color:#525152;
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
}

.partnerLink{
	color:#3F5369 ;
	font-weight:bold;
	display: block;
	padding-bottom:3px;
}

.partnerLink:hover {
	text-decoration:none;
	font-weight:bolder;
}


#colOne ul {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 1em;
	padding-left: 25px;
	color: #525152;
}

#colOne ul ul {
	font-size: 1em;
}

#colOne li {
	padding-left: 0px;
	list-style-type: disc;
}

#colOne li li {
	padding-left: 0px;
	list-style-type: circle;
}

/* removes bullet styles from lists and stops the colOne default behaviour from affecting lists */
.tickList li{
	list-style-type: none !important;
}

.tickList li li{
	list-style-type: none !important;
}

#latestNews {
	/*background: url(img/h4-news.gif) no-repeat;
	background-color: #ededed;
	width: 280px;
	float: left;*/
}


#latestNews h4 {
	height: 30px;
	padding-top: 25px;
	font-size: 1.8em;
	color: #50687D;
	text-indent: 15px;
	font-weight: bold;
	margin-bottom: 0px;
}

.tableLabel{
	color: #50687D; 
	/*text-align:right;*/
	font-weight:bold; 
	font-size:14px;
	vertical-align: middle;	
}

.newsItem {
	float: left;
	width: 250px;
	margin-left: 15px;
	display: inline;
	border-bottom: 1px solid #d4d4d4;
}

#allnews {
	width: 280px;
	height: 40px;
	float: left;
	background: url(img/viewallnews.gif) 0 bottom;
	border-bottom: 10px solid #fff;
}

#allnewsHome {
	width: 280px;
	height: 40px;
	float: left;
}

#allnews a, #allnewsHome a {
	padding-top: 15px;
	padding-left: 15px;
	float: left;
}

.newsItem p.date {
	margin-top: 15px;
	font-weight: bold;
	color: #415469;
}

.newsItem p.headline {
	font-size: 1.4em;
	font-weight: bold;
	color: #525152;
}

.newsItem p a {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #C0007F;
	text-decoration: none;
}

.newsItem p a:hover {
	color: #A53373;
}

.mainNews {
	padding-top: 15px;
	position: relative;
	border-top: 1px solid #d4d4d4;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
}


#colOne .mainNews p.date {
	margin-top: 0;
	font-weight: bold;
	color: #415469;
	margin-bottom: 0;
	padding-bottom: 0;
}

#colOne .mainNews p.headline {
	font-size: 1.4em;
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight: bold;
	color: #525152;
}

.mainNews p {
	padding-right: 100px;
}


.mainNews a {
	/*display: block;
	position: absolute;*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	height: 1000px;
	background: url(img/spacer.gif) repeat;
	overflow: hidden;
}

.mainNews a span {
	display: block;
	height: 100px;
	width: 45px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(img/mainnews-arrow.gif) no-repeat right top;
	text-indent: -3000px;
}
.mainNews a:hover span {
	background-position: 0 -449px;
}

#news {
	border-bottom: 1px solid #d4d4d4;
}

#newsStory {
	border-top: 1px solid #d4d4d4;
	padding-top: 20px;
}

#newsStory p.date {
	margin-top: 0;
	font-weight: bold;
	color: #A53373;
	margin-bottom: 0;
	padding-bottom: 0;
}

#newsStory p.headline {
	font-size: 1.8em;
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight: bold;
	color: #3f5369;
}

#newsStory p.intro {
	font-size: 1.4em;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 0;
	font-weight: bold;
}

#pageNumbers {
	margin-top: 20px;
	font-size: 1.2em;
	color: #3f5369;
}

#colOne #pageNumbers ul {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 1em;
	padding-left: 0;
}

#colOne #pageNumbers li {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #3f5369;
	list-style-type: none;

}

#colOne #pageNumbers li.first {

	padding-left: 0;
}

#colOne #pageNumbers li.end {

	border-right: none;
}

#solutionStrands {
	/*margin-top: 20px;*/
}

.powerblock {
	padding-bottom:20px;
	text-decoration:none;
	color:#50687D;
	display:block;
	padding:2px;
	min-height:60px;
}

.powerblock:hover {
	text-decoration:none;
	opacity: 0.6;
	color:#000;
	background-color:#50687D;
  	border-radius: 5px;             /* CSS3 rounded corners */
	-moz-border-radius: 5px;        /* Rounded corners for Firefox */
	-webkit-border-radius: 5px;     /* Rounded corners for Safari */
}

#solutionStrands h5 {
	border-top: 1px solid #ddd;
	padding-top: 10px;
	margin-bottom: 20px;
	font-size: 1.3em;
	color: #50687D;
}

.office {
	float: left;
	width: 292px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.officeTwo {
	float: left;
	width: 293px;
	margin-bottom: 20px;
	margin-top: 10px;
}

/*
#footer {
	height: 80px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background: url(img/footer.png) no-repeat;
}

#footer p {
	margin-left: 40px;
	padding-top: 30px;
	font-size: 1.1em;
}
*/

/* @end */





/* @group contact form */

div.contactForm {
	padding: 0;

	float: left;
}

#colOne div.contactForm p {
	padding-bottom: 5px;
	float: left;
	margin-bottom: 5px;
}

div.contactForm form {

	width: 500px;
	float: left;
	margin-right: auto;
	margin-left: auto;
}

div.contactForm label {
	width: 140px;
	display: block;
	float: left;
	padding-top: 5px;
}

label.hidden {
	visibility: hidden;
}

div.contactForm input.tfield {
	float: right;
	width: 355px;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	border: 1px solid #ccc;
	padding: 0;
}

div.contactForm input.entercode {
	width: 100px;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	border: 1px solid #ccc;
}

div.contactForm textarea {
	width: 355px;
	float: right;
	height: 6em;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

#colOne div.contactForm ul {
	padding: 0;
	width: 100%;
	float: left;
	margin-bottom: 5px;
}

#colOne div.contactForm ul label {
	width: auto;
	float: none;
	display: inline;
}

div.contactForm li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	margin-right: 8px;
}

p.rb, p.sb {
	float: left;
	margin-bottom: auto;
	display: inline;
}

p.sb {
	margin-left: 315px;
	margin-right: 20px;
}

.btnDemo {
  background: #50687d;
  background-image: -webkit-linear-gradient(top, #50687d, #50687d);
  background-image: -moz-linear-gradient(top, #50687d, #50687d);
  background-image: -ms-linear-gradient(top, #50687d, #50687d);
  background-image: -o-linear-gradient(top, #50687d, #50687d);
  background-image: linear-gradient(to bottom, #50687d, #50687d);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btnDemo:hover {
  background: #7fa6c9;
  color:#ffffff;
  background-image: -webkit-linear-gradient(top, #7fa6c9, #7fa6c9);
  background-image: -moz-linear-gradient(top, #7fa6c9, #7fa6c9);
  background-image: -ms-linear-gradient(top, #7fa6c9, #7fa6c9);
  background-image: -o-linear-gradient(top, #7fa6c9, #7fa6c9);
  background-image: linear-gradient(to bottom, #7fa6c9, #7fa6c9);
  text-decoration: none;
}

.rrHeaderBox {
  color: #ffffff;
  font-size: 16px;
  font-weight:bolder;
  text-align:center;
  border: 2px solid #BA0065;
  border-radius: 10px;
  padding: 5px 10px 5px 10px;
  background-color: #BA0065;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.rrHeaderBoxBlue {
  color: #ffffff;
  font-size: 16px;
  font-weight:bolder;
  text-align:center;
  border: 2px solid #006980;
  border-radius: 10px;
  padding: 5px 10px 5px 10px;
  background-color: #006980;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* LK 11-Mar-15 */
.panel-primary {
	border-color:#50687d!important;
}

.panel-primary > .panel-heading-custom {
background: #50687d;
color: #ffffff;
}

/* LK 12-Mar-15 */
.panel-warning {
	border-color:#C0007F!important;
}

.panel-warning > .panel-heading-custom {
background: #C0007F!important;
color: #ffffff;
}

/* LK list */
#lk-list {
	padding-left:0px!important; 	
}

#lk-list li {
  display: block;
  position: relative;
  padding-left:20px;
  padding-bottom:20px;
}

#lk-list li:before {
  font-family: 'Glyphicons Halflings';
  position: absolute;
  left: 0px;
  top:3px;
  font-size:80%;
}
.chevron-right li:before {
 content: '\e080';
}
/* @end */
