body{
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	
}
p {
  padding: 0px 20px;  
}

.pagecontainer {
  width: 100%; 
  margin-left: auto;
  margin-right: auto; 
  border-spacing: 0px;
  border-collapse: separate;
  border: 0;
}
.pagetd { 
  padding: 0px;
}
.headercontainer {
  width: 100%; 
  border: 0;
  margin-left: auto;
  margin-right: auto; 
  border-spacing: 0px;
  border-collapse: separate;
  background-color: #ffffff;
}
.headertd { 
  padding: 5px;
}
.maincontainer {
  width: 100%; 
  border: 0;
  margin-left: auto;
  margin-right: auto; 
  border-spacing: 0px;
  border-collapse: separate;
  border-radius: 0 !important;
  background-image: url(template5/images/greybg.jpg);
}
.maintd { 
  padding: 0px;
}
.contentcontainer {
  width: 940px; 
  border: 0;
  margin-left: auto;
  margin-right: auto; 
  margin-bottom: 35px; 
  border-spacing: 0px;
  border-collapse: separate;
}
.contenttd { 
  padding: 0px;
}

.footercontainer {
  width: 100%; 
  border: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px; 
  border-spacing: 0px;
  border-collapse: separate;
  background-image: url(template5/images/darkgreybg.png);
}
.footertd { 
  padding: 0px;
}

.contactcontainer {
  width: 100%; 
  border: 0;
  margin-left: 0;
  margin-bottom: 0px; 
  border-spacing: 0px;
  border-collapse: separate;
}
.contacttd { 
  padding: 20px 5px 0 20px;
}
.innercontactcontainer {
  width: 100%; 
  border: 1px solid #aaaaaa; 
  border-radius: 5px;
  margin-left: 0;
  margin-bottom: 0px; 
  border-spacing: 0px;
  border-collapse: separate;
}
.innertoptd { 
  background-color: #f1704d; 
  border-radius: 4px 4px 0 0 !important; 
  border-bottom: 0px solid #424242; 
  font-size: 14px;
  font-weight: bold;
	padding: 12px 0 10px 0;
	color: #ffffff;

}
.innerbottomtd {
  background-color: #ffffff; padding: 10px 0px 17px 0; border-radius: 0px 0px 5px 5px !important;
}

td, input, textarea{font-size:12px; font-family:Verdana; color:#222222; line-height:18px; vertical-align:top;}

input,textarea {margin:0px; padding:0px 0px 0px 5px;}

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:none;}

.name {color:#21235E; text-align:right;}
h1 {
	font-size: 16px;
	padding: 0 0 5px 20px;
	color: #f1704d;
	margin: 30px 0 0 0;
}
h2 {
	font-size: 14px;
	padding: 10px 0 22px 0px;
	margin: 0 0 0 0px;
	color: #ffffff;
}
.footerFont, .footerFont a:link, .footerFont a:visited,  .footerFont td {
  font-size:10px; font-family:Verdana; color:#333333; vertical-align:top;
  font-style: normal;
}
.footerFont a:hover {
  font-size:10px; font-family:Verdana; color:#777777; vertical-align:top;
  text-decoration: underline;
}
a.ital:visited {
	color: #777777;
	text-decoration: none;
}
a.ital:link {
	color: #777777;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
}
a.ital:hover, a.ital:active{
	color: #111111;
}
a:link, a:visited {
	color: #777777;
	text-decoration: underline;
	font-weight: bold;
}
a:hover, a:active{
	color: #f1704d;
}
img.bordered {
  border-bottom: 2px solid #555555;
  border-right: 2px solid #555555;
  border-top: 2px solid #cccccc;
  border-left: 2px solid #cccccc;
}
a:hover img.bordered{
  border-bottom: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  border-top: 2px solid #555555;
  border-left: 2px solid #555555;
}
img {
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
}
img.noborder {
  border: none;
}

.btn {
  width: 250px;
  color: #ff683f;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px; 
  background-color: #dddddd;
  border-bottom: 2px solid #666666;
  border-right: 2px solid #666666;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  padding: 6px 12px;
  margin-bottom: 0;
  border-radius: 9px;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open .dropdown-toggle.btn {
  background-color: #eeeeee;
  border-bottom: 2px solid #f8b6a4;
  border-right: 2px solid #f8b6a4;
  border-top: 2px solid #9f2706;
  border-left: 2px solid #9f2706;
  background-image: none;
  color: #f1704d;
  
}

input[type=submit] {
  color: #ff683f;
  font-weight: bold;
  font-size: 12px;
  background-color: #dddddd;
  border-bottom: 2px solid #666666;
  border-right: 2px solid #666666;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-radius: 5px;
  padding: 3px 10px;
  margin-bottom: 0;
}
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active,
input[type=submit].active,
.open .dropdown-toggle.btn-sm {
  background-color: #eeeeee;
  border-bottom: 2px solid #f8b6a4;
  border-right: 2px solid #f8b6a4;
  border-top: 2px solid #9f2706;
  border-left: 2px solid #9f2706;
  background-image: none;
}

  

#menu {
margin: 0 0 0px 0;
padding: 0;
font-size: 0.9em;
background-color: #eeeeee;
width: 100%
}

#menu ul {	
list-style: none;
margin: 0 0 0px 0px;
padding: 0;
font-size: 15px;
}	

#menu li {
float:left;

}
#menu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #222222;
background-color: #ffffff;
padding: 5px 10px;
margin: 0 1px;
	font-style: normal;

border-left: 0px solid #ffffff;
border-right: 0px  solid #ffffff;
float:left;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-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: #f1704d;
background: #ffffff;
border-left: 0px solid #ffffff;
border-right: 0px solid #ffffff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 0px solid #ffffff;
  border-bottom: 0px solid #999999;
}
.outside {
  border: 1px;
}
ul {
   list-style-image: url('template5/images/bullet.png');
   padding: 3px 35px;
   margin: 0 10px;   
}

table.frlist {
}
table.frlist tr td {
  border-radius: 0 !important;
}
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;
  background-color: #f1704d;
  border-left: none;
}
table.frlist 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;
  background-color: #f1704d;
  border-right: none;
}
table.frlist tr:first-child td {
  background-color: #f1704d;
}
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;
}

table.categories{
  border: 1px solid #aaaaaa;
  border-radius: 5px;
}

form{
  padding: 0 20px;
  margin: 0;
}
input:hover, select:hover, textarea:hover, input:focus, select:focus, textarea:focus {
 border: 1px solid #f1704d;  
}
hr{
  color: #222222;
  margin: 30px auto;
}

  #btn-web-accessability{
    position: fixed; 
    top: 166px; 
    right: 0px; 
    width: 50px; 
    height: 50px; 
    z-index: 99999999; 
    background-color: #0a91a6;
  }
  #btn-web-accessability img{
    width: 50px; 
    height: 50px;
  }
  #web-accessability{
    display: none; 
    position: fixed; 
    top: 0; 
    right: 0; 
    background-color: #f4f4f4;
    padding: 10px; 
    z-index: 99999999; 
    width: 250px; 
    height: 100%;
  }
  #web-accessability button{
    padding: 10px 15px; 
    background-color: #444444;  
    width: 102px; 
    color: #ffffff; 
    font-size: 20px !important;
    margin: 0 5px;
  }
  #web-accessability button.close1{
    background-color: #086d7d;
    width: 220px; 

  }
  #web-accessability button.reset{
    background-color: #444444;
    width: 220px; 

  }
  #web-accessability h2{
    color: #444444; 
    padding: 15px 0px 10px 3px; 
    font-size: 20px !important;
    line-height: 24px;
    text-shadow: none !important;
  }



