@charset "utf-8";

html, body {margin:0px; padding:0px;}

body {
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
}

a {
	text-decoration:none;
	color:#666;
}

h2 {
	color:#0069aa;
	margin:0px;
	padding:0px;
	font-size:1.4em;
}

h3 {
	color:#0069aa;
	margin:0px;
	padding:0px;
	font-size:1.3em;
}

#div-header {
	background-color:#ffffff;
	width:888px;
	height:80px;
	padding:0px 16px;
	margin:20px auto 0px;
}
	#div-languages {
		width:244px;
		height:20px;
		float:right;
		display:inline;
		font-size:1.2em;
		margin-top:14px;
	}
	
#div-pagetools {
	background-color:#ffffff;
	width:888px;
	height:20px;
	padding:0px 16px;
	margin:auto;
}
	#div-pagetools-text {
		width:244px;
		float:right;
		display:inline;
		font-size:1.2em;
	}

#div-projects-menu {
	background-color:#ffffff;
	background-image:url(../images/topmenu-bg.gif);
	width:888px;
	height:18px;
	padding:0px 16px;
	margin:auto;
}
	#div-projmenu-one {
		width:109px;
		height:14px;
		padding: 2px 9px;
		float:left;
		display:inline;
		font-size:1.2em;
		font-weight:bold;
		cursor:pointer;
	}
	
	#div-projmenu-two {
		width:109px;
		height:14px;
		padding: 2px 9px;
		margin-left:5px;
		float:left;
		display:inline;
		font-size:1.2em;
		font-weight:bold;
		cursor:pointer;
	}
	
	#div-projmenu-three {
		width:109px;
		height:14px;
		padding: 2px 9px;
		margin-left:5px;
		float:left;
		display:inline;
		font-size:1.2em;
		font-weight:bold;
		cursor:pointer;
	}
	
	#div-projmenu-right {
		width:234px;
		height:14px;
		padding: 2px 9px;
		float:right;
		display:inline;
		font-size:1.2em;
		font-weight:bold;
	}
	
#div-project-infobar {
	background-color:#ffffff;
	width:888px;
	height:18px;
	padding:5px 16px 0px;
	margin:0px auto 0px;
}

#div-project-infotxt {
	background-color:#000000;
	color:#ffffff;
	padding:2px 9px;
	height:14px;
	font-size:1.2em;
	font-weight:bold;
}

#div-topmenu {
	background-color:#ffffff;
	background-image:url(../images/topmenu-bg.gif);
	width:888px;
	height:18px;
	padding:0px 16px;
	margin:auto;
}
	#div-topmenu-one {
		width:109px;
		height:14px;
		padding: 2px 9px;
		float:left;
		display:inline;
		font-size:1.2em;
		font-weight:bold;
		cursor:pointer;
	}
	
	#div-topmenu-two {
		width:109px;
		height:14px;
		padding: 2px 9px;
		margin-left:5px;
		float:left;
		display:inline;
		font-size:1.2em;
		font-weight:bold;
		cursor:pointer;
	}
	
	#div-topmenu-three {
		width:109px;
		height:14px;
		padding: 2px 9px;
		margin-left:5px;
		float:left;
		display:inline;
		font-size:1.2em;
		font-weight:bold;
		cursor:pointer;
	}
	
	#div-topmenu-right {
		width:234px;
		height:14px;
		padding: 2px 9px;
		float:right;
		display:inline;
		font-size:1.2em;
		font-weight:bold;
		cursor:pointer;
	}
	
#div-bottommenu {
	background-color:#ffffff;
	background-image:url(../images/bottommenu-bg.gif);
	width:888px;
	height:40px;
	padding:0px 16px;
	margin:auto;
}

	#div-bottommenu-one {
		width:109px;
		height:31px;
		margin-top:5px;
		padding: 2px 9px;
		float:left;
		display:inline;
		font-size:1.2em;
		cursor:pointer;
	}
	
	#div-bottommenu-two {
		width:109px;
		height:31px;
		margin-top:5px;
		margin-left:5px;
		padding: 2px 9px;
		float:left;
		display:inline;
		font-size:1.2em;
		cursor:pointer;
	}
	
	#div-bottommenu-three {
		width:109px;
		height:31px;
		margin-top:5px;
		margin-left:5px;
		padding: 2px 9px;
		float:left;
		display:inline;
		font-size:1.2em;
		cursor:pointer;
	}
	
	#div-bottommenu-four {
		width:109px;
		height:31px;
		margin-top:5px;
		margin-left:5px;
		padding: 2px 9px;
		float:left;
		display:inline;
		font-size:1.2em;
		cursor:pointer;
	}

	#div-bottommenu-rightblank {
		width:252px;
		height:35px;
		margin-top:5px;
		float:right;
		display:inline;
	}

.menu-darkgrey {
	color:#ffffff;
	background-color:#a2968a;
}

.menu-midgrey {
	color:#ffffff;
	background-color:#ccc5bd;
}

.menu-lightgrey {
	color:#666;
	background-color:#e3e0db;
}

.menu-blue {
	color:#ffffff;
	background-color:#0069aa;
}

.menu-paleblue {
	color:#ffffff;
	background-color:#6699FF;
}

.blue-txt {
	color:#0069aa;
}

.blue-txt-mid {
	color:#0069aa;
	font-weight:bold;
	font-size:1.1em;
}

.blue-txt-lrg {
	color:#0069aa;
	font-weight:bold;
	font-size:1.3em;
}

.paleblue-txt {
	color:#6699FF;
}

#div-vista {
	background-color:#ffffff;
	width:888px;
	height:174px;
	padding:5px 16px 0px;
	margin:auto;
}

#div-main {
	background-color:#ffffff;
	width:888px;
	height:345px;
	padding:0px 16px;
	margin:auto;
}

	#div-main-left {
		float:left;
		display:inline;
		width:428px;
		height:282px;
		padding:25px 10px;
		/*background-color:#dddad5;*/
	}
	
	#div-main-right {
		float:right;
		display:inline;
		width:228px;
		height:282px;
		padding:25px 12px;
		background-color:#dddad5;
	}
	
	#div-main-map {
		float:left;
		display:inline;
		width:631px;
		height:327px;
		padding:0px;
		background-image:url(../images/lightstripes-bg.gif);
		background-color:#dddad5;
		margin-top:5px;
	}
	
#div-footer {
	background:#000000;
	width:888px;
	height:20px;
	padding:5px 16px;
	margin:auto;
	color:#ffffff;
}

	#div-footer-left {
		float:left;
		display:inline;
	}
	
	#div-footer-right {
		float:right;
		display:inline;
	}

.bodycopy {
	color:#666;
	font-size:1.4em;
}

.addresscopy {
	color:#666;
	font-size:1.3em;
}

#img-hglogo {
	border:none;
	width:273px;
	height:80px;
}

#img-vista {
	width:888px;
	height:174px;
	border:0px;
}

.img-download {
	vertical-align:top;
	border:none;
}

ul {  
	margin-left:0px;
	padding-left:0px;
}  
  
ul li {  
	list-style-type:none;  
	background-image:url(../images/bullet-arrow.gif);  
	background-position:0px 3px;  
	background-repeat:no-repeat;
	padding-left:14px;
	color:#666;
	font-size:1.4em;
	margin-top:5px;
}

#table-endorsements th {
	vertical-align:top;
	text-align:left;
	padding:10px 0px;
	border-top: 1px solid #bbb;
}

#table-endorsements td {
	vertical-align:top;
	text-align:left;
	padding:10px 0px;
	border-top: 1px solid #bbb;
}

#table-links td {
	vertical-align:top;
	text-align:left;
	padding:1px 0px;
	font-size:1.2em;
}
