html.center, body.center {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #000;
	background-color: #1F5F83;
}

#bidtable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
        width: 575px;
}

#bidtable td {
	background: #E8E8E8;
        padding: 3px;
}

#bidtable td:hover {
	background: #D3D3D3;
}

#bidtable .bidcalheader {
	background: #D3D3D3;
	font-size: 12px;
        padding: 3px;
}

#bidtable .bidcalselect {
	background: #D3D3D3;
	font-size: 11px;
	font-weight: bold;
        color: #000000;
}


a:link, a:active, a:visited {
	color: #1F5F83;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #1F5F83;
	font-size: 11px;
	text-decoration: none;
}

p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	padding: 0;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ol li {
	margin: 0 0 1em 0;
	padding: 0;
}

/* ---------------------------  PAGE HEADER  -------------------------- */

#page_header {
        height: 115px;
        background-image: url(/custom/framework/background_pageheader.jpg);
        background-position: top;
        background-repeat: no-repeat;
}

#topnav {
        text-align: right;
        float: right;
        color: #FFF;
}

#topnav a:link, #topnav a:active, #topnav a:visited {
	color: #FFF;
	font-size: 10px;
        font-weight: bold;
	text-decoration: underline;
        padding: 1px;
}

#topnav a:hover {
	color: #154B6D;
	font-size: 10px;
	text-decoration: none;
        background-color: #B5D8EB;
        padding: 1px;
}

#topnav_links {
        margin-top: 15px;
        display: inline;
}

#search_container {
	display: inline;
	height: 25px;
        padding-right: 3px;
}

#search_container input {
  font-size: 11px;
  border: 1px solid #CCC;
  height: 16px;
  margin-bottom: 8px;
  width: 120px;
}

#submit_container {
  margin-right: 12px;
  display: inline;
  height: 30px;
}

#submit_container input {
  margin-top: 4px;
}

#search {
  display: inline;
  height: 30px;
  padding-top: 5px;
  vertical-align: middle;
}

#logo {
  padding-left: 8px;
  padding-top: 5px;
  text-align: left;
}

#nav {
  margin-top: -3px;
  text-align: right;
}

/* ---------------------------  CONTAINERS  --------------------------- */

#page_container {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-image: url(/custom/framework/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#page_container_inside {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-image: url(/custom/framework/background_inside.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#container {
	width: 775px;
	margin: 0;
	padding: 0;
}

/* ---------------------------  EXTRAS  --------------------------- */

#top_padding {
	height: 5px;
	line-height: 5px;
}

#bottom_padding {
        width: 100%;
	height: 5px;
	line-height: 5px;
        margin: 0;
        padding: 0;
        background-color: #000;
}

/* ---------------------------  INDEX PAGE  --------------------------- */

#left {
	width: 500px;
	margin: 0;
	padding: 0;
	float: left;
}

#clear {
	clear: both;
}

#highlights {
	width: 485px;
        height: auto;
	background-image: url(/custom/framework/home_highlight_repeat.jpg);
	background-position: top;
	background-repeat: repeat-y;
}

#highlights_holder {
        width: 485px;
	background-image: url(/custom/framework/home_highlight_top.jpg);
        background-position: top right;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
        color: #FFF;
	text-align: left;
}

#highlights_bottom {
	width: 485px;
	height: 19px;
	display: block;
	background-image: url(/custom/framework/home_highlight_bottom.jpg);
        background-position: top;
	background-repeat: no-repeat;
}

#highlights_holder h1 {
	color: #041F2E;
	font-size: 14px;
}

#highlights_holder h2 {
	color: #041F2E;
	font-size: 12px;
}

#highlight_left {
	width: 190px;
	margin-left: 15px;
	padding-top: 20px;
	float: left;
        background: transparent;
}

#highlight_right {
	width: 195px;
	margin-right: 20px;
	padding-top: 20px;
	float: right;
}

#right {
	width: 275px;
	margin: 0;
	padding: 0;
	float: right;
	background-image: url(/custom/framework/background_right.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#right_content {
	width: 225px;
	margin-left: 30px;
	padding-top: 20px;
	text-align: left;
}

#right_content h1 {
	color: #1F5F83;
	font-size: 15px;
}

#right_content h2 {
	color: #1F5F83;
	font-size: 12px;
}

/* ---------------------------  INSIDE PAGE  --------------------------- */

#left_inside {
	width: 580px;
	margin: 0;
	padding: 0;
	float: left;
}

#right_inside {
	width: 195px;
	height: 350px;
	margin: 0;
	padding: 0;
	float: right;
	background-image: url(/custom/framework/background_right_inside.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#right_inside_content {
	width: 155px;
	margin-left: 25px;
	padding-top: 10px;
	text-align: left;
}

#right_inside_content h1 {
	color: #1F5F83;
	font-size: 15px;
}

#right_inside_content h2 {
	color: #1F5F83;
	font-size: 12px;
}

#inside_content_container{
	text-align: left;
}

#inside_content {
	text-align: left;
}

#inside_content h1 {
	color: #1F5F83;
	font-size: 15px;
}

#inside_content h2 {
	color: #1F5F83;
	font-size: 12px;
}

#inside_content .disclaimer {
	color: #666;
	font-size: 10px;
	line-height: 10px;
}


/* ---------------------------  FOOTER  --------------------------- */

#footer {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	color: #FFF;
	font-size: 10px;
	line-height: 1.75em;
}

#footer_left {
	width: 490px;
	padding-top: 30px;
	float: left;
	text-align: left;
}

#footer_right {
	width: 220px;
	padding-top: 20px;
	margin-right: 20px;
	float: right;
	text-align: left;
}

#footer_right h1 {
	padding-bottom: 2px;
  font-size: 15px;
}

#footer_right h2 {
	padding-bottom: 2px;
  font-size: 12px;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #FFF;
	font-size: 10px;
        padding: 1px;
}

#footer a:hover {
	color: #154B6D;
	font-size: 10px;
	text-decoration: none;
        background-color: #B5D8EB;
        padding: 1px;
}



/* ---------------------------  ANYLINK  --------------------------- */

.anylinkcss{
     position:absolute;
     visibility: hidden;
     border:1px solid #1F5F83;
     border-bottom-width: 0;
     font:normal 11px Verdana;
     line-height: 18px;
     z-index: 100;
     background-color: #B5D8EB;
     width: 165px;
     text-align: left;
}

.anylinkcss a:link, .anylinkcss a:active, .anylinkcss a:visited {
     width: 100%;
     display: block;
     text-indent: 3px;
     border-bottom: 1px solid #1F5F83;
     padding: 1px 0;
     text-decoration: none;
     font-weight: bold;
     text-indent: 5px;
     color: #244F68;
     font: normal 11px Verdana;
     line-height: 18px;
     background-color: #B5D8EB;
}

.anylinkcss a:hover{
     width: 100%;
     display: block;
     text-indent: 3px;
     border-bottom: 1px solid #1F5F83;
     padding: 1px 0;
     text-decoration: none;
     font-weight: normal;
     text-indent: 5px;
     background-color: #244F68;
     color: #FFF;
     font: normal 11px Verdana;
     line-height: 18px;
}

.projectinfo {
text-align:left;
display:block;
background:#cdcdcd url(/images/corner.gif) top right no-repeat;
padding:3px 4px 3px 8px;
margin:5px 10px 5px 0;
}

h3 {
	color: #1F5F83;
	font-size: 11px;
        font-weight: bold;
}

.projectimg {
border: 1px solid #8A8571;
}

.projectimg:hover {
border: 1px solid #1F5F83;
}

.projectimgscreen {
border: 1px solid #8A8571;
}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
        margin-left: 0px;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: block;
	padding: 3px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
}

.highlight_img {
padding: 1px;
border: 1px solid #1F5F83;
}

/*-----------Printing Logo---------------*/

#print_logo {
	width: 310px;
        height: 79px;
        display: none;
}