#home_role_nav {
  float: right;
  clear: none;
  width: 37%;
  margin: 0 5% 0 3%;
}

#home #content {
  float: right;
  clear: both;
  width: 32%;
  margin: 1em 3% 0 0;
}

/* Home Page .... */
.role {
  width: 100%;
  margin: 1em auto 1em auto;
}

.role div {
  background-image: url(../images/edge.gif);
  background-position: 100% 0;
  background-repeat: no-repeat;
}

.role div .wrapper {
  background-image: url(../images/gradient.gif);
  background-position: 0 0;
  margin: 0 10px 0 0;
  padding: 10px 0 0 10px;
}

.role .bottom {

}

.role .bottom .left {
  background-image: url(../images/gradient.gif);
  background-position: 0 100%;
  margin: 0 -10px 0 0;
  height: 10px;
  width: 100%;
  float: left;
}

.role .bottom .right{
  background-color: #fff;
  background-image: url(../images/gradient.gif);
  background-position: 100% 100%;
  height: 10px;
  width: 10px;
  float: right;
}

.role .wrapper:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}

.role img {
  float: left;
}

.role h2 {
  color: #000;
  text-align: center;
}

.role h3 {
  clear: none;
  font-size: 1.4em;
  margin: 0 0 1em 0;
  font-weight: normal;
}

.role h3 a {
  color: #000;
}

.role h3 a:hover {
  color: #fff;
  text-decoration: none;
}


.role ul {
  list-style: none;
  padding: 0 0 0 1em;
}

.role ul li {
  font-size: 1em;
  margin: 0 0 .5em 0;
}

.role ul li a {
  margin: 0 0 0 2em;
}

#home #content h2.subtitle {
  margin-top: 1em;
}

h2.choose {
  text-align: center;
  font-size: 1.6em;
  margin: 0;
  padding: .1em;
  background-color: #fff;
  color: #c3325a;
}

.side-note {
  margin: 3em 10% 2em 10%;
  border: 1px solid #c3325a;
  padding: .5em;
  font-size: .9em;
}

#content p {
  margin: .6em 0 .6em 1.3em;
  line-height: 1.3em;
  color: #444;
}

#home #search-form {
  margin-top: 1em;
  background-color: #f9e9cd;
}

#home #search-form input {
  border-color: #e9d9bd #f9f9dd #f9f9dd #e9d9bd;
}

#home #newsletter-form {
  margin-top: 1em;
  background-color: #f9e9cd;
}

#home #newsletter-form input {
  border-color: #e9d9bd #f9f9dd #f9f9dd #e9d9bd;
}

#rmug p img.in-text {
}
