
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(rm_images/img01.jpg) repeat-x;
	font-size: 13px;
	/*text-align: justify;*/
	color: #461709;
}

body, th, td, input, textarea, select, option {
	font-family:  "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #461709;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #461709;
}

h1 {
	letter-spacing: -1px;
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ol, ul {
	margin: 0;
	padding: 0;
	line-height: 140%;
}


blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #461709;
}

a:hover {
	color: #461709;
}

hr {
	display: none;
}

#wrapper {
}


/* Header */

#header {
	width: 840px;
	height: 63px;
	margin: 0;
	padding: 80px 0 0 90px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

#header h1, #header p {
	margin: 0;
}

#header h1 {
	font-size: 28px;
}

#header p {
	margin-top: -10px;
	font-size: 14px;
	font-weight: bold;
	color: #b07c1c;
}

#header a {
	text-decoration: none;
	color: #461709;
}

#wrapper {
	width: 840px;
	margin: 0;
	padding: 0;
	background: url(rm_images/img02.jpg) no-repeat left top;
}

/* Page */

#page {
	width: 840px;
	margin: 0;
	padding: 0;
}

/* Content */ 

img.right {float:right; padding: 0px 0px 15px 30px;}
#map {float: left; width: 240px; height: 180px; margin: 10px 30px 15px 0px;}
#big_map {margin:18px 0 12px 0; width:510px; height: 380px;}
#form_map {margin:12px 0 8px 0; width:480px; height: 360px;}
#map2_container {display:none;}
#form_map2 {float: left; width: 240px; height: 180px; margin: 15px 30px 10px 0px;}
/* RM Form Styles*/
form {margin-top: 18px;}
label {clear: left; float:left; width: 7em;}
fieldset {margin: 10px 0;}
p.notes {font-size: 90%; padding: 4px 0 7px 0;}
textarea {font-size: 14px;}
/*Rm Styles for Javascript replacement email link stuff */
.emailLink {display: moz-inline-block; position: relative}
.infowindow {display: none; position: absolute; left: 6px; top: 12px; background: #cccccc; border: 2px solid #aaaaaa; padding: 4px 3px 4px 3px; text-decoration: none;}
a:hover .infowindow {display: block;}
a img {border:none;}


#content {
	float: right;
	width: 510px;
	margin: 0;
	padding: 185px 0 0 0;
}

#content ul {
	line-height: 120%; 
	font-size: 100%;
}

#content li {
	 padding-top: 6px;
}

#content p {
	line-height: 120%;
	margin-bottom: 5px;
	}

#content a {
	color: #b07c1c;
	text-decoration: none;
	border-bottom: 1px dashed #b07c1c;
}

#content a:hover {
	color: #461709;
	border-bottom: 1px solid #461709;
}

#content h2 {
	font-size: 110%;
	font-weight: bold;
	margin: 1.2em 0 .4em 0;
}

.description {
	clear: both;
	margin-top: 16px;
}

.post {
	padding: 5px 0 0 0;
}

.title {
	padding: 0 20px 0 0px;
	font-size: 24px;
}

.title a {
	text-decoration: none;
	color: #FFFFFF;
}


.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.entry {
	margin: 0;
	padding-bottom: 20px;
}

.last {
	border: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
	margin-bottom: 10px;
	padding-left: 100px;
}

#sidebar ul {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 12px 0;
	padding: 0;
}

#sidebar li ul {
	padding: 0px 21px 16px 0px;
}

#sidebar li li {
	background: url(rm_images/img04.gif) repeat-x left bottom;
	margin: 0;
	padding: 2px 0 7px 0px;
}

#sidebar h2 {
	margin: 0;
	width: 215px;
	height: 35px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#sidebar a {
	padding-left: 10px;
	text-decoration: none;
	background: url(rm_images/img05.jpg) no-repeat left 50%;
}

#sidebar a:hover {
	text-decoration: none;
	background: url(rm_images/img05a.jpg) no-repeat left 50%;
}


/* Footer */

#footer {
	background: url(rm_images/img03.jpg) repeat-x left top;
	margin: 0;
	padding: 0 0 0 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#footer p {
	padding: 25px 0 20px 0;
}

#footer p a {
	/* background: #f8db8f;	*/
	padding: 3px 2px;
	/* border: 3px #FFFFFF solid; */
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

/*
Sticky Footer by Ryan Fait
http://ryanfait.com/
*/
* {
	margin: 0;
}
html, body {
	height: 100%;
}
#contentWrapper {
	min-height: 100%;	
	height: auto !important;   /* IE 6 needs this */
	height: 100%;  /* IE 6 needs this */
	margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */
}
#footer, #push {
	clear: both; /* I needed to add this because footer is wider than contentWrapper */
	height: 80px; /* #push must be the same height as #footer */
}
/*
End of Sticky Footer Code - I used this because I couldn't get the footerStickAlt technique to render consistently across Firefox and IE7
*/

