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

body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 28px;
	background-color: #001A11;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #114432;
	font-size: 18px;
	margin-top: 0px;
	line-height: 23px;
	margin-bottom: 15px;
}
h2 {
	font-size: 16px;
	color: #6F5A39;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BB9E76;
	padding-top: 20px;
}
h3 {
	color: #0F5030;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #BC9E76;
	padding-top: 20px;
}
#tier1 {
	background-image: url(images/TopBG.gif);
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #BA9765;
	margin: 0px;
	padding: 0px;
}
#header {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#tier2 {
	background-image: url(images/NavBG.gif);
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #8F6F40;
	margin: 0px;
	padding: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-color: #00160E;
	background-repeat: repeat-x;
}
#navigation ul {
	list-style-type: none;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 18px;
}
#navigation ul li {
	display: inline;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 11px;
	line-height: 18px;
}
.AddRightLine {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#navigation {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 950px;
}
#navigation a:link {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#navigation a:active {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#navigation a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#navigation a:hover {
	color: #BA9765;
	text-decoration: underline;
	font-weight: bold;
}
#tier3 {
	background-image: url(images/MainGoldGradBG.gif);
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-repeat: repeat-x;
}
#MainCont {
	width: 968px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/GoldGradSidesBG.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}
#video {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#Content {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#ContLeft {
	clear: left;
	float: left;
	width: 485px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 40px;
}
#ContLeftTemp {
	clear: left;
	float: left;
	width: 600px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 40px;
}
#RightCont {
	width: 350px;
	clear: right;
	float: right;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 0px;
}
#RightContTemp {
	width: 230px;
	clear: right;
	float: right;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 0px;
}
#footer {
	background-image: url(images/FooterBG.gif);
	background-repeat: repeat-x;
}
#FooterCont {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	padding: 40px;
	color: #DED1C0;
	font-size: 11px;
}

#FooterCont a:link {
	color: #E0D3C2;
	text-decoration: none;
}
#FooterCont a:active {
	color: #E0D3C2;
	text-decoration: none;
}
#FooterCont a:visited {
	color: #E0D3C2;
	text-decoration: none
}
#FooterCont a:hover {
	color: #BA9765;
	text-decoration: underline
}
.green {
	color: #0C3425;
}
.TanText {
	color: #DDD0BD;
}
.border {
	border: 2px solid #BA9765;
}
