@charset "UTF-8";
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	margin-right: 10px;
	margin-left: 5px;
}
a {
	color: #990000;
}
h3 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
a:hover {
	color: #993333;
}
a:visited {
	color: #333333;
}
.style1 {
	font-style: italic;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
#hometable {
	background-image: url(images/window3.jpg);
	background-position: bottom;
}

#header {
	background-image: url(images/roughguide5.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 104px;
}
.bold {
	font-weight: bold;
}
.reversewhiteblack {
	color: #FFFFFF;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 2px;
	font-weight: bolder;
}
li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.8em;
}

.ht_sitemap_table {
	border-left:1px solid #009;
	border-bottom:1px solid #009;
}

.btn {
	background-color: #3498db;
	background-image: url("images/button-bg.jpg");
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	font-family: Arial;
	color: #000;
	font-size: 20px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
}

.btn:hover {
	text-decoration: none;
}

.btn:visited {
	color: #000;
}

.sticky-title-box {
	display: none;
	z-index: 1000;
	background: #fff;
	border: none;
	height: auto;
	width: 200px;
	padding: 15px;
	margin: 0;
  	-moz-box-shadow: 3px 3px rgba(0,0,0,0.3);
  	-webkit-box-shadow: 3px 3px rgba(0,0,0,0.3);
  	box-shadow: 3px 3px rgba(0,0,0,0.3);
  	border: 1px solid #E5E5E5;
}

.sticky-title-box h2 {
	margin: 0;
	font-size: 21px;
}

.taller td {
	height: 220px;
}

.issue-link a:visited {
	color: #990000;
}

#header {
	min-width: 760px;
}

.homepage-header-table #header {
	min-width: 810px;
}