@charset "utf-8";
body {
	font-family: "Arial Narrow", Arial;
	font-size: 14px;
	color: #59595B;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.active   {
	color: #FFFFFF;
	background-color: #5B2C56;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
}
.active  a:link, .active  a:hover, .active a:visited {
	color: #FFFFFF;
}
a {
	color: #59595B;
	text-decoration: none;
}
a:hover {
	color: #5B2C56;
}

.shadow_l {
	background-color: #FFFFFF;
	background-image: url(shadow_l.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 11px;
}
.shadow_r {
	background-color: #FFFFFF;
	background-image: url(shadow_r.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 11px;
}
.container {
	padding-right: 10px;
	padding-left: 10px;
	width: 780px;
}
.content {
	background-image: url(shadow_banner.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 35px;
	padding-bottom: 35px;
}
.footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #EDE9F0;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
}
.footer a {
	color: #59595B;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

.burgundy {
	color: #5B2C56;
}
.navbar {
	padding-bottom: 15px;
}
#navcontainer ul
{
	margin: 0;
	padding: 0;
}
#navcontainer ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#navcontainer ul li a
{
	text-decoration: none;
	padding-right: 8px;
	font-family: "Arial Narrow", Arial;
	font-size: 14px;
	color: #59595B;
	padding-left: 8px;
	font-weight: bold;
}
#navcontainer ul li a:hover
{
	color: #5B2C56;
	background-image: url(bullet_h.gif);
	background-repeat: no-repeat;
}
.subhead {
	font-family: "Arial Narrow", Arial;
	font-size: 17px;
	color: #5B2C56;
	font-weight: bold;
}
.txtbox {
	background-color: #EEE9F1;
	padding: 8px;
	line-height: 18px;
	font-weight: bold;
}
.price {
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
}
.justified {
	text-align: justify;
}
.terms {
	font-size: 13px;
	border: 2px solid #EEE9F1;
	padding: 10px;
	font-family: "Arial Narrow", Arial;
}
.smaller_txt {
	font-size: 12px;
}
.formfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #59595B;
}
