/* ================================================================================================== */
/* Generic Style Declarations */

body		{	background-color: #ffffff;
			color: #000000;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			margin: 10px 30px; }

b, strong	{	font-weight: bold; }

i, em, cite	{	font-style: italic; }

u		{	text-decoration: underline; }

abbr, acronym
		{	border-bottom: 1px dotted #333333;
			cursor: help; }

hr		{	color: #cccccc;
			height: 1px;
			background-color: #cccccc;
			border-top: 1px solid #cccccc; }

h1, h2, h3, h4, h5, h6, legend
		{	font-family: Arial, Geneva, Helvetica, sans-serif;
			font-weight: bold; 
			color: #666666;
			margin: 5px 0px; }

h1		{	font-size: 2.3em;
			margin-top: 0px;
			color: #EAA125;
			margin-bottom: 10px; }

h2, legend	{	font-size: 14px;
			color: #509568; }

h3		{	font-size: 12px; }

h4, h5, h6	{	font-size: 11px; }

h5		{	margin-left: 20px; }

h6		{	margin-left: 40px; }

dt, li		{	margin-top: 7px; }

sub, super	{	font-size: 75%; }

code, pre	{	font-family: Courier, "Courier New", fixed-width, monospace;
			font-size: 9px; }

td		{	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 10px; }

input, select, textarea
		{	font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #000000; }

small		{	font-size: 85%; }

fieldset	{	border: 1px solid #cccccc; }

a:link, a:visited, a:hover
		{	text-decoration: underline;
			color: #EAA125; }

a:visited	{	color: #007E52; }

a:hover		{	color: #333333; }

/* END Generic Style Declarations */
/* ================================================================================================== */





/* ================================================================================================== */
/* Styles for content containers */

.Content, font, #Content td.Content
		{	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 160%;
			color: #000000; }

#Content td.Content
		{	vertical-align: top;
			padding: 20px;
			padding-top: 0px; }

#Content td.Content p
		{	margin-top: 5px;
			margin-bottom: 15px; }

dd p, li p, dt p
		{	margin: 0px; }

/* END Styles for content containers */
/* ================================================================================================== */





/* ================================================================================================== */
/* Layout Styles */

#Content	{	clear: both; }

#Content, #Footer, #PriNav
		{	background-color: #ffffff;
			margin: 0px;
			padding: 0px;
			border-collapse: collapse;
			width: 100%;
			margin-left: auto;
			margin-right: auto; }

#Content td, #Footer td, #PriNav td
		{	padding: 0px; }

.PrintOnly, #PrintLogo, .Hide
		{	display: none; }

.Pull		{	border: 1px solid #cccccc;
			margin: 0px 8px 8px 8px;
			background-color: #eeeeee; }

.Pull td, .Pull	{	padding: 0px 5px 5px 5px; }

.Pull ul	{	padding-left: 15px;
			margin: 0px 5px 5px 12px; }

/* END Layout Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Banner Styles */

#TopBanner, #BottomBanner
		{	border-collapse: collapse;
			margin: 0px;
			width: 100%; }

#TopBanner	{	background-color: #007E52;
			background-image: url(/files/images/template/TopBanner_bg.gif);
			background-repeat: repeat-x;
			background-position: left bottom; }

#TopBanner td, #BottomBanner td
		{	padding: 0px; }

#TopBanner td#TopCrest
		{	background-image: url(/files/images/template/TopBanner_1.gif);
			background-repeat: no-repeat;
			background-position: left top;
			vertical-align: bottom; }

#TopBanner img#CrestTop
		{	background-image: url(/files/images/template/TopBanner_3.gif);
			background-repeat: no-repeat;
			background-position: left bottom; }

#TopBanner td#Logotype
		{	text-align: center;
			vertical-align: middle;
			width: 100%;
			background-image: url(/files/images/template/TopBannerDivider.gif);
			background-repeat: no-repeat;
			background-position: right top; }

#TopBanner td#Search
		{	background-image: url(/files/images/template/TopBanner_4.gif);
			background-repeat: no-repeat;
			background-position: right bottom;
			vertical-align: top; }

#BottomBanner	{	background-color: #968B4B;
			background-image: url(/files/images/template/BottomBanner_bg.gif);
			background-repeat: repeat-x;
			background-position: left top;
			margin-bottom: 2px; }

#BottomBanner td#CrestBot
		{	vertical-align: top;
			width: 162px;
			background-image: url(/files/images/template/BottomBanner_1.gif);
			background-repeat: no-repeat;
			background-position: left top; }

#BottomBanner td#BannerPhoto
		{	background-image: url(/files/images/template/BottomBanner_2.gif);
			background-repeat: no-repeat;
			background-position: right top;
			text-align: right; }

#BottomBanner td#BannerPhoto span#BannerPNG
		{	margin: 0px;
			padding: 0px;
			display: block;
			height: 122px;
			width: 524px;
			background-image: url(/files/images/template/banner_photo.png);
			float: right; }

/* END Banner Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Home Page Styles */

td#WeatherBug h2
		{	margin: 0px;
			padding: 5px 15px;
			color: #ffffff;
			text-transform: uppercase;
			font-family: Arial, Helvetica, Geneva, sans-serif;
			background-color: #007E52; }

td#Bookmarks	{	width: 210px;
			padding: 0px; }

td#Bookmarks ul	{	padding: 15px;
			border: 2px solid #C8C8C8;
			background-color: #F0F0F0;
			margin: 0px; }

td#Bookmarks li	{	padding: 0px;
			margin: 0px;
			line-height: 100%;
			border: 1px solid #F0F0F0;
			list-style-type: none;
			position: relative; }

td#Bookmarks li a
		{	display: block;
			border-bottom: 1px dotted #B4B4B4;
			padding: 3px 0px 5px 10px;
			margin: 0px;
			line-height: 100%;
			color: #787878;
			font-weight: bold;
			background-image: url(/files/images/template/bullet_arrow.gif);
			background-repeat: no-repeat;
			background-position: 0px 6px; }

td#Bookmarks li a.last
		{	border-bottom: none; }

td#Bookmarks li a:link, td#Bookmarks li a:visited, td#Bookmarks li a:hover, td#Bookmarks li a:active
		{	text-decoration: none;
			color: #787878; }

td#Bookmarks li a:hover
		{	color: #007E52; }

tr#Spacer td	{	padding: 2px 0px; }

td#Description h2
		{	margin: 0px 0px 10px 0px;
			padding: 5px 15px;
			color: #ffffff;
			text-transform: uppercase;
			font-family: Arial, Helvetica, Geneva, sans-serif;
			background-color: #509568;
			background-image: url(/files/images/template/nav_bg.gif);
			background-position: left bottom;
			background-repeat: repeat-x; }

td#Buttons p, td#Description p
		{	margin-top: 0px;
			margin-bottom: 10px; }

td#News		{	padding: 0px;
			color: #646464; }

td#News h2	{	margin: 0px;
			padding: 5px 15px;
			color: #ffffff;
			text-transform: uppercase;
			font-family: Arial, Helvetica, Geneva, sans-serif;
			background-color: #007E52; }

td#News dl	{	padding: 15px;
			padding-top: 5px;
			border: 2px solid #C8C8C8;
			border-top: none;
			background-color: #F0F0F0;
			margin: 0px; }

td#News dl dd	{	margin-left: 0px; }

td#News dl dt	{	margin: 10px 0px 5px 0px;
			padding-left: 10px;
			background-image: url(/files/images/template/bullet_arrow.gif);
			background-repeat: no-repeat;
			background-position: 0px 4px; }

td#News dl dt a	{	text-decoration: none; }

td#News dl dt a:hover
		{	text-decoration: underline; }

/* END Home Page Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Search Styles */

#SearchForm	{	padding: 20px 20px 0px 20px;
			margin: 0px;
			background-image: url(/files/images/template/TopBanner_2.gif);
			background-repeat: no-repeat;
			background-position: right top;
			white-space: nowrap; }

#SearchForm input
		{	border: 1px solid #000000; }

#SearchForm input#SearchKeywords
		{	padding-left: 1px; }

/* END Search Styles */
/* ================================================================================================== */





/* ================================================================================================== */			
/* Data Table Styles */

table.Data	{	border-collapse: collapse;
			border: 1px solid #666666;
			background-color: #ffffff;
			margin: 10px 0px; }

table.Data td, table.Data th, #Content table.Data td, #Content table.Data th
		{	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 10px;
			border: 1px solid #999999;
			padding: 3px 10px;
			vertical-align: top; }

table.Data th	{	background-color: #eeeeee;
			color: #000000;
			font-weight: bold;
			vertical-align: bottom; }

table.Data tr.NewRow td
		{	border-top: 1px solid #000000; }

table.Data .center
		{	text-align: center; }

table.Data .right
		{	text-align: right; }

table.Data .left
		{	text-align: left; }

table.Data .bold
		{	font-weight: bold; }

table.Data .nowrap
		{	white-space: nowrap; }

table.Data .HeaderCol, table.Data th.Vertical
		{	text-align: left; }

table.Data td table.Data td, table.Data td table.Data th, table.Data td table.Data
		{	border-color: #cccccc; }

table.Data tr.Divider th, table.Data tr.Divider td
		{	border-top: 4px double #000000; }

table.Data .Totals
		{	background-color: #eeeeee;
			font-weight: bold; }

table.Data .HideCol
		{	display: none; }

table.SizeChart	{	width: auto; }


/* END Data Table Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Application Error Styles */

.error          {       color: #ff0000; }

input.error, textarea.error, select.error
		{	background-image: url(/files/images/std/input_error.gif);
			background-position: top left;
			background-repeat: no-repeat;
			color: #000000; }

/* END Application Error Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Primary Navigation Styles */

#PriNav		{	background-color: #509568;
			background-image: url(/files/images/template/nav_bg.gif);
			background-position: left bottom;
			background-repeat: repeat-x;
			border-top: #f0f0f0;
			margin-bottom: 12px; }

#PriNav td	{	background-image: url(/files/images/template/nav_bottomright_bg.gif);
			background-position: right bottom;
			background-repeat: no-repeat; }

/* END Primary Navigation Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Sub-Navigation Styles */

#Content td#SubNav div
	 	{	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 11px;
			padding: 15px;
			line-height: 160%;
			border: 2px solid #C8C8C8;
			background-color: #F0F0F0; }

#SubNav div p	{	margin: 0px; }

#SubNav div a	{	display: block;
			border-bottom: 1px dotted #B4B4B4;
			background-image: url(/files/images/template/bullet_arrow.gif);
			background-repeat: no-repeat;
			background-position: 0px 10px; }

#SubNav div a#last
		{	border-bottom: none; }

#SubNav div a:link, #SubNav div a:visited, #SubNav div a:hover, #SubNav div a.Sel:link, #SubNav div a.Sel:visited, #SubNav div a.Sel:hover
		{	display: block;
			padding: 3px 0px 5px 10px;
			margin: 0px;
			line-height: 150%;
			color: #787878;
			font-weight: bold;
			text-decoration: none; }

#SubNav div a.Sel:link, #SubNav div a.Sel:visited, #SubNav div a.Sel:hover
		{	color: #cccccc; }

#SubNav div a:hover, #SubNav div a.Sel:hover
		{	color: #007E52; }

#SubNav div a.Sel:hover
		{	color: #cccccc; }

/* END Sub-Navigation Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Footer Styles */

#Footer		{	border-collapse: collapse;
			margin-top: 10px;
			background-color: #007E52;
			background-image: url(/files/images/template/Footer_bg.gif);
			background-repeat: repeat-x;
			background-position: left bottom; }

#Footer	tr	{	background-image: url(/files/images/template/Footer_2.gif);
			background-repeat: no-repeat;
			background-position: right bottom; }

#Footer td	{	padding: 0px; }

#Footer	td.Links
		{	font-size: 11px;
			color: #ffffff;
			line-height: 160%;
			text-align: center;
			padding: 7px;
			padding-left: 35px;
			background-image: url(/files/images/template/Footer_1.gif);
			background-repeat: no-repeat;
			background-position: left bottom; }

#Footer a	{	color : #ffffff ; }

#Footer a:link, #Footer a:visited, #Footer a:hover
		{	text-decoration: none;
			color: #ffffff;
			font-weight: bold; }

#Footer a:hover	{	text-decoration: underline;
			color: #ffffff; }

p.Footer	{	color: #9B9B9B;
			font-size: 10px;
			text-align: center;
			padding-left: 100px;
			margin: 10px 0px; }

p.Footer a:link, p.Footer a:visited, p.Footer a:hover
		{	text-decoration: underline;
			color: #9B9B9B; }

p.Footer a:hover
		{	color: #cccccc; }

/* END Footer Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Breadcrumb Styles */

#Content td.Content p#Bread
		{	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 10px;
			line-height: 160%;
			margin-bottom: 30px;
			color: #509568; }

#Bread a:link, #Bread a:visited, #Bread a:hover
		{	text-decoration: underline;
			color: #509568; }

/* END Breadcrumb Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Login Form Styles */

#LoginForm	{	margin: 10px 0px;}

#LoginForm label
		{	display: block;
			float: left;
			width: 100px;
			margin-top: 5px; }

#LoginForm p	{	clear: left;
			margin: 5px 0px; }

#LoginForm p.error
		{	margin: 20px 0px; }

/* END Login Form Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Weather Table Styles */

#WeatherTable
		{	border-collapse: collapse;
			border: 2px solid #C8C8C8;
			border-top: none;
			margin: 0px;
			background-color: #f0f0f0;
			width: 196px; }

#WeatherTable td
		{	color: #333333;
			font-size: 11px;
			padding:0px 5px; }

#WeatherTable td.Info, #WeatherTable td.Foot
		{	color: #333333;
			font-size: 9px;
			padding: 5px;
			background-color: #dddddd; }

#WeatherTable td.Foot
		{	font-size: 8px;
			padding: 2px 5px; }

#WeatherTable td#TempF, #WeatherTable td#TempC
		{	color: #bababa;
			font-size: 48px;
			padding: 0px 5px;
			padding-right: 0px; }

#WeatherTable td#TempC
		{	font-size: 18px;
			padding: 0px;
			padding-top: 20px; }

#WeatherTable td#TempImg
		{	padding: 0px 5px;
			padding-top: 5px; }

#WeatherTable td p
		{	margin: 3px 0px; }

/* END Weather Table Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Profile Table Styles */

table.Profile	{	margin: 0px; }

#Content td.Content table.Profile td
		{	padding: 1px 10px 1px 0px;
			vertical-align: top;
			font-size: 11px;
			line-height: 160%; }

table.Profile td h2, table.Profile td h3
		{	margin: 10px 0px 0px 0px;
			color: #EAA125; }

#Content td.Content table.Profile td p
		{	margin: 0px 0px 10px 0px;
			padding: 0px; }

table.Profile td img
		{	margin-top: 20px; }

table.Profile .labels
		{	font-weight: bold; }

/* END Profile Table Styles */
/* ================================================================================================== */
