/* CSS Document */

a:link			{ color: #AF1019; text-decoration: none }

a:visited		{ color: #AF1019; text-decoration: none }

a:active		{ color: #AF1019; text-decoration: none }

a:hover			{ color: #D2721F; text-decoration: underline }

a.footer:link		{ color: #AF1019; text-decoration: none; FONT: 9px verdana, arial, sans-serif; }

a.footer:visited	{ color: #AF1019; text-decoration: none; FONT: 9px verdana, arial, sans-serif; }

a.footer:active		{ color: #AF1019; text-decoration: none; FONT: 9px verdana, arial, sans-serif; }

a.footer:hover		{ color: #FFFFFF; text-decoration: none; FONT: 9px verdana, arial, sans-serif; }

a.locations:link	{ color: #D2721F; text-decoration: underline; FONT: 9px verdana, arial, sans-serif; }

a.locations:visited	{ color: #D2721F; text-decoration: underline; FONT: 9px verdana, arial, sans-serif; }

a.locations:active	{ color: #D2721F; text-decoration: underline; FONT: 9px verdana, arial, sans-serif; }

a.locations:hover	{ color: #FFFFFF; text-decoration: none; FONT: 9px verdana, arial, sans-serif; }

a.top:link		{ color: #AF1019; text-decoration: none; FONT: 8px verdana, arial, sans-serif; }

a.top:visited		{ color: #AF1019; text-decoration: none; FONT: 8px verdana, arial, sans-serif; }

a.top:active		{ color: #AF1019; text-decoration: none; FONT: 8px verdana, arial, sans-serif; }

a.top:hover		{ color: #D2721F; text-decoration: none; FONT: 8px verdana, arial, sans-serif; }


 /* THE NEXT LINE CONTROLS THE DEFAULT FONT SIZE */


ul#list-nav {
	margin:0px;
	padding:0px;
	list-style:none;
	width:524px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:2px;
	background:#fff;
	}

ul#list-nav li {
	display:inline;
	padding: 0px 10px;
	margin-top:400px;
	}

a.nav:link {
	color:#b21d25;
	text-decoration:none;
	}
	
a.nav:hover {
	color:#471114;
	text-decoration:none;
	position:relative;
	bottom:2px;
	}
	
a.nav:active {
	color:#b21d25;
	text-decoration:none;
	}
	
a.nav:visited {
	color:#b21d25;
	text-decoration:none;
	}

a.nav2:link {
	color:#471114;
	text-decoration:none;
	}
	
a.nav2:hover {
	color:#471114;
	text-decoration:none;
	position:relative;
	bottom:2px;
	}
	
a.nav2:active {
	color:#471114;
	text-decoration:none;
	}
	
a.nav2:visited {
	color:#471114;
	text-decoration:none;
	}

ul#list-nav-footer {
	font-weight: bold;
	margin:0px;
	padding:0px;
	list-style:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	letter-spacing:1.5px;
	color:#AF1019;
	}

ul#list-nav-footer li {
	display:inline;
	}

a.navf:link {
	color:#AF1019;
	text-decoration:none;
	}
	
a.navf:hover {
	color:#ffffff;
	text-decoration:underline;
	}
	
a.navf:active {
	color:#AF1019;
	text-decoration:none;
	}
	
a.navf:visited {
	color:#AF1019;
	text-decoration:none;
	}
	
h1 { 
	COLOR: #000000;
	FONT: 20px verdana, arial, sans-serif;
	font-weight: bold;
	line-height:1.5;
	}

h2 { 
	COLOR: #000000;
	FONT: 13px verdana, arial, sans-serif;
	font-weight: bold;
	line-height:1.5;
	}

.redtext {
	COLOR: #AF1019;
	FONT: 11px verdana, arial, sans-serif;
	font-weight: bold;
	line-height:1.5;
	}

.text {
	COLOR: #000000;
	FONT: 11px verdana, arial, sans-serif;
	line-height:1.5;
	}

.smtext {
	COLOR: #000000;
	FONT: 10px verdana, arial, sans-serif;
	}

.smmenu {
	COLOR: #000000;
	FONT: 9px verdana, arial, sans-serif;
	font-style: italic;
	}

.footer {
	COLOR: #AF1019;
	FONT: 9px verdana, arial, sans-serif;
	font-weight: bold;
	}

.location {
	COLOR: #D2721F;
	FONT: 9px verdana, arial, sans-serif;
	font-weight: bold;
	}

.blue {
	COLOR: #060b5d;
	FONT: 9px verdana, arial, sans-serif;
	font-weight: bold;
	}

.red {
	COLOR: #AF1019;
	FONT: 9px verdana, arial, sans-serif;
	font-weight: bold;
	}

.top {
	COLOR: #060b5d;
	FONT: 8px verdana, arial, sans-serif;
	font-weight: bold;
	}

.just {
	text-align: justify;
	}

html { 
   overflow-y: scroll;
   }
