@charset "utf-8";
/* CSS Document */

/*** CSS RESET ***/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,textarea,p{margin:0; padding:0; text-align:left}table{border-collapse:collapse; border-spacing:0}fieldset,img{border:0;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}sup {vertical-align:text-top; position:relative}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}ul,ol,li{list-style:none}
#track{position:absolute; bottom:0;}

/* Begin Dashed Line Removal - FireFox */
a
{
	outline: none;
}
:focus
{
  -moz-outline-style: none;
}
html,
body {
	background-color: #f6ebc6;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	height:100%;
	color: #870f34;
}
.bodytext_headertext {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
}
.liststyle {
	font-size: 13px;
	font-weight: bold;
	background-image: url(../images/bullet2.gif);
	background-position: 4% 18%;
	padding-left: 25px;
	background-repeat: no-repeat;
	padding-bottom: 15px;
}


/*Browser Specific*/
#container {
   min-height:100%;
   position:relative;
}
#header {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
div#header-innerdiv {
	position: relative;
}
#header-innerdiv {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 274px;
	background-image: url(../images/header_inner_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#header-innerdiv #homeflashholder {
	width: 550px;
	height: 274px;
	position: absolute;
	right: 10px;
}
#header-innerdiv #logoholder {
	width: 309px;
	height: 118px;
	position: absolute;
	left: 10px;
	left: 28px;
	background-image: url(../images/logo.jpg);
	top: 50px;
	cursor: pointer;
}
#body {
	padding-bottom:60px;   /* Height of the footer */
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
div#body #bodyinnerdiv {
	position:relative;
	}
#body #bodyinnerdiv {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 450px;
}
#leftnav {
	background-image: url(../images/leftcolumn_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 162px;
	position: absolute;
	left: 45px;
	top: -31px;
}
#leftnavindex {
	background-image: url(../images/leftcolumn_pages_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 162px;
	position: absolute;
	left: 35px;
	top: -27px;
	height: 333px;
}
.link-container {
	color: #870F34;
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #870F34;
}
.link-container a {
	color: #870F34;
	font-weight: bold;
	text-decoration: none;
}
.link-container a:hover {
	font-weight: bold;
	color: #6f7999;
	text-decoration: none;
}
#bodytext {
	width: 460px;
	position: absolute;
	left: 246px;
	top: 4px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
}
#rightcolumn {
	width: 190px;
	position: absolute;
	top: 10px;
	right: 27px;
}
#rightcolumn #rightcolumn-container1 {
	height: 150px;
	cursor: pointer;
	margin-bottom: 10px;
}
#rightcolumn #rightcolumn-container2 {
	background-image: url(../images/rightcolumn_browse.jpg);
	background-repeat: no-repeat;
	height: 128px;
	cursor: pointer
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:131px;
	background-image: url(../images/footer_repeat.jpg);
	background-repeat: repeat;
}
#footer #footer-innerdiv {
	height: 61px;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer_pic.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-top: 70px;
	padding-left: 280px;
}
#footer #footer-innerdiv a {
	color: #FFF;
	text-decoration: none;
}
#footer #footer-innerdiv a:hover {
	color: #F6EBC6;
	text-decoration: underline;
}
