/* TOUCHING THE CITY GENERAL PAGE RULES */

body {
	background-color: #FFFFFF;
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background-attachment: fixed;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #DFFB4A;
	font-weight: normal;
}


h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #DFFB4A;
	font-weight: normal;
	font-size:14px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 14px;
	color: #333333;
}

h5{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 11px;
	color: #333333;
}

p{
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #333333;
}


/* menu links*/

ul#nav {
	list-style-type: none;
	margin: 0;
}
	
ul#nav li {
}

ul#nav li a:link {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	background-color:#CCFF00;}
	
ul#nav li a:visited {
	text-decoration: none;
	color: #333333; 
	font-weight: normal;
	background-color:#CCFF00;
}
ul#nav li a:hover  {
	text-decoration: none;
	color: #FFFFFF; 
	font-weight: normal;
	background-color: #CCFF00;
}
ul#nav li a:active {
	text-decoration: none;
	color: #FFFFFF; 
	font-weight: normal;
	background-color: #CCFF00;
}





ul#navproj02 {
	list-style-type: none;
	margin: 0;
}
	
ul#navproj02 li {
}

ul#navproj02 li a:link {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	background-color:#FF66CC;}
	
ul#navproj02 li a:visited {
	text-decoration: none;
	color: #333333; 
	font-weight: normal;
	background-color:#FF66CC;
}
ul#navproj02 li a:hover  {
	text-decoration: none;
	color: #FFFFFF; 
	font-weight: normal;
	background-color: #FF66CC;
}
ul#navproj02 li a:active {
	text-decoration: none;
	color: #FFFFFF; 
	font-weight: normal;
	background-color: #FF66CC;
}




#logo {
	z-index:100;
	position: absolute;
}

#logo a {
	text-decoration: none;
	background-color: transparent;
}


/* menu layout*/


#menu {
	width: 300px;
	height: 600px;
	position: absolute;
	z-index:0;
	line-height: 15px;
	float: left;
	left: 1px;
	top: 5px;
}

#menubox1 {
	background: #CCFF33;
	width: 174px;
	text-align: right;
	position:absolute;
	left: 109px;
	top: 175px;
	padding-right:4px;
	background-color: #CCFF33;
	z-index:0;

}

#menubox2 {
	background: #CCFF33;
	width: 162px;
	text-align: right;
	position:absolute;
	left: 159px;
	top: 317px;
	padding-right:4px;
	background-color: #CCFF33;
	z-index:0;
}

#menubox3 {
	background: #CCFF33;
	width: 145px;
	text-align: right;
	position:absolute;
	left: 103px;
	top: 232px;
	padding-right:4px;
	z-index:0;
}

#menuboxproj02 {
	background:#FF66CC;
	width: 145px;
	height: 92px;
	text-align: right;
	z-index:1;
	position:absolute;
	left: 104px;
	top: 301px;
	padding-right:4px;
	top: 440px;
	background-color: #FF66CC;
}

#menuboxproj01 {
	background: #FF3333;
	width: 140px;
	height: 109px;
	text-align: right;
	z-index:1;
	position:absolute;
	left: 54px;
	top: 301px;
	padding-right:4px;
	top: 332px;
}

#picmenu {
	background-color: white;
	padding: 10px;
	width:290px;
	margin: 10px;
	z-index: -2;
	position:absolute;
	left: 32px;
	top: 61px;
	
}
#walksticker{
	position:absolute;
	left: 855px;
	top: 8px;
	z-index:1000;
}

#walksticker a {
	text-decoration: none;
	background-color: transparent;
}

#datasticker{
	position:absolute;
	left: 887px;
	top: 159px;
	z-index:800;
}

#datasticker a {
	text-decoration: none;
	background-color: transparent;
}

#lfasticker{
	position:absolute;
	left: 898px;
	top: 152px;
	z-index:800;
}

#lfasticker a {
	text-decoration: none;
	background-color: transparent;
}

/* links*/

 a:link {
	color: white;
	text-decoration: none;
	font-weight: normal;
	background-color:#000000;
	

 }
 a:visited {
	text-decoration: none;
	color: white; 
	font-weight: normal;
	background-color:#000000;
 }
 
 a:hover  {
	text-decoration: none;
	color: #FF3333; 
	font-weight: normal;
	background-color:white;
}
 
 a:active {
	text-decoration: none;
	color: #CCFF00; 
	font-weight: normal;
	background-color:white;
}


/* page layout */

#container { 
	width:500px;
	margin-left: 400px;
	background-color: white;
	position: relative;
	margin-top: 20px;
	padding-top: 60px;
	padding-left: 60px;
	padding-bottom: 20px;

}

#text {
	width: 400px;
	margin-bottom: 10px;
}

.data {
	border: 1px dotted #333333;
	padding: 6px;
	margin-top: 6px;
	margin-right:6px;
}

#colouredbox {
	background-color:#FF6666;
	padding: 6px;
	width:388px;
	margin-top: 10px;
	margin-bottom:10px;
}

#clearer {
	clear: left; 
	line-height: 0; 
	height: 0;
	float: inherit;
	margin-top: 50px;}

p#bottom {
	font: 9px Georgia, "Times New Roman", Times, serif;
	color: #808080;
	padding: 10px 0 0 10px;
	margin: 30px 0 0 0;
	}
	
#credit {
	position: absolute;
	left: 43px;
	top: 526px;
}

#bscontainer {
	width:540px;
	background-color: white;
	position: relative;
	padding-top: 10px;
	padding-left: 40px;
	padding-bottom: 10px;
	height: 640px;
	margin: 10px;

}

#benchspacetext{
	height:80px;
	width: 488px;
	}

		
/* images */
#piclarge {
	background-color: white;
	padding: 10px;
	width:430px;
}

#picreg {
	border: 1px dotted #666666;
	margin-top:6px;	
	margin-right:6px;
	background-color:white;
}

.picreg a {
	text-decoration: none;
	border: 1px dotted #333333;
	padding: 6px;
	margin-top: 6px;
	margin-right:6px;
}

#picnoborder a {
	text-decoration: none;
	background-color: transparent;
}

#piclabel {
	padding: 5px;
}

/*tooltips
#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: #CCFF00;
visibility: hidden;
z-index: 1000;
}*/
