/*====================================== reset.css is here ========================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
	border-radius: 5px;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 0;
}
.clrflt {
	clear: both;
}
.last {
	margin: 0 !important;
}
.pad_last {
	padding: 0 !important;
}
.no_bg {
	background: none !important;
}
/**************************************************************************************/
a {
	color: #666666;
	text-decoration: none;
	outline: 0 none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
/*----------------------------------------------------------------------------------*/
html {
	height: 100%;
}
body {
	color: #b1b1b1;
	background: #efefef;
}
.flt_lt {
	float: left;
	display: inline;
}
.flt_rt {
	float: right;
	display: inline;
}
/* ---------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------*/
a.menu {
	text-decoration: none;
	color: #e2e2e2;
}
a.menu:hover {
	text-decoration: underline;
	color: #e2e2e2;
}
a.menu1 {
	text-decoration: none;
	color: #e2e2e2;
}
a.menu1:hover {
	text-decoration: underline;
	color: #e2e2e2;
}
a.menu2 {
	text-decoration: none;
	color: #e2e2e2;
}
a.menu2:hover {
	text-decoration: underline;
	color: #e2e2e2;
}
a.menu3 {
	text-decoration: none;
	color: #e2e2e2;
}
a.menu3:hover {
	text-decoration: underline;
	color: #e2e2e2;
}
a.menu4 {
	text-decoration: none;
	color: #e2e2e2;
}
a.menu4:hover {
	text-decoration: underline;
	color: #e2e2e2;
}
/* ---------------------------------------------------------------------------------*/

/* ----------------------- layout ----------*/
.wrapper {
	margin: 0 auto;
	width: 100%;
	padding: 0px 0 0 0;
}
.continer {
	width: 978px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	background: #fff;
	padding-top: 20px;
}
.header {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	background-color: #333333;
	height: 80px;
	border-radius: 5px;
}
.banner {
	width: auto;
	margin: 0 auto;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 20px;
	padding-bottom: 20px;
}
.content {
	width: 978px;
	background: #fff;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	float: left;
	padding-bottom: 10px;
}


.footer {
	width: 978px;
	margin: 0 auto;
	border-top: 1px solid #d7d7d7;
	background: #fff;
	padding: 0;
	float: left;
}
/*-------------------------------------------*/


/* ------------------ HEADER HERE -------------------*/

.logo {
	float: left;
	padding-top: 14px;
	padding-right: 0;
	padding-left: 20px;
	padding-bottom: 0;
}
.logo a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 38px;
	color: #FFFFFF;
	padding: 0px 0 0 0;
}
/* ------------------------- NAVIGATION HERE ---------------*/
#nav {
	float: right;
	padding-top: 32px;
	padding-right: 50px;
	padding-left: 0;
	padding-bottom: 12px
}
#nav ul {
	float: left;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#nav ul li {
	float: left;
	display: inline-block;
	padding: 0px 55px 0 0px;
	margin: 0px;
}
#nav ul li a {
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #40B3D9;
}
#nav ul li a:hover {
	color: #eeeeee;
	text-decoration: underline;
}
#nav ul li a span {
}
#nav ul li a.active {
	color: #006633;
}
/* ------------------ BANNER DETIALS HERE -------------------*/
.typs {
	width: 960px;
	padding: 0 0 10px 20px;
}
.typs ul {
	padding: 0px 0 0px 0;
	margin: 0px;
	list-style: none;
	float: left;
	display: inline-block;
}
.typs ul li {
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
	margin-top: 0;
	margin-right: 22px;
	margin-left: 0;
	margin-bottom: 0;
	width: 268px;
	float: left;
	display: inline-block;
	background-color: #E62E00;
	text-align: center;
	border-radius: 5px;
}
.typs ul li.l2 {
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	width: 268px;
	float: left;
	display: inline-block;
	background-color: #40b3d9;
}
.typs ul li.l3 {
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
	margin: 0 20px 0 0;
	width: 268px;
	float: left;
	display: inline-block;
	background-color: #9ab654;
}
.typs ul li span {
	padding-top: 15PX;
	padding-right: 0;
	padding-bottom: 6px;
	display: inline-block;
	margin: 0px;
	display: inline-block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #43424e;
}
.typs ul li p {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 10px 0 20px 0;
	line-height: 20px;
}
.typs ul li a {
	padding: 0px;
	display: inline-block;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 6px;
	text-decoration: none;
	margin-left: 10px;
	border-radius: 5px;
	background-color: #EEEEEE;
}
.typs ul li span.type1 {
	display: inline-block;
	margin: 0px;
	display: inline-block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #FFFFFF;

	text-shadow: 2px 2px #cb743a;
}
.typs ul li a:hover {
	background-color: #CFCFCF;
}
.typs ul li span.type2 {
	display: inline-block;
	margin: 0px;
	display: inline-block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #FFFFFF;

	text-shadow: 2px 2px #3b9fc2;
}
.typs ul li span.type3 {
	display: inline-block;
	margin: 0px;
	display: inline-block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #FFFFFF;

	text-shadow: 2px 2px #89a24b;
}
/* ------------------ NEWS HERE -------------------*/
.news {
	width: 585px;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
	background: #f7f7f7;
	border: 1px solid #eeeeee;
	display: inline-block;
	float: left;
	border-radius: 5px;
}
/* ------------------ NEWS HERE -------------------*/
.news .text {
	width: 400px;
	margin: 20px;
	padding: 15px;
	background: #f7f7f7;
	border: 1px solid #eeeeee;
	display: inline-block;
	float: left;
}
.news h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #666666;
	padding: 0 0 18px 0;
	font-weight: normal;
}
.news p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}
.news p span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	display: block;
}
.news p span a {
	text-decoration: underline;
}
.news p span a:hover {
	text-decoration: none;
}
/* ------------------ FOOTER HERE -------------------*/
.footer_top {
	padding: 0 0 26px 0;
}
.footer_continer {
	width: 958px;
	margin: 0 auto;
	border-bottom: 1px solid #cccccc;
	background: #efefef;
	padding: 0px 10px 0px 10px;
}
.footer_nav {
	width: 295px;
	padding: 27px 0 0 0;
	float: left;
}
.footer_nav ul {
	float: left;
	display: inline-block;
	float: left;
	width: 310px;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.footer_nav ul li {
	float: left;
	display: inline-block;
	float: left;
	padding: 0px;
	margin: 0px;
	background: url(../images/nav_line.jpg) no-repeat right center;
}
.footer_nav ul li a {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 0 9px;
}
.footer_nav ul li a:hover {
	text-decoration: underline;
}
.social {
	float: right;
	padding: 27px 0 0 0;
}
.social a.tw {
	display: inline-block;
	margin: 0 11px 0 0;
	background: url(../images/tw-icon.png) no-repeat left center;
	padding: 1px 0 0 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.social a.fb {
	display: inline-block;
	background: url(../images/fb-icon.png) no-repeat left center;
	padding: 1px 0 0 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.copy {
	width: 978px;
	margin: 0 auto;
	background: #efefef;
	padding: 28px 0px 30px 0px;
	border-top: 1px solid #fff;
}
.copy p {
	padding: 0px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.copy a {
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	display: inline-block;
	text-decoration: underline;
}

/* ------------------ FOOTER END -------------------*/
.news a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-radius: 3px;
	float: left;
	margin-top: 20px;
	display: block;
	font-size: 12px;
	border: 1px solid #d5d5d5;
	background-color: #fafafa;
}
.news a:hover  {
	background-color: #DFDFDF;
}

/*----------------------------------------------
css settings for HTML div exactCenter 
------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Raleway);

#abc{
width: 100%;
height: 100%;
opacity: 0.95;
top: 0;
left: 0;
display: none;
position: fixed;				
background-color: #313131;
}



form{
width: 500px;
padding: 10px 50px;
border: 2px solid gray;
border-radius: 10px;
font-family:raleway;
background-color: white;
}
 
input[type=text]{
width:82%;
padding: 10px;
margin-top: 30px;
border: 1px solid #ccc;
padding-left: 40px;
font-size: 16px;
font-family:raleway;
}
input[type=email]{
width:82%;
padding: 10px;
margin-top: 30px;
border: 1px solid #ccc;
padding-left: 40px;
font-size: 16px;
font-family:raleway;
} 

#senderName{
background-image: url('../images/name.jpg');
background-repeat: no-repeat;
background-position: 5px 7px;
}

#senderEmail{
background-image: url('../images/email.png');
background-repeat: no-repeat;
background-position: 5px 7px;
}

textarea{
background-image: url('../images/msg.png');
background-repeat: no-repeat;
background-position: 5px 7px;
width:82%;
padding: 10px;
resize:none;
margin-top: 30px;
height: 95px;
border: 1px solid #ccc;
padding-left: 40px;
font-size: 16px;
font-family:raleway;
}

input[type=submit]{
width: 82%;
background-color:#FFBC00;
margin-top: 30px;
color: white;
border: 2px solid #FFCB00;
padding: 10px;
font-size:20px;
cursor:pointer;
border-radius: 5px;
}



button{
	width:20%;
	height:45px;
	border-radius:3px;
	background-color: grey;
	color:white;
	font-family: 'Raleway', sans-serif;
	font-size:18px;
}

#close{
position: absolute;
right: 4px;
top: 4px;
cursor:pointer;
}

div#popupContact{
	position: absolute; 
    top: 50%;
	left: 50%;
	margin-left: -202px;
	margin-top: -270px;
	font-family: 'Raleway', sans-serif;
	} 
  
.title{
	width:50%;
	margin-left:160px;
	} 
	
.contact-form {
	width: 400px;
	display: inline-block;
	padding: 10px 20px 0px 20px;
}
#contactForm {
	display:block !important;
}
.statusMessage {
	background-color:#BD2031;
	display: none;
	margin: auto;
	width: 30em;
	height: 3.5em;
	padding: 20px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index:99999;
}
.statusMessage p {
	font-family: Lora Bold;
	font-weight:bold;
	text-align: center;
	color:#fff !important;
	margin: 0;
	padding: 0;
}
