﻿/* CSS Document */
body{
	color: #333;
	font: 1em/1.3em Arial, Helvetica, sans-serif;
	
	}
a{
	color: #1d496c;
	}	
.red{
	color: #C00;
	}
table td{
	padding: 4px;
	text-align: center;
	border: 1px solid #ccc;
}	
/*
h1{
	font-size: 2.0em;
	color: #1d496c;
	}	
*/
/* .header starts */

.header_contactinfo{
	font-size: 22px;
	font-weight: bold;
	}
.header_contactinfo p{
	margin: 0;
	line-height: 27px;
	text-align: right;
	}

.livechat a{
	background: url(../images/img_livechat.jpg) no-repeat;
	width: 144px;
	height: 34px;
	display: block;
	}	
/* .navigation starts */
.navigation{
	background: #1d496c;
	}
.navigation li{
	position: relative;
}
.navigation li a{
	color: #f0c564;
	float:left;
	text-decoration: none;
	line-height: 32px;
	font-weight: bold;
	cursor: pointer;
	}
.navigation li a:hover{
	background: #153751
	}
.navigation li ul{
	position: absolute;
	left: 0;
	top: 32px;
	width: 100%;
	background: #153751;
	display: none;
}

.navigation li:hover ul{
	display: block;
}
.navigation li ul:before{
	position: absolute;
	content: "▼";
	top: -25px;
	right: 20px;
	display: block;
	color: #ccc;
	font-size: 12px;
}
.navigation li li{
	background-image: none;
	padding: 0;
	border-top: 1px solid #0e2436; 
	border-bottom: 1px solid #194568; 
	float: none;
	list-style: none;
}
.navigation li li a{
	font-size: 14px;
	padding: 5px 10px;
	float: none;
	display: block;
	line-height: 17px;
}
.navigation li li a:hover{
	background: #1d496c;
}
#menu-item-24{
	background: none;
	}
/* .banner starts */	
.banner{
	background: url(../images/banner_img.jpg) right top no-repeat;
	}
.banner li{
	list-style: none;
	background: url(../images/list_icon_check.png) left center no-repeat;
	padding-left: 28px;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	margin: 8px 0;
	line-height: 1em;
	}
.banner_msg{
	font-size: 25px;
	
	}

.header_txt img {
    max-width: 73%;
}
.banner_msg span{
	font-weight: bold;
	font-size: 1.1em;
	}
.tcenter img{max-width:60%;}
/* .container starts */	
.topcon{
	background: url(../images/mid-content_bg.jpg) repeat-x;
	position: relative;
	}

/* .sidebar starts */	
.sidebar{
	background: #fff;
	border: 8px solid #8f8c8c;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box; 
	}
.sidebar_header{
	padding: 5px;
	}	
.sidebar_header img{
	text-align: center;
	}
.sidebar h2.title{
	width: 106%;
	height: 30px;
	margin: 10px auto;
	}
.sidebar_header p{
	font-size: 14px;
	margin: 0;
	line-height: normal;
	}
.widget{
	margin: 10px 0;
}	
.widget-area .menu li{
	list-style: none;
	padding: 0;
}
.widget-area ul{
	margin: 0;
	padding: 0;
}
.widget-area .menu li a{
	background: url("../images/mid-content_bg.jpg") repeat-x scroll 0 0 transparent;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	margin: 1px 0;
	padding: 10px;
	display: block;
}
.widget-area .menu li a:hover{
	background: #aaa
	}
.widget-title{
	margin-bottom: 4px;
}
.widget .wpcf7{
	padding: 20px 10px;
	background: #8be6fa;
}
.widget .wpcf7 input,
.widget .wpcf7 textarea{
	max-width: 94%;
	padding: 4px
}
.widget .wpcf7 input[type="text"],
.widget .wpcf7 input[type="email"],
.widget .wpcf7 textarea{
	border: none
}
/* sidebar contact form starts */	
.cform{
	background: #dcddde;
	padding: 10px 7px;
	}
.cform br{
	display: none;
	}
.cform p{
	text-align: right;
	margin: 0 0 10px 0;
	color: #111;
	
	}	
.cform label{
	width: 35%;
	font-size: 14px;
	float:left;
	text-align: left;
	padding: 1% 0;
	}	
.cform input[type="text"],
.cform input[type="email"],
.cform textarea{
	border: none;
	padding: 1%;
	width: 60%;
	font-size:12px;
	}
.cform textarea {
	height: 50px;
	}	
.cform input[type="submit"]{
	background: #fdbf57;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #d6312e;
	text-transform: uppercase;
	font-weight: bold;
	padding: 4px 30px;
	text-align:right;
	}
p.cform_footer{
	font-size: 12px;
	text-align: left;
	}
.search-field{
	border: 1px solid #ccc;
	padding: 4px;
    width: 70%;
}
/* .bottomcon starts */	
.bottomcon{
	margin-top: -40px;
	}
.bottomcon_header{
	border-bottom: 3px solid #1d496c;
	}	
.bottomcon h3{
	background: #1d496c;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #f0c564;
	padding: 8px 20px 5px;
	position: relative;
	display: table-cell;
	margin: 0;
	}
.user_info{
	padding: 10px 0;
	font-size: 13px;
	}
.user_img{
    height: 127px;
    margin: 5px 31px;
	text-align:center;
	}
.user_details{
	text-align: center;
}
.user_details p{
	margin: 0;
}	
.mobilemenu{display:none;}	
