@charset "utf-8";

@font-face {
    font-family: 'Montserrat-Regular';
    src:url(../fonts/Montserrat-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Oxygen-Regular';
    src:url(../fonts/Oxygen-Regular.ttf) format('truetype');
}
body {
	margin:0 auto;
	width:85%;
	height:auto;
	font-family:'Oxygen-Regular';
	font-size: 100%;
}
h1, h2, h3 {
	color:#554a48;	
}
h1 {
	font-size:25px;
	font-weight:bold;
	text-align:center;	
}
p {
	font-size:14px;
	line-height:25px;
	text-align:justify;
	color:#666666;		
}
h3 {
	font-size:12px;
	color:#666;	
	font-weight:normal;
}
h2 {
	font-size:14px;
	color:#1d8bd0;	
	font-weight:bold;
}
/*.top_strip {
	margin:0 auto;
	height:8px;
	width:100%;
	background-color:#000;
}*/
.header {
	width:100%;
	height:auto;
	margin:0 auto;
}
.header .logo {
	width:20%;
	height:auto;
	float:left;	
	margin:2px 0 2px 0px;
}
.header .logo img {
	width:100%;
	height:auto;	
}
.header .nav {
	width:40%;
	float:right;
	height:50px;
	margin-top:25px;
}
.header .nav ul {
}
.header .nav ul li {
	display:inline;
	text-transform:uppercase;
}
.header .nav ul li a {
	color:#1d8bd0;
	font-size:14px;
	padding:0 2.5%;
	text-decoration:none;
}
.header .nav ul li a:hover {
	color:#ff7800;
	text-decoration:underline;
}
.header .nav ul li .active {
	color:#ff7800;
	text-decoration:underline;
}
.banner {
	width:100%;
	height:350px;
	overflow:hidden;
}
.banner img {
	width:100%;
	height:auto;
}
.contact_page_links a {
	color:#023876;	
	text-decoration:none;
}
.contact_page_links a:hover {
	color:#ff7800;	
	text-decoration:underline;
}
.banner_pages {
	width:100%;
	height:200px;
	overflow:hidden;
}
.banner_pages img {
	width:100%;
	height:auto;	
}
.banner_bottom_images {
	width:100%;
	height:200px;
	margin-top:50px;	
}
.banner_bottom_images .images_bg {
	width:23.1%;
	height:auto;
	float:left;
	box-shadow:0 0px 10px 0 #000;
	margin-left:2%;
	padding:2px;
}
.banner_bottom_images .images_bg a:hover {
	opacity: 0.8;
}
.banner_bottom_images .images_bg img {
	width:100%;
	height:auto;	
}
.banner_bottom_images .images_bg .opacity_img {
	width:100%;	
	margin-top:-50px;
	background-color:#000;
	opacity: 0.3;
	height:50px;
}
.opacity_text {
	margin-top:-50px;
	width:100%;
}
.opacity_text p {
	text-align:center;	
	color:#000;
	font-size:14px;
	z-index:100;
}
.homepage_content {
	width:100%;
	margin:0 auto;
	margin-bottom:50px;
}
.homepage_content p {
	text-align:left;
}


.pages_content {
	width:100%;
	margin:0 auto;
	margin-bottom:50px;
}
.pages_content p {
	text-align:justify;
}
.pages_content img {
	width:20%;
	margin:0 auto;
	float:left;
	margin-right:25px;
}

.youtube_ourforce {
	width:100%;
	height:auto;
	margin-top:50px;
}
.youtube_ourforce .youtube {
	width:38.8%;
	height:auto;
	box-shadow:0 0px 10px 0 #000;
	padding:2px;
}
.youtube_ourforce .ourforce {
	width:55%;
	height:auto;	
	float:right;
}
.youtube_ourforce .ourforce h2 {
	font-size:16px;
	text-align:center;
	color:#476026;	
}
.youtube_ourforce .ourforce ul {
	
}
.youtube_ourforce .ourforce ul li {
	display:inline;
}
.youtube_ourforce .ourforce ul li a {
	color:#000;
	font-size:14px;
	padding:0 2%;
	text-decoration:none;
}
.youtube_ourforce .ourforce .scrolling {
	width:100%;
	height:120px;
	box-shadow:0 0px 10px 0 #000;
	margin-top:100px;
}
.youtube_ourforce .ourforce .scrolling img {
	width:100%;
	height:auto;	
}
.footer {
	width:100%;
	height:100px;	
	/*background-color:#1d1d1d;*/
	border-top:solid 1px #999;
}
.footer .navigation {
	width:90%;
	margin:0 auto;
	
}
.footer .navigation p a {
	color:#ff0000;	
}
.footer .navigation p a:hover {
	color:#1d8bd0;	
}

.pages_content ul {
	
}
.pages_content ul li {
	font-size:14px;
	line-height:25px;
	text-align:justify;
	color:#666666;	
	list-style:url(../images/body_arrow.gif);
}


