@charset "UTF-8";
body {
	background-color: #aa444d;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: top left;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #aa444d;
	font-weight: normal;
	text-transform: lowercase;
	font-size: 24px;
	margin: 0;
	padding: 0 0 20px 0;
}
.content p {
	margin-bottom: 1em;
	line-height: 150%;
}
.arrow {
	padding-top: 4px;
}
.topspacer {
	height: 40px;
}
.footer {
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: white;
	/* text-transform: capitalize; */
}
.content {
}
.leftbar p {
	margin: 0;
	padding: 0;
}
.leftbar a {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
}
.leftbar a.current {
	color: #F48120;
}
.leftbar a:hover {
	color: #F48120;
}
.content a.noborder {
	border: none;
	text-decoration: none;
}

.content a {
	border-bottom: 1px dotted black;
	text-decoration: none;
	color: black;
}
.content a:hover {
	color: #F48120;
	border-bottom: 1px solid #F48120;
}
#visit-us .content a,
#visit-us .content a:hover 
{
	border: none !important;
	color: black;
	text-decoration: none !important;
	border-bottom: none !important;
}

#sidebar {
	position: fixed;
	top: 40px;
	left: 0;
}
.leftbar.footer div {
	margin-top: 240px;
}
