@charset "UTF-8";
/* CSS Document */

/* Typography */

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:26px;
	color:#8A0025;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	color:#8A0025;
}

h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#000000;
}

h4 {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
}

p, li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	line-height:1.4em;
}

a {
	color:#8A0025;
	font-weight:bold;
	text-decoration:underline;
}

#legal p {
	font-size:0.7em;
	color:#4d4d4d;
}

#nav_main li a.current_loc {
	text-decoration:none;
	font-weight:bold;
}

#header_logo_wrapper {
	width:200px;
	height:171px;
}

#header_logo_wrapper h1 {
	background-image:url(../images/header_logo.png);
	background-repeat:no-repeat;
	width:200px;
	height:171px;
	overflow:hidden;
	text-indent:-100.0em;
}

#header_logo_wrapper h1 a {
	display:block;
	line-height:171px;
}

/* General Fixes*/
.hidden_preload {
	display:none;
}
