﻿#container {
    margin: auto;
    background: white url('../images/bodybkgd.gif') repeat-y fixed center top;
    border: 5px solid #D06600;
    width: 850px;
}

#subContainer {
	vertical-align: top;
}

#headerContainer {
	padding: 0px;
	margin: 0px;
	background-color: #010044;
	width: 100%;
}

#logo {
	padding: 3px 0px 0px 20px;
}

#nav {
	width: 64%;
	vertical-align: bottom;
}

#topBar {
	width: 100%;
	height: 20px;
	background: url('../images/topBar.png') no-repeat right center;
}

#topBarContent {
	width: 100%;
	height: 20px;
	background: url('../images/contentbar.png') no-repeat right center;
}

#contentHome {
    padding: 0px 0px 0px 40px;
    text-align:left;
    vertical-align:top;
}

#quickfacts {
	width: 175px;
	background: #0464CB url('../images/quickfactsSlice.png') repeat-x top right;
	font-size: 85%;
	color: white;
	padding: 5px;
	vertical-align: top;
}

#quickfacts hr {
	width: 95%;
	text-align: center;
	border-bottom-style: dotted;
	color: #c4a17b;
	height: 3px;
}

#contentBody {
    padding: 5px 40px 5px 40px;
    text-align:left;
    vertical-align:top;
}

.contentImage {
	float: right;
	margin: 0px 0px 0px 7px;
	border: 1px solid black;
}

#servicesTable {
	width: 530px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.servicesLink a:link, .servicesLink a:active, .servicesLink a:visited {
	color: white;
	font-size: 14px;
	line-height: 35px;
	font-weight: bold;
	text-decoration: none;
	background-color: #0B0656;
	padding: 10px 45px 10px 45px;
}

.servicesLink a:hover {
	background: #D06600;
}

#bottomBar {
	width: 100%;
	height: 10px;
	background: url('../images/bottomBar.jpg') repeat-x left center;
}

#footerContainer {
	padding: 0px;
	margin: 0px;
	height: 150px;
	background: #0B0656 url('../images/footerSlice.jpg') repeat-x left center;
	width: 100%;
}

.footerLeft {
	width: 64%;
    vertical-align: middle;
	color: white;
	font-size: 105%;
	line-height: 20px;
	padding: 15px;
}

.footerRight {
    vertical-align: bottom;
	width: 33%;
	padding: 15px;

}

.footerContent {
	width: 100%;
    vertical-align: middle;
	color: white;
	font-size: 125%;
	line-height: 20px;
	padding: 30px 15px 30px 15px;
}

.copyright {
	color: white;
	font-size: 80%;
	text-align: center;
	padding: 10px;
}

