﻿a
{
	text-decoration: none;
	color: black;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0px;
}

h1
{
	font-size: 150%;
}

h2
{
	font-size: 140%;
}

h3
{
	font-size: 120%;
}


/* Menu Stuff */

#menu
{
	position: absolute;
	z-index: 100;
	margin-left: -235px;
}

dl, dt, dd
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu dl
{
	float: left;
	width: 10em;
}
#menu dt
{
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #FFCC00;
	margin: 1px;
	padding: 5px;
}
#menu dd
{
	display: none;
	border: 1px solid gray;
}

#menu ul
{
	list-style: none;
	margin: 0;
}
#menu li
{
	text-align: left;
	background: #fff;
}
#menu li a, #menu dt a
{
	text-decoration: none;
	display: block;
	height: 100%;
	padding: 2px 3px 2px 10px;
	border: 0 none;
}

#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus
{
	background: #eee;
}

#menu #menuHome a
{
	text-decoration: none;
	height: 100%;
	padding: 0px;
	border: 0 none;
}

#menu #menuHome a:hover
{
	background: none;
}

/* End Menu Stuff */

#news h2
{
	display: block;
	text-align: left;
	padding: 5px;
	margin: 0 0 5px 0;
	background-color: #FFCC00;
	color: Black;
}

#news p
{
	margin: 10px;
}

#popularLinks h3
{
	display: block;
	text-align: left;
	padding: 5px;
	margin: 0 0 5px 0;
	background-color: #088BDA;
	color: White;
}

#popularLinks ul
{
	border: 1px solid white;
	padding: 0px;
	list-style: none;
	margin: 10px;
}

#popularLinks li
{
	margin-top: 7px;
	margin-bottom: 7px;
}

#leftSecondary a
{
	display: block;
	padding: 3px 5px 3px 15px;
}

#leftSecondary a:hover
{
	color: black;
	background-color: #FFCC00;
}

#contentSecondary .pageTitle
{
	display: block;
	font-size: 140%;
	font-weight: bold;
	background: #088BDA;
	color: White;
	padding: 5px 0px 5px 10px;
}

input, select
{
	font-size: 90%;
}

textarea
{
	font-size: 90%;
}

.contactInfoTitle
{
	font-size: 105%;
	display: block;
	margin-bottom: 10px;
}

.linkTypeHeading
{
	font-size: 102%;
	display: block;
	border-bottom: 1px solid #FFCC00;
	border-left: 1px solid #FFCC00;
	margin: 15px 0px 5px 0px;
	padding: 3px 0 0px 8px;
}

.moduleHeader
{
	padding: 4px;
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	border-bottom: 2px dotted #088BDA;
	border-top: 2px dotted #088BDA;
	margin: 30px 0 3px 0;
}

.moduleHeader .select
{
	margin: 0 0 4px 0;
	font-size: 60%;
}

.moduleActions
{
	float: right;
}

#controlPanel .headerCol
{
	font-weight: bold;
	font-size: 104%;
	color: White;
	background: #088BDA;
	padding: 5px;
	border-right: 4px solid white;
}

#onlineForms h3
{
	display: block;
	margin: 15px 0 5px 0;
	padding: 5px;
	border: 2px solid #FFCC00;
	border-top: none;
	border-right: none;
}

#onlineForms a
{
	display: block;
	margin-left: 20px;
	padding: 3px;
	font-size: 115%;
}

#onlineForms a:hover
{
	text-decoration: underline;
}

#onlineForms a img
{
	margin-right: 5px;
}

.breadcrumbs
{
	display: block;
	margin: 5px 0 10px 10px;
	font-size: 104%;
	color: #088BDA;
	font-weight: bold;
}

.breadcrumbs a
{
	font-weight: normal;
}

.breadcrumbs a:hover
{
	color: #088BDA;
}

.dgRow
{
	color: Black;
	text-align: left;
	background-color: White;
}

.dgAlternatingRow
{
	color: Black;
	text-align: left;
	background-color: #C0DCF0;
}

.dgHeader
{
	background-color: #088BDA;
	font-weight: bold;
	font-size: 105%;
	color: White;
	font-weight: bold;
	text-align: left;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 5px;
	width: 300px;
}

.calendarSelected
{
	background-color: #FFCC00;
	border: 1px groove black;
	font-weight: bold;
}

.atlasLoading
{
	position: absolute;
	border: 1px solid black;
	background: #C0DCF0;
	top: 100px;
	z-index: 500;
	padding: 15px 30px 10px 30px;
}

.adminActionHeading
{
	display: block;
	background-color: #add8e6;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.goatMenuCategory
{
	text-align: center;
	font-weight: bold;
	background: #FFCC00;
	margin: 1px;
	padding: 5px;
}

.goatMenuCategory a
{
	text-decoration: none;
}

.goatMenuItem
{
	text-decoration: none;
	text-align: left;
}

.goatMenuItem a
{
	text-decoration: none;
}

.atlasLoader
{
	float: right;
	border: none;
}
