/* ================================================================================================== */
/* Generic Style Declarations */

body		{	background-color: #ffffff;
			color: #000000;
			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-weight: bold; 
			color: #666666;
			margin: 5px 0px; }

h1		{	font-size: 2.3em;
			font-weight: normal;
			margin-top: 0px;
			color: #CC3366; }

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: #FF9900; }

a:visited	{	color: #F06EAA; }

a:hover		{	text-decoration: none; }

/* END Generic Style Declarations */
/* ================================================================================================== */





/* ================================================================================================== */
/* Styles for content containers */

.Content, font	{	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 10px;
			padding: 25px;
			line-height: 160%;
			color: #000000; }

/* END Styles for content containers */
/* ================================================================================================== */





/* ================================================================================================== */
/* Layout Styles */

#HomeBanner, #HomeBanner table, #Banner
		{	border-collapse: collapse;
			background-color: #FFCC33;
			width: 100%; }

#HomeBanner td	{	padding: 0px;
			vertical-align: top;
			text-align: center;
			color: #CC3366;
			font-size: 9px; }

#Banner td	{	vertical-align: bottom;
			padding: 10px 20px;
			color: #CC3366; }

td#PhotoBanner	{	background-image: url(/files/images/template/home/banner_photo.gif);
			background-repeat: no-repeat;
			text-align: right;
			vertical-align: top;
			padding-top: 25px;
			padding-right: 25px;
			width: 407px;
			font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 18px;
			color: #000000; }

td#ContentBanner
		{	background-color: #ffffff;
			padding: 15px;
			text-align: left;
			font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 18px;
			color: #000000; }

/* END Layout Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Search Styles */

#SearchForm	{	margin: 5px 0px;
			padding: 3px; }

/* 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: #FF9900 5px solid; }

#PriNav	td	{	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 12px;
			color: #ffffff;
			background-color: #000000; }

#PriNav a	{	display: block;
			padding: 6px 5px;
			font-weight: bold;
			text-transform: uppercase; }

#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
		{	color: #FFCC33; }

#PriNav a:hover, #PriNav a.Sel:hover
		{	color: #000000;
			background-color: #FF9900; }


/* END Primary Navigation Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Sub-Navigation Styles */

#SubNav 	{	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 10px;
			padding: 25px 0px 0px 0px;
			line-height: 160%; }

#SubNav p	{	margin: 1px 0px; }

#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: #cccccc;
			color: #000000; }

#SubNav a.Sel:link, #SubNav a.Sel:visited, #SubNav a.Sel:hover
		{	color: #FFCC33;
			background-color: #333333; }

#SubNav a:hover, #SubNav a.Sel:hover
		{	color: #FF9900;
			background-color: #666666; }

/* END Sub-Navigation Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Footer Styles */

#Footer	td	{	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 11px;
			color: #CC3366;
			background-color: transparent;
			line-height: 160%; }

#Footer	a	{	color : #CC3366; }
		
#Footer	a:link, #Footer	a:visited, #Footer a:hover
		{	text-decoration: underline;
			color: #CC3366; }

#Footer a:hover	{	text-decoration: none;
			color: #CC3366; }

/* END Footer Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Breadcrumb Styles */

#Bread		{	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 10px;
			line-height: 160%; }

#Bread a:link, #Bread a:visited, #Bread a:hover
		{	text-decoration: underline;
			color: #000000; }

/* 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 */
/* ================================================================================================== */
