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

* {
	padding: 0;
	margin: 0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #A00;
	padding: 10px;
}

p {
	padding: 0 10px 1em;
}

form {
	padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #e60b0a;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	background-color: #FFF;
	width: 100%;
	margin: 0 auto;
}

#header {
	height: 148px;
	background-image: url(images/header.gif);
	background-repeat: repeat-x;
}

#strapline {
	position:absolute;
	height: 24px;
	width: 500px;
	padding: 114px 0 0 6px;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}

#menu {
	text-align: left;
	height: 60px;
	width: 850px;
	padding: 20px 0 0 80px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#menu ul {
	list-style: none;
	padding: 0;
}
#menu ul li {
	position: relative;
	display: inline;
	float: left;
}
#menu ul li a {
	display: block;
	width: auto;
	padding: 2px 20px 0 20px;
	text-decoration: none;
	color: #333;
}

#menu ul li a:hover, a:active {
	background-image:url(images/red-dot.gif);
	background-repeat: no-repeat;
}

.lit {
	background-image:url(images/grey-dot.gif);
	background-repeat: no-repeat;
}

#content {
	width: 500px;
	margin-left: 80px;
	border-left: 1px dotted #ccc;
	float: left;
}

#content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	line-height: 1.5em;
}
#sidebar {
	width: 200px;
	margin-left: 45px;
	float:left;
	padding-top: 10px;
}

#footer {
	width: 100%;
	background-color: #FFF;
	color: #333;
	text-align: center;
	height: 26px;
	padding-top: 24px;
	font-size: 12px;
}