/* CSS Document */



/*************** COMMON *****************/
HTML, body{
	background-color:#fff;
	font-family: "Oswald","Open Sans","Helvetica Neue", Helvetica, Arial, sans-serif;
	height:100%;	
	margin:0px;
}

a {
	text-decoration:none;
	color: cornflowerblue;
}

#nav a:hover, a:hover{
	text-decoration:hover;
}

.floatL{
	float:left;	
}



/*************** HEADER *****************/
#HC {
	float:left;
	top:0;
	left:0;
	width:100%;
	height:470px;
	z-index:1;
	background-image:url(../images/policeman.jpg);
	background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
	opacity:1;
}

#Hcont{
	width:1160px;
	margin-left:auto;
	margin-right:auto;
	height:470px;
	display:block;
	color:#fff;
	z-index:0;
}

.HfloatL{
	float:left;	
	width:100%;
}

#logoRow{
	float:left;
	margin-top:27px;
	width:100%;	
}

#usLg{
	float:left;
	padding-right:20px;
	margin-right:20px;
	border-right:1px solid #fff;
}

#pdLg{
	float:left;
}

#mrgTxt{
	float:Left;
	margin-left:40px;
	font-size:28px;	
	padding-top:10px;	
}

#introPg{
	display:block;
	width:910px;
	border:4px solid #fff;
	margin-left:auto;
	margin-right:auto;
	opacity:1;
	margin-top:145px;
	background-image:url(../images/50g.png);
	padding-top:30px;
	padding-bottom:10px;
	padding-left:70px;
	padding-right:70px;
	font-family: "Open Sans","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
}


/*************VERTICALS******************/
#verticals{
	float:left;
	width:100%;	
	margin-top:48px;
	font-family: "Open Sans","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
}

#vertC{
	display:block;
	width:1160px;
	margin-left:auto;
	margin-right:auto;
}

.vertLogo{
	height:50px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.vertical{
	float:left;
	width:226px;
	margin-left:20px;
	margin-right:20px;
}

#P1 .link{
	color:#1a76c9;	
	margin-bottom:18px;
	width:100%;
	float:left;
}  

#FR1 .link{
	color:#aa1801;	
	margin-bottom:18px;
	width:100%;
	float:left;
}

#EMS1 .link{
	color:#2b5f94;	
	margin-bottom:18px;
	width:100%;
	float:left;
}

#M1 .link{
	color:#2b5f94;	
	margin-bottom:18px;
	width:100%;
	float:left;
}

.link i{
	font-size:16px;	
}

.vertSep{
	float:left;
	width:14px;
	border-right:1px solid #b2b2b2;
	height:300px;
	margin-right:15px;	
}

#copyright{
	float:left;
	width:100%;
	font-family: "Open Sans","Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#b2b2b2;
	text-align:center;
	margin-top:50px;
	font-size:12px;
	margin-bottom:50px;
}


