@charset "utf-8";
body {
	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: #000;
	background-color: #707A45;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/curtain2.jpg);
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #C44F3B;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFC;
	padding: 0px;
}


.oneColFixCtrHdr #header {
	background-color: #FFF;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 150px;
	background-position: center;
	padding: 0;
	position: relative;
}
.oneColFixCtrHdr #container #header h1 {
	font-size: 0px;
}

.oneColFixCtrHdr #container #nav {
	background-color: #C44F3B;
	margin: 0px;
	color: #FFF;
	padding: 0px;
	background-image: url(images/curtainpattern.jpg);
	background-repeat: no-repeat;
	border: thin none #C44F3B;
}




.oneColFixCtrHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px;
	background-color: #FFC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 1em;
	background-image: url(images/navbar3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.oneColFixCtrHdr #sidebar1 p {
	background-color: #FFC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000;
	line-height: 1.2em;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #wrap #sidebar1 h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	color: #000;
	padding-top: 30px;
}


.oneColFixCtrHdr #sidebar1 ul {
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-position: inside;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
}
.oneColFixCtrHdr #container #sidebar1 ul li {
	padding-bottom: 18px;
	list-style-type: none;
}
.oneColFixCtrHdr #container #sidebar1 ul li a {
	padding-bottom: 8px;
	list-style-type: none;
	padding-left: 5px;
	color: #000;
	text-decoration: none;
}
.oneColFixCtrHdr #container #sidebar1 ul li a:hover {
	list-style-type: none;
	color: #FFC;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 5px;
}
.oneColFixCtrHdr #container #sidebar1 ul li a:current {
	list-style-type: none;
	color: #FFC;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 5px;
}
.oneColFixCtrHdr #container #wrap #sidebar1 p a {
	color: #C3503B;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtrHdr #container #sidebar1 h3  {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 20px;
	font-size: .9em;
	text-align: center;
}

.oneColFixCtrHdr #container #sidebar1 img {
	border: thin solid #C3503B;
	margin: 0px;
	text-align: center;
	padding: 0px;
}



.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20;
	padding-left: 20px;
	margin-right: 250px;
	background-color: #FFC;
	margin-bottom: 20px;
}
.oneColFixCtrHdr #container #mainContent h1 {
	margin: 0px;
	font-size: 1.6em;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #C3503B;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: normal;
	text-align: center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.oneColFixCtrHdr #container #mainContent h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #container #mainContent h3 {
	font-size: 1.1em;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent p {
	font-size: .9em;
	line-height: 1.2em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.oneColFixCtrHdr #container #mainContent a  {
	margin: 0px;
	color: #900;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
}
.oneColFixCtrHdr #container #mainContent a:hover {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #363;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent h4 {
	font-size: .9em;
	margin: 0px;
	color: #000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: normal;
}

.oneColFixCtrHdr #container #mainContent h5 {
	font-size: .9em;
	margin: 0px;
	color: #C3503B;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}

.oneColFixCtrHdr #container #mainContent img {
	margin: 8px;
	padding: 5px;
	border: thin none #C3503B;
}
.oneColFixCtrHdr #mainContent ul {
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-position: inside;
	font-size: .9em;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
}
.oneColFixCtrHdr #container#mainContent table{
	padding: 0px;
	margin: 0px;
}
.oneColFixCtrHdr #container #mainContent table tr td{
	vertical-align: middle;
	font-size: 0.9em;
	text-align: left;
	line-height: 1em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-style: none;
}
.oneColFixCtrHdr #container #mainContent table tr td img{
	padding: 0px;
	border: thin groove #000;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#mainContent #store table tr td {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C44F3B;
}
.oneColFixCtrHdr #container #mainContent #store table tr td img{
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.listen {
	background-color: #FFC;
	margin: 5px;
	width: 250px;
	border: thin solid #900;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.listen h5 {
	background-color: #FFC;
	margin: 0px;
	border: thin none #900;
	padding: 0px;
	color: #000;
}

.listen ul      {
	vertical-align: middle;
	font-size: .9em;
	text-align: left;
	line-height: 1.1em;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	list-style-type: none;
	margin: 0px;
	list-style-position: inside;
}







.oneColFixCtrHdr #footer {
	text-align: center;
	font-size: 0.8em;
	background-color: #C3503B;
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.oneColFixCtrHdr #footer p a {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.oneColFixCtrHdr #footer p a:hover {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFC;
	text-decoration: none;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}


.float_left {
	float: left;
}
.float_right {
	float: right;
}
.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;
	margin: 0px;
	padding: 0px;
}
.hide {
	color: #FFC;
	font-size: 0.8em;
	background-color: #FFC;
	margin-top: -100px;
}
.center {
	text-align: center;
}
.oneColFixCtrHdr #container #wrap #sidebar1 p a:hover {
	color: #363;
	text-decoration: none;
	font-weight: bold;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
