*{
	
}

h2{
	font-size:35px;
}

.center{
	text-align: center;
}

hr{
	margin-bottom: 10px;
}

.container{
	min-width: 970px !important;
	max-width: 970px !important;
	width: 970px !important;
}

.large-text p{
	font-size:1.2em;
}

.horizontalmenu{
	list-style:none;
	width:100%;
	height:40px;
	margin-bottom:0;
	padding-left: 0;
	border:1px solid #ddd;
	border-bottom:0;
}

.horizontalmenu li a{
	padding-left:30px;
	padding-right:30px;
	line-height:40px;
	float:left;
	border-right: 1px solid #ddd;
	height:100%;
	text-decoration: none;
}

.horizontalmenu li a:hover{
	background-color:#428bca;
	color:white;
}

.active{
	background-color:#428bca;
	color:white;
}

.horizontal-menu{
	text-align: center;
}

.horizontal-menu a{
	padding-left: 15px;
	padding-right: 15px;
}

.header-image{
	background-color: #f8f8f8;
	border:1px solid #ddd;
	width:100%;
	height:300px;
}

.gallery-image{
	width:100%;
}

.header-image-small{
	height:70px;
}

.blue{
	color:#428bca;
}

h4.blue{
	margin-top: 20px;
}

h3.blue{
	margin-top: 20px;
	margin-left: 15px;
}

.margin-b-10{
	margin-bottom:10px;
}

.footer{
	font-size: 0.9em;
}

.footer p{
	margin-bottom:5px;
}