@charset "UTF-8";
/* CSS Document */

/******Color Scheme ***********
COLOR SCHEME:
#231F20 (grey color)- Background and body text font.
#BE1E2D (red color)- Center Menu Font Color
#8DC63F (green color) - Footer Menu Text and links
*******Color Scheme *******/

/* the bottom menu */
.footerLinks
{
	position: relative;
	margin:0 auto; /* center container */
	background-color: transparent;
	color: #8DC63F; /* text color */
	font-size: 12pt;
}

/***************************************************************/
/************** BEGIN - Speciality Styles ******************/

/*** Begin - Footer Menu Link Style ***/
.footerLinks a
{
	font-size: 10pt;
}

.footerLinks a:link 
{
	text-decoration: none;
	color: #8DC63F;
}

.footerLinks a:visited 
{
	text-decoration: none;
	border-bottom: none;
	color: #8DC63F;
}

.footerLinks a:hover  
{
	text-decoration: none;
	border: none;
	color: white;
}

.footerLinks a:active
{
	text-decoration: none;
	border: none;
	color: white;
}


/*** End - Footer Menu Link Style ***/

.footerLinks_visitingNow
{
	color: white;
	font-size: 10pt;
}



/************** END - Speciality Styles ******************/
/***************************************************************/