html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 10px 0;
	color: #000;
	font: 62.5%/1.5em Verdana, sans-serif;
	background: #99cc33 url(../images/Background.jpg) repeat-x top;
}

img {
	border: none;
}

a {
	color: #006736;
	text-decoration: none;
}
a:hover {
	color: #1d5a69;
}
a:visited {
	color: #46b9d5;
}

#shadowWrapTop {
	margin: 0 auto;
	width: 988px;
	background: url(../images/shadows_top.png) no-repeat top center;
	padding-top: 10px;
}
#shadowWrapBottom {
	margin: 0 auto;
	width: 988px;
	background: url(../images/shadows_bottom.png) no-repeat bottom center;
	padding-bottom: 9px;
}
#outerContainer {
	margin: 0 auto;
	padding: 1px 0;
	width: 988px;
	background: url(../images/shadows_sides.png) repeat-y center;
}
#innerContainer {
	margin: -8px auto -7px auto;
	width: 980px;
	background: #fff;
	border: 1px solid #B2DAA5;
	font-size: 1.2em;
	line-height: 1.3em;
}

#int_content01 {
	background-image: url(../images/subpage_trainstn_graphic.jpg);
	background-repeat: no-repeat;
	width: 668px;
	float: right;
	margin-top: 5px;
	z-index: -1;
	margin-bottom: 5px;
	background-position: right top;
}

#int_content_main {
	width: 640px;
	margin-top: 74px;
	margin-bottom: 5px;
	margin-left: 8px;
	margin-right: 20px;
	height: auto;
}

#greenRightBox {
	width: 280px;
	position: relative;
	margin-top: 10px;
	float: right;
	margin-left: 0px;
	background-image: url(../images/GreenRightDiv.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#left {
	float: left;
	width: 310px;
}
#left .text {
	padding: 10px 5px 10px 35px;
}

#right {
	float: right;
	width: 660px;
}
#right #header {
	height: 165px;
}
#right #header .text {
	padding: 85px 28px 20px 20px;
	font-size: 1.2em;
	line-height: 1.3em;
	text-align: right;
}
#right #content {
	margin-top: 5px;
}

#footer {
	height: 120px;
	background-color: #F2F2F2;
}
#footright {
	width: 290px;
	float: right;
	margin: 15px 20px 15px 0;
	height: 90px;
	background: url(../images/rightfoot_bkgd.jpg) no-repeat left center;
}
#footright .text {
	padding-left: 10px;
}
#footright .text .Copyright {
	font-size: 0.8em;
	line-height: 1.3em;
	text-align: right;
	color:#333;

}
#footleft {
	width: 190px;
	float: left;
	margin: 40px 10px 40px 32px;
	height: 40px;
}
#footlogos {
	text-align: center;
	padding-top: 10px;
}

.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;
}

/* Text Styles */

.Copyright {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-align: right;
	color:#333;
}

.SectionHeader01 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
}

.MainCopy {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;	
	font-weight: normal;
	text-align: left;
	color: #000;
}

.Breadcrumb {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
	color: #999;
}

.Breadcrumb a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
	color: #999;
}

.Breadcrumb a:hover {
	color: #00562C;
}

.Breadcrumb a:visited{
	color: #666;
}

.SectionSubhead {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	text-align: left;
	color: #63B549;
}

.SectionSubheadBlack {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	color: #000;
}

.SidebarSectionHeader {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	color: #FFF;
}

.LargeCopy {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	text-align: left;
}


/* NAV */
#listmenu {
	z-index: 2;
	position: relative;
}
#listmenu ul#main-nav {
	margin:0;
	padding:0;
}
#listmenu ul#main-nav li {
	list-style:none;
	float:left;
	margin:0;
	width:110px;
	height: 28px;
}
#listmenu ul#main-nav li a {
	font-family:Verdana, sans-serif;
	font-size: 12px;
	line-height: 28px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	text-decoration:none;
	display:block;
	background:#63B549;
	padding: 0;
}
#listmenu ul#main-nav li a:hover, #listmenu ul#main-nav li a:focus {
	color:#FFF;
	background:#B3E23C;
}
#listmenu ul#main-nav li ul {
	margin:0;
	padding:0;
	display:none;
}
#listmenu ul#main-nav li:hover ul {
	display:block;
}
#listmenu ul#main-nav li ul li {
	float:left;
	margin:0;
}
#listmenu ul#main-nav li ul li a {
	font-family:Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-align: left;
	text-indent: 12px;
	background: #CDE88B;
	width: 170px;
	height:28px;
	position: absolute;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin:0;
}
#listmenu ul#main-nav li ul li a:hover, #listmenu ul#main-nav li a:focus {
	color:#000;
	background:#E2F4B8;
}


.clear {
	clear: both;
}
