﻿/* Blue = #253B7C */

body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#container {
	width: 800px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
	position: relative;
	z-index: 2;
	border-width: 0px;
	border-color: inherit;
}
#masthead {
	padding: 0px;
	margin: 0px;
	text-align: right;
	width: 100%;
	z-index: 1;
	text-decoration: none;
	background-image: url('../images/masthead_bg.gif');
	background-repeat: no-repeat;
	height: 125px;
}
#logo {
	height: auto;
	width: 400px;
	position: relative;
	padding: 10px 10px 0px 15px;
	float: left;
}
#toptext {
	width: 195px;
	margin: 5px 5px 0px 5px;
	float: left;
	position: relative;
	height: 100px;
	padding-top: 10px;
	text-align: center;
}
#social {
	padding: 0px;
	width: 140px;
	margin: 15px 15px 5px 5px;
	float: right;
	position: relative;
	height: 100px;
}
#navigation{
	margin: 0px;
	padding: 0px;
	width: auto;
	position: relative;
	height: 30px;
	z-index: 5;
}
#content {
	height: 430px;
	width: auto;
	position: relative;
	padding: 0px;
	background-image: url('../images/content_bg.gif');
	z-index: 3;
}
#leftcol {
	padding: 0px;
	margin: 0px;
	height: auto;
	float: left;
	position: relative;
}
#rightcol {
	padding: 0px;
	margin: 10px;
	height: auto;
	float: right;
	position: relative;
}


#buttons {
	height: 120px;
	color: gray;
	background-image: url('../images/content_bg.gif');
}
#leftbut {
	padding: 0px;
	float: left;
	margin: 5px 0px 0px 0px;
	width: 195px;
	height: 110px;
	text-decoration: none;
}
#midleftbut {
	width: 195px;
	margin: 5px 0px 0px 0px;
	float: left;
	position: relative;
	padding: 0px;
	height: 110px;
}
#midrightbut {
	padding: 0px;
	float: left;
	margin: 5px 0px 0px 0px;
	width: 195px;
	position: relative;
	height: 110px;
}
#rightbut {
	padding: 0px;
	float: right;
	margin: 5px 0px 0px 0px;
	width: 200px;
	color: white;
	height: 110px;
}
#footer {
	background-image: url('../images/footer_bg.gif');
	height: 39px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	vertical-align: middle;
	text-align: center;
	position: relative;
}

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

.no-border{
	border-width: 0;
}

.carousel-slider-header{
	font-size:24pt; 
	color: #FFFF00;
}

.carousel-slider-text{
	font-size:12pt;
}

.page-header {
	margin: 0px;
	padding: 20px;
}

.product-button {
	display: inline-block;
	float: left;
	padding: 10px;
	color: white;
	background-color: #253B7C;
	text-align: center;
	text-decoration: none;
}

.product-button img {
	border: 1px solid white;
}

.product-button-3 {
	font-size: 16pt;
	width: 215px;
	margin: 15px;
}

.product-button-3 img{
	width: 200px;
}

.product-button-4 {
	font-size: 14pt;
	width: 160px;
	margin: 10px;
}

.product-button-4 img {
	width: 140px;
}
