﻿.SideNavigation
{
	width: 230px;
	float: left;
	min-height: 465px;
	background-color: #7d9b17;
}

.WelcomeText
{
	background-color: #0b060a;
	color: #fff;
	margin: 0px;
	padding: 15px;
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: bold;
}

.SideNavigation ul
{
	background-color: #0b060a;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	list-style-type: none;
}

.SideNavigation li
{
	border-bottom: dashed 1px #333;	
	background-image: url(/images/styling_images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 6px 11px;	
}

.SideNavigation li a:link
{
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 5px 10px 5px 20px;
	font-weight: bold;
}

.SideNavigation li a:visited
{
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 5px 10px 5px 20px;
	font-weight: bold;
}

.SideNavigation li a:hover
{
	text-decoration: none;
	background-color: #343;
	background-image: url(/images/styling_images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 6px 11px;		
}

.HelpText
{
	font-weight: normal;
	color: #999;
	margin: 0px;
}

.SideNavigationTop
{
	background-color: #7d9b17;
	background-image: url(/images/styling_images/NavigationArchTop.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 10px 10px 20px 10px;
	color: White;
	font-weight: bold;
	text-transform: uppercase;
}

.SideNavigationBottom
{
	background-color: #7d9b17;
	background-image: url(/images/styling_images/NavigationArchBottom.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 25px 10px 10px 10px;
	color: White;
	font-weight: bold;
	font-size: 1.1em;
}

.CallUsOn
{
	font-weight: normal;
	color: #e5e5e5;
	margin: 0px;
	font-size: 0.8em;
}