@charset "utf-8";
/* CSS Document */

body	{
	background-color: #1f4d61;
	font-family: tahoma, arial;
	color: black;
	letter-spacing: 0.5px;
	font-size: 9pt;
	margin-top: 10px;
}

h4	{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10pt;
}

img	{
	border: none;
}

a	{
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a:hover	{ /* text-decoration: underline; */}

a:visited	{ color: black; }


.button	{
	color: white;
	font-size: 7pt;
	font-weight: bold;
	text-align: center;
	width: 100px;
	border: 1px solid white;
	background: darkslategray url(../images/bg2.gif);
	padding-left: 5px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-top: 4px; 
	padding-bottom: 5px;
	margin: 0 auto;
}

.button:hover {
	text-decoration: none;
	cursor: pointer;
	background: darkslategray url(../images/bg2over.gif);
}

.button a:hover {
	text-decoration: none;
}

.quote	{
	display: block;
	background: url(../images/quote.gif) no-repeat;
	padding-left: 4px;
	padding-right: 3px;
	padding-top: 16px;
	font-size: 8pt;
}

.block-content span	{
	font-size: 8pt;
}
	
.sublink	{
	padding-left: 10px;
	font-size: 8pt;
	font-weight: normal;
}

/* ============================================== */


#centereddiv {
text-align: left;
width: 902px;
margin: 0 auto;
}


#topnav	{
	width: 902px;
	height: 116px;
   	margin: 0 auto;
}

/* ======================================================================= */

#middle	{
	width: 900px;
   	margin: 0 auto;
   	/* background: url(../images/content-bg.jpg) repeat-y; */
   	display: block;

}

#content	{
	margin: 0 auto;
	width: 506px;
	padding-bottom: 12px;
}

#content p, h4	{
	padding-left: 10px;
}

#contentwide	{
	margin: 0 auto;
	width: 688px;
	margin-left: 194px;
}

/* ====================== */

#rightnavbox {
	width: 184px;
	float: right;
}


#rightnavboxtop {
	width: 180px;
	height: 14px;
	background: gray url(../images/navboxtop.jpg) no-repeat top;
}

#rightnavboxcontent {
	width: 180px;
	background: #bebeae url(../images/navboxcontent.jpg) repeat-y;
	color: white;
	font-size: 8pt;
	line-spacing: 5px;
	/*
	border: 1px solid white;
	border-top: none;
	border-bottom: none; */
}

#rightnavboxbottom {
	width: 180px;
	height: 14px;
	background: #bebeae url(../images/navboxbottom.jpg) no-repeat bottom;
	/*
	border: 1px solid white;
	border-top: none; */
}


/* ====================== */


#navbox	{
	width: 182px;
	float: left;
	padding-left: 2px;
}


#navboxtop {
	width: 180px;
	/* height: 14px; */
	text-align: center;
	font-size: 8pt;
	padding-bottom: 1px;
	background: #1f4d61 url(../images/navboxtop.jpg) no-repeat top;
	
	border: 1px solid white;
}

#navboxcontent {
	width: 180px;
	background: #bebeae url(../images/navboxcontent.jpg) repeat-y;
	font-size: 8pt;
	line-spacing: 5px;
	padding-top: 5px;
	
	border: 1px solid white;
	border-top: none;
	border-bottom: none;
}

#navboxbottom {
	width: 180px;
	height: 4px;
	background: #bebeae url(../images/navboxbottom.jpg) no-repeat bottom;
	
	border: 1px solid white;
	border-top: none;
}

/* ======================================================================= */


#bottom	{
	width: 902px;
	/* padding-left: 1px; */
	height: 30px;
	clear: both;
	margin: 0 auto;	
}

#bottom2	{
	width: 902px;
	clear: both;
	font-size: 8pt;
	color: black;
	margin: 0 auto;	
}

#bottom2 a	{
	color: white;
}



/* =================================================================== */


#map	{
	padding-left: 0px;
	}
	
.navlist {
	list-style-image: url(../images/nav-bullet.gif);
	margin-left: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#navboxcontent p {
	padding-left: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
}



/* ============================================================== */

.tdlink	{
	border-bottom: 1px solid white;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.tdlink:hover
	{
	background-color: #aaaa9d;
	cursor: pointer;
}


.tdlink2	{
	border-bottom: 1px solid white;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
}

.tdlink2:hover
	{
	background-color: #aaaa9d;
	background: #aaaa9d url(../images/nav-bullet2.gif) no-repeat left;
	cursor: pointer;
}
