﻿#siteInfo a
{
	font-size: 12px;
	text-decoration: none;
	color: #aaaaaa;
}
#siteInfo a:hover
{
	text-decoration:underline;
	color: #ff6600;
}
#breadCrumHtml a
{
	color:#ff6600;
}
#topMenu a
{
	padding-left:15px;
	padding-right:15px;
	margin-right:5px;
	color:white;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	line-height:30px;
}

#topMenu a:Hover
{
	background: url(../../_Content/Images/topMenuBg.gif) repeat-x left top;
}

#topMenu a.selected
{
	background: url(../../_Content/Images/topMenuBgHover.gif) repeat-x left top;
}
#topMenu a.selected:hover
{
	background: url(../../_Content/Images/topMenuBgHover.gif) repeat-x left top;
}

#leftCt a
{
	background: url(../../_Content/Images/breadCrumBg.gif) repeat-y left top;
	line-height:22px;
	display:block;
	color: #696969;
	text-decoration:none;
	padding-left:10px;
	border-bottom:1px dotted #696969;
	border-left:1px dotted #696969;
	width:188px;
}
#leftCt a:Hover
{
	background: url(../../_Content/Images/leftMenuBgHover.gif) repeat-y left top;
	border-left:1px dotted #696969;
	width:189px;
}
#leftCt a.selected
{
	background: url(../../_Content/Images/leftMenuBgHover.gif) repeat-y left top;
	border-left:1px dotted #696969;
	width:189px;
}

.rightCt a
{
	color:#ff9900;
	text-decoration:none;
}
.rightCt a:Hover
{
	color:#ff6600;
	text-decoration:underline;
}

.contact
{
	background: url(../../_Content/Images/contact_banner.jpg) no-repeat left top;
	display:block;
	width:238px;
	height:85px;
	padding-left:15px;
	padding-right:80px;
	padding-top:15px;
	color:#696969;
	float:left;
	text-decoration:none;
	cursor:pointer;
	font-size:12px;
}
.contact:Hover
{
	background: url(../../_Content/Images/contact_banner_hover.jpg) no-repeat left top;
	text-decoration:none;
	color:#696969;	
}

.sitemapHolder
{
	color:#696969;
}

a.sitemap_1
{
	color: #696969;
	width:200px;
	display:block;
	border-bottom:1px solid black;
	margin-top:10px;
	font-weight:bold;
	font-size:16px;
}
a.sitemap_1:Hover
{
	text-decoration:none;
	color: #696969;
}
a.sitemap_2
{
	width:200px;
	display:block;
	border-bottom:1px dotted #cccccc;
}
a.sitemap_2:Hover
{
	background: url(../../_Content/Images/leftMenuBgHover.gif) repeat-y right top;
	text-decoration:none;
	color:#ff9900;
}