@charset "utf-8";
/* CSS Document */
html, body {
		margin: 0px;
		padding: 0px;
		background-color:#DB9E73;
		text-align: center;
}
#wrapper {
		width: 800px;
		margin: 0px auto;
		background-color: #FDFDF5;
}
#content {
		width: 778px;
		margin: 0px auto;		
}
#header {
		height: 50px;
}
#logo {
		background-image: url(../images/crossings.gif);
		background-repeat: no-repeat;
		background-position: bottom;
		width: 258px;
		float: left;
		padding-top: 50px;
}
#links ul {
		margin:0px;
		padding-top:32px;
		list-style-type:none;
		float:right;
		text-decoration:none;
}
#links li {
		float: left;
		width: 5em;
		text-align: center;
		background: #fdfdf5;
		border-left: 1px solid #fdfdf5;
		text-decoration: none;
		display: inline;
}
#links a {
		display:block;
		font-family: "Trebuchet MS";
		font-size: 12px;
		background: #c2ce9b;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
}
#links a:hover {
		color: #db9e73;
		font-weight: bold;
		text-decoration: none;
		background-color: #fdfdf5;
}
#mainimg {
		padding-top:0px;
		margin-top:0px;
		background-image: url(../images/banner.png);
		background-repeat: no-repeat;
		border:none;
		height: 200px;
		width: 778px;
		text-align:left;
}
#mainimg h2 {
		padding-top: 150px;
		padding-left: 75px;
		font-family:"Trebuchet MS";
		font-size:25px;
		color: #FDFDF5;
}
#contentarea {
		clear: both;
		padding: 25px 0px;
}
#leftbar {
		float: left;
		width: 540px;
		border-right: 1px solid #bad69c;
}
#leftbar p {
		font-family:"Trebuchet MS";
		font-size: 11px;
		color: #797b7a;
		font-weight:normal;
		text-decoration:none;
		padding: 0px 40px;
}
#leftbar a {
		font-family:"Trebuchet MS";
		font-size: 11px;
		color: #5b8c88;
		font-weight:bold;
		text-decoration:none;
		padding: 0px 40px;
}
#leftbar a:hover {
		font-family:"Trebuchet MS";
		font-size: 11px;
		color: #ba0000;
		font-weight:bold;
		text-decoration:none;
		padding: 0px 40px;
}
#leftbar h2 {
		font-family:"Trebuchet MS";
		font-size: 26px;
		color: #ba0000;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		margin-top: 0px;
		marging-bottom: 0px;
}
#leftbar h3 {
		font-family:"Trebuchet MS";
		font-size: 12pt;
		color: #999;
		margin-top: 0px;
}
#leftbar h4 {
		font-family:"Trebuchet MS";
		font-size: 20pt;
		color: #C2CE9B;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
}
#rightbar {
		float:left;
		width:237px;
}
#rightbar h2 {
		font-family:"Trebuchet MS";
		font-size: 20px;
		color: #ba0000;
		font-weight:normal;
		text-decoration:none;
		padding-left:0px;
		margin-top: 0px;
		padding-top: 0px;
}
#rightbar p {
		font-family:"Trebuchet MS";
		font-size: 11px;
		color: #797b7a;
		font-weight:normal;
		text-decoration:none;
		padding: 0px 25px;
}
#rightbar a {
		font-family:"Trebuchet MS";
		font-size: 11px;
		color: #5b8c88;
		font-weight:bold;
		text-decoration:none;
		padding: 0px 25px;
}
#rightbar a:hover {
		font-family:"Trebuchet MS";
		font-size: 11px;
		color: #ba0000;
		font-weight:bold;
		text-decoration:none;
		padding: 0px 25px;
}
#bottom {
		clear:both;
		height:35px;
		padding-top:5px;
}
#email {
		float:left;
		width:500px;
		background-color: #DB9E73;
		height:55px;
		padding-top:5px;
		margin-bottom: 20px;
}
#email p {
		font-family:"Trebuchet MS";
		font-size: 11px;
		color: #fff;
		font-weight: normal;
		text-decoration: none;
		padding: 0px 40px;
}
#email a {
		font-family:"Trebuchet MS";
		font-size: 11px;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		padding: 0px 10px;
}
#email a:hover {
		font-family:"Trebuchet MS";
		font-size: 11px;
		color: #f4851a;
		font-weight: bold;
		text-decoration: none;
		padding: 0px 10px;
}
#rightbottom {
		float:left;
		width:278px;
		background-color: #DB9E73;
		height:55px;
		padding-top:5px;
		margin-bottom: 20px;
}

