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;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	line-height:1;
}

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

}

body {

	 white-space: normal;
	 font-family: 'telegraficoregular';
	 margin:0px;
	 padding:0px;
	 background-color:#192531;
	 color:#fff;

 
}
 
header{

	margin:0;
	padding:0;
	background-color:#fff;
	color:#00366C;
	font-weight:normal;
	overflow: auto;
	
}

	#logo {

		margin:10px auto;
		display:block;

	}

 
div.content {
 
	margin:0;
	background-image:url('images/body_bg.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	overflow:hidden;
	text-align:center;
 
}
	 
	div.clear {clear:both;}

	p {

		text-align:center;
		font-family:sans-serif;
		font-size:16px;
		line-height:30px;
		margin:50px 0;

	}

	div.entity_wrapper {

		width:220px;
		display:inline-block;
		margin:10px;
		border-top:1px solid #4C6B98;
		border-bottom:0px solid #4C6B98;
		padding:20px 0px 0 0px;

	}

		.entity_wrapper label {

			display:block;
			text-align:center;
			color:#4C6B98;
			margin:10px 0;
			font-size:15px;


		}
	
	div#contact_background {
	
		background-image:url('images/contact_bg.jpg');
		background-repeat:no-repeat;
		background-position:center bottom;
		min-height:680px;
	
	}
		
	a.contact {
	
		color:#fff;
		text-decoration:none;
		display:block;
		margin:20px 0;
		
	
	}
	
		span.numbers {
		
			font-family:sans-serif;	
		
		}

