/* Default Font, Size & Color. Also Body (main) Background Color and / or Image (tiles x & y) */
body {
	background-image: url(../images/bkg.jpg);
	background-color: white;
	background-repeat: repeat;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
}

/* Adjustments to remove margins on left */
ul
{
	padding: 0 0 0 0;
	margin: 0;
}

/* remove li bullets */
li   
{
	list-style-type: none;
}
a {color: #000000; text-decoration: none; text-shadow: 0.13em 0.13em 0.1em #CCC;}
a:visited {color: #000000; text-decoration: none; text-shadow: 0.13em 0.13em 0.1em #CCC;}
a:active {color: #000000; text-decoration: none; text-shadow: 0.13em 0.13em 0.1em #CCC;}
a:hover {color: #F00; text-decoration: none; text-shadow: 0.13em 0.13em 0.1em #999;}

/* Menu Specs */
.navMenuLinks
{
	text-decoration: none;
	color: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16pt;
	padding: 0 13px 0 13px;
	margin: 0 0 0 0;
}

/* Menu Out, Visited, Active States */
.navMenuLinks:link, .navMenuLinks:visited, .navMenuLinks:active 
{
	color: #FFF;
}

/* Menu Hover State */
.navMenuLinks:hover
{
	color:#D1B301;
	font-weight: bold;
}


.email:link, .email:visited, .email:active
{
	color: #FFF;
}
.email:hover
{
	color: #F00;
}

/* Footer menu */
.footer-menu .navMenuLinks
{
	text-decoration: none;
	color: white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 0 12px; 0 12px;
	margin: 0;
}

/* Menu Out, Visited, Active States */
.footer-menu .navMenuLinks:link, .footer-menu .navMenuLinks:visited, .footer-menu .navMenuLinks:active {}

/* Menu Hover State */
.footer-menu .navMenuLinks:hover
{
	color: white;
}

.left_block {color: #FFF; font-family: eurostileregular, Arial, Helvetica, sans-serif; font-size: 13px; text-decoration:none; text-shadow: 0.13em 0.13em 0.1em #000;}
.left_block a {color: #FFF; text-decoration:none; text-shadow: 0.13em 0.13em 0.1em #000;}
.left_block a:visited {color: #FFF; text-decoration:none; text-shadow: 0.13em 0.13em 0.1em #000;}
.left_block a:active {color: #FFF; text-decoration:none; text-shadow: 0.13em 0.13em 0.1em #000;}
.left_block a:hover {color: #FC0; text-decoration:none; text-shadow: 0.13em 0.13em 0.3em #000;}
