@charset "utf-8";
/* CSS Document */

body {
	background-color: #1e3a54;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #1e3a54;
}

* {
	margin: 0;
}

html, body {
	height: 100%;
}

img {
	border: 0;
}

a {
	color: #4ead49;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Container */

#container {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -316px; /* the bottom margin is the negative value of the footer's height */
	background-image: url(../images/bg-container.png);
	background-repeat: repeat-y;
	background-position: center top;
}

/* Masthead */

#container .masthead {
	height: 127px;
	background-image: url(../images/bg-masthead.png);
	background-repeat: no-repeat;
}

#container .masthead .logo {
	float: left;
}

#container .masthead .navbar {
	float: right;
	padding: 93px 0 0 0;
}

/* Content */

#contentWrapper {
	width: 960px;
	overflow: hidden;
}

/* Content */

#content, #sidebar {
	padding: 26px 0 0 0;
}

#content {
	width: 360px;
	float: left;
	padding-left: 20px;
}

#content h1 {
	font-weight: normal;
	font-size: 4em;
	padding: 0 0 20px 0;
}

#content h2 {
	background-color: #e0e0e0;
	margin: 10px 10px 0 0;
	padding: 4px;
	font-size: 1.4em;
}

/* Sidebar */

#sidebar {
	float: right;
	overfow: auto;
	width: 580px;
	padding: 0 0 10px 0;
}

#sidebar .video {
	margin: 0 auto;
	width: 432px;
}

/* Home Carousel */

.carousel {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* Gallery */

#gallery {
	overflow: auto;
	padding: 0 0 10px 0;
}

#gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#gallery ul li {
	float: left;
	padding: 2px;
}

/* Footer */

.push {
	height: 316px;
}

#footerWrapper {
	height: 316px;
	background-color: #e0e0e0;
}

#footer {
	height: 316px;
	background-image: url(../images/bg-footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#footer p {
	font-size: .9em;
	line-height: 1.6em;
}

#footer h2 {
	font-size: 1.2em;
	padding: 0 0 10px 0;
}

#footer .content1, #footer .content2, #footer .content3, #footer .content4 {
	position: absolute;
	top: 49px;
	left: 18px;
	width: 216px;
}

#footer .content1 {
	left: 18px;
	width: 216px;
}

#footer .content2 {
	left: 263px;
	width: 216px;
}

#footer .content3 {
	left: 501px;
	width: 216px;
}

#footer .content4 {
	left: 758px;
	width: 216px;
}

#footer .copyright {
	position: absolute;
	top: 236px;
	width: 960px;
}

#footer .copyright p {
	line-height: 1.2em;
	padding: 0 0 4px;
}

/* Classes */
.red {
	color: #b82121;
}

.green {
	color: #4ead49;
}

.blue {
	color: #1e3a54;
}

a {
	outline: none;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

img, div {
	behavior: url(js/iepngfix.htc)
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

.centerImg {
	display: block;
	margin: 0 auto;
}
