@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: Calibri;
	src:url(../font/calibri.ttf)
}
@font-face {
    font-family: Calibribold;
	src:url(../font/calibrib.ttf)
}
@font-face {
    font-family: Calibrilight;
	src:url(../font/calibril.ttf)
}

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, strong, sub, sup, tt, var,
b, 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;
	font-size: 12px;
	font: inherit;
	vertical-align: baseline;
	line-height:18px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{text-decoration:none;}
.divclear{clear:both;}
h2{ font:lighter 35px "Calibrilight", sans-serif; color:#090707; text-align:center; padding:10px 0;}
h3{ font-size:25px; color:#b21c27; padding:10px 0;}
p{ font-size:15px; color:#090707; line-height:24px; text-align:justify; padding:10px 0 0;}
strong{ font-weight:bold;}

#wrapper{ width:100%; padding:0px; margin:0px auto; font-family:"Arial";}
.wrap{ width:1225px; margin:0px auto;}

#header{ width:100%; background:#9f0c17; height:70px; line-height:70px;}
#header .left{ width:250px; height:40px; padding:17px 0 0; float:left;}
#header .right{ width:500px; float:right;}
/*Menu starts*/
			#menu
			{
			padding:0;
			margin:0;
			white-space:nowrap;
			list-style-type:none;			
			text-align:center;
			width:500px;
			text-transform:uppercase;
			font:normal 15px "Calibribold", sans-serif;
			}
			#menu li {display:inline;}
			#menu li a
			{
			padding:0 8px;
			color:#ffffff;
			text-decoration:none;
			line-height:70px;
			}			
			#menu li a:hover 
			{
			color:#e5ad4b;
			}			
			#menu li .current
			{
			color:#e5ad4b;
			}
			/*Menu ends*/
#banner{ width:100%; background:url(../images/banner_bg.jpg) repeat-x; margin:0px auto; height:647px; color:#b21c27; font:lighter 30px "Calibrilight", sans-serif; text-align:center; padding:50px 0 0;}
#banner_inner{ width:100%; height:48px; background:#ba242f; font:lighter 23px/48px "Calibrilight", sans-serif; color:#f7abb1;}
#banner_inner img{padding:10px 0 0; float:left;}
#banner_inner h4{ padding:0 0 0 13px;float:left; line-height:48px;}
.learn_more_btn{border:2px solid #090707;  font:normal 20px/44px "Calibribold", sans-serif;color:#090707; padding:5px 20px; margin:30px 0 0; text-transform:uppercase;}
.learn_more_btn:hover{ background:#BA242F; color:#fff; border:2px solid #BA242F;}
#integrated_team{ width:100%; margin:0px auto; font:lighter 30px "Calibrilight", sans-serif; color:#fff;}
#integrated_team .left{ background:url(../images/divider_left.jpg) no-repeat center right #4C4B50; width:50%; height:136px; float:left; text-align:right; padding:62px 0 0;}
#integrated_team .right{ background:url(../images/divider_right.jpg) no-repeat center left #BF7E6A; width:50%; height:136px; float:right; text-align:left;padding:62px 0 0;}
#integrated_team .txt_left{ width:438px;float:right; padding:0 60px 0 0; line-height:35px; text-align:center;}
#integrated_team .txt_right{ width:438px;float:left; padding:0 0 0 60px;line-height:35px; text-align:center;}
#content{ width:1225px; padding:30px 0 40px; margin:0px auto; min-height: 336px;}
.services{ width:340px; float:left; text-align:center; margin:20px 30px 0 30px;}
.services img{ padding:30px 0 0;}
#ready{ width:100%; background:url(../images/ready_to_check_bg.jpg) no-repeat top center; height:200px; padding:40px 0 0; text-align:center;}
#ready input{ width:390px; height:44px; color:#d6d5d5; font-size:13px; line-height:44px; border:0px; vertical-align:top; padding:0 0 0 10px; margin:10px 0 0;}
#ready img{ margin:10px 0 0;}
#footer{ background:#555555; padding:40px 0 50px; text-align:center; font-size:20px; text-transform:uppercase; color:#fff; line-height:33px;}
#footer a:link{ color:#fff;}
#footer a:visited{ color:#fff;}
#footer a:hover{ color:#fff; text-decoration:underline;}