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

html, body {
	background-color: #684e35;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

h1, h2, h3 {
	color: #1f325e;
}

p {
	color: #684e35;
}

#blueBannerBg {
	background-color: #1f325e;
	position: absolute;
	top: 0;
	width: 100%;
	height: 10px;
}

#bgLeftGradient {
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background-color: #bd9c7d;
	background-image: url(../images/bgLeftGratient.png);
	background-repeat: repeat-y;
}

#contentWrapper {
	background-image: url(../images/wrapperBg.png);
	background-repeat: repeat-y;
	height: 612px;
	width: 1030px;
	margin: 0 auto;
	position: relative;
	top: 10px;
}

#contentFooter {
	height: 20px;
	width: 1030px;
	margin: 10px auto;
	position: relative;
}

#contentFooter div {
	float: left;
	height: 20px;
}

#contentFooter #footerLeft {
	background-image: url(../images/bgBtmLeft.png);
	background-repeat: no-repeat;
	width: 20px;
}

#contentFooter #footerCenter {
	background-image: url(../images/bgBtmCenter.png);
	background-repeat: repeat-x;
	width: 990px;
}

#contentFooter #footerRight {
	background-image: url(../images/bgBtmRight.png);
	background-repeat: no-repeat;
	width: 20px;
}

#picColumnLeft,
#picColumnRight {
	width: 142px;
	height: 428px;
	float: left;
}

#picColumnLeft {
	margin: 0 0 0 20px;
	background-image: url(../images/sideL.jpg);
}

#picColumnRight {
	margin: 0 20px 0 0;
	background-image: url(../images/sideR.jpg);
}

#content {
	width: 626px;
	height: 358px;
	float: left;
	overflow: auto;
	background-color: #d5b292;
	padding: 60px 40px 10px;
	background-image: url(../images/homeContentBg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#content a img {
	border: none;
}

#contentBtmBanner {
	width: 990px;
	margin: 0 auto;
	background-color: #1f325e;
	border-bottom: 1px solid #d5b292;
	height: 40px;
	clear: both;
}

#contentBtmBanner #banners {
	width: 428px;
	margin: 0 0 0 280px;
	border-left: 1px solid #d5b292;
	border-right: 1px solid #d5b292;
	background-color: #263c6e;
	height: 100%;
}

#btmTextLeft,
#btmCenter,
#btmTextRight {
	width: 280px;
	height: 103px;
	float: left;
}

#btmTextLeft p,
#btmTextRight p {
	color: #d5b292;
}

#btmTextLeft p,
#btmTextRight p {
	margin: 20px;
	padding: 0;
}

#btmTextLeft {
	border-right: 1px solid #d5b292;
	margin: 0 0 0 20px;
	text-align: right;
}

#btmTextRight {
	border-left: 1px solid #d5b292;
	margin: 0 20px 0 0;
	text-align: left;
}

#btmTextRight p a {
	color: #d5b292;
	text-decoration: none;
}

#btmTextRight p a:hover {
	text-decoration: underline;
}

#btmCenter {
	width: 428px;
}

#btmCenter ul {
	margin: 0;
	padding: 0;
}

#btmCenter li {
	list-style: none;
	float: left;
	margin: 0 1px 0 0;
}

#btmCenter li:last-child {
	margin: 0;
}
