/* CSS Document */

/* Each individual page outside of the template will have its own personal CSS file 
The advantage to this is that the template is never altered by accident, and each individual
page as a set amount of space to work with.   

/*INFO STYLES*/


/*  EDIT BELOW THIS LINE ONLY. The style setting above maintains the visible area. if you have 
a page that extends above 600px, the page should automatically adjust. */

#title{
	text-align:left;
	padding:5px 0 5px 0;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;

}

#admin
{
    position:absolute;
    top:790px;
    left:800px;
    text-align:right;
    
}

/*
body{
    scrollbar-face-color:#ABCABC;
    scrollbar-arrow-color:#FFFFFF;
    scrollbar-track-color:#DDDDFF;
    scrollbar-shadow-color:'';
    scrollbar-highlight-color:'';
    scrollbar-3dlight-color:'';
    scrollbar-darkshadow-Color:#000000;
}*/

#admin a
{
    font-size:x-small;
}

#go_home a
{
    font-size:x-small;
}

#return
{
    position:absolute;
    text-align:right;
    width:200px;
    left:725px;
    top:750px;
}

#go_home
{    
    position:absolute;
    left: 36px;
    top:790px;
    font-size:x-small;
}

h2{
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	height: 35px;
	padding: 0 10px 0 10px;
}

#hotline
{
    display:block;
	text-align:left;
	position:absolute;
	left:63px;
	top:650px;
	width:630px;
	padding: 0 10px 0 10px;
}

#hotline span
{
    display:block;
    padding:0px;
	text-align:left;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

#hotline h2
{
    color:Red;
    padding:0px;
    font-style:italic;
}

#overview_map
{
    display:block;
	text-align:center;
	position:absolute;
	width:360px;
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	top: 260px;
	left:490px;
}



#supporting_text{
	display:block;
	position:absolute;
	width:360px;
	height:180px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	left: 490px;
	top:50px;
}

#extraImage1 h2
{
	color: #739FBE;
	text-align:center;
}

#supporting_text p span{
	font-weight: bold;
	display:inline;
}

#supporting_text p
{
    text-align:left;
    padding:0px 0px 0px 15px;
}

#LL_Wrapper
{
	position:absolute;
	top:335px;
	left:50px;
	width:350px;
	text-align:center;
}

#LL_Wrapper span
{
    display:block;
	font-weight:bold;
	border-top: solid 1px #000000;
	border-bottom: dotted 1px #000000;
	height:20px;
	width:350px;
	padding-top: 5px;
}

#Linklist
{
    padding-top:10px;
	height:210px;
	overflow:auto;
}

#Linklist ul {
	margin: 0 0 0 0;
	padding-left: 0px;
	list-style-type: none;
}

#Linklist li{
	display:block;
	height:45px;	
}

#Linklist span, a{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #6D715D;
}

#Linklist a{
	text-decoration:underline;
}

