/* CSS Document */

body, ul, ol, p, li, hr {
	padding:0px;
	margin:0px;
}
/* Add colored background to body */
body {
	background-color:#153766;
}

h5 {
	font-size:15px;font-weight:bold;
}

h6 {
	font-size:16px; font-weight:bold;
}

/* Remove the jumbotron's default bottom margin */ 
.jumbotron {
	margin:0px auto;
	padding:0px 0px 0px 0px;
/*	max-width:1280px; */
}

.layout {
	margin: 0px auto;
	max-width:1280px;
	background-color:#effaff;
}

/* Remove the navbar's default rounded borders and increase the bottom margin */ 
/* Test navbar css  */
.navbar-custom {
    margin-bottom: 30px;
    background:url(../images/topmenubg-50.gif) left top repeat-x;
    background-color: #153868;
    border-color: #153868;
    border-radius: 0;
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
    color: #FFF;
}
.navbar-custom ul li {
	background:url(../images/menudevider-50.gif) left top no-repeat;
}
.navbar-custom .navbar-nav > li > a {
    color: #FFF;
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
    background-color: #0191bb;
}

.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
    color: #FFF;
    background-color: #0191bb;
}

.navbar-custom .navbar-text {
    color: #FFF;
}

.navbar-custom .navbar-toggle {
    border-color: #ffffff;
}

.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background-color: #0191bb;
}

.navbar-custom .navbar-toggle .icon-bar {
    background-color: #FFF;
}


/* Search Form Style Start Here  */
.search {
	float:right;
	margin:0px 0px 0px 0px;
/*	*margin:5px 0px 0px 90px;" */
	padding-right:18px;
}
.search input.txtbox {
	float:left;
	width:149px;
	margin-right:5px;
	background:#b7d1f2;
	border:1px #000000;
	border-radius: 3px;
}
.search input.button1 {
	float:left;
	margin:0px 0px 0px 10px;
}
form.search {
	padding-top:13px;
}

/* Search Form Style End Here  */


/* Add a gray background color and some padding to the footer */
footer {
	background-color: #f2f2f2;
	padding: 25px;
}

.contactzone {
	padding-left:35px;
	background:#cbe4f0;
	font-weight:bold;
}

.projectcol1 {
	margin-left:20px;
	padding-bottom:20px;
	float:left;
}

.projectcol2 {
	margin-left:20px;
	padding-bottom:20px;
	float:left;
}

.projectcol3 {
	margin-left:20px;
	padding-bottom:20px;
	float:left;
}

.roundbg {
	background:url(../images/projectbg.gif) left top repeat-y;
}

.roundtop {
	background:url(../images/projecttop.gif) left top no-repeat;
}

.roundbottom {
	background:url(../images/projectbottom.gif) left bottom no-repeat;
	padding:15px 6px 15px 8px;
}

.roundbgw {
	background:url(../images/projectbgw.gif) left top repeat-y;
}

.projectheading {
	display:block;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#3ea01c;
	text-decoration:none;
	padding:0px 0px 8px 0px; /* left was 15px */
}

.greentxt {
/*	display:block;	*/
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#3ea01c;
/*	padding:0px 0px 8px 0px;	*/
}

.orangeTxt {
	font:25px Arial, Helvetica, sans-serif;
	color:#ee7522;
}

.awardzone li {
	list-style-type:none;
}


/* contact form styling starts here */
form.cmxform fieldset {
  margin: 10px 0px 10px 0px;
  border: 0px solid grey;
}
form.cmxform legend {
  padding: 0 2px;
  font:bold 13px Arial, Helvetica, sans-serif;
}
form.cmxform label {
  display: inline-block;
  font:13px Arial, Helvetica, sans-serif;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 125px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 128px; /* Width plus 3 (html space) */
}
form.cmxform input {
  margin:0px 0px 0px 5px;
  width: 300px; /* Width of input fields */
}
form.cmxform select {
  margin:0px 0px 0px 5px;
	background-color: #143663;
	color: #ffffff;
}
form.cmxform textarea {
  margin:0px 0px 0px 5px;
  width: 300px; /* Width of textarea */
  height: 80px; /* Height of textarea */
}
form.cmxform input.button {
	margin:0px 0px 0px 5px;
	width: 80px;
	color:#000000;
	background:#ffc850;
	border:1px solid #5b7a92;
}
form.cmxform input.button:hover {
	cursor:pointer;
	color:#fff;
	background:#663300;
	border:1px solid #ffc850;
}

/* Required for Honey Pot: */
.valid {
    display: none;
}

/* contact form styling ends here */


.footer {
	display:block;
	font:11px Arial, Helvetica, sans-serif;
	height:50px;
	background: #0e2543;
 	overflow:auto;
	border:1px solid black;
}
.footerLeft {
	float:left;
	padding:20px 0px 0px 0px;
}
.footerRight {
	float:right;
	color:#c1eafd;
	padding:20px 20px 0px 0px;
}
.footer ul {
	margin:0px;
	padding:0px 0px 0px 0px;
}
.footer ul li {
	display:inline;
	border-right:1px solid #c1eafd;
	padding:0px 15px 0px 15px;
}
.footer li a {
	color:#c1eafd;
	text-transform:capitalize;
	text-decoration:none;
	list-style-type:none;
}
.footer li a:hover {
	color:#e1e1e1;
}

@media (max-width:768px){
.search {
	float:right;
	margin:0px 0px 0px 0px;
	padding-right:0px;
}

.contactzone {
	padding-left:5px;
	background:#cbe4f0;
	font-weight:bold;
}

@media (max-width:480px){
.search {
	float:right;
	margin:0px 0px 0px 0px;
	padding-right:0px;
}

.contactzone {
	padding-left:26px;
	background:#cbe4f0;
	font-weight:bold;
}
