/* Body */

body
{

	background-color: #FFFFFF;
	color: #000000;
	margin-top: 0px;
	font-family: arial,sans serif;

}

/* Links */

a:link, a:active
{

	color: #010070;

}

/* Table */

table, td
{

	font-family: arial,sans serif;
	font-size: 0.95em;
	color: #000000;
	line-height: 1.2em;

}

#centerwrap 
{
	width: 100%;
	align: center;
}

.contentpadding
{
	width: 760px;
	padding: 0px 20px 0px 20px;

}

/* Text */

h1 
{

	font-family: verdana,arial,sans serif;
	font-weight: 700;
    color: #FFFFFF;
	text-align: left;
	font-size: 2em;
	padding-left: 18px;
	padding-top: 10px;
	
}

h2
{

	font-family: verdana,arial,sans serif;
	font-weight: 700;
    color: #FFFFFF;
	text-align: left;
	font-size: 0.9em;
	padding-left: 18px;
	
}

/* User Defined */


/* Header */

.header_homepage 
{ 
	
	width: 610px; 
	height: 117px; 
	background-image: url(../images/homepage_bg.jpg); 
	background-repeat: no-repeat; 
	background-position: 100% 0%;
	
}

.header_stonejetty
{ 
	
	width: 610px; 
	height: 117px; 
	background-image: url(../images/stonejetty_bg.jpg); 
	background-repeat: no-repeat; 
	background-position: 100% 0%;
	
}

.header_art
{ 
	
	width: 610px; 
	height: 117px; 
	background-image: url(../images/art_bg.jpg); 
	background-repeat: no-repeat; 
	background-position: 100% 0%;
	
}

.header_comeandsee
{ 
	
	width: 610px; 
	height: 117px; 
	background-image: url(../images/comeandsee_bg.jpg); 
	background-repeat: no-repeat; 
	background-position: 100% 0%;
	
}

.header
{

	font-weight: bold;

}

/* Top Links */

.toptextlinks 
{
	
	font-family: verdana,arial,sans serif; 
	font-size: 0.8em;
	font-weight: 600;
	text-decoration: none;
	color: #00538D;
	margin-left: 6px;
	
}

.toptextlinks a
{
	
	color: #00538D; 
	text-decoration: none; 
	margin-left: 18px;
	
}

/* Menu Links */

a.menulinks
{

	font-family: verdana,arial,sans serif; 
	font-size: 0.75em;
	font-weight: 600;
	text-decoration: none;
	line-height: 20px;
	color: #00538D;

}

a.menulinks:hover
{

	color: #000000;
	text-decoration: underline;

}

/* Map Keys */

.ternkey
{

	color: #2A5DAA;

}

.townkey
{

	color: #3B3D3F;

}

.ternnum
{

	width: 20px;
	height: 15px;
	text-align: center;
	background-color: #2A5DAA;
	color: #FFFFFF;
	font-weight: bold;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-top: 3px;
	
}

.townnum
{

	width: 20px;
	height: 15px;
	text-align: center;
	background-color: #3B3D3F;
	color: #FFFFFF;
	font-weight: bold;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-top: 3px;
	
}