@charset "utf-8";


/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #6297c1;
	background-image: url(../images/sitebg.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
.navlink {
	color: #FFF;
}

/* Begin Links */

a {
	text-decoration: none;
	color: #03F;
}
a:hover {
	text-decoration: none;
	color: #000;
}

/* Shifts Links 2px */

a:active {
  position: relative;
  top: 2px;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Begin Content Style */

#wrapper {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-image: url(../images/header_round.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 230px;
	width: 900px;
}

#topspacer {
	height: 10px;
	width: 900px;
	background-color: #3d2203;
}
.t-nav {
	padding-left: 45px;
	color: #FFF;
	font-size: 90%;
	padding-top: 5px;
}


/* Begin Footer */

#footer {
	height: 300px;
	background-image: url(../images/footer_round.png);
	background-position: top;
	background-repeat: no-repeat;
	clear: both;
}
#fttop {
	height: 55px;
	width: 900px;
	float: left;
}
.ftservices {
	color: #FFF;
	padding-left: 45px;
	padding-top: 20px;
}
#ftleft {
	width: 310px;
	float: left;
	height: 245px;
}
#ftmid {
	float: left;
	width: 280px;
	height: 245px;
}
#ftright {
	width: 310px;
	float: left;
	height: auto;
}
.ft1 {
	color: #FFF;
	padding-left: 55px;
	line-height: 200%;
	font-size: 85%;
	padding-top: 20px;
}
.ft2 {
	color: #FFF;
	line-height: 200%;
	font-size: 85%;
	padding-left: 35px;
	padding-top: 20px;
}
.number {
	color: #FFF;
	padding-left: 30px;
}
#ftdisclaimer {
	clear: both;
	text-align: center;
	background-color: #6297c1;
	height: 15px;
}

.disclaimertext {
	padding-top: 2px;
}
.sublinks {
	color: #2386d5;
}
h1 {
	font-size: 170%;
}
.links {
	font-weight: bold;
	text-decoration: none;
}
h5 {
	line-height: 115%;
	padding-bottom: 30px;
}
h2 {
	font-size: 130%;
	padding-bottom: 10px;
}
