@charset "utf-8";

form, fieldset, legend{margin:0; padding:0; border:none;}
legend{display:none;}
input, textarea, select{font-size:12px; font-family:inherit;}

/* ----------------------------------------------Search Form------------------------------------- */

#sitesearch{display:block; float:right;}
#sitesearch strong{
	display:block;
	float:left;
	margin:0px;
	padding:7px 5px 20px 10px;
	text-transform:uppercase;
	color:#C6CDD6;
	background-color:#416a59;
}
#sitesearch input{
	display:block;
	float:left;
	width:230px;
	height:25px;
	margin:0 7px 0 0;
	padding:0 5px;
	color:#990000;
	background:url("images/form_input_long.gif") 0px 0px no-repeat #F9F9F9;
	border:none;
}
#sitesearch input#search{
	width:20px;
	height:20px;
	margin:0;
	padding:0px 10px 0px 0px;
	cursor:pointer;
	background:none;
	float:none;
}

/* ----------------------------------------------Forms in Content Area------------------------------------- */

#container #respond{display:block; width:100%;}
#container #respond input{width:170px; padding:2px; border:1px solid #CCCCCC; margin:5px 5px 0 0;}
#container #respond textarea{width:98%; border:1px solid #CCCCCC; padding:2px; overflow:auto;}
#container #respond p{margin:5px 0;}
#container #respond #submit, #container #respond #reset{margin:0; padding:5px; color:#666666; background-color:#F7F7F7; border:1px solid #CCCCCC; cursor:pointer;}

/* ----------------------------------------------Newsletter------------------------------------- */

#footer legend{display:block; margin-bottom:15px;}
#footer input{display:block; float:left; width:260px; height:20px; margin:0; padding:5px 10px; color:#666666; background-color:#ECECEC; border:none;}
#footer input#subscribe{width:100px; height:30px; float:left; margin:0 0 0 8px; padding:0; cursor:pointer; text-align:center; text-transform:uppercase; font-weight:bold;}

/* ----------------------------------------------Latest News Page------------------------------------- */

#latest_News {
  border-collapse: collapse;
  max-width: 960px;
  display: inline-block;
  font-family: "Book Antiqua";
  
}

#latest_News td, #latest_News th {
  border: 1px solid #ddd;
  padding: 8px;
  background-color:none;
}

#latest_News tr:nth-child(odd){height:240px; text-transform:uppercase; background-color: #B4D6B6; font-size:11px;}
#latest_News tr:nth-child(odd) a{font-size:13px;}
#latest_News tr:nth-child(odd) a:hover{background-color: #CCCCCC; font-size:12px;}
#latest_News tr:nth-child(even){height:240px; background-color:white;  text-transform:uppercase; font-size:11px;}
#latest_News td:hover {background-color:#66CCFF;}
#latest_News img {height:135px;}
/* #latest_News img:hover {height:150px; width:200px} */

#latest_News th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: lightblue;
  color: white;
}

/* ----------------------------------------------Facilitation Center Page------------------------------------- */

#fcenter th {
  padding:5px 5px 5px 5px;
  text-align: left;
  background-color: green;
  color: white;
  border:2px solid grey;}


#fcenter td {
  border-collapse: collapse;
  font-family:"Times New Roman", Times, serif;
  font-size:16px;
  font-weight:100;
  border: 1px solid grey;}
  
#fcenter .color1 {
	background-image: linear-gradient(white,#c5e1ec);}
  
#fcenter .color2{
	background-image: linear-gradient(white,#c5e1ec);}

/* ---------------------------------------------- Complaints ------------------------------------- */

#cmplnt th {
  padding:5px 5px 5px 5px;
  text-align: left;
  background-color: green;
  color: white;
  border:2px solid grey;
  line-height:2;}


#cmplnt td {
  border-collapse: collapse;
  font-family:"Times New Roman", Times, serif;
  font-size:16px;
  font-weight:100;
  border: 1px solid grey;
  line-height:2.5;}

#cmplnt td a{
  color:blue;
  text-decoration:underline;
  font-family:"Times New Roman", Times, serif;} 

#cmplnt td a:hover{
  background-color:black;
  color:white;
  text-decoration:underline;
  font-family:"Times New Roman", Times, serif;} 


#cmplnt .color1 {
	background-image: linear-gradient(white,#c5e1ec);}
  
#cmplnt .color2{
	background-image: linear-gradient(white,#c5e1ec);}

#cmplnt .cbtn {
  background-color: #4CAF50; /* Green */
  padding: 10px 4px 1px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight:bold;
  min-width:280px;
  min-height:25px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 10px;
}

#cmplnt .cbtn1{
  background-color: #96D8B4; 
  color: black; 
  border: 3px solid black;
  border-radius: 10px;
}

#cmplnt .cbtn1:hover {
  background-color: black;
  color: white;
  min-width:280px;
}



#cmplnt .cbtn1 a{
  background-color: pink; 
  color: black; 
}

#cmplnt .cbtn1 a:hover {
  background-color: black;
  color: white;
}



/* ---------------------------------------------- Gallery Pagination ------------------------------------- */

#center {
  text-align: center;
  font-family:"Book Antiqua";
  font-weight:bolder;
  font-size:14px;
}

#paging {
  display: inline-block;
}

#paging a {
  color: black;
  float: left;
  padding: 4px 8px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid blue;
  margin: 0 4px;
}

#paging a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#paging a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}


#paging a:hover {
  background-color: purple;
  border: 1px solid blue;
  margin: 0 4px;
}

#paging a.active {
  background-color: green;
  color: white;
  border: 1px solid blue;
  border-radius: 5px;
}

#paging a:hover:not(.active) {
  background-color: #66CCCC;
}

#paging a:hover:first-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

#paging a:hover:last-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}






#tenure th {
  padding:5px 5px 5px 5px;
  text-align: left;
  background-color: #009900;
  color: white;
  border:2px solid grey;
  line-height:1.5;}


#tenure td {
  border-collapse: collapse;
  font-family:"Times New Roman", Times, serif;
  font-size:16px;
  font-weight:100;
  border: 1px solid grey;
  line-height:1.5;}

#tenure td a{
  color:blue;
  text-decoration:underline;
  font-family:"Times New Roman", Times, serif;} 

#tenure td a:hover{
  background-color:black;
  color:white;
  text-decoration:underline;
  font-family:"Times New Roman", Times, serif;} 


#tenure .color1 {
	background-image: linear-gradient(white,#c5e1ec);
	font-family: Georgia, "Times New Roman", "Arial Black";
	color: #990000;
	font-size: 14px;
	font-weight: 900;}
  
#tenure .color2{
	background-image: linear-gradient(white,#c5e1ec);}
