* {
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 1;
	
}

body {
	background-color: #2c2c2c;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #ed1c24;
	font-size: 10pt;
	font-weight: bold;
	font-family: "Lucida Sans", sans-serif;
}

#footer a:hover {
	color: #00234b;
}

#header a:hover {
	color: #00234b;
}

.right_column a:hover {
	color: #00234b;
}

#nav a:hover {
	color: #EEE;
}

a:hover {
	color: #FFF;
}

p {
	font-size: 11pt;
	line-spacing: 17pt;
	margin-bottom: 10px;
	font-family: "Lucida Sans", sans-serif;

}

h1 {
	font-weight: bold;
	font-size: 18pt;
	color: #0152ac;
	font-family: "Lucida Sans", sans-serif;
}

h2 {
	font-size: 12pt;
	color: #ed1c24;
	font-family: "Lucida Sans", sans-serif;
}

h3 {
	font-size: 12pt;
	color: #85BEFE;
	padding-top: 10px;
	font-family: "Lucida Sans", sans-serif;
}

blockquote {
	font-family: "Lucida Sans", sans-serif;
	font-size: 12pt;
	
	font-weight: bold;
	color: #2c2c2c;
}

strong {
	font-size: 14pt;
	
	color: #0250a9;
	font-family: "Lucida Sans", sans-serif;
}

i {
    font-family: "Lucida Sans", sans-serif;
}

.left {
	float: left;
}

.right {
	float: right;
}

.small {
	font-size: 7pt;
}

.clear {
	clear: both;
}

#container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 910px;
}

#content {
	width: 910px;
	text-align: left;
	padding-top: 10px;
}

#header {
	background-color: #ebebeb;
	width: 709px;
	padding-top: 27px;
	position: absolute;
	z-index: 1;
}

#header #logo {
	float: left;
	margin-left: 23px;
}

#header #header_links {
	float: right;
	margin-right: 31px;
	margin-bottom: -10px;
}

#nav {
	width: 667px;
	height: 182px;
	margin-top: -10px;
	background-image: url('../images/nav_bg.png');
	background-repeat: no-repeat;
	margin-left: -25px;
	padding-left: 10px;
}

#nav ul {
	list-style: none;
	padding-top: 10px;
	font-family: "Lucida Sans", sans-serif;
}

#nav ul li {
	text-align: center;
	width: 163px;
	height: 58px;
	float: left;
	padding-top: 10px;
	font-family: "Lucida Sans", sans-serif;
}

#nav ul li.active {
	background-image: url('../images/active_main_nav.png');
	background-repeat: no-repeat;
	background-position: top center;
}

#nav ul li a {
	text-align: center;	
	color: #FFF;
	font-weight: bold;
	font-family: "Lucida Sans", sans-serif;
}

#main_content {
	position: absolute;
	width: 911px;
	/*
	height: 100%;
	*/
	background-color: #00336c;
	margin-left: -41px;
	margin-top: 90px;
	z-index: 0;
}

#real_content {
	padding: 0;
	position: absolute;
	background-color: #ebebeb;
	top: 150px;
	margin-top: -3px;
	margin-left: -9px;
	width: 718px;
	/*
	height: 100%;
	*/
}

#footer {
	/* position: absolute; */
	bottom: 0;
	left: 270px;
	padding-top: 0px;
	background-color: #ebebeb;
}

#copy {
	padding-top: 5px;
	padding-left: 31px;
}

.left_column {
	float: left;
	margin-left: 20px;
	margin-right: 30px;
	margin-top: 20px;
	width: 178px;
}

.right_column {
	margin-top: 20px;
	float: left;
	width: 470px;
	background-color: #ebebeb;
}

.right_column a {
	text-decoration: none;
	color: #ed1c24;
	font-size: 11pt;
	font-weight: bold;
	font-family: "Lucida Sans", sans-serif;
}


.left_column h1 {
	font-weight: bold;
	font-size: 14pt;
	color: #0152ac;
	font-family: "Lucida Sans", sans-serif;
}

.left_column h2 {
	font-size: 12pt;
	color: #ed1c24;
	font-family: "Lucida Sans", sans-serif;
}

.tribute {
	font-family: "Lucida Sans", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin-top:5px;
}

#locations {
	margin-right: 32px;
	margin-top: 20px;
	width: 115px;
}

.locations_bar h1 {
	font-weight: bold;
	font-size: 16pt;
	color: #85befe;
	font-family: "Lucida Sans", sans-serif;
}

.locations_bar ul {
	list-style: none;
	font-family: "Lucida Sans", sans-serif;
}

.locations_bar ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #8091a5;
	padding-right: 10px;
	font-family: "Lucida Sans", sans-serif;
}

.locations_bar ul li a {
	color: #FFF;
	font-family: "Lucida Sans", sans-serif;
}

.locations_bar ul li a.active {
	color: #ed1c24;
	font-family: "Lucida Sans", sans-serif;
}

.dark_blue {
	background-color: #001637;
}

.light_blue {
	background-color: #003c7f;
}

#sub_locations {
	margin: 0;
	padding: 10px;
	padding-bottom: 0;
	padding-top: 0;
	height: 100%;
	position: absolute;
}

a.action_dark, a.action_light {
	font-size: 10pt;
	font-weight: bold;
	padding: 5px;
	padding-left: 25px;
	color: white;
	position: absolute;
	height: 24px;
	width: 144px;
}

a.action_light {
	background-image: url('../images/action_light.png');
	background-repeat: no-repeat;
	font-family: "Lucida Sans", sans-serif;
	font-size: 10pt;
	
}

a.action_dark {
	background-image: url('../images/action_dark.png');
	background-repeat: no-repeat;
}

.error {
	color: red;
	background-color: #FFCCCC;
	border: 2px solid red;
	padding: 5px;
}

.gray {
	color: #2c2c2c;
	font-family: "Lucida Sans", sans-serif;
}

.bold {
	font-weight: bold;
	font-family: "Lucida Sans", sans-serif;
}

.list {
	margin-left: 20px;
	font-size: 11pt;
	font-family: "Lucida Sans", sans-serif;
}
.subcat {
	margin-left: 40px;
	font-size: 11pt;
	font-family: "Lucida Sans", sans-serif;
}

#products_list h1 {
	font-size: 16pt;
	font-family: "Lucida Sans", sans-serif;
}

#products_list h3 {
	font-size: 16pt;
	font-family: "Lucida Sans", sans-serif;
}

#products_list ul {
	margin-left: 10px;
	font-family: "Lucida Sans", sans-serif;
}

#products_list .subcat {
	margin-left: 25px;
	font-family: "Lucida Sans", sans-serif;
}

a.lbOn:hover {
	color: #00305c;
	font-family: "Lucida Sans", sans-serif;
}

.location_buttons {
margin-top: 30px; 
margin-left: 10px;
}

#award {
float: right; 
width: 210px;
background-color:#FFF;
padding:10px;
}

#topnum {
	font-size:10pt;
	color:#FFF;
	text-align:center;
	margin:0px auto 0;
}

#topnum strong{
	font-size:13pt;
	color:#FFF;
	text-align:center;
}

#bottomnum {
	font-size:10pt;
	color:#FFF;
	text-align:center;
	margin:0px 0 20px 10px;
}
