@charset "UTF-8";
/* CSS Document */

/*Genesee Valley Transportation Style Sheet
 *March 19, 2009
 *Author: Luther Brefo
*/

/*COLORS
 red: #CC0000
 yellow: #FFCC00
 gray: #DFDFDF
 gray one: #CCCCCC
 gray two: #A7A7A7
*/
  
html{background:#DFDFDF; text-align:center;}

body{
	font-family: "Book Antiqua",georgia,Verdana,Sans-serif;
	font-size:15px;
	wdith:1000px;
}

p a:hover, tr a:hover{text-decoration:underline;}

img{border:none;}

#bodyContainer{
	margin-left: auto;
    margin-right: auto;	
	width:1000px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color:#FFFFFF;
}

#header{
	width:1000px;
	height:128px;
	/*background-image:url(./images/gvtheader.jpg); 
	background-repeat: no-repeat;*/
	border-bottom: 2px solid #ff0000;
	text-align:center;
	vertical-align:middle;
}
/*
#content a:link{text-decoration:;}*/

#content{
	width:1000px;
	text-align:justify;
	background: #fffff;
	border-top: 2px solid #FFCC00;
	border-bottom: 2px solid #FF0000;
	font-size:medium;
}

#content p{padding:5px; margin:10px;}

#cover img{ border= 1px solid black;}

#textCol{
	width:738px;
	float:left;
	border-left:1px dotted #DFDFDF;
	background:white;
}

#newsCol{
	background: #CCCCCC; 
	width:25%; 
	height:100%; 
	float:right; 
	padding-left:5px; 
	padding-right:5px;
	/*border-left:1px dotted #A7A7A7;*/
}

#footer{
	width:1000px;
	background-color:#CCCCCC;
	font-size: small;
	/*color:#FFCC33;*/
	text-align:center;
	border-top: 2px solid #FFCC00;
}

.fineprt{font-size:small; text-align:right;}

.title{font-size:14px; text-align:left;}

.left{float:left;}

.right{float:right;}

.Clear{clear:both;}

.blackBar{
	height: 2px;
	width:auto;
	background-color:#000000;
}

.redBar{
	height: 2px;
	width:auto;
	background-color:#CC0000;
}

.yellowBar{
	height: 2px;
	width:auto;
	background-color:#FFCC00;
}

.headline{
	border-bottom:1px solid #CCCCCC;
	font-size:large;
	/*font-weight:bold;*/
}

.newsItem{
	font-size:medium;
	margin-left:15px;
	margin-right:15px;
}

.newsDate{
	font-size:small;
	margin-left:15px;
	margin-right:15px;
}

/* NAV STUFF */

a {text-decoration:none;}

a:link, hover {color: #000000;}

a:visited {color: #000000;}

a:hover{}

a:active {color: #000000;}

ul {
	list-style: none;
	padding: 0;
	padding-top: 3px;	
	margin: 0;
	background:#ffffff;  /*Why?  Because IE doesn't fill in the space (and sucks)*/
}

#nav {

font-family: "Book Antiqua",georgia,Verdana,Sans-serif;
text-align:center; /*border-bottom: 2px solid #CC0000;*/}

#nav a {
	font-weight: bold;
	color: black;
	text-decoration: none;
	font-size:medium;
}

#nav li li a {
	display: block;
	font-size:14px;
	color:black;
	font-weight: normal;
	color: #000000;
	/*padding: 0.2em 2px;*/
	padding:5px;	
}

#nav li:hover{/*background-color:black;*/ color:#ffffff;}

#nav li li:hover {
	/*padding: 0.2em 5px;
	border: 5px solid black;
	border-width: 0 5px;*/
	border:none;
	cursor:pointer;
	background-color:black;
	color:white;
}

#nav li li a:hover {
	/*padding: 0.2em 5px;
	border: 5px solid black;
	border-width: 0 5px;*/
	border:none;
	cursor:pointer;
	/*background-color:black;*/
	color:white;
}

li {
	float:left;
	position: relative;
	width: auto;
	padding-right:5px;
	padding-left:5px;
	text-align: left;
	cursor: default;
	background-color: white;
	border: 1px solid black;
	border-width: 0px 0px 0px 0px;
	/*#7d6340*/
}

li ul, li li ul {
	display: none; /*turns off the list under each tab*/
	position: absolute;
	top: 100%;
	width:220px;
	padding-right:0;
	padding-left:0;
	font-weight: normal;
	/*padding: 0.5em 0 1em 0;*/
	border: solid 1px #7d6340;
}

li>ul {top: auto; left: auto;}

li li {
	display: block;
	float: none;
	background-color: white;
	border: 0;
}

/*the second rule 'li.over' is what we use to get over IE's inability to*/
/*correctly apply the :hover pseudo-class to things other than a tags*/
/*We define .over as the class to use in the JS script below*/
li:hover ul, li.over ul {display: block;}

#searchbox {margin-top: -3px; float:right;}

.slash {font-color:black; background-color:white;}

.officeheading {font-weight:bold;}

#mapBlock {
	width: 700px;
	padding-top:15px;
	padding-bottom:15px;
	margin-left:auto;
	margin-right:auto;
}

.rrName{font-weight:bold; font-size:15px;}

.bigHead,h1 {
	font-weight:bold;
	font-size:large;
	text-decoration:underline;
	margin-left:15px;
}

h2{ font-size:medium;
	margin-left:15px;
	margin-right:15px;
}

.offices {width:800px;margin-left:auto;margin-right:auto;}

.histImg {border:1px solid black; margin:10px 10px 10px 10px;}

.officeImg{margin:20px 10px 0px 10px; border: 1px solid black;}
.contactDiv {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

.contactForm{ margin-left:auto; margin-right:auto; width:800px;
}

.contactForm form label{
}

.contactForm form input{ 
}

#names{width:750px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	display:none;
}

.companyName{ font-weight:bolder;}

.photoTitles{font-size:larger; font-weight:bolder;}

.grpPhoto{text-align:center;}

.grpPhoto img{border: 1px solid black;}

#getAdobe{
	font-family: "Trebuchet MS",georgia,Verdana,Sans-serif;
	font-size:10px;
	font-color:#d4d4d4;
	text-align:center;
}

#getAdobe a{
	font-family: "Trebuchet MS",georgia,Verdana,Sans-serif;
	font-size:10px;
	color:#d4d4d4;
	text-align:center;
}

.propertyTable{
	margin-left:auto;
	margin-right:auto;
	border:1px solid #d4d4d4;
}

table {border-collapse: collapse;} 

table tr{ border:1px solid #d4d4d4;
}

th{background-color:#000000; color:white;}

td{padding-left:3px;}

.devLinks{
font-size:11px;
}

/*.rrInfo{}
.rrInfo h2{text-decoration:underline;}
.rrInfo div{position:relative; left:30px;}
.rrInfo span{position:relative; left:30px;}*/
.rrInfo div span{position:relative; left:30px;}

/*#content .left{padding:10px 10px 0px 30px; text-align:center;}
#content .right{text-align:justify; width:500px;}
#content .left img{border:1px solid black;}*/
#content a[href^="http://"] {
  background: url(./images/siteimages/ext.png) no-repeat center right;
  padding-right: 12px;
}


#content a[href^="http://gvtrail.com"], a[href^="http://www.gvtrail.com"], a[href^="http://www.gvtrail.com/"],  a[href^="http://gvtrail.com/"]  {
  background: transparent;
  padding-right: 0;
}
.heading{ text-decoration:underline; font-weight:bold;

}

#flashcontent {
		height: 500px;
	}
	
	p a{color:blue; }