.EDGE-6837480 { height: 414px; }


a:link {color: #1d2937;}/*Default Link Colour*/
a:visited {color: #1d2937;}/*Visited Link Colour, ALWAYS make same as Default*/
a:hover {color: #555454;}/*link's color when you Mouse Over it*/
a:active {color: #1d2937;}/*Color when link is clicked*/

.bottomLink { color: #fff ! important; }

.PageTitle {/*Page Headline (i.e. WELCOME)*/
    font-size: 20px;
    color: #1d2937;
    text-shadow: 1px 1px 1px #929292;
    font-weight: normal ! important;
    font-family: arial; }

p, span {    
color: #000;
font-family: Arial;
font-size: 12px; }


li {/*LIST ITEM TEXT*/
font-family: Arial;
color: #000;
font-size: 12px; }


.ContactUsToday {
    font-size: 12px ! important;
    font-weight: bold;
    color: #1d2937;
    font-family: trebuchet ms, Arial ! important; }

.SubscribeToNewsletter {
    font-size: 12px ! important;
    font-weight: bold;
    color: #3d5980;
    font-family: trebuchet ms, Arial ! important; }


img { border: 0; }

/*SIDE navigation menu CSS*/


#navcontainer a {
font-size: 10pt;
font-family:Arial;
color: #000;
}


#navcontainer a:hover {
	text-decoration: none;
	color: #fff;
	border-left: 0;
	border-right: 0;
	background-color: #1d2937;
}

#navcontainer .topline {
	border-top: solid 1px #2b3948;
}

#navcontainer .top_bottomline {
	border-top: solid 1px #2b3948;
	border-bottom: solid 1px #2b3948;
}

#navcontainer .subitem a
{
	display: block;
	padding: 0px 0px 0px/*SPacing between Sub-MenuItems VERTICAL*/ 8px;/*Indentation Under MAIN menu Header*/
	font-weight: heavy;
	font-size: 8.5pt;
	font-family: arial;
	color: #000;
	width: 201px;
	text-decoration: none;
	margin-bottom: 0px;
	letter-spacing: normal;
}

#navcontainer .subitem a:hover 
{
	border-left: 0;
	border-right: 0;
	background-color: Transparent;
	text-decoration: underline;
	color: #000;
	letter-spacing: normal;
}