/* Global Styles */

/* Browser Undo */
* { margin: 0; padding: 0; }

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved. */
/*   http://creativecommons.org/licenses/by/2.0 */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common (X)HTML browsers */

/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */



html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font: 11px/18px Lucida Grande, Verdana, Sans-serif;
	color: #333;
	background-image: url("../img/rrm-body-bg.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #5c5c5c;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 11px;
}

p {
	margin-bottom: 18px;
	text-align: left;
}

a:link {
	color: #af0534;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #af0534;
}

a:active, a:visited { color: none; }

#main-container {
	width: 800px;
	margin: 0 auto;	
	background-color: transparent;
}

#top-container {
	width: 800px;
	height: 319px;
	padding-top: 25px;
	background-image: url("../img/rrm-shadow-top.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}

#bottom-container {
	position: relative;
	width: 800px;
	padding-bottom: 100px;
	background-image: url("../img/rrm-shadow-bottom.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
}

#copyright {
	width: 640px;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	color: #999999;
	background-color: transparent;
	display: none;
}

#logo-img-mast {
	width: 700px;
	height: 319px;
	margin: 0 auto;
}

#logo-img-mast h1, #logo-img-mast h2, #logo-img-mast h3 {
	display: none;
}

#nav {
	width: 700px;
	margin: 0 auto;
	height: 53px;
	background-image: url("../img/rrm-nav-bg.png");
	background-repeat: no-repeat;
	background-position: top left;
}

#nav img {
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

#column-wrap {
	width: 700px;
	margin: 0 auto;
	padding-top: 8px;
	overflow: hidden;
}

#column-wrap h3 {
	text-align: left;
}

#left-column {
	float: left;
	width: 292px;
	padding-left: 30px;
	padding-right: 28px;
}

#right-column {
	margin-left: 350px;
	width: 323px;
}

.last-p {
	margin-bottom: 0;
}

#home-blurb {
	font: 11px/20px Lucida Grande, Verdana, Sans-serif;
}

#rrm-seal-home {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 14px;
	background-image: url("../img/wax-seal-home.png");
	background-repeat: no-repeat;
	background-position: top left;
}

#rrm-seal-contact {
	position: absolute;
	bottom: 60px;
	right: 70px;
	width: 150px;
	height: 150px;
	background-image: url("../img/wax-seal-contact.png");
	background-repeat: no-repeat;
	background-position: top left;
}

.red-rrm {
	color: #af0534;	
}

#services-list {
	width: 302px;
	height: 298px;
	overflow: hidden;
	border: solid 1px #e3e3e3;
	margin-top: 3px;
	padding: 12px 0 0 18px;
	line-height: 28px;
	background-image: url("../img/list-bg.png");
	background-repeat: no-repeat;
	background-position: top left;	
}

#services-list h3 {
	padding-top: 12px;
	padding-bottom: 10px;
}

#services-left-col {
	float: left;
	width: 145px;
}

#services-right-col {
	margin-left: 148px;
}

.thumbnail {
	float: left;
	margin: 4px 10px 0 0;
	padding: 3px;
	background-color: #fff;
	border: solid 1px #e3e3e3;
}

.thumbnail img {
	border: solid 5px #e3e3e3;
}

.thumbnail:hover {
	border: solid 1px #bdbdbd;
}

form {
	border-top: solid 1px #d6d6d6;
	border-bottom: solid 1px #d6d6d6;
	padding: 18px 0 18px 18px;
	background-color: #f2f2f2;
}

.field {
	width: 228px;
	margin-bottom: 18px;
	margin-top: 4px;
	padding: 2px;
	border-top: solid 1px #b7b7b7;
	border-left: solid 1px #b7b7b7;
	border-right: solid 1px #e4e4e4;
	border-bottom: solid 1px #e4e4e4;
	font: 11px Lucida Grande, Verdana, Sans-serif;
}

.textarea {
	margin-bottom: 10px;
	margin-top: 4px;
	padding: 4px;
	border-top: solid 1px #b7b7b7;
	border-left: solid 1px #b7b7b7;
	border-right: solid 1px #e4e4e4;
	border-bottom: solid 1px #e4e4e4;
	height: 168px;
	width: 228px;
	font: 11px/15px Lucida Grande, Verdana, Sans-serif;
}

.button {
	padding: 2px;
}

#email-success {
	border-top: solid 1px #b5e189;
	border-bottom: solid 1px #b5e189;
	background-color: #e7f5d9;
	padding: 8px;
	font-weight: bold;
	margin-bottom: 28px;	
}

#error-message {
	border-top: solid 1px #f4c3b7;
	border-bottom: solid 1px #f4c3b7;
	background-color: #fbe9e5;
	padding: 8px;
	font-weight: bold;
	margin-bottom: 28px;	
}

.address-info {
	width: 320px;
	overflow: hidden;
}

.address-left-col {
	float: left;
	width: 175px;
	padding-bottom: 18px;
}

.address-right-col {
	margin-left: 175px;
	padding-top: 18px;
}

.address-info span {
	color: #8c8c8c;
}

#page-thumb { display: none; }