/*MENU*/

.menu{
	height: 30px;
	position:relative;
	z-index:100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 3px 0 0 0;
	cursor:pointer;
    cursor:hand;
*/	}

/* hack to correct IE5.5 faulty box model */
* html .menu{
	width:801px;
	w\idth:800px;
	}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul{
	padding:0;
	margin:0;
	list-style-type:none;
	}

.menu ul ul{
	width:349px;
	}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li{
	float:left;
	position:relative;
	background-color: #1d39d8;
	margin: 0 1px 0 1px;
	padding: 0 3px 1px 3px;
	border: solid black 1px;
	border-bottom: 0;
	border-radius: 7px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-webkit-border-radius: 7px;
	}
.menu img{
	vertical-align: middle;
	border: 0;
	}

/* style the links for the top level */
.menu a, .menu a:visited{
	color: white;
	display:block;
	text-decoration:none;
	height:20px;
	border:0;
	}
.menu a:hover{
	text-decoration: none;
	}


/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited{
	width:349px;
	w\idth:338px;
	}


/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited{
	background-color:#1d39d8;
	}

/* style the second level hover */
.menu ul ul a.drop:hover{
	background-color:#1d39d8;
	}

.menu ul ul :hover > a.drop{
	background-color:#8e9eff;
	}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited{
	background-color:#1d39d8;
	}

/* style the third level hover */
.menu ul ul ul a:hover{
	background:#8e9eff;
	}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul{
	visibility:hidden;
	position:absolute;
	height:0;
	top:21px;
	left:-2;
	border-top:0px;
	}

/* another hack for IE5.5 */
* html .menu ul ul{
	top:30px
	;t\op:31px;
	}

/* position the third level flyout menu */
.menu ul ul ul{
	left:275px;
	top:-1px;
	width:349px;
	}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left{
	left:-149px;
	}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table{
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
	}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited{
	border-top: 0;
	background:#1d39d8;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:250px;
	}

.menu ul ul li{
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited{
	width:350px;
	w\idth:328px;
	}

/* style the top level hover */
.menu a:hover, .menu li:hover, .menu ul ul a:hover{
	background:#8e9eff;
	}
.menu :hover > a, .menu ul ul :hover > a {
	background:#8e9eff;
	}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{
	visibility:visible;
	background:#8e9eff;
	}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
	}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	visibility:visible;
	}

/*END OF MENU STUFF*/

head{
	text-shadow: #000000 0 0 0px; 
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	text-shadow: #000000 0 0 0px;
}

a{
	text-decoration: none;
	color: #0000ff;
	}

body a:hover{
	text-decoration: overline underline;
	}

.menudivider{
	font: 0;
	font-size: 0;
	clear: both;
	width: 100%;
	height: 2px;
/*	border-top: 1px solid #fff; */
	background: blue;
	overflow: hidden;
	}

.title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000000;
}

.logos{
    float: left;
    width: 140px;
    margin-right: 1em;
    text-align: center;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #ffffff;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #ffffff;
	margin-top: 0px;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #ffffff;
	margin: 0px;
}

#links{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 100%;
}
.link{
	float: left;
	color: #000000
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

.imgandtext{
	display: table;
}

.imgandtext p{
	display: table-cell;
	vertical-align: middle;
}

#buttons{
	list-style-type:none;
	position: relative;
	display: inline;
	clear: both;
}
	
#buttons li{
	float:left;
	position:relative;
	display: inline;
	padding: 5px;
}

#buttons a{
	font-size: 16px;
	text-align: center;
	display: block;
	text-decoration:none;
	outline:none;
	background: red;
	border: 1px solid black;
	color: white;
	height: 20px;
	width: 150px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

table {
      border-collapse: collapse;
      border-spacing: 0;
}

#TICKER {
/*	float: right;
*/
	overflow: hidden;
/*	width: 225px;
*/
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 4px;
}

#pup {
  position:absolute;
  z-index:200; /* always on top*/
  padding: 3px;
  margin-left: 10px;
  margin-top: 100px;
  width: 400px;
  border: 1px solid black;
  background-color: #555;
  color: white;
  font-size: 0.95em;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
margin-left: 3px;
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -150px;
left: 400px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/* iframe scaling */
#wrap { width: 900px; height: 800px; padding: 0; overflow: hidden; }
#frame { width: 1024px; height: 800px; border: 1px solid black; }
#frame {
    zoom: 0.75;
    -moz-transform: scale(0.75);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.75);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.75);
    -webkit-transform-origin: 0 0;
}
iframe {
overflow: hidden;
}

/* Case study tables */

DIV.base-layer {
  background: none #8e9eff; border: solid #333333 1px; color: #000000;
  margin: 0; padding: 0; text-align: center; width: 780px; position: relative;
}

DIV.aerialphoto {
  text-align: center;
  position:absolute;
  top:25px;
  right:0;
  width:300px;
}

DIV.table-row {
  background: none #ffffcc; border: solid #000000 1px; color: #000000;
  margin-left: 3px; padding: 3px; text-align: left; width: 60%;
}

DIV.left-container {
  border: none; float: left; margin: 0; padding: 0; width: 40%;
}

DIV.right-container {
  border: none; float: left; margin: 0; padding: 0; width: 60%;
}


/* Watch out for this DIV... rule, it appears every now and then */

DIV.space-line {
  clear: both; margin: 0; padding: 0; width: auto;
}

/* Some rules for captions, headers and running text */

H4.table-caption {
  background: transparent; color: white; font-family: sans-serif;
  font-size: 1.5em; font-style: italic; font-weight: bold; margin: 0;
  padding: 0.3em; text-align: center; width: auto;
}

/* End of layer specific style rule set */

