/*-----------------------------------------------------------------------------
FDOT: District VI Construction Website

version:   1.0
author:    Wayne Espinola
email:     wespinola@qca-inc.com
website:   http://www.qca-inc.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

body{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background: #676767 url(../images/pagebg.jpg) repeat-x top left;
}

* {
	margin: 0;
	padding: 0;
}

/* This horizontally centers the page */
#wrapper {
	background:#FFFFFF url(../images/wrapbg.gif) repeat-x;
	border: 1px solid #000000;
	width: 720px;
	margin: 0 auto;
	text-align: left; /* Hack to fix problem in IE 5.x */
}

#branding {
	background-color: #FFAC3A;
	border-bottom: 8px solid #FFAC3A;
}

#logos img {
	/* vertical-align:middle; */
	padding-top:5px;
	padding-left:15px;
	padding-bottom: 0px;
	padding-right: 0px;
}
	
#menu {
	 background: #CCCCCC;
	float: right;
	font-size: 12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	
}
#menu ul {
margin: 0;
padding: 0;
list-style: none;

background: url(../images/topnavbg.gif) repeat-x;
width:100%;
height:25px;
}

#menu ul li {
display:inline;
float:right;
}

#menu a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 0 1em;
	line-height: 1.9em;
	text-decoration: none;
}

#menu a:hover {
	color: #FF3300;
	text-decoration:underline;
}
/*
#menu a, #menu h2 {
display: block;
padding: 0 3em;
line-height: 1.9em;
font-weight:bold;
}

#menu h2 {
color: #000000;
font-size: 100%;
background: #CCCCCC;
text-transform: none;
display: block;
padding: 0 2em;
line-height: 1.9em;
text-decoration: none;
}





#menu li {position: relative;
}

#menu ul ul {
position: absolute;
z-index: 500;	
}

#menu ul ul ul {
top: 0;
left: 100%;
}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	display: block;
}

[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100;
}

#menu ul li {
	float: left;
	width: auto;
	border: 1px solid #000000;
	padding-left: 0px;
	padding-bottom: 0px;
}
#menu ul li a {height: 5%;} 

#menu a, #menu h2 {
background: url(../images/topnavbg.gif) repeat-x;
}

</style>
<![endif]
*/
#separator {
	/* background: #CCA34A url(../images/topnavbg.gif) repeat-x; */
	height: 3px;
	margin: 0;
	clear: both;
}

#content {
	width: 530px;
	float: right;
	padding: 20px 10px;
}

#content h3{
font-size:16px;
padding:2px 0;
margin:2px 0;
}

#content ul{
	padding-left:40px;
	}

#content ul.linklist{
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
	text-align:center;
	list-style-image: none;
	list-style-type: none;	
	}
	
#content ul .noBullets{
	list-style-type: none;	
	
	}
	
#content a {
	color: #0066CC;
	text-decoration:none;
}

#content a:hover{
	text-decoration:underline;
}

#content img {
	padding: 5px;
}

#mainNav {
	background: #3884AD url(../images/mainnvbg.gif) repeat-x;
	width: 160px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 12px;
}

#mainNav a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#mainNav a:hover, a:active {
	text-decoration: underline;
	color: #FFFF66;
}

#mainNav ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}

#mainNav ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(../images/mainnavb.gif) no-repeat 0 50%;
	padding-left: 13px;
}

#mainNav p {
	font-size: 12px;
	font-weight:bold;
	padding-left: 0px;
}

#mainNav img {
	padding-top: 20px;
}

#helpful {
	float: left;
	background-color: #CCCCCC;
	border: 1px solid #003399;
	padding: 5px;
	/*margin-left: 20px;*/
	width: 220px;
	position:relative;
}

#helpful p {
	font-size:11px;
	font-weight:bold;
	/* text-align:left; */
}

#helpful ul {
	list-style:none;
	text-align:center;
}

#helpful img {
	padding-bottom:0px;
}

#pagemenu {
	width:120px;
	background: #CEE4F0 url(../images/pagemebg.gif) repeat-x;
	float:right;
	margin: 0 20px;
	padding:5px;
}

#pagemenu p {
	font-size:12px;
	padding:5px;
}

#pagemenu h3 {
	font-size: 14px;
	padding:5px;
	font-weight:bold;
}

#pagemenu a {
	color:#0000CC;
}

#pagemenu img {
	padding: 5px;
}

fieldset {
	margin:1em 0;
	margin-left: 20px;
	margin-right:20px;
	padding: 1em;
	border: 1px solid #CCC;
	background: #f8f8f8;
}

legend {
	font-weight:bold;
	font-size:11px;
}

label {
	display:block;
}

/*input {
	width:200px;
}*/

#footer {
	background: #ED1E24 url(../images/footerbg.gif) repeat-y;
	color:#FFFFFF;
	font-size:10px;
	right:auto;
	clear: both;
	padding-right: 5px;
}

/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
	text-align: center;
	min-width: 760px;
}

#breadcrb {
	font-size: 10px;
}

#breadcrb a:visited{
	color:#000000;
	text-decoration:none;
}

#breadcrb a:hover, a:active {
	text-decoration:underline;
}

.regulartext {
	font-size: 12px;
}



.subheaders {
	color: #003366;
	font-size: 14px;
	font-weight:bold;
}

.standout{
color:#FF0000;
font-weight:bold;
font-size:12px;
}

.
/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/




/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/




/* =Secondary Content
-----------------------------------------------------------------------------*/
#completed {
	width: 500px;
	text-align:center;
	position:static;
	top:206px;
	left:184px;
	height: 177px;
}

#floater {
	width: 511px;
	position:absolute;
	text-align:center;
	margin-left: 0px;
	top: 450px;
	z-index:200;
	height: 119px;
}
#floaterTop {
	width: 511px;
	position:absolute;
	text-align:center;
	margin-left: 0px;
	top: 300px;
	z-index:200;
	height: 119px;
	float: left;
}



/* =Footer
-----------------------------------------------------------------------------*/



/* =Forms
-----------------------------------------------------------------------------*/



/* =Tables
-----------------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border: 1px solid #333333;
	margin:2px;
}

th, td {
}

col {
	border-right: 1px solid #ccc;
}

col#EstComplCol {
	border:none;
}

thead {
	font-weight:bold;
	background: #D2D2D2 url(../images/tablebg.gif) repeat-x;
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
}

thead tr:hover {
	background-color: transparent;
}

th {
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}

td {
	font-weight: normal;
	font-size: 10px;
	vertical-align:top;
}

.odd {
	background-color:#FFFFCC;
}

tr:hover {
	background-color: #FFCC66;
}

/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/
.unnamed1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper #content #div #div2 .regulartext style1 .style19 {
	color: #E9F2F8;
}
.helpful {
	float: left;
	background-color: #CCCCCC;
	border: 1px solid #003399;
	/*padding: 5px;
	margin-left: 20px;*/
	width: 220px;
	position:relative;
	list-style-type: none;
	margin-right:30px;
}


#mainNav .centerImage {
	padding-left: 22px;

}



#wrapper #content ul li .noBullets{
	list-style-type: square;
}
#mainNav .pipelineVideo {
	font-size: 13px;
}
.contactHeading {
	font-size: 1.5em;
}
