﻿/* Mapping */

#location
{
	padding-top: 3px;
	height: 500px;
	width: 700px;
	background-image: url('../images/controls/map/mapgradient.png');
	background-repeat: no-repeat;
	margin-left:5px;
}

/* Indicators */

.IndicatorTitle
{
	font-size: 20pt;
}

/* Help */

.helpQuestion 
{
	font-size: 13pt;
	font-weight: bold;
	color: #8e9bc5;
	margin-top:7px;
}

/* list item holding question at the top of the page */
li.helpQListQuestions, li.helpQListQuestions a {
	padding: 4px 0px 0px 0px;
	color: #8e9bc5;
}

.newsTitle
{
	font-size: 13pt;
	font-weight: bold;
	color: #8e9bc5;
	margin-top:7px;
}

/* Site Map */

a.Sitemap:hover
{
	color: #8e9bc5;
	text-decoration: underline;
}

a.Sitemap
{
	color: black;
	text-decoration: none;
	margin-left: 13px;
	padding-bottom:8px;
	padding-right: 8px;
}

a.Major
{
	font-size: 18pt;
	padding-top: 5px;
}

a.Minor
{
	padding-top: 2px;
	padding-left:20px;
}

/* Annual Reports */

#reports
{
	padding-left: 20px;
}

#reports a:hover
{
	color: #8e9bc5;
	text-decoration: underline;
}

#reports a
{
	font-size: large;
	color: black;
	text-decoration: none;
}

/* Links */

#links
{
	padding-left: 20px;
}

#links a:hover
{
	color: #8e9bc5;
	text-decoration: underline;
}

#links a
{
	font-size: large;
	color: #8e9bc5;
	text-decoration: none;
}