@import url();

body{
  font-family: Verdana, Arial, sans-serif;
  font-size:1em;
  margin:15px 0px 5px 20px;
  width:720px;
}
p{
	font-size: 0.76em;
	color: #000;
}
ul, dl{
	font-family: Verdana, Arial, sans-serif;
	list-style-position: outside;
	list-style-type: circle;
	margin: 4px 4px 4px 28px;
}
ol{
	font-family: Verdana, Arial, sans-serif;
	list-style-position: outside;
	list-style-type: decimal;
	margin: 4px 4px 4px 28px;
}
li {
	font-size: .73em;
}
li li {
	font-size: 100%;
}
img {
	border: 0;
}
h1{
	font-size: 1.8em;
	color: #666;
}
h2{
	font-size: 1.24em;
	color: #946c00;
}
h3{
	font-size: 0.88em;
	color: #946c00;
}
h4{
	font-size: 0.88em;
	color: #333;
}
h5 {
	font-size: 0.88em;
	color: #333;
}
h5 {
	font-size: 0.78em;
	color: #333;
}
h6 {
	font-size: 0.7em;
	color: #666;
}
a:link {
	color: #862633;
	text-decoration: underline; 
}
a:visited {
	color: #862633;
	text-decoration: underline; 
}
a:hover { 
	color: #000;
	text-decoration: underline;
}
a:active { 
	color: #000;
	text-decoration: underline;
}
a:focus { 
	color: #000;
	text-decoration: underline;
}
table {
	font-family: Verdana, Arial, sans-serif;
}
td {
	color: #000;
	font-size: .73em;
}

td p {
	color: #000;
	font-size: 1em;
}



thead {
	font-weight: bold;
}
.mug_right {
	float: right;
	width: 86px;
	height: auto;
	padding: 4px 0 4px 8px;
	margin: 0;
}
.mug_right .photo {
	float: right;
	height: 105px;
	width: 78px;
}
.mug_right .caption {
	height: auto;
	width: auto;
	margin: 110px 0 8px 8px;
	font-size: 0.68em;
	font-family: Verdana, Arial, sans-serif;
}
.mug_left {
	float: left;
	width: 86px;
	height: auto;
	padding: 4px 8px 4px 0;
	margin: 0;
}
.mug_left .photo {
	float: left;
	height: 105px;
	width: 78px;
}
.mug_left .caption {
	height: auto;
	width: auto;
	margin: 110px 8px 8px 0px;
	font-size: 0.68em;
	font-family: Verdana, Arial, sans-serif;
}
.storyphoto_right {
	float: right;
	height: auto;
	width: auto;
	padding: 4px 0 4px 8px;
	margin: 0;
}
.storyphoto_right .photo {
	height: auto;
	width: auto;
}
.storyphoto_right .caption {
	float: left;
	height: auto;
	width: auto;
	margin: 8px 0;
	font-size: 0.68em;
	font-family: Verdana, Arial, sans-serif;
}
.storyphoto_left {
	float: left;
	height: auto;
	width: auto;
	padding: 4px 8px 4px 0;
	margin: 0;
}
.storyphoto_left .photo {
	height: auto;
	width: auto;
}
.storyphoto_left .caption {
	float: left;
	height: auto;
	width: auto;
	margin: 8px 0;
	font-size: 0.68em;
	font-family: Verdana, Arial, sans-serif;
}
.gray_border_rt {
	background-color: #e4e4e4;
	border: 1px solid #999;
	margin: 10px 0 10px 10px;
	padding: 8px 10px;
	height: auto;
	width: 330px;
	border-radius: 5px;
	float:right;
}
.gray_border_lft {
	background-color: #e4e4e4;
	border: 1px solid #999;
	margin: 10px 10px 10px 0;
	padding: 8px 10px;
	height: auto;
	width: 330px;
	border-radius: 5px;
	float:left;
}
.maroon_border_rt {
	background-color: #e4e4e4;
	border: 1px solid #862633;
	margin: 10px 0 10px 10px;
	padding: 8px 10px;
	height: auto;
	width: 330px;
	border-radius: 5px;
	float:right;
}
.maroon_border_lft {
	background-color: #e4e4e4;
	border: 1px solid #862633;
	margin: 10px 10px 10px 0;
	padding: 8px 10px;
	height: auto;
	width: 330px;
	border-radius: 5px;
	float:left;
}
			
.gold_border_rt {
	background-color: #e4e4e4;
	border: 1px solid #eaaa00;
	margin: 10px 0 10px 10px;
	padding: 8px 10px;
	height: auto;
	width: 330px;
	border-radius: 5px;
	float:right;
}
.gold_border_lft {
	background-color: #e4e4e4;
	border: 1px solid #eaaa00;
	margin: 10px 10px 10px 0;
	padding: 8px 10px;
	height: auto;
	width: 330px;
	border-radius: 5px;
	float:left;
}
#button {
    background-color: #862633;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 3px 4px #000000;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: Verdana,Arial,sans-serif;
    font-size: 0.74em;
    font-style: oblique;
    font-weight: bold;
    margin: 8px;
    padding: 12px;
    text-decoration: none;
    text-shadow: 1px 1px #000000;
}
#button:hover {
    background-color: #63666a;
    color: #FFFFFF;
}
#button2 {
    background-color: #330000;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 3px 4px #000000;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: Verdana,Arial,sans-serif;
    font-size: 0.74em;
    font-style: oblique;
    font-weight: bold;
    margin: 8px;
    padding: 12px;
    text-decoration: none;
    text-shadow: 1px 1px #000000;
}
#button2:hover {
    background-color: #63666a;
    color: #FFFFFF;
}
.photo_caption_right {
    float: right;
    height: auto;
    margin: 0;
    padding: 4px 0 12px 26px;
    width: auto;
}
.photo_caption_right .photo {
    height: auto;
    width: auto;
}
.photo_caption_right .caption {
    color: #444444;
    float: left;
    font-family: Verdana,Arial,sans-serif;
    font-size: 0.68em;
    height: auto;
    margin: 8px 0;
    width: auto;
}
.photo_caption__left {
    float: left;
    height: auto;
    margin: 0;
    padding: 4px 26px 12px 0;
    width: auto;
}
.photo_caption__left .photo {
    height: auto;
    width: auto;
}
.photo_caption__left .caption {
    color: #444444;
    float: left;
    font-family: Verdana,Arial,sans-serif;
    font-size: 0.68em;
    height: auto;
    margin: 8px 0;
    width: auto;
}
/* added to aid display in wysiwyg editor for hr */
#specialtyButton {    
	min-width: 260px;
    float: right;
    background-color: #646469;
    border-radius: 6px;
    min-height: 60px;
    color: #fff;
    text-align: center;
    font-size: 36px;
    margin: 20px 0 0 0;
		}
	#specialtyButton a:link {
		color:#fff;
		text-decoration:none;
		display:block;
		padding: 16px 0;
		}	
	#specialtyButton a:visited {
		color:#fff;
		text-decoration:none;
		}
	#specialtyButton:hover {
		background-color:#862633;
		color: #dad8d6;
		}
/*added specifically for the rmi homepage*/

	.imgButton {
		display:inline-block;
		float:left;
		/*background: url(images/000-64-trans.png);*/
		width:48%;
		margin:1%;
		box-sizing: border-box;
		background-color:#fff;
		
	}
	.imgButtonContent {
		padding:0 0 10px 0;
		/*margin:26px;*/
		color:#fff;
		text-align:center;
		border:1px solid #63666a;
		/*min-height:360px;*/
		box-sizing: border-box;
		 background-color: #862633;
	}
	.imgButtonContent img {
		width:100%;
		height:auto;
		/*display:none;*/
		margin:0 0 10px 0;
	}
		
	.imgButtonContent .imgButtontext {
		margin:0 0 -140px 0;
	}	
		
		
.imgButtonContent a {
	text-decoration:none;
	color:#fff;
}
.imgButtonContent a:link {
	text-decoration:none;
	color:#fff;
}
		
		
.imgButtonContent a:visited {
	text-decoration:none;
	color:#fff;
}		
		

.imgButtonContent:hover {
	opacity:.84;
	border:1px solid #000;
	text-decoration:none;
}




