html {
	margin: 0;
	padding: 0;
	min-width: 1000px;
}

body {
	margin: 0px;
	background: #000 url(assets/portalfill.jpg) left top repeat-x;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	padding: 0px;
	height: 100%;
	width: 100%;
}

#wrapper {
	position: relative;
	background: #000 url(assets/wrapperbg.jpg) center top no-repeat;
	padding: 0px;
	margin: 0 auto;
	width: 1000px;
	height: 100%;
}

#nav {
	position: absolute;
	float: left;
	top: 50px;
	left: 67px;
	width: 33px;
}

#masthead {
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	background: url(assets/masthead.jpg) center top no-repeat;
}

#masthead_logo {
	width: 275px;
	height: 50px;
	position: absolute;
	left: 150px;
	top: 50px;
}

#masthead_services {
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	background: url(assets/masthead_services.jpg) center top no-repeat;
}

#masthead_railway {
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	background: url(assets/masthead_railway.jpg) center top no-repeat;
}

#header {
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	background: url(assets/header.jpg) center top no-repeat;
}

#header_click {
	width: 150px;
	height: 25px;
	position: absolute;
	left: 725px;
	top: 350px;
}

#header_services {
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	background: url(assets/header_services.jpg) center top no-repeat;
}

#header_railway {
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	background: url(assets/header_railway.jpg) center top no-repeat;
}

#page {
	width: 800px;
	background: #FFF url(assets/pagebg.jpg) center top no-repeat;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

#footer {
	width: 800px;
	height: 25px;
	margin: 0 auto;
	clear: both;
	padding: 25px 0 10px 0;
	text-align: center;
	color: #666;
	font-size: 9px;
}

#column1 {
	position: relative;
	float: left;
	width: 390px;
	left: 25px;
	margin-top: 25px;
	line-height: 1.6em;
	color: #333;
	padding: 10px 25px 25px 35px;
}

#column2 {
	position: relative;
	float: left;
	width: 225px;
	left: 50px;
	top: 25px;
	line-height: 1.4em;
	color: #000;
	padding: 0px 25px 0px 25px;
	text-align: left;
	border-left: #666 dotted 1px;
}

#column2black {
	position: relative;
	float: left;
	width: 225px;
	left: 50px;
	top: 25px;
	line-height: 1.4em;
	color: #FFF;
	padding: 10px 25px 0px 25px;
	text-align: left;
	background: #000;
	border: #003 solid 1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#column2black h3 {
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}

#column2black p {
	margin: 5px 0px 10px 0px;
	padding: 0px;
	line-height: 1.5em;
}

#column2black a {
	color: #999;
}

#columnstretch {
	position: relative;
	float: left;
	width: 700px;
	left: 25px;
	top: 25px;
	margin: 25px 0px 50px 0px;
	line-height: 1.6em;
	color: #CCC;
	padding: 10px 25px 25px 25px;
	background: #000;
	border: #003 solid 1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 26px;
	letter-spacing: -1px;
	color: #036;
	margin-top: 10px;
}

h2 {
	color: #693;
	font-size: 21px;
}

h2 a {
	text-decoration: none;
}

h3 {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	line-height: 1em;
	margin: 10px 0 0 0;
	padding: 0px;
}

h4 {
	font-size: 18px;
	color: #036;
	margin: 15px 0 0 0;
	padding-top: 15px;
	border-top: #999 solid 1px;
	display: block;
}

h5 {
	font-size: 18px;
	color: #036;
	margin: 20px 0 10px 0;
}

p {
	margin-bottom: 10px;
}

a, a:hover, a:visited {
	color: #693;
}

a:hover {
	text-decoration: none;
}

img, img a {
	border: none;
}

ul {
	list-style:none;
	margin-left: 0px;
	padding-left: 0px;
	line-height: 2em;
	font-size: 15px;
	font-weight: bold;
	color: #693;
}

.smallbox {
	width: 220px;
	float: left;
	margin: 0 10px 10px 0px;
	border-bottom: #666 dotted 1px;
	padding: 0px;
}

.grey {
	color: #999;
}

.green {
	color: #693;
}

.14pxwhite {
	color: #FFF;
	font-size: 14px;
}

img.floatR {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: #000 solid 1px;
}
.togglers {
	cursor: help;
	margin-bottom: 10px;
}

img.corners {
	-webkit-border-top-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-bottomright: 30px;
}#wrapper #page #column1 ol li {
	list-style-type: disc;
}
