/*-----------------------------------------------------------------------------
FDOT: District VI Construction Website - Largo Roadway project

version:   1.0
author:    kristopher olds
email:     kolds@qca-inc.com
website:   http://www.qca-inc.com/
-----------------------------------------------------------------------------*/

/* 

GLOBALS
-----------------------------------------------------------------------------*/

body{
font-family: Arial, Helvetica, sans-serif;
color:#002f2f;
font-size:12px;
line-height:14px;
}

* {
	margin: 0;
	padding: 0;
}

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


h1{
	font-weight:bold;
	color:#046380;
	font-size:18px;
	line-height:22px;
}

h2{
	font-weight:bold;
	color:#7f7c5d;
	font-size:16px;
	line-height:20px;
}

h3{
	font-weight:bold;
	color:#a7a37e;
	font-size:14px;
	line-height:18px;
	}
	
strong{
	color:#002f2f;
	}
	

.pdf{
	background:url(../images/pdf.gif) top right no-repeat;
	padding-right:20px;
	}

/* 

LAYOUT
-----------------------------------------------------------------------------*/


/* This horizontally centers the page */
#wrapper {
	background:#FFFFFF;
	border-left: 1px solid #a7a37e;
	border-bottom: 1px solid #a7a37e;
	border-right: 1px solid #a7a37e;
	width: 720px;
	margin: 0 auto;
	text-align: left; /* Hack to fix problem in IE 5.x */
}

#branding {
	background: url(../images/masthead.gif) repeat-x;
	height:135px;
}

#logos img {
	/* vertical-align:middle; */
	padding:0 0 0 15px;
}
	


#separator {
	/* background: #CCA34A url(../images/topnavbg.gif) repeat-x; */
	height: 3px;
	margin: 0;
	clear: both;
}

#content {
	width: 530px;
	float: right;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

#content a {
	color: #0066CC;
	text-decoration:none;
}

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

#content img {
	padding: 5px;
}

#content ul li{
	margin:10px 0;
	}
	
#content ul{
	padding:0 0 0 40px;
	}
	
#mainNav {
	background: #efecca url(../images/mainnvbg.gif) repeat-x;
	width: 160px;
	height:100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}

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

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

#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-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;
}

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

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

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

#pagemenu {
	width:120px;
	background: #c9ccc1;
	border:1px solid #99957e;
	float:right;
	margin-right: 20px;
	margin-left:20px;
	padding:5px;
}

#pagemenu p {
	padding:5px;
}


#pagemenu a {
	color:#002f2f;
}

#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:70%;
}

label {
	display:block;
}



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

/*

NAVIGATION
------------------------------------------------------------------------------*/

#menu {
	 background: #CCCCCC;
	float: right;
	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;
}


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

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


