html{	
	padding: 0px;
	margin: 0px;
	height:100%;
}

body {
  font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#1e1e1e;
	margin: 0px;
	line-height:20px;
	height:100%;
  background: #e3e3e3;
}

@media print{
    a[href]:after{
        content:none !important;
    }
}


img { border: 0 none; max-width:100%;}
/* CSS global reset for all browsers */ 
* {
	padding: 0;
	margin: 0px;
}
/*  Global Formatting */

h1, h2, h3, h4, h5, h6 {
    color: #1E1E1E;
    margin: 0 0 10px 0;	
  font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	
}
h1 {
	font-size:30px;
}
h2 {
	font-size: 30px;
	line-height:25px;
}
h3 {
	font-size: 26px;		
	line-height:22px;
}
h4 {
	font-size: 24px;
	line-height:20px;
	color:#005191;
	font-weight:normal;
	
}
h5 {
	font-size: 18px;
	line-height:20px;
	
}
h6 {
	font-size: 14px;
}
a {
	color:#b90a7e;
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
}

ul {
	list-style:none;
}
fieldset {
	padding: 5px;
	border:none;
}
.both {
	clear: both;
}
body.published {
	background: #AADDFF;
}
body.mceContentfieldset {
	background: transparent!important;
	border-style: none!important;
	position: relative;
	height: auto;
	width: auto;
	padding: 0px;
	margin: 0px;
}
form ul, form ul li, fieldset p {
	margin:0px;
	padding:0px;
	list-style:none;
}

p{
	margin:0px 0 15px 0;
}

/* *********************** END GENERAL SETTINGS *********************** */

#wrapper{
	width:100% !important;
	margin:0 !important;
}


.container {
	width:1010px;
}
#content .container {min-height:400px;}

div.topline{
	font-size:12px;
	font-weight:bold;
}
div.topline .moduletable{
	margin-bottom:0;
	display:inline-table;
	background:#64a4b8;
	padding:5px;
	color:#FFF;
}

div.topline .green{
	background:#a3bf53;
}
div.topline .orange{
	background:#b90a7e;
}
div.topline .blue{
	background:#005191;
}
div.topline span{
	float:left;
	width:110px;
	line-height:16px;
	margin-right:10px;
	text-align:right;
	
}
div.topline a{
	color:#FFF;
	text-decoration:none;	
	padding:6px 5px;
	display:inline-table;
}

#login-register{
	margin:20px 0 10px;
	color:#000;
	text-align:right;
	padding:6px 0;
	float:right;
}
#login-register ul{
	margin:0;
}
#login-register li{
	display:inline-table;
}
#login-register li a{
	color:#1e1e1e;
	text-decoration:none;
	font-size:12px;
  font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	padding:0px 10px;
	border-left:1px solid #6a7276;
	text-transform:uppercase;
}

#login-register li a:hover {text-decoration:underline}

#login-register li:first-child a{
	border:none;
}

#login-register p{
	margin:0;
}

.login-greeting{
	display:inline-table;
}
.login-greeting a{}

.logoutreg{
	display:inline-table;
	padding:0px 0 0 10px;
}

.logoutreg .button {
	background:#b90a7e !important;
	padding:5px 10px;
}

#contactphone{
	float:right;
	padding:0;
	margin:10px 0;
font-size:20px;
clear:both;
}
#contactphone p{margin:0;}
#contactphone p:before {
    content: "\f095";
    font-family: 'FontAwesome';
    margin-right: 5px;
}
#contactphone a{	
	color:#000;
	display:block;
}
#topmenu.visible-sticky{
display:none;
}
div#topheader{
	width:100%;
	position:relative;
	background:rgba(255,255,255,0.95);
	z-index:1;
}

div#topheader.sticky div.logo{
	height:50px;
	margin-top:15px;
}
div#topheader.sticky div.logo a,
div#topheader.sticky div.logo a img{
	display:block;
	height:100%;
}

div#topheader.sticky #socialmedia,
div#topheader.sticky #login-register{
	display:none;
}

div#topheader.topheader-hp{
	width:100%;
	position:absolute;
}


div.logo{
	width:auto;
	margin-top:30px;
	float:left;
}

div#sociallogin p{margin:0;}

div#sociallogin a{
	float:left;
	display:block;
	margin-left:10px;
}


div#full-registration {
	width:100px;
	position:absolute;
	z-index:100;
	bottom:50px;
	right:100px;
}

div#full-registration a.readon{
	float:right;
	text-align:center;
	text-transform:uppercase;
	padding-right:20px;
	background:#29682D url(../images/arrow1.png) no-repeat scroll 95% 8px;
}


#socialmedia{
	padding-top:20px;
	float:right;
	margin:5px 0 0 40px;
}

#socialmedia a{
	display:inline-table;
	text-indent:-20000px;
	background-color:#b90a7e;
	background-repeat:no-repeat;
	background-position:center center;
	margin:0 3px;
	width:30px;
	height:30px;
	border-radius:20px;
	padding:5px;
}

#socialmedia a.facebook:hover {
  background-color:#005191;	background-image:url(../images/facebook.png);background-size:10px}
  
#socialmedia a.twitter:hover {
  background-color:#005191;	background-image:url(../images/twitter.png);background-size:10px}
  
#socialmedia a.linkedin:hover {
  background-color:#005191;	background-image:url(../images/linkedin.png);background-size:15px}    

#socialmedia a.facebook{
	background-image:url(../images/facebook.png);
	background-size:10px;
}
#socialmedia a.twitter{
	background-image:url(../images/twitter.png);
		background-size:10px;
}
#socialmedia a.linkedin{
	background-image:url(../images/linkedin.png);
		background-size:15px;
}
#socialmedia p{
	margin:0;
}

#topmenu{
	width:100%;
}


#topmenu .navbar{
	margin:0;
	border:none;
}
@media(min-width:768px){
#topmenu .navbar-collapse{
	padding:0;
}
}
div#topheader.sticky #topmenu{
	clear:none;
	float:right;
	width:auto;
	margin-top:10px;
display:none;
}
div#topheader.sticky #topmenu ul li a{
}
div#topheader.sticky #topmenu.visible-sticky{
display:inherit;
}

#topmenu .dropdown:hover .dropdown-menu {
	display: block;
}
#topmenu .dropdown:hover .dropdown-menu .dropdown-menu{
	display: none;
}
#topmenu .dropdown .dropdown-menu .dropdown:hover .dropdown-menu{
	display: block;
	top:0;
	left:200px;
}
#topmenu li a,
#topmenu li .separator{
	color:#1e1e1e;
	font-size:16px;
	display:block;
	padding:10px 20px;
	cursor:pointer;
  font-family: 'Open Sans', sans-serif;
	text-decoration:none;
}

div#topheader.sticky #topmenu li a,
div#topheader.sticky li .separator{
	padding:10px 10px;
	font-size:13px;
}

#topmenu li li a{background:none;}
#topmenu li:first-child a{
	background:none;
}

#topmenu li.active a,
#topmenu li a:hover{	
	color:#b90a7e;
	background:none;
}
#topmenu li.active a{
/*	text-decoration:underline;*/
}
#topmenu li.active li a{
	text-decoration:none;
  color:#1e1e1e;
}
#topmenu ul li ul {
	background:#ededed;
	padding:0;
	border-radius:0;
	width:200px;
	border:1px solid #FFF;
  border-radius: 10px;
}
#topmenu ul li ul li a{
	white-space:normal;
	/*color:black!important;*/
}

#topmenu ul li ul li.active a,
#topmenu ul li ul li a:hover{
	background:#b90a7e;
	color:#FFF;
  border-radius: 10px;
}

#topmenu ul li ul ul{
	background:#ededed;
}


#topmenu ul li ul li{
	padding:0px;
}
#topmenu ul li ul a,
#topmenu ul li ul .separator{
	background:none;
	display:block;
	cursor:pointer;
}
/* End menu*/



#inforbar{
	background:#005191;
	color:#FFF;
  min-height: 150px;
}

#inforbar h2{
	color:#FFF;
}
#inforbar .container{
	position:relative;
}
#inforbar .readmore{	
	position:absolute;
	right:0;
	top:20px;	
}
#inforbar .readmore a{
	color:#FFF;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:15px;
	background:#005191;
	font-weight:bold;
	text-decoration:none;
}

#inforbar .readmore a:hover {background:#b90a7e;border:2px solid #005191;color:#005191}

@media (max-width:768px) {
#inforbar .text img {
  display:none;
}
#inforbar .text h4 {
  width: 100%;
}
}

/* Slideshow */

#slideshow{
	position:relative;	
}


#slideshow .djslider{
	height:665px !important;
}
#slideshow .slider-container ul li{
	height:665px !important;
}
/* Edit slideshow */
#slideshow .slide-desc{
	background:none;
}

#slideshow .slide-desc-bg{
	background:none;
}
#slideshow .slide-desc-text{
	width:400px;
	background:url(../images/bg-tran.png);
}
#slideshow .slide-desc-text .slide-title{
  font-family: 'Open Sans', sans-serif;
	 font-size:18px;
	 line-height:20px;
	 color:#FFF;
	 margin-bottom:10px;
	 text-transform:uppercase;
}

#slideshow .container{
	position:relative;
	height:100%;
}
/* Edit slideshow navagation*/
.navigation-container-custom{
	bottom:25px !important;
	top:auto !important ;
	width:100%;
	text-align:center;
}

span.load-button{
	border:none;
	background:#e4e6e6;
	height:15px;
	width:15px;
	box-shadow:none;
	border-radius:10px;
	opacity:1;
}
span.load-button-active{
	background:#00a1b0 !important;
	opacity:1;
}
/* End slideshow */


/* Top search*/
#slideshow #slidesearch{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
}
#topsearch .moduletable h3{
	color:#1e1e1e;
	margin-bottom:20px;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
}
#slideshow #topsearch{
	position:absolute;
	right:0;
	padding:20px;
	bottom:30px;
	width:300px;
	background:url(../images/bg-tran-w.png);
}

#topsearch .rmsearch{
	display:table;
	border-radius:0;
	border:none;
	padding:0px;
	width:100%;
	background:none;
}

#topsearch .rmsearch input,
#topsearch .rmsearch .rmsDropDown{
	border-radius:0;
	border:none;
	padding:6px 10px;
	margin:0;
	height:36px;
}
#topsearch .rmsearch input[type="text"]{
	width:100%;
}

#topsearch .rmsearch .selectbox .rmsDropDown{
	width:115%;
	background:none;
}
#topsearch .rmsearch #subsector{
	background:#FFF;
	width:100%;
	margin-top:10px;
	position:absolute;
	top:100%;
}
#topsearch .rmsearch .form-element{
	float:none;
	width:100%;
	margin-bottom:10px;
	position:relative;
}
#topsearch .rmsearch .selectbox {
    background: url("../images/bg-select.png") no-repeat scroll right center #FFFFFF;
    border: medium none;
    height: 36px;
    overflow: hidden;

}
#topsearch .rmsearch input[type="submit"]{
	display:block;
	float:none;
	width:100%;
	height:auto;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
  font-family: 'Open Sans', sans-serif;
	font-size:15px;
	font-weight:bold;
}
#topsearch #subsector{
	background:#FFF;
	margin-top:10px;
	width:100%;
	position:absolute;
	top:100%;
}
/* End top search*/

#container{
	overflow:hidden;
	width:100%;
	position:relative;
}


div#content {
    padding:0;
    text-align: left;
    width:100%;
	overflow:hidden;
}

/******/

.white_space {
	height: 20px;
	display: block;
}

/* *********************** END LAYOUT SETTINGS  *********************** */

/* *********************** NAVIGATION SECTION   *********************** */
/* Pathway Breadcrumbs */	


	
/* Sub Menu */
.sublevel {
	height: 18px;
	width: 160px;
}
a.sublevel {
	background: transparent;
	color: #999999;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	float: left;
	display: block;
	padding: 1px 0px 1px 30px;
}
a.sublevel:hover {
	color: #cc3300;
	text-decoration: none;
}
table.moduletable td table div {
	padding: 0px;
	margin-left: 18px;
	height: 20px;
}

/* End Sub Menu */

/* Add Custom Menus */

/* Add Custom Menus */

/* *********************** END NAVIGATION SECTION ********************* */

/* *********************** STANDARD MODULE TABLE  ********************* */
table.moduletable {
	width: 100%;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}


table.moduletable td {
	height: 18px;
	text-align: center;
}
table.moduletable p {
	text-align: left;
}

div.moduletable h3{
	padding-bottom:0px;
	margin-bottom:20px;
	font-size:26px;
	line-height:26px;
	color:#1e1e1e;
	
}
/* Custom Modules */

ul.latestnews, ul.mostread {
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
li.latestnews, li.mostread {
	margin: 0px;
	padding: 0px;
	width: 210px;
	list-style: none;
}
li.latestnews a, li.mostread a {
	color: #333333;
	text-transform: none;
	margin-left: 0px;
	text-align: left;
	display: block;
	padding: 2px 0px 2px 0px;
}
li.latestnews a:hover, li.mostread a:hover {
	text-decoration: none;
}
#searchform form {
	vertical-align: top;
	height: 37px;
	display: block;
}
.search {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
.search .button {
	background:url(../images/button-search.png) no-repeat scroll center top;
	border: none;
	color: #ffffff;
	vertical-align: middle;
	text-transform: none;
	padding:0px;
	margin-left: 5px;
	width:40px;
	height:34px;
	text-indent:-2000px;	
}

.search .inputbox {
	padding: 7px 5px;
	margin: 0px;
	width: 220px;
	background: #ffffff;
	border: 1px solid #D5D4D4;
	color: #333333;
	vertical-align: middle;
}

/* End Custom Modules */

/* *********************** END STANDARD MODULE TABLE ********************* */

/* *********************** CONTENT - SECTIONS & CATEGORIES *********************** */

td.contentheading {
	padding: 0px;
	margin: 0px;
	line-height: 32px;
	font-size:25px;
	color: #053f87;
	height: 32px;
	text-transform: none;
}
.contentheading table td {
	letter-spacing: 0px;
	font-weight: bold;
}
/* content title and links */
.contentpagetitle {
	background-color : transparent;
}
a.contentpagetitle, a.contentpagetitle:link, a.contentpagetitle:visited {
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}
a.contentpagetitle:hover {
	color: #666666;
	text-decoration: none;
}
/* top box like a category description */
.contentdescription {
	background-color : transparent;
	padding: 10px 0px;
}
/* Main Body Text */
.contentpane {
	background: transparent;
}
.contentpaneopen {
	background-color: transparent;

}
/* Main Body Text */

/* article rating */
.content_rating {
	font-weight: normal;
	font-size:.8em;
}
.content_vote {
	font-weight: normal;
	font-size: .8em;
}
/* icons */
.buttonheading {
	font-size: 12px;
}
.pop-ups {
	float: right;
}
a.pop-up {
	border-bottom: 0;
}
/* Dates */
.createdate {
	color: #cccccc;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
}
.modifydate {
	color: #cccccc;
	font-size: 11px;
	font-style: normal;
	text-transform: none;
}
.newsfeeddate {
	font-size: 11px;
	color: #999;
	font-weight: normal;
}
/* Dates */

/* Writen by Authors name */
.small {
	color: #cccccc;
	font-size: 11px;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
	text-transform: none;
}
/* Page navigation links "<<< 1 of 10 next >>>" */
.pagenav {
	font-size: 11px;
	color: #999;
}
.pagebar {
	font-size: 11px;
	font-weight: bold;
}
.pagenav_prev {
	font-size: 11px;
	color: #999;
}
.pagenav_next {
	font-size: 11px;
	color: #999;
}
a.pagenav {
	color: #2684C1;
	text-decoration: underline;
	font-weight: normal;
}
a.pagenav:hover {
	color: #2684C1;
	text-decoration: none;
	font-weight: normal;
}
.pagenavcounter {
	height: 15px;
}
.back_button {
	font-size: 11px;
	letter-spacing: 1px;
	height: 15px;
	clear: both;
	margin: 5px 0px;
	text-transform: uppercase;
	font-weight: bold;
}
/* Read more link */
.readon {
	font-weight: bold;
	text-decoration: none;
	display:block;

}
.readon:hover {
	text-decoration: underline;
}
/* Article index   */
table.contenttoc {
	padding: 0px;
	margin: 2px;
	font-size: 11px;
}
table.contenttoc th {
	background: transparent;
	color: #06c;
}
table.contenttoc td {
	padding: 2px;
}
/* Links article index */
	a.toclink:hover, a.toclink:visited, a.toclink:link {
	height: 18px;
}
/* End Article index  */

/*  component heading */
.componentheading {
	text-align: left;
	margin-top: 5px;
	background-color: #ffffff;
	line-height: 40px;
  font-family: 'Open Sans', sans-serif;
	color: #231F20;
	letter-spacing: 0px;
	font-size:24px;
}
/* Sectiontable Table types listings Faqs's, weblink etc..*/
.sectiontableheader {
	background-color : #eeeeee;
	color : #666666;
	border-collapse: collapse;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
}
/* Table odd and Even Rows */
.sectiontableentry1 {
	
	color: #666666;
	padding: 2px!important;
	text-align: left;
}
.sectiontableentry2 {	
	color: #666666;
	padding: 2px 0px !important;
	text-align: left;
}

.sectiontableentry1 td, .sectiontableentry2 td {
	padding: 2px !important;
}
.sectiontableentry1 input, .sectiontableentry2 input {
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 15px;
	background: none;
	vertical-align: middle;
}

.sectiontablefooter {
	height: 18px;
}
table.poll {
	border: none;
	margin: 0px;
	padding: 0px 5px;
}
table.poll thead td {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 200px;
}
table.pollstableborder {
	margin: 0px;
	padding: 0px;
	border: none;
}
table.pollstableborder td {
	text-align: left;
	margin: 0px;
	padding: 0px;

}
/* End Sectiontable */

/* Category */
.category {
	color:#ccc;
}
a.category:link, a.category:visited {
	height: 15px;
	color: #cc3300;
	text-decoration: underline;
}
a.category:hover {
	height: 15px;
	color: #cc3300;
	text-decoration: none;
}
/* End category */

/* blogsection */
.blog {
	background-color: transparent;
}
.blogsection {
	height: 18px;
}
.blog_more {
	clear: both;
	display: block;
	width: 430px;
	padding: 10px 0px;
}
.blog_heading {
	height: 18px;
}
/* space from bottom of article */
.article_seperator {
	background: none;
}
/* End blogsection */

/* Search Form Module*/
.search {
	float:right;
}
/* results if not search google */
.searchintro {
	height: 22px;
}
/*Search Form keyword highlight*/
.highlight {
	background: #f0f0f0;
	padding: 0px 4px 0px 4px;
	color: #333333;
	font-weight: bold;
}
/* End Search Form */

/* wrapper title */
.wrapper {
	background-color : #FFFFFF;
}
/* *********************** END CONTENT - SECTIONS & CATEGORIES *********************** */

/* *********************** FORM SECTION  *********************** */	
form {
	margin: 0px;
}

hr{
	height:1px;
	border-bottom:1px solid #e3e1e1;
	overflow:hidden;
	width:100%;
}
input {
	background: #FFF;
	color: #333;
	padding:6px 5px;
	border:1px solid #C6C6C6;
}

.button2{
	background:#005191;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
input.btn,input.button,button,
input[type="submit"]{
	background:#b90a7e;
	color:#FFF;
	border:none;
	cursor:pointer;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
  padding: 10px 20px;
}

input.btn:hover,input.button:hover,button:hover,
input[type="submit"]:hover{
	background:#005191;
}
.inputbox {
	background: #fff;
	border: 1px solid #e3e1e1;
	color: #333;
}
.text_area, textarea {
	background: #fff;
	border: 1px solid #ccc;
	width: 100%;
	color: #333;
}
/* Pull down menu */
.selectbox {
	width: 100%;
}
/* Submit Button */

.button:hover {
	color: #fff;
}


/* Contact Email Form */
.contact_email {
	margin: 0px;
	padding: 5px;
}
#searchphraseany, #searchphraseall, #searchphraseexact {
	background: none;
}
/* *********************** END FORM SECTION *********************** */

/* *********************** TABBED EDITING *********************** */
/*When user login to edit or sumbit articles*/
/* for modifying {moscode} output.  Don't set the colour! */
.moscode {
	background-color: #f0f0f0;
}
.code {
  font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	padding: 2px;
	background-color: #f0f0f0;
	color: blue;
	border: 1px solid #d5d5d5;
	margin: 0px;
	width: 90%;
}
/* Text passed with mosmsg url parameter */
.message {
  font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size : 1em;
	color : #666;
	text-align: center;
}

.pagetext {
	visibility: hidden;
	display: none;
}
/*Body of the form*/
.adminform {
	background-color : #FFFFFF;
}

/* *********************** End TABBED EDITING *********************** */

td.acysubbuttons input{
	background:url(../images/sub.png) no-repeat scroll 0 0;
	width:78px;
	height:20px;
}

#pathways{
	padding:2px 0 2px 0;
	width:100%;
	margin:0 auto;
	font-size:15px;
	color:#1e1e1e;
}
#pathways span{
	text-decoration:underline;
	color:#b90a7e;
}
.showHere{display:none;}

a.pathway {
	color: #1e1e1e;
	text-decoration: none;
}
a.pathway:hover {
	color:#b90a7e;
	text-decoration: underline;
}

div#maincontent,div#maincontent-fr,
div#maincontent-f,div#maincontent-fl{
	padding:0px;
	width:100%;
	overflow:hidden;
	background:#ededed;
}

div#colmain{
	width:500px;
	background:#f9f9f9;
	padding:15px;
	float:left;
}
div#maincontent-fr div#colmain{
	float:right;
	width:694px;
}
div#maincontent-fl div#colmain{
	width:694px;
}
div#maincontent-f div#colmain{
	width:100%;	
}


div#colleft{
	width:285px;
	float:left;
}

div#colleft .moduletable,
div#colleft .moduletable_menu{
	padding:10px;
	background:#005191;
}
div#colleft li a{
	color:#FFF;
	text-decoration:none;
}
div#colleft .moduletable h3,
div#colleft .moduletable_menu h3{
	color:#fff;
	margin:0;
	font-size:26px;
	margin-bottom:10px;
	padding:0px 0 10px 0;
}

div#colleft .moduletable .modcontent,
div#colleft .moduletable_menu .modcontent{
	padding:0px;
}

.searchBar label,
.searchBarContainer ul.tabNav li{
	font-weight:normal;
} 

div#colright{
	width:285px;
	float:right;
	padding:10px;
	
}
div#colright .moduletable{
	background:#005191;
	padding:10px;
	color:#FFF
}
div#colright .moduletable a{
	color:#FFF;
}
div#colright .moduletable.blue{
	background:#005191;
}
div#colright .moduletable.orange{
	background:#b90a7e;
}
div#colright .moduletable.blue h3,
div#colright .moduletable.orange h3{
	border:none;
	margin:0;
	padding:0;
}
div#colright .moduletable.blue a,
div#colright .moduletable.orange a{
	color:#FFF;
}

div#colright .moduletable .modcontent{
	padding:15px;
}
div#colright .moduletable.grey{
	background:#ededed;
}

div#colright .moduletable.blue{
	background:#005191;
}
div#colright .moduletable h3{
	color:#fff;
	margin:0;
	font-size:24px;
	margin-bottom:10px;
	padding:0px;
	font-weight:bold;
	text-transform:inherit;
	border-bottom:1px solid #fff;
	padding-bottom:10px;
}

div#colright .moduletable{
	color:#FFF;
  border-radius:10px;
}
div#colright .moduletable .modcontent,
div#colright .moduletable_menu .modcontent{
	padding:0px;
}


div#colright li a{
	color:#424242;
	text-decoration:underline;
	font-weight:bold;
}
#colright div.k2ItemsBlock ul li a{
	text-decoration:none;
}
div#colright .rmsearch {
    width: 238px;
}
div#colright .rmsearch input{
	width:230px;
}
div#colright .rmsDropDown{
	width:234px;
}

#colright a.moduleItemReadMore{
	float:right;
}


#colright div.k2ItemsBlock ul li{
	background:none;
	padding:2px 0px 2px 0px;
	margin-bottom:5px;
}

#colright .ccms_form_element{
	margin-bottom:16px;
	padding:0;
}

#colright .ccms_form_element .button{
	width:100px;
}
#colright .ccms_form_element .inputbox{
	width:298px;
	height:26px;
	margin:0;
}


div.content{
	margin:0;
	overflow:hidden;
}

.search_advanced{
	position:absolute;
	top:20px;
	right:15px;
}

.search_advanced a{
	background:url(../images/button.png) repeat-x scroll 0 0;
	padding:9px 12px;
	color:#FFF;
	font-weight:bold;
}

#banner .banneritem{
	float:left;
}

div.moduletable,div.moduletable_text,
div.moduletable_color1,div.moduletable_red,
div.moduletable_black,
div.moduletable_no{
	margin-bottom:20px;
}

#bottom {
	width:100%;
	padding:30px 0; 
	overflow:hidden;
	background:#4c4c4c;
  position:relative;
  bottom:0;
}
#bottom p{
	margin:0;
}
#bottom  .sp-tweet-even,
#bottom .sp-tweet-item{
	background:none;
	border:none;
}

#bottom .moduletable h3{
	margin:0 0 10px 0;
	color:#fff;
	padding-bottom:10px;
	font-size:24px;
	font-weight:normal;
	text-transform:uppercase;
	border-bottom:1px solid #878787;
}
#bottom .moduletable{margin:0;}
#bottom .container{
	position:relative;
}
#bottom .moduletable.gotop{
	position:absolute;
	right:40px;
	top:40px;	
}
#bottom .moduletable.gotop a{
	display:inline-table;
	text-indent:-200000px;
	background:#b90a7e url(../images/gotop.png) no-repeat scroll center center;
	height:40px;
	width:40px;
	border-radius:40px;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	outline:none;
}

#bottom .moduletable.gotop a:hover{
	display:inline-table;
	text-indent:-200000px;
	background:#005191 url(../images/gotop.png) no-repeat scroll center center;
	height:40px;
	width:40px;
	border-radius:40px;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	outline:none;
}

#bottom ul li a{
	color:#fff;
	padding:0;
	text-decoration:none;
	display:block;
}

#bottom ul li a:hover {text-decoration:underline}

#bottom .moduletable.twocol ul li{
	width:50%;
	float:left;
}


.TDB-tweet-container{
	border:none !important;
	font-style:italic;
	margin:0 !important;
	background:url(../images/tweet.png) no-repeat scroll right top;
	padding:10px 100px 10px 10px !important;
	font-size:11px;
}


#footer{
	overflow:hidden;
	color:#6e7367;
	padding:20px 0;
	font-size:12px;
}
#footer a{
	color:#6e7367;
}

#footer .copyright ul li{
	display:inline;
}
#footer .copyright ul li a{
	border-left:1px solid #FFF;
	padding:0 5px;
	
}
#footer .copyright ul li:first-child a{
	border:none;
}
.ram_llm_ul li,.ram_lsm_ul li{
	background:url(../images/ram-list.png) no-repeat scroll left 7px;
	padding-left:20px;
	padding-top:4px;
	padding-bottom:4px;
}

.ram_llm_ul li a,.ram_lsm_ul li a{
	font-weight:bold;
}

.ram_llm_ul li a .number,.ram_lsm_ul li a .number{
	font-weight:normal;
	display:none;
}

select{
	padding:4px 10px;
	border:1px solid #e3e1e1;
}

/*MORE*/
.register-header {
	font-size:2em;
	font-weight:bold;
}
.regiser-fea li {
	list-style:disc inside none;
}
.register-form {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background:#EDEDED;
	padding:20px;
	color:#2582C0;
}
.register-form tr {
	height:50px;
	vertical-align:top;
}
.register-title {
	border-bottom:1px solid #FFFFFF;
	height:30px;
	margin:0 -20px 20px;
}
.register-title span {
	font-size:1.5em;
	font-weight:bold;
	margin:0 20px;
}
.register-data {
}
.register-button {
	border:0 none;
	color:#FFFFFF;
	font-weight:bold;
	height:34px;
	margin-top:10px;
	width:122px;
	float:left;
	line-height:34px;
	text-align:center;
	font-weight:bold;
	margin-right:10px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.form-button{
	overflow:hidden;
}
a.register-button{
	display:block;
}
.login-header {
	font-size:2em;
	font-weight:bold;
	color:#2785C2;
}
.login-fea li {
	list-style:disc inside none;
}
.RAM_SubHeading {
	color: #034083 !important; 
	font-size:25px;   
}

.wf_header{
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

div.resuit {
    background:#2684C1 !important;
 
}

.wf_employee_line {
    border-bottom:none;
    padding:0px;
	margin-bottom:10px;
}

.wftable td {
    padding: 2px;
}

h3.wf_employee_name {
    font-size:12px;
	margin-bottom:10px !important;
}

.wfrow1 {
    background: none;
}


div.branchitem td{
	padding:3px;
}

div.wf_quicksearch_optholder .button{
	margin-left:5px;
}
div#cboxOverlay{
	opacity:0.3 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;
}

div.ltBlock ul.ltBlockList li {
    background: url("../images/twitter-bg.png") no-repeat scroll 0 0 transparent;
    height: 55px;
    padding: 10px;
}

p#com-form-login-remember{
	margin-top:20px;
}

p#com-form-login-remember label{
	margin-right:5px;
	float:left;
}

.content ul {
    list-style: disc;
    margin-left:20px;
}


.columns {
-moz-column-width: 11.5em;
/* Firefox */
-webkit-column-width: 11.5em;
/* webkit, Safari, Chrome */
column-width: 11.5em;
}
 
 
a.pagenav {
	padding:5px;
}

a.advanced-search{
	color:#000;
	margin-right:10px;
	text-decoration:underline;
	font-style:italic;
}

div.list div.yoo-tweet ul li{
	border:none !important;
	border-radius:0 !important;
	background:none !important;
}

div.ltFollowUsLink{
	display:none;
}

cufon canvas {
    position: relative !important;
    /*top: 0 !important;*/
}


.contentheading{
	margin-bottom:10px;
	padding-bottom:10px;
}

a.jobsector,a.joblocation{
	position:absolute;
	top:20px;
	color:#FFF;
	background:#000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-right:10px;
	display:block;
	width:auto;
	padding:10px;
	font-size:16px;
	text-align:center;
}
a.jobsector{
	right:195px;
}
a.joblocation{
	right:10px;
}

.searchBarContainer {
    width: 258px !important;
}


/* style module upload file*/

input.inputupload{
	background:url(../images/inputupload.png) no-repeat scroll left top;
	width:202px !important;
	border:none !important;
	height:32px !important;
}

span.deslabel{
	padding-left:60px;
}

div.chronoform{display:none;}
input.file {
	position: relative;
	text-align: right;
	z-index: 2;
	height:44px;
	width:260px;
}

/*menu side suffix chris*/

div.moduletablemenusidemenu ul{
	background:#e8e8e8;
	padding:2px 0px 2px 9px;
	margin-bottom:5px;

}

div.moduletablemenusidemenu {margin-bottom:20px;}
div.moduletablemenusidemenu h3{color:#245626;font-size:18px;}


/*style upload form*/
div.fileinputs {
    margin: 0px 0 0px;
    position: relative;
}
input.file {
    height:38px;
    opacity: 0;
    position: relative;
    text-align: right;
    width: 310px;
    z-index: 2;
}
div.fakefile {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}
div.fakefile input {
    background: url("../images/inputupload.png") no-repeat scroll left top transparent;
    border: medium none;
    float: left;
    height: 26px;
    position: relative;
    width: 210px;
	margin:0;
}
div.fakefile img {
    float: left;
}


#homepage{
	background:#fff;
	padding:10px 0;
}

#homepage .moduletable {
  border-radius: 10px;
}

#homepage .moduletable{
	background:#005191;
	color:#FFF;
}
#homepage .moduletable-blank h3{
	color:#1e1e1e;
	font-weight:bold;
}
#homepage .moduletable h3{
	color:#FFF;
	font-weight:bold;
}
#homepage .moduletable.grey{
	background:#ededed;
	color:#1e1e1e;
}
#homepage .moduletable.blue{
	background:#005191;
}
#homepage .moduletable.orange{
	background:#b90a7e;
}
#homepage .moduletable.green{
	background:#a3bf53;
}
#homepage .moduletable.grey h3,
#homepage .moduletable.blue h3{
	background:#b90a7e;
	color:#FFF;
  border-radius: 10px 10px 0 0;
}

#homepage .moduletable .modcontent{
	padding:20px;
	overflow:hidden;
}
#homepage .moduletable h3{
	padding:10px 20px;
	margin:0;
}
#homepage .moduletable.titlecolor h3{
	background:#b90a7e;
  border-radius:10px 10px 0 0;
}
#homepage .moduletable.no-pad .modcontent{
	padding:0;
}
#homepage .moduletable .moduleItemIntrotext{
	padding:20px;
}
#homepage .moduletable.latestnews .nspArt{
	background:#FFF;
	margin:16px 0;
}
#homepage .moduletable.latestnews .nspArt h4.nspHeader{
	margin-top:10px;
	font-size:24px;
}
#homepage .moduletable a{
	color:#FFF;
}
#homepage .moduletable.latestnews a{
	color:#1e1e1e;
}
#homepage .readon{
	text-decoration:underline;
}
a.readmore{
	color:#4A4A4A;
}

/* Testimonials */
#testimonials{
	padding:50px 0;
	overflow:hidden;
	color:#646464;
}
#testimonials h3{
	font-size:28px;
	line-height:28px;
}

#testimonials div.fst_comment{
	padding:0;
	border:none;
	float:left;
	width:250px;
	clear:none;
	margin-left:100px;
}

#testimonials div.fst_comment:first-child{
	margin:0;
}
#testimonials div.fst_comment .fst_comment_commentmod{
	background:url(../images/testimonial.png) no-repeat scroll left top;
	padding:50px 40px;
	width:166px;
	height:162px;
	text-align:center;
}

#testimonials #fst_comments_scroll{
	margin-top:40px;
}

#testimonials .fst_comment_info{
	width:100%;
	overflow:hidden;
	text-align:center;
}
#testimonials .fst_comment_info .fst_comment_name{
	display:inline;
	width:auto;
	font-size:18px;
	color:#4a4a4a;
	padding:0 5px;
}

#testimonials .fst_comment_info .fst_comment_website{
	display:inline;
	width:auto;
	font-size:13px;
	padding:0 5px;
}
/*Testimonials */
#searchedjob{
	overflow:hidden;
}

.nspArt .fnone{
	clear:none;
}

.nspPagination li{
	width:25px;
	height:25px;
	background:#FFF;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	display:inline-table;
	float:none;
}
.nspPagination li.active{
	background:#005191
}
.nspBotInterface div, .nspTopInterface div{
	float:none;
}
.nspBotInterface, .nspTopInterface{
	text-align:center;
	margin-top:10px;
}
.nspPagination{
	float:none;
}

#contentbottom .moduletable{
	background:#ededed;
  border-radius: 10px;
}

#contentbottom  .modcontent{
	padding:15px;
}
#contentbottom .readmore{
	display:block;
	width:100%;
	padding:15px;
	background:#b90a7e;
	color:#FFF;
  border-radius: 0 0 10px 10px;
}

#contentbottom img {
  border-radius:10px 10px 0 0;
}

/* style contact page */

.modcontent{
	padding:15px;
  /*min-height: 260px;*/
}
div.contact-us .box{
	background:#ededed;
	margin-bottom:20px;
  border-radius: 10px;
}

div.contact-us .readmore{
	display:block;
	width:100%;
	color:#fff;
	padding:15px;
	background:#b90a7e;
  border-radius: 0 0 10px 10px;
}

div.contact-us img {
  border-radius: 10px 10px 0 0;
}

#slideinner p {
  margin: 0;
}
@media (min-width:768px) {
	div#topheader.sticky {
		position:fixed;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
		top:0;
		background:white;
		border-bottom:2px solid #b90a7e;
	}
	/*div#topheader.sticky .logo {
		margin: 5px 0;
	}
	div#topheader.sticky #socialmedia, .sticky #login-register {
		display:none;
	}*/
	div.sticky-margin.sticky {
		margin-bottom:152px;
	}
}

#inforbar h4 {
  color: #fff;
  line-height: 30px; 
  width: 70%;
  float:left;
  padding: 25px 0;
}

.moduleItemIntrotext {
  background-color: #005191;
  background: url(../images/rounded-squares-white-30.png);
  background-position: 97% 90%;
  background-repeat: no-repeat;
}

@media (min-width:1380px) {
	#content{
		background:url(../images/bg1.png) no-repeat scroll left bottom;
	}
	#contentr{
		background:url(../images/bg2.png) no-repeat scroll right bottom;
	}
}


div.contact-us .modcontent{
	height:250px;
}
#header_placeholder {
    height:120px;
    width:100%;
    display:none;
}