﻿body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	text-align:center;
}

a {
	color:#0066FF;
}
a:hover{
	text-decoration:underline;
	color:#FF9900
}
h1,h2,h3,h4,p{
	margin: 5px;
}
#wrapper{
	width:640px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom:0px;
}
#header{
	background: url("/CDOT/sup/images/header.png") no-repeat;
	width:100%;
	height: 61px;
}
#projectTitle{
	clear:both; /* set clear so the next div will drop below the floats*/
	font-style:italic;
	font-weight:bold;
	font-size: 1.4em;
	padding-top: 10px;
	padding-left:170px;
	color:#000;
}
#homeLinkleft{
	float:left;
	display:block;
	margin-left:432px;
	padding-bottom:0px;
	margin-top:10px;
	background-color:#fff;
	height:7px;
	width:73px;
}
html > body #homeLinkleft{ /*box model hack see http://tanek.com/css/examples/boxmodelhack.html*/
	float:left;
	margin-left:433px;
	padding-bottom:0px;
	margin-top:10px;
	background-color:#fff;
}
#homeLinkleft a:hover{
	display:block;
	background-color:#ff9900;
	height:7px;
	width: 73px;
}
#homeLinkleft a{
	display:block;
	background-color:#fff;
	height:7px;
	width: 73px;
}

#homeLinkright{
	display:block;
	background-color:#ff9900;
	float:right;
	width: 132px;
	margin-right:2px;
	height:7px;
	margin-top:10px;
}
#homeLinkright a{
	display:block;
	height:7px;
	width: 132px;
	background-color:#fff;
}
#homeLinkright a:hover{
	display:block;
	height:7px;
	width: 132px;
	background-color:#ff9900;
}

#content{
	margin:0px;
	padding:0px;
	width:100%;
}
#menu {
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	width: 130px;
	margin: 0px;
	margin-top:5px;
	}
		
	
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu img {
    border: none;
} 
#menu li a {
	height: 20px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	text-align:left;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #FFF;
	display: block;
	background:  url(/CDOT/sup/images/buttonsCSS.gif);
	padding: 3px 0 0 8px;
	}
	
#menu li a:hover {
	color: #FFF;
	background:  url(/CDOT/sup/images/buttonsCSS.gif) 0 23px;
	padding: 3px 0 0 8px;
	}
#mainContent{
	float:left;
	width:640px;
	margin:0px;
	padding:0px;
}
#footer {
	width: 640px;
	height:50px;
	text-align:center;
	color:#fff;
	background:#fff;
	background:url("/CDOT/sup/images/footerbg.png") repeat;
	}
#footer a{
	color:#fff;
}
#footer a:hover{
	color:#FF9933;
}

.altrow{
background-color:#999999;
}
form#HowDoI{
	font-size:1em;
	margin:5px;
}
input{
	border: 1px solid #ccc;
	font-size:.7em;
}
select{
	font-size:1em;
}

#openingstable{
	border:1px solid #ccc;
	background-color:#fff;
}

#searchtable{
	border:1px solid #ccc;
	background-color:#fff;

}



#listingstable{
	border:1px solid #ccc;
	background-color:#fff;
}
#listingstable td{
	border:1px solid #ccc;
}

.row:hover {
	background-color: #FFFFCC;
}

