@charset "UTF-8";
/* CSS Juicy Geography - needs cleaning up a little */

/* general */

html,body{
	margin:0;
	padding:0;
	background-color: #FFFFFF;
}


/* typography */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #3F4554;
	text-align: center;
	line-height: 1.4em;
	font-weight: 200;
	}

p,h1,h2,h3,h4,h5{
margin:0 6px 6px
}


h1, h2, h3, h4 h5{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal;
	}

h1 {
	font-size: 1.8em;
	color: #79B30B;
	}


h2 {
	font-size: 1.6em;
	line-height: 2em;
	color: #434343;
	}

h3 {
	font-size: 1.2em;
	font-weight: 400;
	color: #202020;
	}
	
h4 {
	font-size: 1.2em;
	color: #79B30B;
	font-weight: 400;
	}

ul
{
list-style-type: none;
padding: 0;
margin-left: 1em;
}
li

{
margin-top: 0.4em;
line-height: 1.8em;
}


a:link {
	color: #666666;
text-decoration: underline;	
}

a:visited {
color: #666666;
}

a:hover {
	color: #79B30B;
	text-decoration: underline;
	}

a:active {
	background-color: #99CC99;
}

#footer p{
	text-align: center;
	word-spacing: 10px;font-size: 1em
	}


/* images */

img {
	border: none;
	}
	
.imgp {
	border: thin solid #666666;
}

.imgpcentre {
	border: thin solid #666666;
	 display: block;
    margin-left: auto;
    margin-right: auto }




/* design*/

#header{
	margin: 10px;
	padding-left:10px;
	background: #FFFFFF;
	}


 #nav{
	margin:15px 15px 15px 15px;
	color: #333333;
	border-bottom-style: solid;
	border-top-style: solid;
	border-width: 1px;
	text-align: center;
	word-spacing: 8px;
	font-size: 1.1em;
	padding: 5px;
	background-color: #EBEEE2;
			} 
  
#container{text-align:left; background-color: #FFFFFF;}

#content p{
	line-height:1.4;
	background-color: #FFFFFF;
}
#navigation{
	background:#FFFFFF
}

#extra{background:#FFFFFF
}

#textnav{
	text-align: center;
}
	



/* structure*/

#container{
	width:700px;
	margin:10px auto;
	border-right-style: solid;
	border-left-style: solid;
	border-width: 1px;
	border-color: #BAD882;
	
}

#footer{
	clear:both;
	margin:15px 15px 15px 15px;
	padding: 5px;
	background-image: none;
	height: 20px;
	border-top-style: solid;
	border-width: 1px;
	border-color: #79B30B;
	}

 #tablecentre {
	margin-right: auto;
	margin-left: auto;
	width: 340px;
	background-color: #FFFDDE;
	border-color: #CCCC99;
	border-style: solid;
	border-width: 1px;
}

/* right hand optional content*/

#rightcontainer{
	width:140px;
	border-width: 1px;
	border-color: #BAD882;
	float: right;
	padding:0  0 5px 10px;
	margin-left:10px;
	border-left-style: dotted;
	border-bottom-style: dotted;
}

#pano{
	width: 420px;
	height: 300px;
	margin: 0px auto -1px auto;
	margin:10px auto;
	border-right-style: solid;
	border-left-style: solid;
	border-width: 1px;
	border-color: #999999;
	padding-left: 10px;
	border-bottom-style: solid;
	background-color: #FFFDDE;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top-style: solid;
}
#krpanoDIV
{
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}

#gmap
{
	width: 430px;
	height: 360px;
	border-width: 1px;
	border-color: #999999;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	padding: 7px 4px 16px 6px;
}

#gmap2
{
	width: 600px;
	height: 550px;
	border-width: 1px;
border-color: #999999;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	padding: 7px 4px 17px 6px;
}

#video
{
	width: 572px;
	height: 464px;
	margin-left: auto;
	margin-right: auto;
	
}




/* three column optional content*/

.xouter3{
	width:100%;
	margin:5px 0 5px 0;
	padding-top: 10px;
}
.xleftcol3{
	float: left;
	width: 33%;
		border-right-style: dotted;
	border-width: 1px;
	}
.xmiddlecol3 {
	overflow:auto;
		border-right-style: dotted;
	border-width: 1px;
}
* html .xmiddlecol3{float:left}
* html .xmiddlecol3 .xinner3{width:100%;}

.xrightcol3 {
	float:right;
	width: 33%;
	position:relative;
	border-width: 1px;
}

.question {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;color: #333333;
	border: 2px dotted #CCCC99;
	}
.bolder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: 800;
	color: #333;
}
