body { behavior: url("csshover3.htc"); } 

body {
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	background: #ababab url(../images/bg.jpg) top center repeat-y ;
	color: #424242;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	line-height: 18px;
}


/* TEXT STYLES */

p {
	font-size: 1.1em;
	margin-top: .6111em;
	margin-bottom: .6111em;
}

p.large {font-size: 1.6em;}

a {	
	text-align: left;
	color: #FAFAFA;
	}

li {
	padding: 0 0 10px 0;}
	
a:hover {
	border-bottom: 1px dotted;
	}

a {
	text-decoration: none;
	color: #0099cc;
	}


h1, h3, h5, h2, h4, h6 {
 border-top: 5px solid #24a5b6;
 display: block;
	color: #000000;
	padding-top: .1em;
	text-transform: uppercase;
	}

h1 {
	font-size: 1.8em;
	margin-top: .483em;
	margin-bottom: .483em;
	}

h2 {
	font-size: 1.8em;
	margin-top: .483em;
	margin-bottom: .483em;
	line-height: .483em;
	}

h3 {
	font-size: 1.6em;
	margin-top: .483em;
	margin-bottom: .483em;
	line-height: .483em;
	}

h4 {
	font-size: 1.5em;
	margin-bottom: .4em;	
	}

h5 {
	font-size: 1.2em;
	margin-bottom: .316em;	
}

h6 {
	font-size: 1.00em;

}


hr {
	border: 0;
	background-color: #7F7C73;
	height: 1px;
	}

a.hunt-logo:hover, a.moss-logo:hover, a.mars-logo:hover  {
 border: none;
 }

.hunt-logo img {
 margin: 150px 0 0 15px;
 }

.moss-logo img {
 margin: 100px 0 0 15px;
 }
	
.mars-logo img {
 margin: 60px 0 0 40px;
 }
	
.clear{
	clear: both;
	height: 1%;
	}


/*** CONTACT FORM ***/

#contactForm {
	width: 320px;
	text-align: left;
	border: none;
}

#contactForm.full {
	width: 100%; 
}

#contactForm fieldset {
    border: none;
}

#contactForm label,
#contactForm p {
	display: block;
	clear: both;
}

#contactForm input {
	display: block;
	margin-top: 3px;
}

#contactForm select {
	float: left;
	display: block;
}

#contactForm label {
	float: left;
	clear: left;
	width: 320px;
	margin: 0;
	line-height: 1.5em;
}

#contactForm label input {
	float: left;
	width: 275px;
	padding: 0;
}

#contactForm label input,
#contactForm textarea {
	width: 320px;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}


#contactForm select {
	width: 320px;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}

#contactForm textarea {
	margin-top: 3px;
	width: 320px;
	height: auto;
	display: block;
}

#contactForm input.button {
    clear: left;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
	background-color: #EBE9ED;
}


/** HEADER AREA **/

#header {
 width: 960px;
 position: relative;
 display: inline;
 float: left;
 height: 120px;
 background: transparent url(../images/header-bg.jpg) no-repeat;
 padding-bottom: 10px; }

#header-links {
list-style:none; 
height:15px; 
text-decoration:none; 
line-height:15px;
margin-top: 45px;
}

#header-links ul {
	margin: 0;
	padding: 0;
	}

#header-links li {
	float: left;
	white-space: nowrap;
	}
	
#header-links li a {
 display: block;
 padding: 0 10px 0 10px;
 color: #333333;
 border-right: 1px solid;
 }
 
#header-links li a.last {
 border: none; }

#header-links li a:hover {
 border-bottom: none;
 }

.marlins-logo {
 position: absolute;
 top: 15px;
 right: 10px;
 z-index: 500;}
 
.hunt-moss-logo {
 position: absolute;

 left: 10px;
 z-index: 500;}

/** MENU **/

#menu {
width: 960px;
display: inline;
float: left;
height: 42px;
border-top: 1px dotted #ffffff;
border-bottom: 3px solid #ffffff;
font-size: 1.1em;
list-style: none;
text-transform: uppercase;
cursor: pointer;
}

#menu li {
display: block;
float:left;
cursor: pointer;
padding: 0;

}

#menu a {
display: block;
padding:0 10px 0 10px; 
text-decoration:none; 
line-height:32px; 
color:#FFFFFF;
border-right: 1px solid #ffffff;
white-space: nowrap;
}

#menu a.last {border-right: none;}

#menu li a:hover, 
#menu li:hover a {
display: block;
color:#333333;
background: #F9F9F9;
border-bottom: none;
}

#menu, #menu .sub { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu li .sub { /* second-level lists */
float: none;
	display: block;
	position: absolute;
	width: auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
 font-size: .8em;
 z-index: 999;
 padding: 0px;
}

#menu li .sub li {
	display: block;
 float: none;
 padding: 0px;
}

#menu li .sub li a:hover , 
#menu li .sub li:hover a  {
	display: block;
	color: #FFFFFF;
	background: #ababab;

}

#menu li:hover .sub { /* lists nested under hovered list items */
	left: auto;
	padding: 0px;
}


/********* FOOTER **************/

#footerwrapper {
width: 960px;
display: inline;
position: relative;
float: left;
background: #454545;
margin-top: 10px;
padding-top: 20px;
color: #f9f9f9;
}

#footerwrapper h1, #footerwrapper h2, #footerwrapper h3, #footerwrapper h4, #footerwrapper h5, #footerwrapper h6, #footerwrapper a {
 color: #f9f9f9;
 border: none;
 }

#footerwrapper a{
 line-height: 1em;}

#footerwrapper a:hover {
 color: #24a5b6;
 }



/********* MAIN CONTENT ************/

#contentwrapper {
 background: #f8f8f8;
 width: 960px;
 display: inline;
 float: left;
 padding-top: 20px;
 padding-bottom: 20px;
 margin-top: 2px;
 }

.main-image {
 height: 254px;
 background: #666;
 margin-bottom: 10px;}

 
/********** SIDEBAR ************/

.project-spotlight-image {
 height: 75px;
 width: 75px;
 background: #666;
 margin: 0 10px 0 0;
 float: left;}

.post-date {
 font-size: 1.2em;
 margin-top: .8em;
 margin-bottom: 0em;
 font-style: italic;
 }
 
img.condition-icon {
 float: left;
 padding: 15px 15px 15px 0;
 }
 
 
 /******** BID PACKAGE FORMATTING ******/


.bid-package-number, .bid-package-name, .bid-package-description, .bid-package-status, .bid-package-contractor {
 padding: 7px 0 7px 0;

}

.bid-package-number {

}

.bid-package-name {

}

.bid-package-description {

}

.bid-package-status {

}

#local-programs li {
 font-size: 1.1em;
 font-weight: 600;
}

#local-programs ul li {
 font-weight: 100;
 padding-left: 15px;
 font-size: 1em;
 }


/********** SITEMAP *************/

#sitemap {
 font-size: 1.5em;
 line-height: 2em;
}

#sitemap li ul li {
 text-indent: 30px;
 font-size: .8em;
 }
 

 /********** NEWS AREA FORMATTING ***********/


#breadcrumbs {
 }

.news-image-right {
 display: block;
 float: right;
 padding: .6111em 10px 10px 0;
 }
 
.news-image-left {
 display: block;
 float: left;
 padding: .6111em 10px 10px 0;
 }

