/* CSS Document */

body, html
{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: url(images/bg.png);
}


#container
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#header
{
	width: 760px;
	background-image: url(images/top.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 110px;
	background-color: #FFFFFF;
}

#logo
{
	margin-left: 20px;
	margin-top: 30px;
	width: 160px;
	float: left;
}

#strapline
{
	margin-left: 480px;
	padding-top: 40px;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin-right: 20px;
	
}

#nav
{
	background-image: url(images/menubg.png);
	height: 23px;
	width: 760px;
	background-repeat: repeat-x;
}

#buttons
{
	margin-left: 180px;
}

#nav li,
#nav ul
{
	margin: 0px;
	padding: 0px;
	display: inline;
}

#nav a
{
	margin-top: -4px;
	float: left;
	padding-top: 8px;
	width: 78px;
	height: 24px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: lowercase;
}

#nav a:hover,
#nav a:active
{
	color: #000000;
}

#breadcrumbs
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #666666;
	margin-top: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#breadcrumbs p
{
	padding: 0px;
	margin: 0px;
}
#crumbs
{
	width: 300px;
}
#phone
{
	float: right;
	width: 200px;
	text-align: right;
	color: #0066CC;
	font-weight: bold;
}

#phone a
{
	text-decoration: none;
}

#phone img
{
	margin-bottom: -2px;
}

#rightcol
{
	float: right;
	width: 180px;
}

#textarea
{
	margin-right: 190px;
	color: #4A4A4A;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h1.blue,
h1
{
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 28px;
	font-size: large;
	line-height: 25px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.bluebold
{
	color: #146CB4;
	font-weight: bold;
	font-size: small;
}

#buldings
{
	background-color: #666666;
	padding: 5px;
	margin-bottom: 10px;
}

div.building
{
	margin-bottom: 10px;
	color: #FFFFFF;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
}

div.building p
{
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}

img.buildingLogo
{
	float: right;

}

.buildlink
{
	float: right;
	margin-top: 25px;
}

#nav li.sel a,
#nav li.sel a:hover,
#nav li.sel a:active
{
	background-image: url(images/buttonbg.png);
	background-position: -4px -2px;
	color: #FFFFFF;
}

#content
{
	margin-left: 234px;
	margin-right: 10px;
}


#content a:hover,
#content a:active
{
	text-decoration: none;
}

#leftcol
{
	background-image:url(images/dottydots.png);
	background-repeat: repeat-y;
	width: 224px;
	float: left;
	margin-top: -30px;
	margin-left: 0px;
	padding: 0px;
}

#innerbg
{
	padding-bottom: 120px;
	background-image: url(images/fade.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.leftboxmid,
.leftboxtop,
.leftboxbot
{
	color: #333333;
	width: 179px;
	margin-left: 12px;
	padding-left: 10px;
	padding-right: 10px;
}
.leftboxmid
{
	background-image: url(images/leftboxmid.png);
	background-repeat: repeat-y;
}
.leftboxtop
{
	background-image:url(images/leftboxtop.png);
	height: 4px;
	background-position: top;
	background-repeat: no-repeat;
	margin-top: 5px;
}
.leftboxbot
{
	background-image:url(images/leftboxbot.png);
	height: 9px;
	background-position: bottom;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.leftboxmid h3
{
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
	font-size: small;
}
.leftboxmid p
{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.leftboxmid a
{
	color: #333333;
}
.leftboxmid a:hover,
.leftboxmid a:active
{
	color: #000000;
	text-decoration: none;
}

.leftboxmid li
{
	display: block;
}

.leftboxmid li,
.leftboxmid ul
{
	padding: 0px;
	margin: 0px;
}
.leftboxmid ul
{
	display: block;
	padding-top: 3px;
	padding-bottom: 5px;
}

img
{
	border-style: none;
	border-width: 0px;
}

#footer
{
	clear: right;

}

#footerlinks
{
	float: right;
}

#contactus
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#contactus p
{
	padding: 0px;
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#contactus a
{
	color: #000000;
}


#content a
{
	color: #146CB4;
}


#content a.orangeLink,
#content a.orangeLink:visited,
#content a.orangeLink:hover,
#content a.orangeLink:active
{
	color: #ff9900;
	font-weight: bold;
}

table.traveltimes
{
	width: 100%;
	border-spacing: 0px;
}

table.traveltimes td
{
	text-align: center;
	padding-bottom: 0px;
	border-bottom: solid #4A4A4A 1px;
}

table.traveltimes td.place
{
	text-align: left;
	width: 60%;
}