
/* Standard elements */

html {
	background-color: #DBDBDB;
	background-image: url(images/fullpage.gif);
	background-repeat: repeat-y;
}

body {
	background-image: url(images/fullpage.gif);
	background-repeat: repeat-y;
	background-color: #DBDBDB;
}

h1 {
	font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
	color: #650000;
	font-size: 20pt;
	margin-bottom: 1em;
}

h2 {
	font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
	color: #650000;
	font-size: 16pt;
	margin-bottom: 1em;
}

h3 {
	font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
	color: #650000;
	font-size: 1.3em;
	margin-bottom: 1em;
}

.hline {
	border-bottom: 1px solid black;	
	padding-bottom: 10px;
}

strong {
	font-weight: bold;
}

/* Main Page Structure */

#sidebar {
	width: 180px;
	background-color: #650000;
	float: left;
	color: white;
}

#main {
	width: 600px;	
	background-color: #DBDBDB;
	float:left;
	margin-left: 80px;
}

/* Elements in #sidebar */

#navcontainer { 
	width: 180px;
	margin-top: 150px;
	margin-bottom: 40px;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}

#navcontainer a {
	font-family:	"Trebuchet Ms";
	text-align: right;
	font-size:	10pt;
	display: block;
	padding: 3px;
	width: 154px; /* minus the padding */
	background-color: #650000;
	border-bottom: 1px solid #eee;
	padding-right: 20px;
}
#firstlink {
		border-top: 1px solid #eee;
}
#navcontainer a:link, #navlist a:visited {
	color: #EEE;
	text-decoration: none;
	
}

#navcontainer a:hover {
	background-color: #BBA600;
	color: black;
}

#sidebar dl {
	margin-left: 20px;
}

#sidebar dt, #sidebar dd {
	font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
	font-size: 10pt;	
}

#sidebar dt {
	font-weight: bold;
}

#sidebar  dd {
	margin: 0px;
	padding-bottom: 1em;	
}

#emaillink {
	color: white;
	text-decoration: none;
	text-transform: uppercase
}

#emaildt {
	margin-bottom: 20px;	
}

/* Elements in #main */

#logo {
	display: block;
	margin-top: 25px;
	padding-left: 20px;
}

#main p, #main li {
	text-align: justify;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	margin-bottom: 1.5em;
	margin-top: 1em;
}

#main ol li {
	list-style-type: decimal;
	margin-left: 3em;
	line-height: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0.5em;
	font-size: 0.8em;
}

#main ol li a {

}

#footer {
	text-align: center;
	margin-top: 5em;
	margin-bottom: 5em;
}

#footer #copyright  {
	text-align: center;
}

#footer #pixel  {
	color: #999999;	
	text-align: center;
}

#footer #pixel a {
	color: #5F5FB8;	
}


label {
	font-weight: bold;
	color: #650000;	
}

td {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	padding-left: 10px;
}

/* Classes for Alternate Row Shading */

.dark {
	background-color: #E2E2E2;	
}
.light {
	background-color: #F5F5F5;	
}

/* Front Page and Route Services Only */

#routelist {
	padding-top: 20px;
	
}

#routelist ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}

#routelist li {
	line-height: auto;
	margin-bottom: 0px;
	margin-top: 0px;

	width: 500px;
}

#routelist a {
	font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
	text-align: left;
	color: white;
	text-decoration: none;
	font-size:	10pt;
	display: block;
	padding: 3px;
	background-color: #650000;
	border-bottom: 1px solid #eee;
	padding-right: 20px;
}
#first {
		border-top: 1px solid #eee;
}
#routelist a:link, #navlist a:visited {
	color: #EEE;
	text-decoration: none;
	
}
#routelist a:hover {
	background-color: #BBA600;
	color: black;
}





