@charset "UTF-8";
#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	font-style: normal;
	line-height: 140%;
	font-weight: lighter;
	color: #666;
	background-color: #FFF;
	padding: 0px;
	width: 984px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
/* ----------------- header --------------- */
#header {
	font-size: 0.75em;
	height: 230px;
	position: relative;
}
#header p {
	text-align: right;
	margin: 0px 260px 0px 0px;
	border-right: 1px solid #666666;
	padding: 35px 15px 0px 0px;
	line-height: 200%;
	height: 180px;
}
#header h1 {
	left: 145px;
	position: absolute;
	text-indent: -1000em;
	height: 166px;
	width: 400px;
	background-image: url(images/rmjoneslogo.gif);
	background-repeat: no-repeat;
	top: 0;
}
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 984px;
	background-color: #eee;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
}
#header li {
	float: left;
}
#header li a:link, #header li a:visited {
	display: block;
	background: #eee;
	padding: .6em 5.2em;
	font: 1em/1.2 Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666;
}
#header li a:hover, #header li a:active {
	color: #666;
	background: #ddd;
}
#header li a.current, #header li a.current.hover, #header li a.current:active {
	color: #fff;
	background-color: #73AF55;
	cursor: default;
}
/* ------------ main content ------------*/
#sidebar {
	line-height: 300%;
	width: 130px;
	text-align: right;
	padding: 30px 20px 0 0;
	float: left;
}
#sidebar a  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #73AF55;
	text-decoration: none;
}
#sidebar a:hover {
	border-bottom: 1px dotted #73AF55;
}
#mainContent {
	font-size: 0.85em;
	margin-left: 150px;
	border-left: #666 solid 1px;
	padding: 30px 180px 30px 55px;
}
#mainContent  a:link,a:visited  {
	text-decoration: none;
	color: #333333;
}
#mainContent a:hover       {
	border-bottom: 1px dotted #333;
}
#bottomnav {
	font-size: 0.65em;
	text-align: center;
	background-color: #73AF55;
	padding: 0.1em 0;
	color: #fff;
}
#bottomnav a {
	color: #FFFFFF;
	text-decoration: none;
}
#bottomnav a:hover {
	border-bottom: 1px dotted #fff;
}
#footer {
	font-size: 0.57em;
	text-align: center;
	margin-top: .1em;
}
.special {
	font-weight: bold;
	color: #73AF55;
}
.italic {
	font-style: italic;
}
.large {
	font-size: 1.5em;
	font-weight: bold;
	color: #73AF55;
}
body {
	margin-top: 0px;
	padding-top: 0px;
}
