/* undohtml.css */
/* (CC) 2004 Tantek Celik.  Some Rights Reserved. */
/* http://creativecommons.org/ licenses/by/2.0 */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common (X)HTML browsers */
/* avoid browser default inconsistent heading font-sizes */
h1, h2, h3, h4, h5, h6 { 
	font-size:1.3em;
}
/* remove the inconsistent (among browsers) default ul,ol padding or margin */
/* the default spacing on headings does not match nor align with normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/* nonetheless strip their margin and padding as well */
h1, h2, h3, h4, h5, h6, pre, body, html, p, blockquote, fieldset, input, div {
	margin:0; padding:0;
}
/* end of undo css elements */


body {
	padding: 0;
	margin: auto;
	width: 980px;
	/*season bg
	background-image:url(../images/seasonal/snowflake_bg.gif);*/
}

img {
	border: none;
}

p {
  line-height:1em;
  padding:5px 15px;
}
td {
	vertical-align:top;
}
blockquote {
	margin:0 20px;
}
ul {
	margin:0px 5px 5px 45px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #005596;	
}
a:hover {
	text-decoration: underline; 
	color: #005596;
}

h1, h2, h3, h4, h5, h6, p, li {
  font:normal 76% Arial, Verdana, Helvetica, sans-serif;
  color:#000;
  background-color:transparent;
}

h1 {
	font:bold 140% Arial, Verdana, Helvetica, sans-serif;
	color:#005596;
	padding:10px 15px 0px 15px;
}	
h2 {
	font:bold 110% Arial, Verdana, Helvetica, sans-serif;
	color:#005596;
	padding:10px 15px 5px 15px;
}

h3 {
	font:bold 90% Arial, Verdana, Helvetica, sans-serif;
	color:#005596;
	padding:10px 15px 5px 15px;
}

h4 {
	font:bold 90% Arial, Verdana, Helvetica, sans-serif;
	color:#005596;
	padding:5px;
	margin:15px 5px 5px 5px;
	border:2px solid #51B948;
}

h5 {
	font:bold 90% Arial, Verdana, Helvetica, sans-serif;
	color:#666;
	margin:10px 50px;
}

form {
	margin:0;
	padding:0;
}

#nav ul {
	margin: 0;
	padding:5px 0;
}

#nav ul li {
	display:inline;
	margin:2px;
	padding:5px;
}

#nav ul li a {
	font:bold 1em Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
}

#footer {
	background-color:#006699;
	clear:both;
	margin-bottom:10px;
}
#footer p {
	font:normal 70% Arial, Helvetica, sans-serif;
	color:#fff;
}
#footer p a {
	color:#fff;
}

#gallery {
	float:right;
	width:325px;
	height:244px;
	border:2px solid green;
	margin-right:20px;
	overflow:auto;
	margin-bottom:20px;
	margin-left:20px;	
}

.description {
	text-align:left;
	font:normal 70% Arial, Verdana, Helvetica, sans-serif;
}
#main, #mainTable {
	background-color:#fff;
}
#main {
	border:1px solid #005596;
	margin-bottom:0px;

}
#left {
	float:left;
	width:180px;
	margin-right:6px;
}
#right {
	float:left;
	width:570px;
}
#press {
	margin-top:20px;
}
#press li {
	margin-bottom:10px;
	list-style-type:square;
}
#presslinks {
	float:right;
	width:200px;
	margin:0 20px 20px 20px;
	border:1px solid #51B948;
	background-color:#E1E9F1;
}

#buildnav {
	margin:10px 15px;
	padding:5px 10px;
	border:1px solid #005596;
	background-color:#E1E9F1;
	width:462px;
	text-align:center;
}

#buildnav li {
	display:inline;
	margin:2px;
	padding:5px;
}

#buildnav a {
	font:normal 1em Verdana, Arial, Helvetica, sans-serif;
	color:#333;
}

.layout {
	width:100%;
}
.layout td {
	vertical-align:top;
	width:50%;
}

#toplinks {
	margin-top:7px;
	text-align:center;
	width:400px;
}
#toplinks li {
	display:inline;
	margin:3px 5px;
	font:bold 80% Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
}
#toplinks li a {
	color:#fff;
}

#mainTable {
	width:100%;
}
.leftColumn {
	border:1px dotted #51B948;
	width:65%;
}
.rightBox {
	border:1px dotted #00669C;
}
.rightBox p{
	padding:5px 15px 5px 15px;
}
.highlightBox {
	margin:5px 15px;
	border:1px solid #51B948;
	margin:20px;
	background-color:#E1E9F1	
}
.green {
	color:#51B948;
}
.blue {
	color:#005596;
}
.inner {
	border:1px dotted #51B948;
	margin:5px;
}

.topborder {
	border-top:1px dotted #51B948;
}

#projectnews {
	border:2px solid #009900;
	text-align:center;
	width:480px;
	margin-left:15px;
}

#projectnews p {
	color:#c00;
	font-weight:bold;
	border:1px dotted #000;
	margin:1px;
}
.actionpics img {
	margin-bottom:10px; 
	border:1px dotted #00669C;
}
.hpHeadline {
	height:100px;
}


/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox {
	cursor: default;
	list-style: none;
	z-index:100;
	text-align:center; 
}
.hoverbox li {
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}
.hoverbox a {
	position: relative;
	text-align:center; 	
}
.hoverbox li {
	position: static;
	text-align:center; 	
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail, .thumbnail2, .thumbnail3, .thumbnail4, .thumbnail5 {
position: relative;
z-index: 0;
}

.thumbnail:hover, .thumbnail2:hover, .thumbnail3:hover, .thumbnail4:hover, .thumbnail5:hover {
background-color: transparent;
z-index: 50;
}

.thumbnail span, .thumbnail2 span, .thumbnail3 span, .thumbnail4 span, .thumbnail5 span { /*CSS for enlarged image*/
position: absolute;
background-color: #7FC31C;
padding: 5px;
left: -1000px;
border: 1px solid #dedede;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img, .thumbnail2 span img, .thumbnail3 span img, .thumbnail4 span img, .thumbnail5 span img { /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 30px;
left: 0px; /*position where enlarged image should offset horizontally */

}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 30px;
	left: -160px; /*position where enlarged image should offset horizontally */

}

.thumbnail3:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 30px;
	left: -360px; /*position where enlarged image should offset horizontally */
}

.thumbnail4:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -530px;
	left: -100px; /*position where enlarged image should offset horizontally */
}

.thumbnail5:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -530px;
	left: -260px; /*position where enlarged image should offset horizontally */
}