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

body {
	text-align: center;
	background-image: url(images/bg.gif);
	margin-top: 0;
	margin-bottom: 0;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	border-top: 1px solid #e73324;
}

#menu1 {
	margin-top: 80px;
}

#content, #menu2 {
	margin-top: 120px;
	margin-bottom: 20px;
}

#container {
  margin: 0 auto;
  width: 882px;
  text-align: left;
  } 

#menu1 {
	width: 250px;
	height: 483px;
	float: left;
	background-image: url(images/menu1.gif);
	background-repeat: no-repeat;
  background-position: top center;
	font-family: Arial, Verdana, sans-serif; 
	text-transform: uppercase;
}

#menu1 ul {
	font-size: 13px;
	margin-top: 3px;
	padding-right: 1px;
	padding-left: 10px;
}

#menu1 li {
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: -2px;
}

#menu1 li a {
	text-decoration: none;
}

#menu1 li a.odd {
	color: white;
}

#menu1 li a.even {
	color: black;
}

#menu1 h1 {
	font-size: 23px;
	font-weight: 300;
	padding-left: 38px;
	padding-top: 12px;
}

#menu1 h1 .odd {
	color: white;
}

#menu1 h1 .even {
	color: black;
}

#menu1 li a#youarehere {
	border-top: 3px solid #e73324;
}

#menu1 li a:hover {
	border-top: 3px solid #fff;
}

#content {
	width: 325px;
	float: left;
	border-top: 1px solid #000;
	padding: 0 0 0 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #fff;
	line-height: 22px;
}

#content h2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #000;
	margin-left: -18px;
}

#menu2 {
	width: 265px;
	float: left;
	padding: 0 0 0 15px;
	color: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

#menu2 a {
	color: #fff;
}

#menu2 a:hover {
	color: #000;
	border-top: none;
}

#menu2 a.active {
	border-left: 3px solid #e73324;
	padding-left: 6px;
	color: #000;
}

#menu2 img {
	border-top: 1px solid #000;
	border-right: 4px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	float: left;
}

#menu2 ul.nav {
	margin-left: 77px;
	padding: 0 0 0 7px;
	margin-top: 0;
}

#menu2 ul {
	list-style-type: none;
}

#menu2 ul.secondary {
	padding-left: 16px;
}