/* ============================================================================= */
/*                           TOP NAVIGATION                                      */
/* ============================================================================= */

#hdrnav
{
	position: relative;
	top: 100px;
	Right: 40px;
	height: 40px;
	float: right;
}

#hdrnav ol
{
    list-style: none;
    color: #C0C0C0;
    float: left;
}

#hdrnav li
{
	padding-left: 5px;
	display: inline;
	vertical-align: middle;
}

#hdrnav li#Strapline
{
    font-size: 12px;
    padding-left: 240px;
    padding-right: 0;
    color: #CCCCCC;
}

#hdrnav a
{
    text-decoration: none;
    font-family: Arial, Helvetica;
    color: #666666;
    font-weight: normal;
    font-size: 14px;
    padding: 8px;
    line-height: 40px;
}

#hdrnav a:link, #hdrnav a:visited
{
	text-decoration: none;
}

#hdrnav a:hover, #hdrnav a.hdrnavSelected
{
    color: #FFFFFF;
    background-color: #000000;
}


.Testimonial a:link, .Testimonial a:visited
{
    color: #999999;
}

/* ============================================================================= */
/*                            General Navigation Links                           */
/* ============================================================================= */

/*
a:link {text-decoration: none}
a:visited {text-decoration: none;}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color: red;}
*/ 

a img
{
    border: 0;
}

a
{
    outline: none;
    text-decoration: none;
    color: #EC8D00;
}

a:hover
{
    text-decoration: underline;
}

/* ============================================================================= */
/*                            Footer NAVIGATION PANEL                            */
/* ============================================================================= */

#ftrnav
{
	float:right;
	padding-top: 0px;
}

#ftrnav ol
{
	list-style: none;
	font-weight: normal;
	font-size: 12px;
}

#ftrnav li
{
	display: block;
	padding: 2px;
	line-height: 15px;
}

#ftrnav a {

 	text-decoration: none;
}

#ftrnav a:link, #ftrnav a:visited
{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial;
}

#ftrnav a:hover
{
    color: #99CCFF;
}

#Copyright
{
    float: left;
    text-align: left;
    position: relative;
    top: 105px;
    left: 12px;
    font-size: 10px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
}

#mgwebdesign
{
    float: right;
    position: relative;
    top: 130px;
    text-align: right;
    padding-right: 0px;
    font-weight: normal;
    font-size: 12px;
    font-family: Tahoma;
}

#mgwebdesign a
{
    color: #999999;
    display: block;
}
