* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font-size: 0.8em;
	color: #666;
	font-family: "Trebuchet MS",Arial,sans-serif;
}

p, h1, h2, h3 {
	padding-bottom: 1em;
}

h1 {
	font-size: 1.55em;
}

h2 {
	font-size: 1.40em;
}

h3 {
	font-size: 1.25em;
}

img {
	border: none;
}

a:link,
a:visited {
	color: #f60;
	text-decoration: none;
	border-bottom: 1px dotted #f60;
}

a:hover,
a:active {
	color: #3e3eb0;
	border-bottom: 1px solid #3e3eb0;
}

#page {
	margin: 0;
	min-height: 100%;
	background: url('../images/right_column_bkgr.gif') repeat-y top right;
}

* html #page
{
	height: 100%;
}

#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter {
	height: 100%;
}

#header {
	height: 110px;
	margin-left: 110px;
	background: #fff; /* Must have the #fff background to cover up #page background image */
	position: relative;
}

#header a {
	border: none;
}

#trailways {
	position: absolute;
	top: 28px;
	left: 230px;
	width: 150px;
	text-align: center;
}

#trailways span a {
	font-weight: bold;
}

#trailways a img {
	margin-top: 5px;
}

#vts {
	position: absolute;
	left: 400px;
	top: 16px;
}

#right_column {
	width: 55px;
	float: right;
	position: relative;
}

.rc_top {
	position: absolute;
	top: 0;
}

#wrap {
	background: url('../images/left_column_bkgr.gif') no-repeat;
	border-top: 1px solid #d5d5d5;
	margin-left: 35px;
}

#nav {
	height: 30px;
	background: url('../images/nav_bkgr.gif') no-repeat;
	position: relative;
	padding: 10px 60px 0 40px;
	text-align: center;
	font-size: 1.1em;
}

.nl_corner {
	position: absolute;
	top: -1px;
	left: 0;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ul li {
	display: inline;
	padding-right: 20px;
	position: relative;
}

#nav ul li a:link,
#nav ul li a:visited {
	color: #f60;
	text-decoration: none;
	border-bottom: none;
}

#nav ul li a:hover,
#nav ul li a:active {
	color: #3e3eb0;
	border-bottom: 1px dotted #3e3eb0;
}

#left_column {
/*	width: 134px;*/
	width: 10.6em;
	float: left;
	padding-top: 25px;
	text-align: center;
}

* html #left_column { /* IE 3px bug fix, part 1 */
	margin-right: -3px;
}

#main_content {
	margin: 0 55px 0 134px; /* margin-bottom must be set to 0, otherwise problems in Safari */
	padding: 0 40px 60px 40px;
	line-height: 1.5em;
}

* html #main_content { /* IE 3px bug fix, part 2 and 3 */
	height: 1px;
	margin-left: 0;
}

#main_header {
	text-align: center;
	margin: 25px 0;
}

#footer {
	height: 45px;
	position: relative;
	margin: -45px 0 0 0;
	background: url('../images/footer_bkgr.gif') repeat-x;
}

.fr_corner {
	float: right;
}

.right_corner {
	position: absolute;
	right: 0;
	padding: 25px 58px 0 0;
}

.left_corner {
	float: left;
	padding: 25px 0 0 15px;
}

.phone_number {
	font-weight: bold;
	color: #333;
}

.orange_bold {
	color: #f60;
	font-weight: bold;
}