@charset "utf-8";
.background {
	background:url(../img/background.png) repeat-x #c1e8f9;
}

.header	{
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;

}

.body-copy	{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#666;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:10px;
	text-align:justify;

}

.body-copy-centered	{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#666;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:10px;
	text-align:center;

}

.menu-bar	{
	width:100%;
	background-color: #27598F;
	background-image: -moz-linear-gradient(top, #153b65, #4a80b9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#153b65), to(#4a80b9));
    background-image: -webkit-linear-gradient(top, #153b65, #4a80b9);
    background-image: -o-linear-gradient(top, #153b65, #4a80b9);
    background-image: linear-gradient(to bottom, #153b65, #4a80b9);
    background-repeat: repeat-x;
	
}

.content	{
	min-height: 600px;
	height: auto !important;
	height: 600px;
	background:url(../img/white-grid.png) bottom repeat-x #FFF;
	
}

.heading	{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;

}

.footer	{
	text-align:center;
	color:#666;
	padding-top:5px;

}

.banner-image	{
	text-align:center;
		
}

.project-images	{
	width:180px;
	padding:10px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
	
	
