@charset "UTF-8";
body  {
	background: #000 url(../images/background.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixRtHdr #container {
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent url(../images/guts_background_tiler.jpg) repeat-y;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #A5A4A3;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
} 
.twoColFixRtHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	clear: both;
	width: 766px;
} 
.twoColFixRtHdr #container #FlashID {
	width: 766px;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 215px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent;
	margin-right: 15px;
	margin-top: 10px;
}
.twoColFixRtHdr #mainContent {
	float: left;
	width: 535px;
} 
.twoColFixRtHdr #footer {
	background:#000 url(../images/footer_cap.jpg) no-repeat;
	width: 766px;
	height: 100px;
	padding-top: 40px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.ABAImage {
	float: left;
	width: 516px;
	height: 175px;
	margin-top: 8px;
	margin-left: 3px;
	margin-bottom: 8px;
}
.InfoBoxesTop {
	background: transparent url(../images/InfoBoxesTop.jpg);
	float: left;
	height: 238px;
	width: 532px;
	position: relative;
}
.InfoBoxesBot {
	float: left;
	width: 532px;
}
.OptionBoxesBot {
	float: left;
	height: 255px;
	width: 532px;
}
.RightSidebarCap {
	background: transparent url(../images/SideBar-Cap.jpg) no-repeat;
	height: 113px;
	margin-top: 10px;
}
.3BoxBanner {
}
.RightSidebarBody {
	background: transparent url(../images/bak1.jpg) repeat-y fixed left top;
}
.RTSidebarButtons {
}
.OptionBanner1 {
	padding-left: 18px;
}
.WoodBack {
	background: transparent url(../images/bak1.jpg) repeat;
}
.OptionBanner2 {
	background: transparent;
	padding-top: 20px;
	padding-left: 18px;
}
.OptionBanner3 {
	padding-top: 20px;
	padding-left: 18px;
	padding-bottom: 30px;
}
.RightSideBarBottomCap {
	background: transparent url(../images/7.jpg);
	height: 225px;
}
.WelcomeTextArea {
	float: left;
	height: 145px;
	width: 224px;
	margin-top: 40px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3B2316;
	font-size: 0.9em;
	font-style: normal;
	line-height: 16px;
	text-align: justify;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	overflow: hidden;
}

.QuestionTextArea {
	float: left;
	height: 145px;
	width: 224px;
	margin-top: 40px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3B2316;
	font-size: 0.9em;
	line-height: 16px;
	text-align: justify;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	overflow: hidden;
}
#h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#p {
	font-size: 1em;
	line-height: 16px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	padding-top: 0px;
}

body .menu {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 37px;
	color: #f6ecd3;
	text-decoration: none;
	font-size: 12px;
	text-align: right;
	font-weight: normal;
}
.twoColFixRtHdr #container #footer p menu {
	font-family: "Times New Roman", Times, serif;
	color: #A5A4A3;
	text-align: left;
	padding-left: 40px;
	padding-top: 10px;
	font-size: 14px;
}
.twoColFixRtHdr #container #footer p menu .menu {
	color: #A5A4A3;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.FooterCredit {
	text-align: right;
	height: 25px;
	width: 766px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9B7C59;
}
.mattabron {
	font-size: 10px;
	color: #7B6147;
	text-decoration: none;
}

.JoinNewsletter {
	height: 74px;
	color: #532913;
	padding-left: 7px;
}

.SNav {
	width: 766px;
	text-align: center;
	margin-bottom: 10px;
}
#apDiv1 {
	position:absolute;
	width:62px;
	height:17px;
	z-index:1;
	left: 173px;
	top: 201px;
}
#apDiv2 {
	position:absolute;
	width:62px;
	height:17px;
	z-index:1;
	left: 430px;
	top: 201px;
}
.credits {
	width: 766px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 10px;
	color: #7B6147;
	text-align: right;
}
.newsletterBlock {
	height: 75px;
	text-align: center;
	background: url(../images/Newsletter-Block.jpg) no-repeat scroll left top;
	padding-top: 27px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 15px;
	visibility: hidden;
}
#TopCap {
	background: transparent url(../images/InfoBoxesCap.jpg) no-repeat scroll left top;
	height: 57px;
}
.CurrentEventsCopy {
	padding-left: 35px;
	padding-right: 25px;
	background: url(../images/InfoBoxesBody.jpg);
	float: left;
}
.InfoBackground {
	background: url(../images/InfoBoxesBody.jpg) repeat-y scroll left top;
	width: 532px;
	margin: 0px;
	padding: 0px;
	float: none;
	clear: both;
}
.InfoBotCap {
	background: transparent url(../images/InfoBoxesLowerCap.jpg) no-repeat;
	float: left;
	width: 532px;
	height: 59px;
}
#InfoBoxBotCap {
	background: url(../images/InfoBoxesLowerCap.jpg) no-repeat;
}
#BottomCap {
	background: transparent url(../images/InfoBoxesLowerCap.jpg) no-repeat;
	height: 57px;
	position: relative;
}
.InfoBoxContent {
	padding-left: 35px;
	padding-right: 25px;
	padding-top: 1px;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #4A2817;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 15px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #4A2817;
	line-height: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	text-align: justify;
}
link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FC8900;
}
a {
	color: #174397;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FA7E06;
}
.NewsletternSideBar {
	padding-top: 15px;
}
#apDiv3 {
	position:absolute;
	width:74px;
	height:22px;
	z-index:1;
	top: 13px;
	left: 415px;
}
.twoColFixRtHdr #container .flashcontent {
	height: 310px;
	width: 766px;
}
.twoColFixRtHdr #container #flashcontent {
	height: 310px;
	width: 766px;
}
.pCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #4A2817;
	line-height: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	text-align: center;
}

