@charset "utf-8";
/* CSS Document */
h1 {
	background: none;
	color: #242366;
	font-family: 'alex_brushregular';
	font-size: 34px;
	width: auto;
	display: block;
	line-height: 1.2em;
	margin: 0 0 5px 0;
	padding: 7px;
	
}
.outter-wrapper {
	width: 100%;
	margin: 0 auto;
}

#nav {
	background: #fff;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	z-index: 2;
	box-shadow: 0px 0px 8px #000;
}

.admin-bar .nav-wrapper {
    position: relative;
	top: 0px;
}
.nav-wrapper {
    position: relative;
	top: 0px !important;
}

	#logo {
		margin: 5px 0 0 5px;
	}
	
		#logo img {
			
		}
		
	#nav-btn {
		background: url('../images/nav_btn.jpg') no-repeat;
		height: 40px;
		width: 40px;
		display: block;
		float: right;
		margin: -50px 5px 0 0;
	}
	
		#nav-btn:hover {
			cursor: pointer;
		}
	
	#menu {
		width: 100%;
	}
	
	
		#menu ul {
			display: none;
			background: #fff;
			width: 100%;
			list-style: none;
			padding: 0 0 15px 0;
			margin: 12px auto;
		}
		
		#menu li {
			display: block;
		}
		
		#menu li a {
			float: none;
			display: block;
			border: 0;
			margin: 0 10px 0 10px;
			padding: 10px 10px;
			font-size: 16px;
		}
		
		#menu li a:hover {
			background: #e7eef8;
			padding: 10px 15px;
			border-radius: 6px;
			border: 0;
		}
		
		#menu-dropdown {
			font-size: 18px;
			padding: 10px 20px;
			background: #CCC;
			border-radius: 6px;
			margin: 12px 0;
			border: 1px solid #999;
			cursor: pointer;
		}
		
		#menu ul li ul {
			position: relative;
			background: #242366;
			top: 0px;
			-webkit-border-bottom-right-radius: 0px;
			-webkit-border-bottom-left-radius: 0px;
			-moz-border-radius-bottomright: 0px;
			-moz-border-radius-bottomleft: 0px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
		}
		
		#menu ul li li a {
			color: #fff;
		}

			

#slide-container {

	height: 312px;
	width: 100%;
}

	#slide {
		top: 0;
		height: 312px;
		width: 100%;
	}
	
		#mission {
			top: 80px;
			left: 40px;
			font-size: 18px;
		}

		#slide img {
			width: auto;
			height: 100%;
		}

#content-wrapper {
	min-height: 300px;
	margin: 0 auto 0 auto;
	padding: 0 10px;
}

	#left-col {
		width: 73%;
		float: left;
		
		border: 0px solid blue;	
	}
	
		#left-col img {
			max-width: 100%;
		}
	
	#right-col {
		width: 23%;
		float: right;	
	}
	
		#right-col img {
			max-width: 100%;
		}

#footer {
	
}

	#footer-inner {
		min-height: 400px;
	}
	
	#foot-menu {
		width: 100%;	
		text-align: center;
	}
	
		#foot-menu ul li {
			float: none;
			display: inline-block;
			margin: 0px 15px;
		}

	#service-logos {
		width: 95%;
		margin: 0 auto;
		text-align: center;
	}
	
	#service-logos ul li {
		display: inline-block;
		margin: 0px 10px;
	}
	
	#foot-contact {
		width: 95%;
		float: none;
		text-align: center;
		margin: 0px auto 30px auto;
	}
	
	.disclaimer {
		width: 95%;
		margin: 0 auto;
	}
