body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}

#container {
	width: 1004px;  /* 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. */
}

#header {
	background: #DDDDDD; 
	padding: 0 0 0 0;  /* default = "0 10px 0 20px" 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. */
}

#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: 0 0; /* default = "10px 0"using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#navigation{
	background-image: url(../images/navigation/ButtonRoMainBg.png);
	background-repeat: repeat-x;
	height:40px;
	width:1004px;
}

#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: block;
	height: 40px;
	width: 125px;
	float: left;
	text-align: center;
	line-height: 40px;
	/*background-image: url(../Images/Navigation/ButtonRo2.png);*/
	background-repeat: no-repeat;
	background-position: left top;
}

#navigation a:hover {
	background-position: bottom;
	background-image: url(../images/navigation/ButtonRoMain.png);
}

#lowercontentwrapper{
	height: auto;
	width: 1004px;
	/*background-image:url(/images/layout/lowcontbg1.png);*/
}

#pagebannerwrapper{
	width:984px;
	height:auto; /* was 200px */
	margin:10px;
	float:left;
	/*background-image: url(Images/Layout/BgTop.png);
	background-position: left bottom;*/
}

#pagebannernav{
	/*background-image: url(Images/Navigation/ButtonRoBg.jpg);*/
	/*background-repeat: repeat-x;*/
	height:auto; /* was 50px */
	width:auto; /* was 984px */
	clear:left;
}

#pagebannernav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: block;
	height: 35px; /*was 50px*/
	width: 123px; /*was 164px for 6 colums*/
	float: left;
	text-align: center;
	line-height: 35px; /*was 50px*/
	background-image: url(../images/navigation/ButtonRo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#pagebannernav a:hover {
	background-position: bottom;
}

#pagebanner{
	float:left;
	height:auto;
	width:auto;
	/*height:150px;
	width:984px;
	background-image: url(Images/Layout/BgTop.png);
	background-position:left top;*/
}

#lowercontent{
	clear:left;
	height: auto;
	margin:0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 80px;
	padding-left: 20px;	/*background-image: url(Images/Layout/BgBottomRepeat.png);
	background-repeat: repeat-y;
	background-position: left top;*/
}

#lowercontent img{
	margin: 25px;
	text-indent:0;
}

#lowercontent p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	text-indent: 25px;
}

#lowercontent tr {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
}

#lowercontent h1 {
	margin: 0px;
	padding: 5px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}

#lowercontent h2 {
	margin: 0px;
	padding: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-decoration: underline;
	color: #000;
	font-style: italic;
}

#lowercontent li {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#directions{
	height:auto;
}

#footer {
	clear:both;
	margin:0;
	height: 120px;
	width: 1004px;
	padding: 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#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: 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}

.flashclass{ /*sample CSS class added to image slideshow container*/
width: 984px; /*a width should be defined for transition to work*/
/*border: 5px solid orange;
padding: 5px;*/
}

.flashclass img{
border-width: 0;
}
