/* CSS Document */
/*MAIN*/
body{
	background-color: #ecf0f1;
}
a{
	text-decoration: none;
}

span{
	display: block;
	padding: 10px;
	color: #ffffff;
	font-size: 20px;
}
span:hover{
	background-color: #2c3e50;
}

.page{
	width: 1200px;
}

p{
	padding-left: 10px;
}
img{
	box-shadow: -5px 10px 20px #919191;
}
/*HEADER*/
.header{
	width: 1200px;
	float: top;
	background-color:#2c3e50;
	margin: 0px;
	padding: 0px;
	height: 200px;
	font-size: 50px;
	color: #ffffff;
	box-shadow: 10px 10px 20px #919191;
	background-image:url(../image/banner1.jpg);
}
.header_txt{
	float: left;
	padding: 10px;
}
.logo{
	background-color: #c0392b;
	width: 200px;
	height: 200px;
	float: left;
	background-image:url(../image/logo.jpg);
}

/*NAVIGATION*/
.navigation{
	float: left;
	width: 200px;
	background-color: #95a5a6;
	margin: 0px;
	margin-right: 5px;
	padding: 0px;
}
.navigation_menu{
	width: 200px;
	font-size: 25px;
	padding-bottom: 10px;
	color: #000000;
	text-align: left;
	height: auto;
}
.navigation_menu div{
	background: #f6921e;
}

/*MAIN CONTENT*/

.content {
	float: left;
	min-height: 550px;
	width: 750px;
	padding: 0px;
	margin-bottom: 5px;
}

/*ABOUT US*/
#officers{
	width: 1000px;
}
.office_pic{
	float: left;
	margin-right: 10px;
}
#president{
	width: 350px;
	margin-right: 50px;
}
#vice{
	width: 350px;
}
.person{
	float: left;
}

/*FORMS & CERTIFICATES*/
.col{
	float: left;
	margin-left: 50px;
}
#certificates{
	float: left;
}