*
{
    margin: 0px 0px;
}

html
{
    background-color: #8EA69B;
    color: #000000;
}

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 850px;
    min-width: 700px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

#PageWrapper
{
    width: 850px;
}

#Masthead
{
    height: 125px;
    background-color: #E9E9E9;
    border: #000 solid;
    border-width: 0px 0px 0px 0px;
}

img#MastheadImgLeft
{
    float: left;
}

img#MastheadImgRight
{
    float: right;
}

#Masthead a img
{
    border-style: none;
}

#Navbar
{
    background-color: #000000;
    width: 100%;
    height: 28px;
    font-size: 10px;
    color: #FFFFFF;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

img#NavbarRight
{
    float: right;
}

div#Navbar ul
{
    float: left;
    margin: 0px;
    padding: 0px;
    line-height: 28px;
    white-space: nowrap;
}
	
div#Navbar li
{
    margin: 0px;
    padding: 0px;
    display: inline;
    list-style-type: none;
}
	
div#Navbar ul li a
{
    color: #E9E9E9;
    padding: 7px 10px;
    text-decoration: none;
}
	
div#Navbar a:hover
{
    color: #8EA69B;
    font-weight: bold;
    text-decoration: none;
}

div#Breadcrumbs
{
    font-size: x-small;
    color: #8EA69B;
    padding: 5px;
}

div#HomePhotoLinks img
{
    border-width: medium;
    border-style: inset;
    margin: 10px;
}

div#GPSMapsPhotoLinks img
{
    border-width: medium;
    border-style: inset;
    margin: 25px 5px 25px 5px;
}

#Content
{
    background-color: #E9E9E9;
}

#Footer
{
    font-size: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

#Footer a img
{
    border-style: none;
}

#Copyright
{
    width: 100%;
    height: 40px;
    font-size: 10px;
    color: #e9e9e9;
    background-color: #8ea69b;
    padding-top: 5px;
    text-align: center;
}

h1
{
    color: #056839;
    font-size: 36px;
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: bold;
    text-align: center;
}

h2
{
    color: #056839;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: center;
}

h3
{
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: center;
}

h4
{
    padding: 10px 25px 5px 25px;
    font-size: 16px;
}

h5
{
    color: #056839;
    padding: 10px 25px 5px 25px;
    font-size: 16px;
}

p
{
    padding: 10px 25px 10px 25px;
    text-align: justify;
}

a:link
{
    color: #056839;
    text-decoration: none;
}

a:visited
{
    color: #8EA69B;
    text-decoration: none;
}

a:hover
{
    color: #800000;
}

a.external:link
{
    background: url(../images/external.gif) no-repeat 100% -1px;
    padding: 0 20px 0 0;
    color: #056839;
}

a.external:visited
{
    color: #8EA69B;
    background: url(../images/external.gif) no-repeat 100% -101px;
    padding: 0 20px 0 0;
}

a.external:hover
{
	color: #800000;
	background: url(../images/external.gif) no-repeat 100% -201px;
	padding: 0 20px 0 0;
    text-decoration: underline;
}

a.title
{
    font-size: 18px;
    font-weight: bold;
    color: #056839;
}

a.title:link
{
	color: #056839;
	text-decoration: none;
	font-weight: bold;
}

a.title:visited
{
	color: #8EA69B;
	text-decoration: none;
	font-weight: bold;
}

a.title:hover
{
    color: #800000;
    text-decoration: underline;
    font-weight: bold;
}

ul
{
    margin-top: 10px;
    margin-bottom: 10px;
}

li
{
    list-style-type: disc;
    text-align: justify;
    margin-right: 50px;
    margin-left: 50px;
    padding-bottom: 10px;
}

p.Caption
{
    font-size: 10pt;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

p.LightCaption
{
    font-size: 10pt;
    font-style: italic;
    text-align: center;
}

p.LargeCaption
{
    font-size: 12pt;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

p.LargeCaption a:link
{
    text-decoration: none;
}

p.Summary
{
    padding: 10px 50px 10px 50px;
    font-size: larger;
}

p.WarningHeader
{
    color: #FF0000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    font-style: italic;
}

p.Warning
{
    color: #FF0000;
    font-size: 14px;
}

p.VersionInfo
{
    font-size: 20px;
    font-weight: bold;
}

div.Download
{
    border: 2px solid #800000;
    background-color: #FFD6D6;
    color: #000000;
    padding: 12px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
    width: 75%;
}

div.Center
{
    padding: 0px;
    margin: 10px;
    text-align: center;
}

div.Warning
{
    width: 90%;
    background-color: #FFD6D6;
    color: #FF0000;
    padding: 10px;
    border: 2px solid #FF0000;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.Indent
{
    margin-top: 10px;
    margin-right: 50px;
    margin-bottom: 10px;
    margin-left: 50px;
}

div.Indent li
{
    list-style-type: circle;
}

div.DonateButton
{
    padding: 10px;
}

img.wBorder
{
    border: 5px inset #8EA69B;
}

p.Version
{
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #800000;
    text-align: center;
}

table.CustomTypes
{
    padding: 10px;
    font-size: 10px;
}

table.Download
{
    padding: 10px;
}

table.Download td
{
    padding: 5px;
    text-align: justify;
}

table.Upload
{
    width: 50%;
    margin-top: 25px;
}

table.Upload td
{
    padding: 3px;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}

.Label
{
    font-weight: bold;
}

table.badges
{
    border-width: thin;
    border-style: dashed;
    margin-right: 50px;
    margin-left: 50px;
}

table.badges td
{
    text-align: center;
    padding: 10px;
    vertical-align: middle;
}

table#UploadForm
{
    margin-top: 25px;
    margin-bottom: 25px;
}

table#UploadForm td
{
    vertical-align: top;
}

table#UploadForm td.Heading
{
    font-size: 20px;
    font-weight: bold;
}

table#UploadForm td.Label
{
    font-weight: normal;
    font-size: 14px;
    text-align: left;
}

table#UploadForm td.Entry
{
    font-size: smaller;
    text-align: left;
}

table#UploadForm td.Validator
{
    font-style: italic;
    font-size: 12px;
    color: #FF0000;
    text-align: center;
}

table#Nested
{
    font-size: xx-small;
}

table#Nested td.Label
{
    font-weight: bold;
    font-size: xx-small;
    font-style: italic;
    text-indent: 10px;
}

table#UserTypes
{
    margin: 0px;
}

table#UserTypes td
{
    vertical-align: middle;
    text-align: left;
    font-size: x-small;
}

table#UserTypes td.Heading
{
    vertical-align: middle;
    text-align: left;
    font-weight: bold;
    text-indent: 0px;
    font-size: x-small;
}

table#UserTypes td.Label
{
    text-indent: 10px;
    white-space: nowrap;
    font-size: x-small;
}

div.fix
{
}

div.fix ul
{
    margin: 0px;
    padding-right: 25px;
    padding-left: 25px;
}

div.fix li
{
    color: #A40101;
    font-size: 12px;
    padding: 5px;
    list-style-type: disc;
    text-align: justify;
}

div.fix li ul
{
    margin: 0px;
    padding-right: 5px;
    padding-left: 5px;
}

div.fix li li
{
    color: #A40101;
    font-size: 10px;
    padding: 5px;
    list-style-type: disc;
    text-align: justify;
}

div.change
{
}

div.change ul
{
    margin: 0px;
    padding-right: 25px;
    padding-left: 25px;
}

div.change li
{
	color:	#02138C;
    font-size: 12px;
    padding: 5px;
    list-style-type: disc;
    text-align: justify;
}

div.change li ul
{
    margin: 0px;
    padding-right: 5px;
    padding-left: 5px;
}

div.change li li
{
	color:	#02138C;
    font-size: 10px;
    padding: 5px;
    list-style-type: disc;
    text-align: justify;
}

div.change table
{
    padding: 10px;
    font-size: 10px;
}

div#gcMenu ul
{
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    white-space: nowrap;
    margin-top: 18px;
}
	
div#gcMenu li
{
    margin: 10px 0px 10px 0px;
    padding: 5px 10px 5px 10px;
    list-style-type: none;
    display: inline;
    list-style-type: none;
}

div#gcMenu ul li a
{
    color: #134005;
    text-decoration: none;
}

div#gcMenu a:hover
{
    color: #800000;
    font-weight: bold;
    text-decoration: underline;
}

div#FindMaps li
{
    margin: 0px 0px 0px 10px;
    font-size: 14px;
}

div#FindMaps ul
{
    margin-top: 5px;
    margin-bottom: 5px;
}

div#FindMaps a:hover
{
    color: #800000;
    text-decoration: underline;
}

div#WebRing
{
    text-align: center;
}

img#POTM
{
    border-width: 5px;
    border-style: inset;
}

img#Geocoin
{
    border-width: 5px;
    border-style: inset;
}

ul.links a
{
    font-weight: bold;
    font-size: medium;
    text-decoration: underline;
    font-style: normal;
}

ul.links a.inner
{
    font-size: small;
    font-style: italic;
    text-decoration: none;
}

ul.links li
{
    font-style: italic;
    font-size: small;
}

.ziplink
{
    font-size: 16px;
    padding-right: 22px;
    background: url(../images/zip_icon.gif) no-repeat 100%;
    font-weight: bold;
}

div.fireeagle_badge_main_container
{
}

div.fireeagle_badge_map_container
{
}

div#fireeagle_badge
{
}

div#fireeagle_badge li
{
    text-align: center;
    font-style: italic;
    font-size: medium;
}

.fireeagle_badge_data_container
{
    font-size: xx-small;
}