@charset "utf-8";

/*************************
Colors:
	blue: #437695

*************************/

body {
	background-color: #7c7c7c;
	background-image: url(/_images/bg-body.png);
	background-position: top;
	background-repeat: repeat-x;
	color: #646464;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;
	line-height: 1.5em;
}
.clearboth {
	clear: both;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	font-size: 0px;
}
h2 {
	font-size: 16px;
	margin: 20px 0px 0px;
	padding: 0px;
	color: #437695;
}
h3 {
	font-size: 12px;
	margin: 15px 0px 0px;
	padding: 0px;
	color: #437695;
}
h4 {
	font-size: 11px;
	margin: 5px 0px 0px;
	padding: 0px;
}
p {
	margin: 8px 0px 0px;
	padding: 0px;
}
blockquote {
	margin: 10px 0px;
	padding: 0px;
}
.first {
	margin-top: 0px;
}
img.first {
	padding: 10px 0px;
}
img.left {
	padding-right: 15px;
}
img.right {
	padding-left: 15px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.center {
	text-align: center;
}
ol, ul {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 25px
}
ol li, ul li {
	margin-top: 5px;
}
a, a:active, a:visited {
	color: #3082b3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Structure */
#rcpHeader {
	height: 125px;
}
#rcpHeader .wrapper {
	background-image: url(/_images/bg-header.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 125px;
	width: 976px;
	margin: 0 auto;
	border: solid #fff;
	border-width: 0px 2px;
}
#rcpMainNav {
	height: 45px;
}
#rcpMainNav ul {
	font-size: 12px;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#rcpMainNav ul li {
	padding: 0px;
	margin: 0px;
	float: left;
	position: relative;
}
#rcpMainNav ul li a {
	display: block;
	color: #1d5c74;
	text-decoration: none;
	width: 122px;
	height: 45px;
	text-align: center;
}
#rcpMainNav ul li a:hover {
	color: #fff;
	background-image: url(/_images/bg-mainNav-hover.png);
	background-position: left top;
	background-repeat: repeat-x;
}
#rcpMainNav ul li.selected-true a {
	color: #fff;
	background-image: url(/_images/bg-mainNav-hover.png);
	background-position: left top;
	background-repeat: repeat-x;
}
#rcpMainNav ul li a span {
	display: block;
	padding-top: 17px;
}
#rcpMainNav ul li a span.line2 {
	padding-top: 11px;
}
#rcpMainNav .wrapper {
	background-image: url(/_images/bg-mainNav.png);
	background-position: left top;
	background-repeat: repeat-x;
	height: 45px;
	width: 976px;
	margin: 0 auto;
}
#rcpPage {
	margin: 0 auto;
	width: 976px;
	border: solid #fff;
	border-width: 0px 2px;
}
#rcpPage .wrapper {
	background: #fff;
	padding: 0px 7px 7px;
}
#rcpPage .columns {
	background-position: center top;
	background-repeat: repeat-y;
	width: 100%;
	padding-top: 7px;
}
#rcpPage .columns .cap-top {
	display: block;
	background-position: top;
	background-repeat: no-repeat;
	height: 8px;
	width: 100%;
}
#rcpPage .columns .cap-bottom {
	display: block;
	background-position: bottom;
	background-repeat: no-repeat;
	height: 8px;
	width: 100%;
}
#rcpPage .columns .wrapper {
	padding: 20px 20px;
	position: relative;
}
#rcpPage .columns-1 .cap-top {
	background-image: url(/_images/bg-columns-1-caps.png);
}
#rcpPage .columns-1 .cap-bottom {
	background-image: url(/_images/bg-columns-1-caps.png);
}
#rcpPage .columns-1 .wrapper {
	background-image: url(/_images/bg-columns-1-fill-y.png);
	padding: 12px 20px;
}
#rcpPage .columns-2 .cap-top {
	background-image: url(/_images/bg-columns-2-caps.png);
}
#rcpPage .columns-2 .cap-bottom {
	background-image: url(/_images/bg-columns-2-caps.png);
}
#rcpPage .columns-2 .wrapper {
	background-image: url(/_images/bg-columns-2-fill-y.png);
	padding: 12px 20px;
}
#rcpPage .col-left {
	width: 434px;
	float: left;
}
#rcpPage .col-right {
	width: 434px;
	float: right;
}
#feature {
	padding-top: 7px;
	width: 962px;
	overflow: hidden;
}
#feature .wrapper {
	background-position: left top;
	background-repeat: no-repeat;
	height: 122px;
	padding: 0px;
	width: 962px;
	margin: 0px;
}
#rcpFooter {
	margin: 0 auto 15px;
	width: 976px;
	border: solid #fff;
	border-width: 0px 2px 2px;
}
#rcpFooter .wrapper {
	background-color: #fff;
}
#rcpFooter .contact {
	background: #000;
	color: #fff;
	font-size: 14px;
	padding: 5px 0px;
	margin-bottom: 2px;
	text-align: center;
}
#rcpFooter .contact .bullet {
	color: #437695;
}
#rcpFooter .adr {
	background: #437695;
	font-size: 13px;
	color: #0c2e43;
	padding: 5px 0px;
	text-align: center;
}

/* Buttons */

a.btn-small {
	background-color: #000;
	background-image: url(/_images/bg-btn-small.png);
	background-position: left top;
	background-repeat: repeat-x;
	border: 1px solid #000;
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 0px 3px;
	text-align: center;
	text-decoration: none;
	width: 225px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
a:hover.btn-small {
	color: #fff;
	background-position: left bottom;
}
a.btn-large {
	background-color: #000;
	background-image: url(/_images/bg-btn-large.png);
	background-position: left top;
	background-repeat: repeat-x;
	border: 1px solid #000;
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	height: 34px;
	width: 225px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
a.btn-large span.line1 {
	display: block;
	margin-top: 10px;
}
a.btn-large span.line2 {
	display: block;
	margin-top: 2px;
}
a:hover.btn-large {
	background-position: 0px -34px;
}
a.btn-large.selected-true {
	background-position: left bottom;
}

/* Submenu */
.submenu {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.submenu li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

/* Estate Planning Menu */
.submenu-estateplanning {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.submenu-estateplanning li {
	list-style: none;
	padding: 0px;
	margin: 0px 4px 10px 0px;
	float: left;
}
.submenu-estateplanning li.forl-false-true {
	margin-right: 0px;
}
.submenu-estateplanning li.row2 {
	margin-bottom: 0px;
}

/* Next Previous Nav */
.nextprev {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.nextprev li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.nextprev li.btn-prev {
	float: left;
}
.nextprev li.btn-prev a {
	display: block;
	background-image: url(/_images/btn-prev.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 5px 0px 8px 24px;
}
.nextprev li.btn-prev a:hover {
	text-decoration: none;
}
.nextprev li.btn-next {
	float: right;
}
.nextprev li.btn-next a {
	display: block;
	background-image: url(/_images/btn-next.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 5px 24px 8px 0px;
}
.nextprev li.btn-next a:hover {
	text-decoration: none;
}
