#page {position:absolute; left:10px; top:5px; width:960px; height:1px; }
#holder {background-color: #000; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position:top left;
	background-color: #fff;
	color:#000;
	position: relative; width: 960px; margin: 10px auto;
}

/*STYLES */
.yellow {font-size:13px; color:#FFd42a; }
.font9 {font-size:9px;}
.font10 {font-size:10px;}
.font11 {font-size:11px;}
.red {font-size:16px; color:#FF0000;}
.redsmall {font-size:9px; color:#FF0000;}
.strong {font-size:14px; font-weight:bold;}
.strike {text-decoration:line-through;}
hr {color:#222; padding:0px 0px 0px 0px; noshade;}
/* LAYERS */
/*TOP TOP TOP */
#titlebar {position:absolute; left:125px; top:4px; width: 320px; height: 46px; background:url(assets/images/JubileeBlock.jpg); background-repeat:no-repeat; border:none;}
#topinfo {position:absolute; left:330px; top:2px; width:308px; height:46px; font-size:36px;}
#weather {position:absolute; left:652px; top:2px; width:88px; height:46px; }
#topleft {position:absolute; left:2px; top:2px; width:384px; height:46px; }
#topright {position:absolute; left:460px; top:2px; width:384px; height:46px; }
#title {position:absolute; left:442px; top:65px; width:216px; height:30px; color:#000;}
/* BODY */
#menustrip {position:absolute; left:2px; top:65px; width:108px; border-top: 1px; border-top-color: #000; border-top-style:solid; padding-top: 8px; padding-right: 2px;}
#bodytext {position:absolute; left:120px; top:65px; width:500px;  border-left: 1px; border-right: 1px; border-right-color: #000; border-right-style: solid;  border-left: 1px; border-left-color: #000; border-left-style: solid;  padding-left: 10px; padding-top: 1px; padding-right: 10px;}
#rightstrip {position:absolute; border-top: 1px; border-top-color: #000; border-top-style:solid; padding-top: 8px; left:652px; top:65px; width:200px; height:566px; }

#Carousel {position:relative; left:4px; top:10px;  }
#botright {position:absolute; left:445px; top:426px; width:788px; height:260px; }
#copyright {position:relative; left:1px; top:10px; height:110px; font-size:10px;}

#map3d_container {position:relative; left:0px; top:10px; height:500px; width:488px; style:border 1px solid silver; margin:0px;}
#map3d {height:100%;}
#mapgoogle {position:relative; left:10px; top:40px; width:488px; height:366px; margin:1px;}
#mapjill {position:relative; left:10px; top:40px; width:488px; height:366px; margin:1px; }
#netext {position:absolute; left: 250px; top:1180px; width:auto; height:auto; }
#swtext {position:absolute; left: 120px; top:1380px; width:auto; height:auto; }
/* MAIN MENU STUFF */
img.navgif {border-style:none; text-decoration:none; color:#000;}
#navtext1 {position:absolute; left:13px; top:24px; width:80px; height:13px;}
#navtext2 {position:absolute; left:13px; top:40px; width:80px; height:13px;}
#navtext3 {position:absolute; left:13px; top:56px; width:80px; height:13px; }
#navtext4 {position:absolute; left:13px; top:72px; width:80px; height:13px; }
#navtext5 {position:absolute; left:13px; top:88px; width:80px; height:13px;}
#navtext6 {position:absolute; left:13px; top:104px; width:80px; height:13px;}

/* PROJECT MENU STUFF*/
#projecttext1 {position:absolute; left:614px; top:90px; width:105px; font-size:14px;}

/* PICTURE LAYERS */
#pic1layer {position:absolute; left:10px; top:430px; width:122px; height:97px;}


a {color:#ff0000;}
a:link    {text-decoration:none; color: #090  ; }
a:visited {text-decoration:none; color:#090;}
a:hover   {text-decoration:none; color:#acce70;}
a:active  {text-decoration:none; color:#090;}

a.map:link    {text-decoration:none; color:#fff; }
a.map:visited {text-decoration:none; color:#fff;}
a.map:hover   {text-decoration:none; color:#acce70;}
a.map:active  {text-decoration:none; color:#000;}

a.next:link    {text-decoration:none; color:#FFd42a; }
a.next:visited {text-decoration:none; color:#FFd42a;}
a.next:hover   {text-decoration:none; color:#acce70;}
a.next:active  {text-decoration:none; color:#FFd42a;}
a img {border:none;}

/* Thumbnail Viewer Stuff */
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Arial;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
color: #000000;
z-index: 5;
}