/* ================================================================================================== */
/* Generic Style Declarations */

body		{	background-color: #ffffff;
			color: #666666;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			margin: 0px; }

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: #000000;
			height: 1px;
			background-color: #000000; }

h1, h2, h3, h4, h5, h6, legend
		{	/*font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;*/
			font-family: Georgia, Times New Roman, Times, serif;
			font-weight: bold; 
			color: #00778F;
			margin: 5px 0px; }

h1		{	font-size: 13px;
			margin-top: 0px; }

h2, legend	{	font-size: 12px; }

h3		{	font-size: 11px; }

h4, h5, h6	{	font-size: 10px; }

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: #000000; }

a:visited	{	color: #666666; }

a:hover		{	color: #000000; }

/* END Generic Style Declarations */
/* ================================================================================================== */





/* ================================================================================================== */
/* Styles for content containers */

.Content, font	{	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 11px;
			padding: 15px;
			line-height: 160%;
			color: #666666; }

/* END Styles for content containers */
/* ================================================================================================== */





/* ================================================================================================== */
/* Home Layout Styles */

body#HomeBody	{	background-color: #5FADBF;
			margin: 0px; }

#Home, #Internal
		{	background-color: #8D9C2B;
			width: 100%;
			border-top: 1px solid #ffffff;
			border-bottom: 1px solid #ffffff;
			margin-top: 30px;
			border-collapse: collapse;
			background-image: url(/files/images/template/home/mainphoto.jpg);
			background-repeat: no-repeat;
			background-position: 10% 0px; }

#Home .Ribbon, #Internal .Ribbon
		{	background-color: #ffffff;
			border-top: 1px solid #ffffff;
			border-bottom: 1px solid #ffffff;
			filter: alpha(opacity=30);
			-moz-opacity: .30;
			opacity: .30; }

#Home .Title, #Home .TagLine, #Home td.Content,    #Internal .Title, #Internal .TagLine
		{	padding: 10px 17px;
			vertical-align: bottom; }

#Home .TagLine, #Internal .TagLine
		{	padding: 5px 17px; }

#Home td.Content
		{	vertical-align: center; }

#Home td.Content div
		{	height: 190px;
			/*width: 220px;*/
			width: 95%;
			padding-right: 10px;
			color: #464F0A;
			overflow: auto;
			scrollbar-face-color: #8D9C2B;
			scrollbar-highlight-color: #8D9C2B;
			scrollbar-shadow-color: #8D9C2B;
			scrollbar-darkshadow-color: #464F0A;
			scrollbar-3dlight-color: #464F0A;
			scrollbar-arrow-color: #464F0A;
			scrollbar-track-color: #aeb969; }

#Home a:link, #Home a:visited, #Home a:hover
		{	text-decoration: underline;
			color: #535F00; }

#Home a:visited	{	color: #464F0A; }

#Home a:hover	{	color: #C5CF81; }

#BoxLinks	{	width: 470px;
			text-align: center; }

#BoxLinks a	{	display: block;
			height: 70px;
			border: 1px solid #00778F;
			background-color: #ffffff;
			margin: 5px;
			padding: 5px;
			padding-right: 90px;
			/*width: 210px;*/
			width: 125px;
			text-align: left;
			float: left;
			filter: alpha(opacity=70);
			-moz-opacity: .70;
			opacity: .70;
			overflow: hidden;
			background-image: url(/files/images/template/home/boxlinks/bg.jpg);
			background-position: 100% 0px;
			background-repeat: no-repeat; }

#BoxLinks a:link, #BoxLinks a:visited, #BoxLinks a:hover
		{	text-decoration: none;
			color: #333333; }

#BoxLinks a:visited
		{	color: #333333; }

#BoxLinks a:hover
		{	color: #000000;
			filter: alpha(opacity=100);
			-moz-opacity: 1.00;
			opacity: 1.00; }

.PrintOnly, #PrintLogo
		{	display: none; }

/* END Home Layout Styles */
/* ================================================================================================== */




/* ================================================================================================== */
/* Page Layout Styles */

#Internal	{	margin-top: 0px;
			border-top: none; }

#PageContent	{	border-collapse: collapse; }

#PageContent .Content
		{	border-top: 6px solid #8D9C2B;
			border-bottom: 6px solid #8D9C2B;
			border-left: 1px solid #ffffff;
			border-right: none; }

/* END Page Layout Styles */
/* ================================================================================================== */




/* ================================================================================================== */
/* Search Styles */

#SearchForm	{	margin: 0px;
			padding: 5px 3px;
			border-top: 1px solid #ffffff;
			border-bottom: 1px solid #ffffff; }

#SearchForm input
		{	border: 1px solid #8D9C2B;
			color: #8D9C2B;
			background-color: #ffffff; }

#SearchForm input#btnSearch
		{	border: 1px solid #ffffff;
			color: #ffffff;
			background-color: #8D9C2B;
			font-size: 9px; }

/* 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
		{	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 10px;
			border-bottom: 1px solid #999999;
			border-left:  1px dotted #999999;
			padding: 3px 10px; }

table.Data th	{	background-color: #eeeeee;
			color: #000000;
			font-weight: bold; }

/* 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; }

/* END Application Error Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Primary Navigation Styles */

#PriNav		{	border-bottom: 1px solid #ffffff;
			border-collapse: collapse; }

#PriNav	td	{	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 10px;
			color: #ffffff;
			background-color: #5FADBF;
			border-right: 1px solid #5FADBF;
			border-left: 1px solid #5FADBF; }

#PriNav a	{	display: block;
			padding: 9px 5px; }

#PriNav a:link, #PriNav a:visited, #PriNav a:hover, #PriNav a.Sel:visited, #PriNav a.Sel:link, #PriNav a.Sel:hover
		{	text-decoration: none;
			color: #ffffff; }

#PriNav a.Sel:visited, #PriNav a.Sel:link, #PriNav a.Sel:hover
		{	background-color: #8D9C2B;
			border-right: 1px solid #ffffff;
			border-left: 1px solid #ffffff; }

#PriNav a:hover, #PriNav a.Sel:hover
		{	color: #ffffff;
			background-color: #00778F; }

/* END Primary Navigation Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Sub-Navigation Styles */

#SubNav 	{	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 10px;
			background-color: #aeb969;
			padding: 50px 0px 0px 0px;
			line-height: 160%; }

#SubNav p	{	margin: 0px;
			/*border-bottom: 1px solid #ffffff;*/
			border-top: 1px solid #ffffff; }

#SubNav a	{	padding: 3px; }

#SubNav a:link, #SubNav a:visited, #SubNav a:hover, #SubNav a.Sel:link, #SubNav a.Sel:visited, #SubNav a.Sel:hover
		{	display: block;
			text-decoration: none;
			background-color: #8D9C2B;
			color: #ffffff; }

#SubNav a.Sel:link, #SubNav a.Sel:visited, #SubNav a.Sel:hover
		{	background-color: #aeb969; }

#SubNav a:hover, #SubNav a.Sel:hover
		{	background-color: #00778F; }

/* END Sub-Navigation Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Footer Styles */

#Footer		{	border-bottom: 1px solid #ffffff;
			border-top: 1px solid #ffffff;
			border-collapse: collapse;v}

#Footer	td	{	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 10px;
			color: #ffffff;
			background-color: #8D9C2B;
			line-height: 160%; }

#Footer	a	{	color : #ffffff ; }
		
#Footer	a:link, #Footer	a:visited, #Footer a:hover
		{	text-decoration: underline;
			color: #ffffff; }

#Footer a:hover	{	text-decoration: none;
			color: #ffffff; }

/* END Footer Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Breadcrumb Styles */

#Bread		{	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 10px;
			line-height: 160%;
			color: #8D9C2B; }

#Bread a:link, #Bread a:visited, #Bread a:hover
		{	text-decoration: underline;
			color: #8D9C2B; }

/* END Breadcrumb Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Shopping Cart Styles -- Class the table tag as Cart to use */

table.Cart	{	font-size: 11px;
			border-collapse: collapse;
			margin: 5px 10px 10px 10px;
			padding: 0px; }

table.Cart td	{	border: 1px solid #C9DEF4;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			padding: 2px 4px; }

table.Cart th	{	border-right: 1px solid #ffffff;
			border-bottom: 1px solid #C9DEF4;
			background-color: #C9DEF4;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			line-height: 120%;
			padding: 2px 4px; }

table.Cart td.NoBorder, table.Cart td table td
		{	border: none; }

table.Cart td dd
		{	margin-left: 15px; }

/* END Shopping Cart Styles -- Class the table tag as Cart to use */
/* ================================================================================================== */





/* ================================================================================================== */
/* 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: 1px solid #666666;
			margin: 5px;
			background-color: #efefef;
			width: 200px; }

#WeatherTable td
		{	color: #000000;
			font-size: 11px;
			padding:0px 5px; }

#WeatherTable td.Info, #WeatherTable td.Foot
		{	color: #000000;
			font-size: 9px;
			padding: 5px;
			background-color: #dddddd;
			border-top: 1px solid #666666; }

#WeatherTable td.Foot
		{	border: none;
			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 */
/* ================================================================================================== */





/* ================================================================================================== */
/* Weather Alert Styles */

#WeatherAlert	{	margin: 5px;
			padding: 0px;
			width: 200px; }

#WeatherAlert div
		{	height: 200px;
			width: 200px;
			overflow: auto;
			border: 1px solid #cc0000;
			background-color: #dddddd;
			color: #000000;
			padding: 5px; }

#WeatherAlert>div
		{	width: 188px; }

#WeatherAlert div h3
		{	color: #cc0000; }

#WeatherAlert h2
		{	background-color: #cc0000;
			color: #ffffff;
			margin: 0px;
			padding: 2px 5px; }

#WeatherAlert p.Foot
		{	margin: 0px;
			font-size: 8px;
			padding: 5px 0px; }

/* END Weather Alert Styles */
/* ================================================================================================== */

