@font-face {
    font-family: 'FjallaOneRegular';
    src: url('font/fjallaone-regular.eot');
    src: url('font/fjallaone-regular.eot') format('embedded-opentype'),
         url('font/fjallaone-regular.woff') format('woff'),
         url('font/fjallaone-regular.ttf') format('truetype'),
         url('font/fjallaone-regular.svg#FjallaOneRegular') format('svg');
}
@font-face {
    font-family: 'port_lligat_sansregular';
    src: url('font/portlligatsans-regular-webfont.eot');
    src: url('font/portlligatsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/portlligatsans-regular-webfont.woff') format('woff'),
         url('font/portlligatsans-regular-webfont.ttf') format('truetype'),
         url('portlligatsans-regular-webfont.svg#port_lligat_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'abelregular';
    src: url('font/abel-regular_0-webfont.eot');
    src: url('font/abel-regular_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/abel-regular_0-webfont.woff') format('woff'),
         url('font/abel-regular_0-webfont.ttf') format('truetype'),
         url('font/abel-regular_0-webfont.svg#abelregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	margin:0px;
	background:url('imgs/main_bg.jpg') #E4E4E4;
	background-position:center top;
	background-repeat:repeat-x;
}
.base{
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	color:#ffffff;
}
.bottom{
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	color:#ffffff;
}
.bottom_link{
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	color:#ffffff;
}
.bottom_link:hover{
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	color:#ffffff;
}
.txt_searching{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#868686;
	text-decoration:none;
	background:transparent;
	height:31px;
	width:135px;
	border-style:solid;
    border-width:0px 0px 0px 0px;
	PADDING-top: 2px;
	PADDING-left: 4px;
}
.left-div{
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	background:#00729F;
}
.leftmenu-head{
	font-family: 'FjallaOneRegular';
	font-size:18pt;
	font-weight:normal;
	text-decoration:none;
	color:#FFFFFF;
}
.leftmenu_link{
	font-family: 'abelregular';
	font-size:13pt;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
}
.leftmenu_link:hover{
	font-family: 'abelregular';
	font-size:13pt;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
}
.featurediv{
	border-radius:5px;
	-moz-border-radius:5px;
	background:#FFFFFF;
}
.news-head{
	font-family: 'FjallaOneRegular';
	font-size:18pt;
	font-weight:normal;
	text-decoration:none;
	color:#FFFFFF;
}
.news{
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	color:#ffffff;
}
.news_link{
	font-family:Arial;
	font-size:12px;
	text-decoration:underline;
	font-weight:bold;
	color:#01B7FF;
}
.news_link:hover{
	font-family:Arial;
	font-size:12px;
	text-decoration:underline;
	font-weight:bold;
	color:#FFFFFF;
}
.feature-head{
	font-family: 'FjallaOneRegular';
	font-size:17pt;
	font-weight:normal;
	text-decoration:none;
	color:#018EBB;
}
.pname{
	font-family:Arial;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	color:#00597C;
}
.part{
	font-family:Arial;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	color:#676666;
}
/*Social Links*/
.banner{
text-indent:56px;
overflow:hidden;

-webkit-transition-duration:0.10s;
		-webkit-transition-timing-function:linear;
		-o-transition-property:color,background;
		-o-transition-duration:0.10s;
		-o-transition-timing-function:linear;
		-moz-transition-property:color,background;
		-moz-transition-duration:0.10s;
		-moz-transition-timing-function:linear;
		-ms-transition-property:color,background;
		-ms-transition-duration:0.10s;
		-ms-transition-timing-function:linear;}
.facebook{
background:url(imgs/facebook.png) no-repeat center top;
width:38px;
height:38px;
display:block;
border:0px;}
.twitter{
background:url(imgs/twitter.png) no-repeat center top;
width:38px;
height:38px;
display:block;
border:0px;}
.google{
background:url(imgs/google.png) no-repeat center top;
width:38px;
height:38px;
display:block;
border:0px;}
.in{
background:url(imgs/in.png) no-repeat center top;
width:38px;
height:38px;
display:block;
border:0px;}
.banner:hover{
background-position:center -38px;}