/*
Theme Name: new website.
Theme URI: Your Theme's URI
Description: A brief description.
Version: 1.0
*/



@font-face {
	font-family: 'MyriadProBold';
	src: url('../fonts/myriadpro-bold-webfont.eot');
	src: url('../fonts/myriadpro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/myriadpro-bold-webfont.woff') format('woff'), url('../fonts/myriadpro-bold-webfont.ttf') format('truetype'), url('../fonts/myriadpro-bold-webfont.svg#MyriadProBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* #Basic Styles
 ================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
a {
	color: #ef5828;
	text-decoration: none;
	outline: none
}
a:hover {
	text-decoration: none;
}
select, input, textarea {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
}
select:focus, input:focus {
	outline: 0;
}
p {
	padding: 5px 0;
	margin: 0px;
}
*:focus {
	outline: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clr {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	visibility: hidden;
}
.b {
	font-weight: bold
}
/* #Typography
 ================================================== */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	position: relative;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 {
}
h4 {
	font-size: 16px;
	font-weight: 700;
	color: #58595b;
	margin-bottom: 20px;
	text-transform: uppercase;
}
h2 {
	font-size:21px;
	color: #ef5828;
	font-family: 'Quicksand', sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
}
h3 {
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	background: url(images/title_bg.png) no-repeat left top;
	text-align: center;
	font-weight: 700;
	height: 32px;
	line-height: 32px;
	letter-spacing: 1px
}
h5 {
}
h6 {
}
/* #Forms
 ================================================== */
body { 
       
	background: #fff;
	color: #58595b;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	font-family: 'Lato', serif;
}
.inner_container {
       zoom:90%;-moz-transform: scale(0.90);
	max-width: 960px;
       width:98%;
	margin: 0 auto;
}
.wrapper {
	width: 100%;
	float: left
}
.fl {
	float: left
}
.fr {
	float: right
}
/* header
 ================================================== */
#header {
	float: left;
	width: 100%;
	padding: 23px 0;
	border-top: 6px solid #ef5828;
}
#logo {
	cursor: pointer;
	float: left;
	margin: 0px;
}
#logo a {
	background: url(images/logo.png) no-repeat scroll 0 0 transparent;
	display: block;
	height: 96px;
	overflow: hidden;
	text-indent: -9999px;
	width: 147px;
}
/* Style for Top Menu */
.sf-menu {
}
.children:before {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #C7C7C7;
    border-top: 1px solid #C7C7C7;
    content: "";
    height: 20px;
    left: 56px;
    position: absolute;
    top: -11px;
  -moz-transform: rotate(45deg);  /* FF3.5/3.6 */
-o-transform: rotate(45deg);  /* Opera 10.5 */
-webkit-transform: rotate(45deg);  /* Saf3.1+ */
transform: rotate(45deg);  /* Newer browsers (incl IE9) */
    width: 20px;
    display:inline-block;
    z-index: 1;
}
.ie7 .children:before, .ie8 .children:before { display:none}
.ie7 .sf-menu ul .children, .ie8 .sf-menu ul .children { top:45px}
.sf-menu ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	float: right
}
.sf-menu ul li {
	display: inline; position:relative; padding:20px 0;
	float: left;
	background: url(images/black_dot.gif) no-repeat left center;
}
.sf-menu ul li a {
	color: #353535;
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0 18px;
	float: left;
	font-size: 1.4em;
	letter-spacing: 2px
}
.sf-menu ul li.current_page_item a {
	color: #002c54;
	font-weight: 700;
	text-decoration: none;
}
.sf-menu > ul > li:last-child a {
	padding: 0 0 0 18px;
}
.sf-menu > ul > li:first-child {
	background: none
}
/* Style for Drop Down Menu */
.sf-menu ul .children {
	position: absolute;
	z-index: 100;
	width: 125px;
	visibility: hidden;
}
.sf-menu ul li:hover .children { visibility:visible;}
.sf-menu ul .children {
	border-radius: 20px;
	border: 1px solid #c7c7c7;
	background: #fff;
	padding: 10px;
       margin:0;
      top:58px;
     left:0px;
}
.sf-menu ul .children li { background:none !important; padding:0px !important;}
.sf-menu ul .children a {
    color: #353535;
    display: block;
    font-size: 17px !important;
   font-weight:normal !important;
    letter-spacing: 0;
    padding: 0 5px 9px !important;
    text-decoration: none !important;
    width: 116px;
}
.sf-menu ul .children a.current {
	color: #002c54;
	font-weight: 700;
	text-decoration: none;
}

/*header css end*/
.banner_box {
	float: left;
	width: 100%;
	border-top: 1px solid #c7c7c3;
	border-bottom: 1px solid #c7c7c3;
	background: url(images/banner_img.jpg) no-repeat center center;
	background-size: 100% 100%;
	min-height:260px;
}
.green_box {
	float: left;
	width: 100%;
	border-top: 1px solid #c7c7c3;
	border-bottom: 1px solid #c7c7c3;
	background: #f7f5e6;
	padding: 30px 0;
	margin-bottom: 40px;
}
.green_box h2 {
	margin-bottom:20px;
}
.green_box h2 span {
	font-family: 'Lato', serif;
	font-size: 13px;
	display: block;
	padding: 3px 0
}
.green_box h2 .title_info {
	color: #6C6B6B;
	font-family: 'Lato', serif;
	font-size: 19px;
	font-weight: 700;
	text-transform: none;
	padding: 15px 0 0 0;
	margin: 0;
}
.green_box .w200 {
	font-size: 16px;
	line-height: 22px;
	float: left;
	width: 200px;
}
.green_box2 {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 40px
}
.banner_box .bannertext {
  background: url("images/trans_img.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #FFFFFF;
  font-family: 'Quicksand',sans-serif;
  font-size: 38px;
  letter-spacing: 4px;
  margin: 100px auto 0;
  padding: 0 15px;
  position: relative;
  text-transform: uppercase;
  width: 853px;
}
.bold_text {
	color: #6E6E6E;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	padding: 22px 0 30px 0;
	word-spacing: 4px;
}
.right_block {
	width: 799px;
	float: right
}
.green_box .desc {
	color: #6C6B6B;
	font-size: 21px;
	line-height: 28px;
	word-spacing: 4px;
}
.content {
	float: left;
	font-size: 16px;
	line-height: 22px;
	margin-right: 15px;
	width: 545px;
}
.content_big {
	float: left;
	font-size: 16px;
	line-height: 22px;
	width: 799px;
}
.content p, .content_big p {
	padding: 10px 0;
	margin: 0px;
}
.line {
	margin-top: 10px;
	border-top: 1px solid #ef5828;
	float: left;
	width: 146px;
	margin-right: 15px;
	padding-top: 10px;
}
.l_block {
	float: left;
	width: 146px;
	margin-right: 15px;
	
}
.contact_box {
	float: right;
	width: 225px
}
.contact_box .cnct_info {
	padding: 5px 0px 5px 10px;
	line-height: 19px;
}
.contact_box .cnct_info li {
	display: block;
	float: left;
	padding-top: 10px;
	width: 100%;
}
.contact_box .cnct_info li img {
	vertical-align: middle;
	float: left;
	display: block;
	margin-right: 10px
}
.full_block {
	border-top: 1px solid #f37a53;
	padding: 25px 0 0 0px;
	float: left;
	width: 100%;
}
.full_width {
	border-top: 1px solid #c7c7c3;
	padding: 25px 0 0 0px;
	margin-top: 25px;
	float: left;
	width: 100%;
}
.half_width {
	width: 48%;
}
#footer {
	border-top: 1px solid #c7c7c3;
	font-size: 13px;
	padding: 7px 0 50px 0px;
	float: left;
	width: 100%;
	margin-top: 40px;
}
#footer a {
	text-decoration: underline
}
.round_list {
	list-style: disc;
	padding-left: 15px
}
.orange {
	color: #ef5828;
	text-decoration: none;
	outline: none
}
.mt70 {
	margin-top: 70px
}
.orange_no {
	list-style: none;
}
.orange_no li p {
	color: #EF5828;
	float: left;
	font-family: 'Quicksand', sans-serif;
	font-size: 43px;
	line-height: 25px;
	width: 12%
}
.orange_no li span {
	display: block;
	float: left;
	width: 87%
}
.orange_no li {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 22px;
	color: #58595b;
	font-family: 'Lato', serif;
	margin-top: 18px;
	width: 100%;
	float: left;
}
.italic {
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	word-spacing: normal;
	padding: 10px 0 0 0
}
.list1 {
	
}
.list1 li {
	background: url("images/blue_dot.gif") no-repeat scroll left 10px rgba(0, 0, 0, 0);
    float: left;
    font-size: 18px;
    margin-bottom: 5px;
    margin-right: 15px;
    padding-left: 25px;
}
strong {
	font-weight: 700;
}
.posrel {
	position: relative
}
.vermid {
	vertical-align: middle
}
.Ask_column {
	font-size: 13px;
	margin-left: -161px;
	position: relative;
	float: left;
	line-height: 16px;
	width: 140px;
	top: 15px;
}
.Ask_column ul li {
	margin-top: 10px;
	color: #002c54
}
.w605 {
	width: 605px;
}
.cmnt_box {
	width: 100%;
	float: left;
	background: url(images/grey_line.gif) top left no-repeat;
	padding: 12px 0;
	margin-bottom: 15px;
	font-style: italic;
	line-height: 22px;
	color: #58595b;
	font-weight: 400;
}
.cmnt_box span {
	display: block;
	font-style: normal;
	font-weight: 300;
}
.nav {
	list-style: decimal;
	font-size: 15px;
	color: #ef5828;
	font-weight: 700;
	padding-left: 35px;
}
.nav p {
	color: #58595b;
	padding: 0px 0 5px 0;
	margin: 0px;
}
.nav li {
	padding-bottom: 10px;
}
.nav ul {
	list-style: disc;
	color: #58595b;
	font-weight: normal;
	padding: 0px
}
.nav ul li {
	padding: 0px
}
.sf-sub-indicator { display:none;}

/* styles for desktop */
    .tinynav {
  background: none repeat scroll 0 0 #f37a53;
  border: medium none;
  border-radius: 10px 10px 10px 10px;
  color: #fff;
  display: none;
  font-size: 17px;
  margin: 15px 0 0;
  padding: 5px 10px;
  width: 100%;
  font-family:'Lato',serif;
}
   
    /* styles for mobile */
    @media screen and (max-width:600px) {
      .tinynav { display: block }
      .sf-menu > ul { display: none }
    }
	
.width100 { float:left; width:100%; margin-bottom:10px;}	
.width50 { float:right; width:100%}
