/***THIS IS THE HOME STYLESHEET***/

/** THIS IS FOR THE LIST---THANKS LISTAMATIC---
#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#navcontainer li
{
	margin: 0 0 -1px 0;
	vertical-align: bottom;
}

#navcontainer a
{
	display: block;
	padding: 7px 2px 6px 11px;
	border: 0px solid #333;
	width: 150px;
	background-color: #FAF5E5;
	background-image: url(../home/l1_down.gif);
}

#navcontainer a:link, #navlist a:visited
{
	color: #666;
	text-decoration: none;
}

#navcontainer a:hover
{
	border: 0px solid #666;
	background-color: #F6EBCC;
	background-image: url(../home/l1_over.gif);
	color: #666;
}

#active a:link, #active a:visited, #active a:hover
{
	border: 0px solid #333;
	background-color: #F6EBCC;
	background-image: url(../home/l1_over.gif);
	color: #666;
}

*/

#navcontainer { width: 160px; }

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	vertical-align: bottom;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	padding: 6px;
	width: 160px;
	background-color: #FAF5E5;
	border-bottom: 0px dotted #CCC;
	background-image: url(../home/l1_down.gif);
}

#navcontainer a:link, #navlist a:visited
{
	color: #666;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #F6EBCC;
	background-image: url(../home/l1_over.gif);
	color: #666;
}

#navcontainerB { width: 160px; }

#navcontainerB ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	vertical-align: bottom;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#navcontainerB a
{
	display: block;
	padding: 14px 2px 5px 11px;
	width: 160px;
	background-color: #FFF;
	border-bottom: 0px dotted #CCC;
	background-image: url(../home/l2_down.gif);
}

#navcontainerB a:link, #navlist a:visited
{
	color: #666;
	text-decoration: none;
}

#navcontainerB a:hover
{
	background-color: #CCC;
	background-image: url(../home/l2_over.gif);
	color: #666;
}

/** THIS IS FOR THE OTHER LIST---THANKS LISTAMATIC---
#navcontainerB ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#navcontainerB li { margin: 0 0 -1px 0; }

#navcontainerB a
{
	display: block;
	padding: 14px 2px 6px 11px;
	border: 0px solid #333;
	width: 150px;
	background-color: #FFF;
	background-image: url(../home/l2_down.gif);
}

#navcontainerB a:link, #navlist2 a:visited
{
	color: #666;
	text-decoration: none;
}

#navcontainerB a:hover
{
	border: 0px solid #666;
	background-color: #CCC;
	background-image: url(../home/l2_over.gif);
	color: #666;
}

#activeB a:link, #activeB a:visited, #activeB a:hover
{
	border: 0px solid #333;
	background-color: #CCC
	background-image: url(../home/l2_over.gif);
	color: #F00;
}
*/

/** THIS IS FOR THE OTHER LIST---THANKS LISTAMATIC---*/
#navcontainerC ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666;
}

#navcontainerC li { margin: 0 0 -1px 0; }

#navcontainerC
{
	display: block;
	padding: 14px 2px 6px 11px;
	border: 0px solid #333;
	width: 150px;
	background-color: #FFF;
	background-image: url(../home/l2_down.gif);
}

h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
}

.medium
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	margin: 15px;
}

.headline
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 20px;
	color: #333333;
	margin: 15px;
}

.smallcaps
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: capitalize;
	line-height: 15px;
}

.marginLeft15 { margin: 0px 0px 0px 15px; }

.breadcrum
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	/*text-transform: capitalize;*/
	line-height: 12px;
	text-decoration: none;
	margin: 0px 0px 0px 15px;
	text-indent: 0px;
}

.breadcrum a:link, .breadcrum a:visited
{
	text-decoration: none;
	color: #FFF;
}

.breadcrum a:hover
{
	text-decoration: underline;
	color: #FFF;
}

.serif
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	padding: 0px;
	margin: 15px;
	text-decoration: none;
}

.serif a:link, .serif a:visited
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #D19D00;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

.serif a:hover
{
	background: #F6EBCC;
	color: #666;
	text-decoration: none;
}

.small
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	margin: 15px;
}

.serifLeftpad
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	padding: 0px;
	margin: 0px 0px 0px 15px;
	text-decoration: none;
}

.serifLeftpad a:link, .serifLeftpad a:visited
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #D19D00;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

.serifLeftpad a:hover
{
	background: #F6EBCC;
	color: #666;
	text-decoration: none;
}

.serifNoPad
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

.serifNoPad a:link, .serifNoPad a:visited
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #D19D00;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

.serifNoPad a:hover
{
	background: #F6EBCC;
	color: #666;
	text-decoration: none;
}

.serifNoHover
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

.serifNoHover a:link, .serifNoPad a:visited
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #D19D00;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

.serifNoHover a:hover
{
	background: none;
	color: #666;
	text-decoration: none;
}

.smallSTYLED
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	margin: 0px;
}

.smallSTYLED a:link, .smallSTYLED a:visited
{
	color: #D19D00;
	text-decoration: none;
}

.smallSTYLED a:hover
{
	background: #F6EBCC;
	color: #666;
	text-decoration: none;
}

.homeHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #CC9900;
	text-decoration: none;
	letter-spacing: 0.15em;
}

.sansNoPad
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: gray;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

.sansNoPad a:link, .sansNoPad a:visited
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 15px;
	color: #D19D00;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

.sansNoPad a:hover
{
	background: #F6EBCC;
	color: #666;
	text-decoration: none;
}

.navList
{
	color: #999;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	line-height: 14px;
}

.temperature
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
}

.weather
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #666666;
}

.datetime
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	font-weight: bold;
	color: #666666;
}
.sansSidenav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;  
	color: 666666;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

.sansSidenav a:link, .sansSidenav a:visited
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #666666;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

.sansSidenav a:hover
{
	
	text-decoration: none;
}

