@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #CCCCCC;
	color: #000000;
}
h1 {
	font-size: 20px;
	color: #154C76;
}
h2 {
	font-size: 14px;
	color: #028602;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: left;
	background-color: #FFFFFF;
}
#header {
	height: 90px;
	width: 848px;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#header #logo {
	position: absolute;
	left: 15px;
	top: 16px;
}
#header #phone {
	position: absolute;
	top: 33px;
	right: 20px;
	color: #000000;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#mainnav {
	list-style-type: none;
	width: 848px;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	margin: 0px;
	background-image: url(../_images/_templateImages/mainnavBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding: 0px;
	background-color: #154C76;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
}
#mainnav li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	position: relative;
}
#mainnav li ul {
	display: none;
	position: absolute;
	top: 1.8em;
	left: -1px;
	list-style-type: none;
	background-color: #154C76;
	color: #DBDBDB;
}
#mainnav ul li a {
	display: block;
	text-decoration: none;
	width: 78px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
#mainnav ul #railroad_c a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#mainnav li:hover ul {
	display: block;
}
#mainnav li a {
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left: 1.2em;
	padding-right: 1.2em;
	font-size: 12px;
	line-height: 1.8em;
	text-decoration: none;
	float: left;
	display: block;
	font-weight: bold;
	color: #DBDBDB;
}
#mainnav li a:hover {
	background-image: url(../_images/_templateImages/mainnavHover.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #000000;
	background-color: #CC8306;
}
#content {
	width: 848px;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#footer {
	width: 848px;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#footer #copyright {
	margin-right: 28px;
	margin-left: 28px;
	width: 792px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 10px;
	line-height: 16px;
	font-family: Tahoma;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	float: left;
}
.clear {
	clear: both;
	background-color: #333333;
}
.pedit1 {
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	font-size: 16px;
}
.pedit2 {
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}
.pedit3 {
	margin-bottom: 25px;
}
.textedit1 {
	color: #028602;
}
a {
	color: #CC8306;
}
li > ul {
	top: auto;
	left: auto;
}
a:hover {
	color: #F9AB2B;
}
