@charset "utf-8";
/* CSS Document */
/* This CSS document is for css that applies to all types of pages */
body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #1C2953;
	margin: 0px 0px 3em 0px;
}
input {
	font-size: 100%;
}
a, a:visited {
	color: #0000FF;
}
#Container {
	width: 97em;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/layout/homepage_gradient.png);
	position: relative;
	background-repeat: repeat-x;
	background-color: #9D7035;
	border-right-width: 0.2em;
	border-bottom-width: 0.2em;
	border-left-width: 0.2em;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #131C37;
	border-bottom-color: #0C1123;
	border-left-color: #131C37;
}
#LeftNav {
	list-style: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 160px;
	padding-left: .5em;
	padding-right: .5em;
	width: 18.4em;
	float: left;
}
#LeftNav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#LeftNav ul li {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #b59a6b;
	border-bottom: 1px solid #7e5722;
}
#LeftNav ul li a {
	padding-top: .46em;
	padding-bottom: .46em;
	padding-left: .38em;
	padding-right: .38em;
}
#LeftNav ul li a:hover {
	background-color: #ac8246;
}
#LeftNav ul li.NoTopBorder {
	border-top: none;
	border-bottom: 1px solid #7e5722;
}
#LeftNav ul li.NoBottomBorder {
	border-top: 1px solid #b59a6b;
	border-bottom: none;
}
#LeftNav ul li.ClearFormatting {
	border: none;
	padding: 0px;
	margin: 0px;
}
#LeftNav ul li ul {
	border: none;
}
#LeftNav ul li ul li {
	border: none;
}
#LeftNav ul li ul li a {
	padding-left: 21px;
	border: none;
	background-image: url(../images/layout/bullet_comb.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#LeftNav a {
	font-size: 130%;
	color: #1e1814;
	text-decoration: none;
	display: block;
}
#LeftNav a.selected {
	color: #8D1222;
}
#LeftNav a:hover {
	color: #8D1222;
}
#LeftNav #FaqChatDiv {
	padding-left: 0px;
	margin-top: 10px;
}
#LeftNav #FaqChatDiv a {
	display: inline;
}
#FAQButton {
	display: block;
	margin-top: .5em;
}
#FAQButton img {
	border: none;
}
#RightNav {
	margin-left: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-top: 160px;
	width: 19.2em;
	float: left;
}
#RightNav p {
	font-size: 130%;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	color: #1E1814;
}
#RightNav p.Heading {
	padding-bottom: .3em;
	margin-bottom: .3em;
	margin-top: .3em;
	background-image: url(../images/layout/hr_image.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#RightNav p.Indented {
	margin-left: 2em;
}
#RightNav td {
	font-size: 125%;
}

#OutterContentArea {
	width: 58.2em;
	float: left;
}
#ContentArea {
	margin: 1em auto 1em auto;
	width: 55.4em;	
}
#ContentArea h1 {
	font-size: 200%;
	font-weight: normal;
	border-bottom: 1px solid black;
}
#ContentArea p, #ContentArea td, #ContentArea th {
	font-size: 130%;
}
#ContentArea ul li, #ContentArea ol li {
	font-size: 130%;
}
#ContentArea ul li ul li, #ContentArea ul li ol li, #ContentArea ol li ul li, #ContentArea ol li ol li {
	font-size: 100%;
}
#ContentArea ul li p, #ContentArea ul li td, #ContentArea ul li th, #ContentArea ul li div, #ContentArea ol li p, #ContentArea ol li td, #ContentArea ol li th, #ContentArea ol li div {
	font-size: 100%;
}
#ContentArea td p, #ContentArea th p {
	font-size: 100%;
}
#Comments {
	width: 56.2em;
	margin: 0px;
	padding: 0px 1em 1em 1em;
	background-color:#E9D7BE;
	border-top: 1px solid #9D7035;
	border-bottom: 1px solid #9D7035;
}
#ratingcontainer {
	background-color:#E9D7BE;
	border-top: 1px solid #9D7035;
	border-bottom: 1px solid #9D7035;
}
#FooterArea {
	text-align: center;
	padding: 1em;
}
.notice {
	background-color: #FFE8A0;
	border: 1px dashed #9D7035;
	padding: 1em;
}
.exclamation {
	background-image: url(../images/exclamation.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 100px;
}
.exclamationNotice {
	background-image: url(../images/exclamation.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #FFE8A0;
	border: 1px dashed #9D7035;
	padding: 1em;
	padding-left: 90px;
}
.clear {
	clear: both;
}
.noDisplay {
	display: none;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
#FaqList a.faqLink {
	display: block;
	padding-top: 1em;
	color: #000000;
	text-decoration: none;
	font-size: 130%;
}
#FaqList a.faqLink:hover, a.faqLinkSelected {
	color: #8D1222;
}
#FaqList div.faqAnswer {
	border: 1px solid #FFFFFF;
	padding: 0px 1em 0px 1em;
}
table.plainBrownTable {
	border-top: 1px solid #9D7035;
	border-right: 1px solid #9D7035;
	border-bottom: 1px solid #9D7035;
}
table.plainBrownTable th {
	background-color: #E9D7BE;
	border-left: 1px solid #9D7035;
	border-bottom: 1px solid #9D7035;
	padding: 2px 5px 2px 5px;
}
table.plainBrownTable td {
	border-left: 1px solid #9D7035;
	padding: 2px 5px 2px 5px;
}
/************************************
*		CONTENT AREA BORDER			*
************************************/
.contentTopRow {
	width: 100%;
	background-image: url(../images/layout/content_top.gif);
	background-repeat: repeat-x;
	height: 4px;
	position: relative;
}
.contentTopRow .leftCorner {
	background-image: url(../images/layout/content_top_left.gif);
	background-repeat: no-repeat;
	height: 4px;
	width: 4px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.contentTopRow .rightCorner {
	background-image: url(../images/layout/content_top_right.gif);
	background-repeat: no-repeat;
	height: 4px;
	width: 4px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#OutterContentArea {
	background-image: url(../images/layout/content_center.gif);
	background-repeat: repeat-y;
}
.contentBottomRow {
	width: 100%;
	background-image: url(../images/layout/content_bottom.gif);
	background-repeat: repeat-x;
	height: 4px;
	position: relative;
}
.contentBottomRow .leftCorner {
	background-image: url(../images/layout/content_bottom_left.gif);
	background-repeat: no-repeat;
	height: 4px;
	width: 4px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.contentBottomRow .rightCorner {
	background-image: url(../images/layout/content_bottom_right.gif);
	background-repeat: no-repeat;
	height: 4px;
	width: 4px;
	position: absolute;
	right: 0px;
	top: 0px;
}
