﻿body {
	background-color: #999999;
	font-family: "Trebuchet MS", "Geneva CY", Verdana;
	font-size: 12px;
	color: #454545;
}



/*Basic Links*/
a:link, a:visited {color:#330066;text-decoration:underline;}
a:hover {color: #999999;text-decoration:none;}
a.img{border:0;}

a:focus {outline:0;}
ul {padding-left:20px;}

/*Begin Header and Logo*/
#headerblock {
	margin: 0px;
	padding: 0px;
}

/*CSS for logo. This is an image replaced link as an H1 tag*/

/*Controls logo hotspot width*/
#logo {height:60px;float:left; margin-left:15px; margin-top:5px;}
#logo h1 a{ width:208px;display:block;text-indent:-5000px;text-decoration:none;line-height:60px; margin-top:17px;}
/*#logo h1 {background:url('/templates/images/logo.jpg') no-repeat top left;}*//*Set the line-height and width equal to your logo image here*/
#logo h1{margin:0;padding:0;}

.page_title 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #463875;
	letter-spacing: 0px;
	font-style: normal;
	line-height: normal;
	word-spacing: normal;
	text-transform: none;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #b61d00;
	letter-spacing: normal;
	word-spacing: normal;
	font-variant: normal;
	text-transform: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #b6a55d;
	text-transform: none;
}




/*End Header and Logo*/

/* wrapper of whole page */
#twrap {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#pagebg {
	background-image: url('/templates/denvermetroprc/images/bodybg.png');
	background-repeat: repeat-x;
	margin:0;
	padding:0; background-position-y:0%
}
td#main { margin:0; padding:0;}

table#maintable {
	width: 800px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

td#maincol {
	margin: 0px;
	padding: 0px;
	
}

td#maincol .inside {
	padding: 15px;
}

td#rightcol {
	width: 200px;
	margin: 0px;
	padding: 0px;
}

td#leftshadow {
	background-image: url('/templates/denvermetroprc/images/wrapleft.png');
	background-repeat: repeat-y;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	width: 5px;
	vertical-align: top
}
td#rightshadow {
	background-image: url('/templates/denvermetroprc/images/wrapright.png');
	background-repeat: repeat-y;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	width: 5px;
	vertical-align: top
}
#footerbar {
	clear:both;
	width:100%;
	height:18px;
	background-image: url('/templates/denvermetroprc/images/bottombar.png');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px
}
#footerbar .rightcorner {
	float:right;
	width:18px;
	height:18px;
	padding: 0;
	margin: 0;
	background-image: url('/templates/denvermetroprc/images/rightcorner.png');
	background-repeat: no-repeat;
	background-position: right bottom
}

#headercontainer {
	height: 180px;
	width: 100%;/*inner element*/
	padding: 0px;
	margin:0px;
	background-image: url('/templates/denvermetroprc/images/headerbg.png');
	background-repeat: repeat-x
}
#header {
	height: 129px;
	width: 100%;/*inner element*/
	margin: 0px;
	padding: 0px;
	margin:0 auto;
}

#headerbar	{
	background-image: url('/templates/denvermetroprc/images/menubg2.png');
	width: 100%;
	height: 60px;
	margin-top: 5px;
	padding: 0px;
	}

#navigation	{
	margin: 0px;
	list-style: none;
	padding: 0px 5px 0px 5px;
	background-image: url('/templates/denvermetroprc/images/modulefade.png');
	background-repeat: no-repeat;
	background-position: right top;
}
#navigation ul	{
	margin: 0px;
	list-style:none;
	padding:0px 5px 0px 5px;
	position:relative;
	}
	
#navigation ul li a	{
	text-decoration:none;
	padding-left:10px;
	padding-top:1px;
	background: url('/templates/denvermetroprc/images/sidenavup.png') no-repeat left center;
	border-bottom: 1px solid #cacaca;
	display:block;
	color:#666666;
	width:90%;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:24px;
	font-size:12px;
	font-family:Arial, Tahoma, Verdana, sans-serif;
	}
	
/*Sidenav Links*/

#navigation ul a:hover, #nav ul a	{
	text-decoration:none;
	padding-left:10px;
	padding-top:1px;
	background:url('/templates/denvermetroprc/images/sidenavover.png') no-repeat left center;
	display:block;
	color:#CC3300; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:bold; 
	line-height:24px; 
	font-size:12px; 
	font-family:Arial, Tahoma, Verdana, sans-serif;
	}
.designer, .designer a, .designer a:visited {
	text-align:center; 
	text-decoration:none; 
	margin-bottom:10px; 
	font:11px normal Arial, Helvetica, sans-serif; 
	color:#666;
}