* {
	margin:0px;
	padding:0px;
	font-family:arial,tahoma;
}

body, html {
	height:100%;
}

a {
	outline: none;
}

body {
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #191c3f;
}

#main_container {
	position:relative;
	height:auto;
	overflow:hidden;
	width: 960px;
	padding:20px;
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
}

#banner {
	position:relative;
	width:960px;
	height:180px;
	overflow:hidden;
	background-image:url(../images/banner.jpg);
	margin-bottom:20px;
}

#menu {
	position:relative;
	width:960px;
	height:40px;
	overflow:hidden;
	background-color: #1c2653;
	margin-bottom:20px;
	background-image:url(../images/menu_top_bg.jpg);
}

.left_div {
	position:relative;
	width:200px;
	float:left;
	height:auto;
	overflow:hidden;
}

.right_div {
	position:relative;
	width:700px;
	height:auto;
	overflow:hidden;
	float:right;
	margin-left:20px;
	padding:20px;
	z-index:2;
}

.float_container {
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
}

#left_menu li {
	background-color:#6777ab;
	margin-bottom:5px;
	padding:10px;
}

#left_menu li a {
	text-decoration:none;
	color:white;
	font-size:16px;
}

h1 {
	color:#003a82;
}

#menu_top {
	list-style-type:none;
	margin-top:12px;
}

#menu_top li {
	float:left;
}

#menu_top li a {
	display:block;
	padding-left:20px;
	padding-right:40px;
	color:white;
	text-decoration:none;
	float:left;
}

p {
	font-size:13px;
	margin-bottom:20px;
}

h1 {
	margin-bottom:15px;
	font-weight:normal;
}

h2 {
	font-size:18px;
	margin-bottom:20px;
	font-weight:normal;
}

.right_div ul {
	list-style-type: dot;
	margin-left:20px;
	margin-bottom:30px;
	color:#003a82;
	font-size: 13px;
}

.right_div ul li {
	line-height: 1.5;
}

.right_div ul li span {
	color: black;
}

input, textarea, select {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.contact {
	width:400px;
	float:left;
}

.contact td {
	padding:5px;
}

.contact textarea {
	width:100%;
	height:250px;
	border:1px solid #064287;
	padding:4px;
}

.contact input {
	width:100%;
	border:1px solid #064287;
	padding:4px;
}

#details {
	position:relative;
	width:250px;
	padding:10px;
	float:right;
	border:1px solid #064287;
	background-color: #c2c7df;
}

#map {
	width:250px;
	height: 250px;
	background-color:white;
}

.project_container {
	position:relative;
	width: 100%;
	height:auto;
	overflow:hidden;;
	margin-bottom: 20px;
}

.project_container img {
	float: left;
	margin-right:20px;
	width:250px;
	border: 3px solid black;
}