body{
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	background-image: url(template2/images/bg1.png);
	background-repeat: repeat-x;
	background-position: center top;
}

.page{
  max-width: 960px;
  margin: 0 auto 0 auto;
  padding: 0 0px;
}

.logo{
  max-width: 100%;
  float: left;
}
.cfclogo {
  float: right;
}
.cfclogo img{
  height: 50px;
  margin-top: 5px;
}


.tagline{
  float: right;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #f4f4f4;
  padding-top: 10px;
  float: right;
  clear: right;
}
.imgright{
  float: right; 
  margin: 5px 0px 5px 15px; 
}
@media (max-width: 768px) {
  .tagline, .cfclogo{
	   display: none;
  }
  .imgright {
    float: none;
    margin: 10px auto;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .imgright img{
    max-width: 100%;
  }
}
/*****************
 * Navbar
 *********************/
.navbar-default .navbar-toggle .icon-bar{
  background-color: #ffffff;
}
.navbar-default .navbar-nav{
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #b6180d;
  background-image: url(template2/images/menu.png);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.navbar-default .navbar-nav > li{
  padding: 0px;
  margin: 0;
  //border-right: 2px solid #ffffff;
  //border-top: 3px solid #ffffff;
  //background-color: #eeeeee;
}
.navbar-default .navbar-nav li a{
  border-right: 0px solid #cccccc;
  color: #333333;
  padding: 0 0px;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  color: #d7c1c1;
  padding: 8px 10px;
  margin: 0 4px;
  font-size: .9em;
  
  border-left: 5px transparent;
  border-right: 5px transparent;
}
.navbar-default .navbar-nav li:first-child a{
}
.navbar-default .navbar-nav li:last-child a{
  border-right: none;
}
.navbar-default .navbar-nav > li:hover, 
.navbar-default .navbar-nav > li.active,
.navbar-default .navbar-nav > li:active{
	//background-color: #b6180d;
  color: #0ab955;
}
.navbar-default .navbar-nav > li:hover > a, 
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li:active > a,
 
.navbar-default .navbar-nav > li.active > a:hover
{
	background-color: #b6180d;
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover{
  text-decoration: none;
}
.container-fluid{
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
}
.navbar-collapse  {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header{
  margin-left: 0;
  width: 100%;
}
.navbar{
  border: none;
  border-radius: 0;
  min-height: 40px;
	background: none;
	margin: 0 auto;
	width: 100%;
	clear: both;
}
@media (max-width: 950px) {
  .navbar-default .navbar-nav li{
    font-size: .80em;
    padding: 0;
  }

}
@media (max-width: 768px) {
  .navbar{
	   padding-top: 0px;
     padding-bottom: 0px;
  }
  .navbar-default .navbar-nav li{
    font-size: 1.2em;
    line-height: 2em;
    color: #ffffff;
    border-bottom: 1px solid #eeeeee;
    background-color: #254c80;
  }
  .navbar-default .navbar-nav li a,
  .navbar-default .navbar-nav li.active a,
  .navbar-default .navbar-nav li:hover a,
  .navbar-default .navbar-nav li.active:hover a
  
  {
    color: #ffffff;
    background-color: #254c80;
  }
  .navbar-default .navbar-nav{
    background-color: #b6180d;
    background-image: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .left-divider{
    display: none;
  }

}
.navbar-default .navbar-toggle{
  border: 1px solid #1b3d6a;
  margin-top: 28px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus
{
  background-color: #b2caeb;
}

.navbar-default .navbar-toggle .icon-bar{
  background-color: #1b3d6a;
}
.navbar-nav {
  margin-left: 0px;
  margin-right: 0;
  padding: 0px;
  width: 100%;
}
.navbar-header{
  margin-left: 0;
  margin-right: 0;
}
.navbar-brand {
  padding: 10px;
  height: 110px;
  max-width: 70%;
  margin-left: 0;
}

.navbar-brand img{
  max-height: 90px;
}
.navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}
.nav > li.mobile-only{
  display: none;
}
@media (max-width: 768px) {
  .nav > li.mobile-only{
    display: block;
  }
}

.col-left{
  padding-left: 0;
}
.col-right{
  padding-right: 0;
}
@media (max-width: 768px) {
  .col-left{
    padding-right: 0;
  }
  .col-right{
    padding-left: 0;
  }
}

.wrapper{
  background-color: #ffffff;
}
.main{
  background-color: #ffffff;
}
.content{
  padding: 0 20px;
  margin: 0 auto;
  width: 100%
}
@media (max-width: 768px) {
  .content{
    padding: 0 8px;
  }
}
.footer {
  background-color: #ffffff; 
  font-size:10px; 
  font-family:Verdana; 
  color:#333333; 
  vertical-align:top;
  margin-top: 35px;
  margin-bottom: 15px;
  text-align: center;
  clear: both;
}
.footer a:link, .footer a:visited{
  color:#333333; 
  text-decoration: underline;
}
.footer a:hover {
  color:#777777; 
  text-decoration: none;
}
.bottommenu{
  list-style-type: none;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  
  margin-top: 0;
  clear: both;
  text-align: center;
  padding-top: 15px;
}
.bottommenu a{
  text-decoration: none;
  line-height: 2em;
  padding: 8px 16px;
  white-space: nowrap;
}
.bottommenu a:hover{
  text-decoration: underline;
}
.copyright{
  clear: both;
  padding-top: 15px;
  padding-bottom: 15px;
}



a:hover {text-decoration:none;}

span {color:#21235E;}

.text_2{color:#FFFFFF;}
.text_2 a{color:#FFFFFF;}

.more{color:#636363; padding:15px; background:url(images/arrow_1.gif) no-repeat left center; font-weight:bold;}

.copy{color:#FFFFFF;}
.copy a{color:#FFFFFF; text-decoration:none;}
.copy a:hover{text-decoration:underline;}

.name {color:#21235E; text-align:right;}
h1 {
	font-size: 1.8em;
	padding: 0 0 5px 0;
	color: #333333;
  padding-top: 30px;
  margin-top: 0;
}
h2 {
	font-size: 1.4em;
	padding: 0 0 5px 0;
	color: #333333;
}
.footerFont, .footerFont a:link, .footerFont a:visited,  .footerFont td {
font-size:10px; font-family:Verdana; color:#3a5c86; vertical-align:top;
}
a:link, a:visited {
	color: #990000;
}

.frdetailslogo {
  max-width: 100%; 
  padding-top: 25px;
}



table {
  border-radius: 5px !important;
  /*border-collapse: collapse !important;
  border: none !important;*/
  border: none; 
 
}
table th, table td { border: 1px; 
  border-color: black; }
table th:first-child {
  border-radius: 0px 0 0 0 !important;
}
table th:last-child {
  border-radius: 0 0px 0 0 !important;
}
table tr:last-child td:first-child {
  border-radius: 0 0 0 0px !important;
}
table tr:last-child td:last-child {
  border-radius: 0 0 0px 0 !important;
}
table.frlist {
}
table.frlist tr td {
  border-radius: 0 !important;
  padding: 4px;
}
table.frlist tr:first-child{
  color: #ffffff;
  text-align: left;
  font-weight: bold;
}
table.frlist tr:first-child td:first-child {
  border-radius: 5px 0 0 0 !important;
  border-left: none;
}
table.frlist tr td:first-child {
  font-weight: bold;
  padding: 5px 0 5px 25px;
}
table.frlist tr:first-child td:last-child {
  border-radius: 0 5px 0 0 !important;
  border-right: none;
}
table.frlist tr:first-child td {
  background-color: #1b3d6a;
  color: #ffffff;
}
table.frlist tr:last-child td {
  border-bottom: 1px solid #eeeeee;
}
table.frlist tr:last-child td:first-child {
  border-radius: 0 0 0 0px !important;
}
table.frlist tr:last-child td:last-child {
  border-radius: 0 0 0px 0 !important;
}
table.frlist td:first-child {
  border-left: 1px solid #eeeeee;
}
table.frlist td:last-child {
  border-right: 1px solid #eeeeee;
}

@media (max-width: 768px) {
  table.frlist tr td:nth-child(2){
    display: none;
  }
}
/***************
 * Forms
 ****************/


.btn {
  width: 250px;
  max-width: 100%;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px; 
  background-color: #780f09;
  background-image: url(template2/images/btn.png);
  border: 0px solid;
  border-color: #666666;
  border-radius: 8px;
  padding: 6px 12px;
  margin-bottom: 0;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open .dropdown-toggle.btn {
  background-color: #b6180d;
  border-color: #999999;
  background-image: none;
  color: #ffffff;
}
form{margin:0px; padding:0px;}

td, input, textarea{font-size:12px; font-family:Verdana; color:#333333; line-height:18px; vertical-align:top;}

input,textarea {margin:0px; padding:0px 0px 0px 5px;}
input[type="text"], input[type="submit"], textarea{
  margin: 5px 5px 5px 5px;
  width: 100%;
}  
select {
  margin: 5px 5px 5px 5px;
}  
.contact-form select{
  width: 100%;
}


  

#menu {
margin: 0 0 0px 0;
padding: 0;
font-size: 0.9em;

}

#menu ul {	
list-style: none;
margin: 0 0 0px 43px;
padding: 0;
font-size: 1.1em;
}	

#menu li {
float:left;

}
#menu li a {
font-weight: normal;
height: 20px;
text-decoration: none;
color: #d7c1c1;
padding: 8px 8px;
margin: 0 4px;

border-left: 5px transparent;
border-right: 5px transparent;
float:left;
  /*border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-bottom: 0px solid #cdd5df;*/
}	
	
#menu li a:hover, #menu li .active {
color: #ffffff;
background: #b6180d;
border-left: 0px solid #5780AE;
border-right: 0px solid #5780AE;
  /*border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 0px solid #ffffff;
  border-bottom: 0px solid #999999;*/
}
p {
text-align: justify;
}
.bulletpoint {
}
hr{
  color: #bed3ee;
}
input, select, textarea {
  border: 1px solid #bed3ee;
  border-radius: 5px;
}
input[type=submit] {
 background-image: url(template2/images/btn.png);
 border: none;
 color: #ffffff;
 padding: 2px 6px;
 font-weight: bold;
}
input[type=submit]:hover {
 background-color: #b6180d;
 background-image: none;
}

.featured {
  padding: 15px 0px;
  margin: 0 10px; 
  width: 140px; 
  max-width: 80%;
}
.smi{
  width: 24px;
  margin: 10px 4px 25px 4px;
  
}
