@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic);

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

body{
	background-color: #131313;
}

h1{
	font-family: 'Droid Serif';
	color: #fff;
	font-weight: 400;
	font-size: 44pt;
	text-align: center;
}

h2{
	font-family: 'Droid Serif';
	color: #fff;
	font-weight: 400;
	font-size: 32pt;
	text-align: center;
}

h2 span {
	font-size:44pt;
}

header {
	width: 100%;
}

.logo{
	width: 324px;
	padding: 20px;
}

.content {
	width: 800px;
	margin: 0 auto;
}

.aboutus {
	position: relative;
	height: 150px;
	padding-bottom: 20px;
}

p{
	font-family: 'Roboto';
	color: #fff;
	font-size: 12pt;
}

hr {
	width: 200px;
	border: 2px solid #fff;
}

ul {
	list-style-type: none;
}

.mv {
	width: 360px;
	float: left;
	padding: 0 20px 30px;
	height: 200px;
}

.missionvision {
	position: relative;
	width: 850px;
	/*padding-bottom: 180px;*/
}

.missionvision ul {
	padding: 0px;
}

.missionvision li {
	width: 380px;
	float: left;
	padding: 0;
}

a {
	text-decoration: none;
}

footer {
	position: absolute;
	width: 100%;
	
	text-align: center;
	
	color: #fff;
	background-color: transparent;
	}

footer p {
	width: 800px;
	margin: 0 auto;
	padding: 20px;
	font-family: 'Droid Serif';
	font-size: 10pt;

}

hr {
	width: 800px;
	padding-top: 40px;
	border: 1px dotted #fff;
    border-style: none none dotted; 
    color: #fff;
}
