/*COLORS

	light blue : #BEC9D7
	 dark blue : #002E5B
*/


*{margin:0;padding:0;}
body{
	background-color: #d7d7d7;
    font-family: Verdana;
    font-size: 15px;
    color: #333;
}
a, a:visited{
	outline: none;
	color: #002E5B;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
a img{border: none;}

p{
	margin-top: 10px;
	margin-bottom: 30px;
	line-height: 180%;
}
ul{
	margin: 0 0 20px 30px;
}
ul li{
	margin-bottom: 4px;
}
h1,h2,h3,h4,h5,h6{
	margin-bottom: 10px;
	/*color: #227F1E; dark green */
    color: #333;
    font-weight: bold;
    font-family: Verdana;
}

form label {
	font-size: 16px;
}

#canvas{
	width: 1000px;
	padding: 20px;
	margin: 0 auto;
	background-color: #FFFFFF;
	-moz-box-shadow: 0px 2px 3px #666;
	-webkit-box-shadow: 0px 2px 3px #666;
	box-shadow: 0px 2px 3px #666;
}

#header{
    width: 1000px;
    height: 150px;
    border-bottom: 40px solid #0a4276;
    margin: 0 auto;
    position: relative;
    background-color: #ffffff;
    padding: 20px;
    -moz-box-shadow: 0 3px 10px 0px #999;
    -webkit-box-shadow: 0 3px 10px 0px #999;
    box-shadow: 0 3px 10px 0px #999;
}

	#header img {
		margin: 13px 0;
	}

ul#menu{
	position: absolute;
	bottom: 10px;
	right: 0px;
	list-style: none;
	margin: 0;
	font-family: Verdana;
}

	ul#menu li{
		display: inline;
		margin: 5px;
		font-size: 13px;
		/* font-weight: bold; */
	}
	ul#menu li a{
		font-weight: bold;
		text-decoration: none;
		padding: 10px;
        /* border: 1px solid #002E5B; */
        color: #333;
		background-color: #FFFFFF;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;
	}
	ul#menu li a:hover, ul#menu li a.current{
    color: #fff;
    background-color: #0a4276;
	}

#content{
	margin: 20px 0;
}

#footer{
	width: 1000px;
	padding: 30px 20px;
	margin: 0 auto;
	background-color: #0a4276;
	color: #FFFFFF;
}

.proj{
	margin-bottom: 40px;
}

.proj:hover {
	background-color: #d7d7d77a;
	-moz-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
}
	.proj .description {
		margin: 20px 20px 40px 20px;
	}
	.proj h3{
		margin-top: 0;
	}
	.proj h4{
		margin-left: 30px;
	}
	.proj ul{
		margin-left: 50px;
	}
	.proj img{
		margin: 20px;
		border: 2px solid #FFFFFF;
	}
	.proj a:hover img{
		border: 2px solid #002E5B;
	}
.clear{
	clear: both;
}

.title {
	margin-bottom:40px;
}