@import url("fel-menu.css");
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	border-top:5px solid #26587b;
	background-color:#eeeeee;
}
.fltlft {
	float:left;
}
.fltrht {
	float:right;
}
.clear {
	clear: both;
}
header {
	background-color:#fff;
	height:100px;
}
.fel-container {
	width:998px;
	margin:0 auto;
	border:0px solid #f00;
}
article {
	background-color:#fff;
	width:998px;
	margin:0 auto;
	-webkit-box-shadow: 0px 2px 5px 2px rgba(205, 205, 205, 9);
	box-shadow: 0px 2px 5px 2px rgba(205, 205, 205, 9);
}
.content {
	padding:10px;
}
.innr-content {
	padding:10px 0px;
}
.innr-content .leftpanel {
	border:0px solid #ccc;
	width:67%;
	float:left;
}
.innr-content .rightpanel {
	border:0px solid #eee;
	width:30%;
	float:right;
}
.rightpanel h2 {
	color:#26587b;
	background:url(../Images/nws-img.png) no-repeat left top;
	height:46px;
	font-size:20px;
	border-bottom: 1px dashed #ccc;
	line-height:55px;
	margin:-10px 0 0 0;
	padding:0 0 5px 60px;
}

.leftpanel-others {
	border:0px solid #ccc;
	width:75%;
	float:left;
}
.leftpanel-others h2 {
	padding:0 0 8px 0;
	margin: -8px 0 8px 0;
	border-bottom: 1px dashed #ccc;
	font-size:24px;
	color: #26587b;
}
.leftpanel-others p {
	text-indent:30px;
	line-height:24px;
	padding: 0;
	margin:0 0 10px 0;
	font-size:14px;
	color:#333;
}
.rightpanel-others {
	border:0px solid #f00;
	background:url(../Images/rp-shadow.jpg) repeat-y;
	width:216px;
	margin:-20px 0;
	padding:0 10px;
	min-height: 790px;
	float:right;
}
.leftpanel-contact {
	border:0px solid #ccc;
	width:98%;
	float:left;
}
.leftpanel-contact h2 {
	padding:0 0 8px 0;
	margin: -8px 0 8px 0;
	border-bottom: 1px dashed #ccc;
	font-size:24px;
	color: #26587b;
}
.leftpanel-contact h3 {
	padding:0 0 8px 0;
	margin: -8px 0 8px 0;
	border-bottom: 1px solid #f2f2f2;
	font-size:18px;
	color: #333;
}
.leftpanel-contact p {
	text-indent:30px;
	line-height:22px;
	padding: 0;
	margin:0 0 10px 0;
	font-size:13px;
	color:#b3ce50;
	font-weight:bolder;
	
}
.rightpanel-others h3 {
	margin: 0 -20px 0 6px;
	color:#26587b;
	font-size:22px;
	border-bottom: 1px dashed #dedede;
	line-height:32px;
	padding:10px 0 5px 10px;
}
.rightpanel-others ul {
	list-style:none;
	padding:0;
	margin: 0 -20px 0 6px;
}
.rightpanel-others li {
	list-style:none;
	padding:8px 10px;
	font-size:14px;
	border-bottom:1px dashed #dedede;
}
.rightpanel-others li a {
	text-decoration: none;
	color: #333;
}
.rightpanel-others li:hover {
	list-style:none;
	padding:8px 10px;
	font-size:14px;
	border-bottom:1px dashed #dedede;
	background-color:#eee;
}
.hotoffer {
	border-bottom:1px dashed #e8e5e5;
	text-align:center;
	padding:10px 0;
	clear:both;
}
.newsoffers section {
	width:54px;
	margin:6px 10px 5px 0;
	height: 60px;
	float:left;
}
.newsoffers section img {
	width:60px;
	height: 50px;
}
.newsoffers div {
	float:left;
	height:40px;
	padding:6px 0;
	width:220px;
}
.newsoffers div span {
	color: #de1e23;
	font-size:14px;
}
.newsoffers div p {
	color: #797979;
	font-size:13px;
	padding:0;
	margin:0;
}
.newsoffers a {
	color:#26587b;
	font-size:14px;
	float:right;
}
.newsoffers a:hover {
	text-decoration: none;
}
.leftpanel h2 {
	padding:0 0 8px 0;
	margin: 4px 0 8px 0;
	border-bottom: 1px dashed #ccc;
	font-size:24px;
	color: #26587b;
}
.leftpanel p {
	text-indent:30px;
	line-height:24px;
	padding: 0;
	margin:0;
	font-size:14px;
	color:#333;
}
.colsdiv {
	border:0px solid #f00;
	width:40%;
	float:left;
	margin:60px 30px 20px 18px;
	padding:10px 5px;
	background-color: #f6f6f6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 
 -webkit-transform 0.3s ease-in-out 0.5s,  opacity 0.3s ease-in-out 0.5s,  background 0.5s linear 0s;
	-moz-transition: 
 -moz-transform 0.3s ease-in-out 0.5s,  opacity 0.3s ease-in-out 0.5s,  background 0.5s linear 0s;
	-o-transition: 
 -o-transform 0.3s ease-in-out 0.5s,  opacity 0.3s ease-in-out 0.5s,  background 0.5s linear 0s;
	-ms-transition: 
 -ms-transform 0.5s ease-in-out 0.5s,  opacity 0.3s ease-in-out 0.5s,  background 0.5s linear 0s;
	transition: 
 transform 0.3s ease-in-out 0.5s,  opacity 0.3s ease-in-out 0.5s,  background 0.5s linear 0s;
}
.colsdiv:hover {
	border:0px solid #f00;
	width:40%;
	float:left;
	margin:60px 30px 20px 18px;
	padding:10px 5px;
	background-color: #dbd6d6;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.colsdiv p {
	color: #333;
	vertical-align:middle;
	min-height:80px;
}
.colsdiv h3 {
	margin:20px 0 0 0;
	padding:10px;
}
.colsdiv-img {
	position:absolute;
	margin:-40px 0 0 100px;
}
.colsdiv a {
	margin:15px 0 6px 48px;
}
.newscols {
	border-bottom:1px solid #e8e5e5;
	float:left;
	padding:0 0 10px 0;
}
.newscols section {
	border:0px solid #f00;
	background:url(../Images/cal-img.png) no-repeat left top;
	width:86px;
	margin:6px 10px 5px 0;
	height: 60px;
	float:left;
}
.newscols section p {
	font-size:11px;
	margin:7px 0 0 12px;
	font-weight:bold;
	text-transform:uppercase;
}
.newscols section h3 {
	font-size:22px;
	color: #000;
	width:50px;
	text-align:center;
	margin:0 auto;
	font-weight:bold;
}
.newscols div {
	float:left;
	height:60px;
	padding:12px 0 6px;
	width:160px;
}
.newscols div span {
	color: #3c98b7;
	font-size:13px;
	font-weight:bolder;
}
.newscols div p {
	color: #797979;
	font-size:13px;
	padding:0;
	margin:0;
}
/* banner top */

.bantop {
	height: 44px;
}
.bantop p {
	width:25%;
	color: #fff;
	font-weight: bold;
	padding:0;
	margin:0;
	text-align:center;
	line-height:44px;
	float:left;
	cursor: pointer;
}
.bantop p.clr1 {
	background-color: #58bfd0;
	-webkit-transition: 
 -webkit-transform 0.3s ease-in-out 0.5s,  opacity 0.3s ease-in-out 0.5s,  background 0.5s linear 0s;
	-moz-transition: 
 -moz-transform 0.3s ease-in-out 0.5s,  opacity 0.3s ease-in-out 0.5s,  background 0.5s linear 0s;
	-o-transition: 
 -o-transform 0.3s ease-in-out 0.5s,  opacity 0.3s ease-in-out 0.5s,  background 0.5s linear 0s;
	-ms-transition: 
 -ms-transform 0.5s ease-in-out 0.5s,  opacity 0.3s ease-in-out 0.5s,  background 0.5s linear 0s;
	transition: 
 transform 0.3s ease-in-out 0.5s,  opacity 0.3s ease-in-out 0.5s,  background 0.5s linear 0s;
}
.bantop p.clr1:hover {
	background-color: #51b0c0;
}
.bantop p.clr2 {
	background-color: #9fb03e;
	-webkit-transition: 
 -webkit-transform 0.3s ease-in-out 0.5s,  opacity 0.3s ease-in-out 0.5s,  background 0.5s linear 0s;
	-moz-transition: 
 -moz-transform 0.3s ease-in-out 0.5s,  opacity 0.3s ease-in-out 0.5s,  background 0.5s linear 0s;
	-o-transition: 
 -o-transform 0.3s ease-in-out 0.5s,  opacity 0.3s ease-in-out 0.5s,  background 0.5s linear 0s;
	-ms-transition: 
 -ms-transform 0.5s ease-in-out 0.5s,  opacity 0.3s ease-in-out 0.5s,  background 0.5s linear 0s;
	transition: 
 transform 0.3s ease-in-out 0.5s,  opacity 0.3s ease-in-out 0.5s,  background 0.5s linear 0s;
}
.bantop p.clr2:hover {
	background-color: #93a239;
}
.bantop p.clr3 {
	background-color: #ffae36;
	-webkit-transition: 
 -webkit-transform 0.3s ease-in-out 0.5s,  opacity 0.3s ease-in-out 0.5s,  background 0.5s linear 0s;
	-moz-transition: 
 -moz-transform 0.3s ease-in-out 0.5s,  opacity 0.3s ease-in-out 0.5s,  background 0.5s linear 0s;
	-o-transition: 
 -o-transform 0.3s ease-in-out 0.5s,  opacity 0.3s ease-in-out 0.5s,  background 0.5s linear 0s;
	-ms-transition: 
 -ms-transform 0.5s ease-in-out 0.5s,  opacity 0.3s ease-in-out 0.5s,  background 0.5s linear 0s;
	transition: 
 transform 0.3s ease-in-out 0.5s,  opacity 0.3s ease-in-out 0.5s,  background 0.5s linear 0s;
}
.bantop p.clr3:hover {
	background-color: #eba032;
}
.bantop p.clr4 {
	background-color: #c784a2;
	-webkit-transition: 
 -webkit-transform 0.3s ease-in-out 0.5s,  opacity 0.3s ease-in-out 0.5s,  background 0.5s linear 0s;
	-moz-transition: 
 -moz-transform 0.3s ease-in-out 0.5s,  opacity 0.3s ease-in-out 0.5s,  background 0.5s linear 0s;
	-o-transition: 
 -o-transform 0.3s ease-in-out 0.5s,  opacity 0.3s ease-in-out 0.5s,  background 0.5s linear 0s;
	-ms-transition: 
 -ms-transform 0.5s ease-in-out 0.5s,  opacity 0.3s ease-in-out 0.5s,  background 0.5s linear 0s;
	transition: 
 transform 0.3s ease-in-out 0.5s,  opacity 0.3s ease-in-out 0.5s,  background 0.5s linear 0s;
}
.bantop p.clr4:hover {
	background-color: #b77a95;
}
/* banner top */





/* buttons */

.button, .button:visited {
	background:#222 url(overlay.png) repeat-x;
	display:inline-block;
	padding:3px 7px 6px;
	color:#fff;
	text-decoration:none;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.6);
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom:1px solid rgba(0, 0, 0, 0.25);
	position:relative;
	cursor:pointer;
	margin:5px;
}
.button:hover {
	background-color:#111;
	color:#fff;
}
.button:active {
	top:1px;
}
.orange.button, .orange.button:visited {
	background-color:#ff5c00;
}
.orange.button:hover {
	background-color:#d45500;
}
.blue.button, .blue.button:visited {
	background-color:#2981e4;
}
/* buttons */



/* contact form */

.contactform {
	border:px solid #f00;
	padding:20px 5px;
}
.contactform h2 {
	color:#525655;
	font-size:16px;
	border-bottom:1px dashed #d1cdcd;
	padding:0 0 5px 0;
	margin: 0 0 10px 0;
}
.formcol {
	border:0px solid #f0f;
	width:45%;
	float:left;
	margin:0 20px 0 0;
	padding:5px;
}
.formcol form {
	margin: 0;
	padding:0;
	font-size:13px;
}
.formcol div section {
	padding:0 0 13px 0;
}
.formcol div section label div {
	color: #000;
	line-height:26px;
	float:left;
	width:135px;
}
.formcol div section input {
	border:1px solid #ccc;
	font-size: 14px;
	width:260px;
	padding:5px 10px;
	color: #696969;
}
.formcol div section input:hover, .formcol div section textarea:hover {
	border:1px solid #c6c2c2;
}
.formcol div section textarea {
	border:1px solid #ccc;
	font-size: 14px;
	height:80px;
	width:260px;
	padding:5px 10px;
	color: #696969;
}
.formcol2 {
	float:left;
	width:40%;
}
.formcol2 div section label div {
	color: #696969;
	line-height:26px;
	float:left;
	text-align:right;
	width:170px;
}
.formcol2 div section label span {
	color: #403e3e;
	float:left;
	padding:0 0 0 20px;
	margin: 0;
	line-height:26px;
	font-size: 13px;
	font-family: Arial, Verdana, Calibri;
	width:90%;
}
.formcol2 div section label span a {
	color:#279ec5;
	text-decoration:none;
	font-weight:bolder;
}
.formcol2 div section label span a:hover {
	color:#aacb33;
	text-decoration:none;
}
.googlemap {
	clear:both;
	width:850px;
	height:210px;
	bottom:0px;
	margin:3px 0 -20px 0;
	position:absolute;
	border:5px solid #fff;
}
/* contact form */











.button {
	font:15px Calibri, Arial, sans-serif;
	/* A semi-transparent text shadow */

	text-shadow:1px 1px 0 rgba(255, 255, 255, 0.4);
	/* Overriding the default underline styling of the links */

	text-decoration:none !important;
	white-space:nowrap;
	display:inline-block;
	vertical-align:baseline;
	position:relative;
	cursor:pointer;
	padding:10px 20px;
	background-repeat:no-repeat;
	/* The following two rules are fallbacks, in case

	   the browser does not support multiple backgrounds. */



	background-position:bottom left;
	background-image:url('../Images/button_bg.png');
	/* Multiple backgrounds version. The background images

	   are defined individually in color classes */

	

	background-position:bottom left, top right, 0 0, 0 0;
	background-clip:border-box;
	/* Applying a default border raidus of 8px */

	

	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	/* A 1px highlight inside of the button */

	

	-moz-box-shadow:0 0 1px #fff inset;
	-webkit-box-shadow:0 0 1px #fff inset;
	box-shadow:0 0 1px #fff inset;
	/* Animating the background positions with CSS3 */

	/* Currently works only in Safari/Chrome */

	

	-webkit-transition:background-position 1s;
	-moz-transition:background-position 1s;
	transition:background-position 1s;
}
.button:hover {
	/* The first rule is a fallback, in case the browser

	   does not support multiple backgrounds

	*/

	

	background-position:top left;
	background-position:top left, bottom right, 0 0, 0 0;
}
.button:active {
	/* Moving the button 1px to the bottom when clicked */

	bottom:-1px;
}
/* The three buttons sizes */



.button.big {
	font-size:30px;
}
.button.medium {
	font-size:18px;
}
.button.small {
	font-size:13px;
}
/* A more rounded button */



.button.rounded {
	-moz-border-radius:4em;
	-webkit-border-radius:4em;
	border-radius:4em;
}
/* Defining four button colors */





/* Green Button */



.green.button {
	color:#fff !important;
	border:1px solid #3391a0 !important;
	background-color: #58bfd0;
}
.green.button:hover {
	background-color:#3391a0;
}
.box-cont {
	border:1px solid #daeaed;
	background-color: #eff9fb;
	padding:20px;
	margin:15px 0;
	font-size:14px;
	line-height:24px;/* -webkit-border-radius: 15px;

	-moz-border-radius: 15px;

	border-radius: 15px;

	-webkit-box-shadow: 0px 2px 5px 2px rgba(205, 205, 205, 9);

	box-shadow: 0px 2px 5px 2px rgba(205, 205, 205, 9);*/

}
.box-cont p {
	text-indent:10px;
	color: #333;
}
.box-cont h2 {
	font-size:18px;
	padding:6px 0;
}
.box-cont h1 {
	padding: 0 0 8px 0;
    margin: -8px 0 8px 0;
    border-bottom: 1px dashed #ccc;
    font-size: 24px;
    color: #26587b;
}
.box-cont li {
	color: #333;
	margin:0 0 0 20px;
}
.imglft {
	float:left;
	margin:10px 25px 10px 10px;
}
.imgrht {
	float:right;
	margin:10px;
}
a.sublink:link, a.sublink:visited, a.sublink:active {
	float:right;
	background-color: #f2f2f2;
	border:1px solid #dddbdb;
	padding:8px 20px;
	margin:-49px 0 0 0;
	color:#738220;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 
 -webkit-transform 0.3s ease-in-out 0.3s,  opacity 0.3s ease-in-out 0.3s,  background 0.5s linear 0s;
	-moz-transition: 
 -moz-transform 0.3s ease-in-out 0.3s,  opacity 0.3s ease-in-out 0.3s,  background 0.5s linear 0s;
	-o-transition: 
 -o-transform 0.3s ease-in-out 0.3s,  opacity 0.3s ease-in-out 0.3s,  background 0.5s linear 0s;
	-ms-transition: 
 -ms-transform 0.5s ease-in-out 0.3s,  opacity 0.3s ease-in-out 0.3s,  background 0.5s linear 0s;
	transition: 
 transform 0.3s ease-in-out 0.3s,  opacity 0.3s ease-in-out 0.3s,  background 0.5s linear 0s;
}
a.sublink:hover {
	float:right;
	background-color: #738220;
	border:1px solid #728020;
	padding:8px 20px;
	margin:-49px 0 0 0;
	color:#fff;
	font-weight: bold;
	text-decoration: none;
}
/* footer */

.footer {
	background-color:#26587b;
	color: #fff;
	width:100%;
	-webkit-box-shadow: 0px 2px 5px 2px rgba(205, 205, 205, 9);
	box-shadow: 0px 2px 5px 2px rgba(205, 205, 205, 9);
}
.footer div {
	padding:10px;
	font-size:12px;
}
.footer div span {
	font-size:13px;
}
.footer div span a {
	color: #fff;
	outline:none;
	text-decoration: none;
}

/* footer */
