@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: #000000;
	background-color: #29060d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.twoColFixRtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	padding: 0px;  /* 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. */
} 
.twoColFixRtHdr #header #title {
	background:url(images/title.gif);
	height:108px;
	padding-top: 35px;
	padding-right: 30px;
	padding-left: 30px;
}

.twoColFixRtHdr #header #pagetitle {
	background-color: #D7D7D7;
	padding: 5px 0px 5px 20px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 221px;
	background-color: #4a2028;
	color: #FFF;
	margin-right: 24px;
	margin-left: 70px;
	margin-top: 10px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 315px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 50px;
} 
.twoColFixRtHdr #footer {
	padding: 10px;
	color: #FFF;
	background-color: #4A2028;
	font-size: 0.7em;
	text-align: center;
} 
.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;
}
.twoColFixRtHdr #container #header #title .phone {
	font-size: 1.2em;
	font-weight: bold;
	float: right;
}
.address {
	color: #A7A7A7;
	display: block;
	padding-top: 30px;
}
.twoColFixRtHdr #container #header #pagetitle h1 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
	margin: 0px;
	padding: 0px;
}
.topedge {
	background-color: #FFF;
	background-image: url(images/topedge.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 30px;
	width: 221px;
}

.bottomedge {
	background-color: #FFF;
	background-image: url(images/bottomedge.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 30px;
	width: 221px;
}
.sidecontent {
	padding:0px 10px;
}

h2 {
	font-size: 1.2em;
}
.twoColFixRtHdr #container #footer a, .twoColFixRtHdr #container #sidebar1 a  {
	color: #FF0;
}
.twoColFixRtHdr #container #footer a:hover, .twoColFixRtHdr #container #sidebar1 a:hover {
	color: #fff;
}
.twoColFixRtHdr #container #sidebar1 #Form {
	padding-right: 10px;
	padding-left: 10px;
}
.twoColFixRtHdr #container #sidebar1 #Form input {
	margin-bottom: 5px;
}
.twoColFixRtHdr #container #sidebar1 #Form textarea {
	margin-bottom: 5px;
}
#mainContent img {
	float: left;
	margin-right: 10px;
	border: 5px solid #D7D7D7;
	margin-bottom: 10px;
}
#mainContent ul {
	list-style-position: inside;
}
#mainContent a {
	font-weight: bold;
	color: #4A2028;
}
input, textarea {
	width:200px;
	margin-bottom:5px;
}
.headerslide img {
	display:none;
}
.headerslide img.first {
	display:block;
}
