@charset "utf-8";
/* CSS Document */


#navbar {
	height:45px;
	background:#e00000;
	border: 1px solid #720000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
#nav_shaddow {
	height:27px;
	background:url(../images/nav_shaddow.jpg) no-repeat center bottom;
}
#navigation {
	margin:0;
	list-style-type:none;
	padding:3px;
	margin-top:3px;
}
#navigation li {
	float:left;
	margin-left: 5px;
	background:#800000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#navigation li a {
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding: 6px 10px;
	display:block;
}
#navigation li.active, #navigation li:hover {
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 0 10px #000000;
}
#searchbar {
	overflow:visible;
	width:240px;
	float:right;
}
#searchbox {
	padding: 5px;
position: relative;
top: -6px;
width: 180px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#searchbtn {
	border:none;
	background:url(../images/search_btn.jpg) no-repeat;
	width:28px;
	height:25px;
	margin-left:5px;
	z-index:999;
}
#main {
	min-height:600px;
	 background-color:#fff;
margin-left:20px;
margin-right:5px;
}
.resultbox {
	background:#f8f8f8;
	border-radius:5px;
	border:solid 1px #d1d1d1;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:15px;
	margin-top:10px;
	width:95%;
}
.res_tittle {
	background:url(../images/centerheading.png) repeat-x;
	border-radius:5px;
}
.res_tittle h4 {
font-size: 15px;
line-height: 1.3em;
padding: 8px;
color: #5C5A5A;

font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.res_tittle h4 span.datecont {
	color:#e00000;
	text-shadow:none;
	font-size:12px;
	font-weight:bold;
	float: right;
}
.res_content {
	padding-bottom:10px;
}
.res_content img {
	margin:0 2px;
}
.res_content img:first-child {
	margin-left:35px;
}
#footer {
	background:#1f1111;
	color:#fff;
	padding:5px;
	border-top-right-radius: 2px;
border-top-left-radius: 2px;
}
#footer p {
	margin-bottom:0;
	font-weight: bold;
font-family: sans-serif;

}
.fullreslink {
	background: url(../images/full_res_link_bg.jpg) repeat-x;
	padding:10px;
	border: solid 1px #123c15;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	text-decoration:none;
	text-transform:uppercase;
	color:#FFF;
	margin-left:30px;
}
.fullreslink:hover {
	background:url(../images/full_res_link_bg_hover.jpg) repeat-x;
}
#rightside {
	padding:7px;
	
	margin-right:10;
	margin-left:10;
}
#rightside h5 {
	color:#e00000;
	border-bottom: dashed 1px #e00000;
}
#rightside p {
	color:#8d8d8d
}
#topbtn_cont {
	float:right;
	margin:133px 2px 0 0;
}
#topbutton {
	margin:0;
	list-style-type:none;
}
#topbutton li {
	float:left;
	margin-left:5px;
}
#topbutton li a {
	border:solid 1px #d1d1d1;
	padding:6px 15px;
	font-size: 12px;
color: rgb(49, 46, 46);
text-shadow: 0px 2px rgb(221, 221, 221);
font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
font-weight: bold;
	background:url(../images/res_bos_tittle_bg.jpg) repeat-x;
	border-radius: 4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	color:#000;
	text-decoration:none;
}
#topbutton li a:hover {
	text-decoration:underline;
}
#rslt img{
width: 11%;
}
.resultbox span{
font-size:12px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 8px 12px;
line-height: 1.42857143;
text-decoration: none;
color: rgb(146, 3, 3);
font-family: 'Montserrat', 'sans-serif';
font-weight: bold;
background-color: rgba(250, 250, 250, 0.21);
border: 1px solid #504D4D;
margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #EB0000;
  background-color: rgba(250, 250, 250, 0.21);
  border-color: #504D4D;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
z-index: 1;
color: #000000;
background-color: rgba(250, 250, 250, 0.49);
border: 1px solid rgba(184, 20, 20, 0.48);
cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: rgb(146, 3, 3);
  background-color: rgba(250, 250, 250, 0.21);
  border-color: #504D4D;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 14px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}