@charset "UTF-8";
*	{
	margin: 0;
	padding: 0;
}


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: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #eae0bf;
	line-height: 1.5em;
	background-image: url(images/stripe-bg.gif);
}

p	{
	margin: 10px 0;
}

.wrapper #container {
	width: 690px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/top_scrolls.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 25px;
	padding-right: 35px;
	padding-bottom: 35px;
	padding-left: 35px;
} 
.wrapper #header {
	background-color: #DDDDDD;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 225px;
	position: relative;
} 
.wrapper #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 */
	text-indent: -9999px;
}
.wrapper #sidebar1 {
	float: left;
	width: 250px;
}
.wrapper #mainContent {
	float: right;
	width: 432px;
	padding: 0;
} 
.wrapper #footer {
	padding: 0 10px 0 20px;
	background-color: #961B29;
	color: #FFFFFF;
	text-align: center;
} 
.wrapper #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;
}
.wrapper #container #header .nav li {
	padding: 7px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #971C2A;
	border-left-color: #CA7B62;
	margin: 0px;
	list-style-type: none;
	float: right;
	display: block;
}
.wrapper #container #header .nav {
	position: absolute;
	bottom: 3px;
	right: 0px;
	width: 100%;
	margin: 0;
}

.border {
	background-color: #f8f6ee;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-top: 10px;
}
.borderInside {
	background-color: #f8f6ee;
	border: 1px solid #CCCCCC;
	padding: 18px;
	position: relative;
}
h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #961B29;
	font-size: 150%;
	margin-bottom: 10px;
}
.wrapper #container #sidebar1 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #D5BF5B;
	margin: 0px;
}
.wrapper #container #sidebar1 li {
	list-style-type: none;
	padding-bottom: 15px;
	background-image: url(images/curly_divider.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 5px;
}
.wrapper #container #sidebar1 ul {
	margin: 0px;
	padding: 0px;
}

.wrapper #container #header .nav a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
h1 a {
	display: block;
	height: 200px;
	width: 300px;
}
.accent {
	font-size: 16px;
	font-style: italic;
	color: #D8A947;
	line-height: 20px;
}
.rightAlign {
	right: 0px;
	margin-right: 20px;
	float: right;
	display: inline;
}
dt {
	margin: 10px 0;
	font-weight: bold;
}

dl {
	
}
.item em {
	background-color: #F8F6EE;
	float: left;
	position: relative;
	top: .2em;
	font-style: normal;
	font-weight: bold;
}
.item span {
	background-color: #F8F6EE;
	float: right;
	position: relative;
	top: .2em;
}
.item {
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	width: 100%;
}
dl p {
	text-align: right;
	clear: both;
	margin: 20px 0 0 0;
}
dl h2 {
	margin-top: 20px;
}
#mainContentPromo li {
	list-style-type: none;
	margin: 10px 0;
}
.redbg	{
	background-color: #961B29;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
}
a img	{
	border: none;
	outline: none;
}
