@charset "utf-8";
/* CSS Document */
<style>
body {
	align:center;
	text-align: center;
}
#outline {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
	width: 650px;
}
#mainContent {
	color: #000;
	background-color: #ffffff;
	padding:15px;
	font-family: arial, helvetica, sans serif;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.greybox { /* apply this class to a paragraph to give it a grey box around it */
	background-color: #F3F3F3;
	border: 1px solid #E2E2E2;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#squeeze blockquote { /* this creates a blockquote with a single quotation mark on the left side and indents the text to fit */
	background-image: url(http://images.robertmstanley.com.s3.amazonaws.com/images/blockquote.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 60px;
	margin-top: 0px;
	margin-bottom: 25px;
	background-color: #FFFfff;
}
#mainContent .offercoupon { /* the offercoupon is the box with the red dotted line around it */
	padding: 20px;
	background-color: #FEFCD8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	background-image: url(http://images.robertmstanley.com.s3.amazonaws.com/images/coupon-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.offercouponoutline {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: 4px dashed #CC0000;
	padding: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.offercoupon form {
	margin: 0px;
	padding: 0px;
}
#mainContent .offercoupon p {
	line-height: 22px;
}
.shadowbox { /* this styles the box that looks like the lower right corner is turned up */
	background-color: #FFFFFF;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.sbcontent { /* shadow box content styles */
	padding: 15px;
	border: 1px solid #E2E2E2;
	background-color: #F3F3F3;
	background-image: url(http://images.robertmstanley.com.s3.amazonaws.com/images/shadowbox-corner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.sbshadow { /* div for page curl shadow below box */
	background-image: url(http://images.robertmstanley.com.s3.amazonaws.com/images/shadowbox-shadow.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 28px;
}
ul.greencheck {
	line-height: 18px;
}
.greencheck li {
	list-style:none;
	padding: 0 0 10px 35px;
	background-image: url(http://images.robertmstanley.com.s3.amazonaws.com/images/checkmark-sm.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul.redstop {
	line-height: 18px;
}
.redstop li {
	list-style:none;
	padding: 0 0 10px 35px;
	background-image: url(http://images.robertmstanley.com.s3.amazonaws.com/images/stop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainContent .testimonial { /* styles for the testimonial table */
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border: 1px solid #000;
	background-color: #FFFF66;
}
.testimonial img {
	padding-top: 15px;
}
#mainContent .roundbox { /* this is the opt-in email box with rounded corners */
	background-image: url(http://images.robertmstanley.com.s3.amazonaws.com/images/round-box-fill.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 475px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	height:auto;
	min-height:300px;
}
#mainContent .roundboxcontent p {
	line-height: 25px;
	margin-bottom: 0px;
}
.roundboxcontent {
	padding-right: 25px;
	padding-left: 25px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.roundboxcontent .input {
	width: 300px;
	font-size: 15px;
	font-weight: bold;
	padding: 2px;
	color: #CC0000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333333;
	background-color: #FFF;
}
.roundboxcontent .label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
#mainContent .button {
 background-color: #900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	background-image: url(http://images.robertmstanley.com.s3.amazonaws.com/images/form-btn-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	border: 2px solid #000;
	margin-top: 10px;
	cursor:pointer;
}
#mainContent .button:hover {
 background-color: #C00;
}
.roundboxcontent form {
	margin-bottom: 0px;
}
.roundboxbtm {
	background-image: url(http://images.robertmstanley.com.s3.amazonaws.com/images/round-box-btm.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 22px;
	margin:0px;
	padding:0px;
}
.roundboxtop {
	background-image: url(http://images.robertmstanley.com.s3.amazonaws.com/images/round-box-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 22px;
}
#squeeze h1, #squeeze h2, #squeeze h3, #squeeze h4 {
 font-family: Arial, Helvetica, sans serif;
}
#mainContent .postwrap a, #mainContent .postwrap a:link, #mainContent .postwrap a:visited, #mainContent .postwrap a:active {
	color: #03F;
	text-decoration: underline;
}
#squeeze h1 {
	font-size: 36px;
	line-height: 41px;
	margin-top:0px;
	padding-top:0px;
}
#squeeze h2 {
	font-size: 24px;
	line-height: 29px;
}
#squeeze h3 {
	font-size: 20px;
	line-height: 24px;
}
#squeeze h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight:normal;
}
#squeeze h5 {
}
#squeeze h6 {
}
#squeeze h1 em {
}
#squeeze h2 em {
}
#squeeze h3 em {
}
#squeeze h4 em {
}
#squeeze h5 em {
}
#squeeze h6 em {
}
.yellow { /* this makes your text look like it is highlighted in yellow */
	background-color: #FFFF00;
	font-weight:bold;
}
.red {
	color: #CC0000;
}
.blue {
	color: #0000FF;
}
.green {
	color: #007d0f;
}
.center {
	text-align:center;
}
.lineout { /* crosses out text with a line */
	text-decoration: line-through;
}
.paper1btm {
	background-image: url(http://images.robertmstanley.com.s3.amazonaws.com/images/paper1-btm.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 40px;
	margin:0px;
	padding:0px;
}
.paper1top {
	background-image: url(http://images.robertmstanley.com.s3.amazonaws.com/images/paper1-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 73px;
}

#mainContent .paper1 { 
	background-image: url(http://images.robertmstanley.com.s3.amazonaws.com/images/paper1-fill.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 475px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	height:auto;
	min-height:300px;
}
#mainContent .paper1content p {
	line-height: 26px;
}
.paper1content {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	font-family: "Courier New", Courier, monospace;
	padding-right: 35px;
	padding-left: 35px;
}
.stickywrap {
}
.stickynote {
	background: url(http://images.robertmstanley.com.s3.amazonaws.com/images/stickynote.jpg) no-repeat left top;
	padding: 38px 40px 35px 60px;
	height: 261px;
	width: 260px;
	font: 18px/22px "Courier New", Courier, monospace;
	text-align: center;
	float: left;
}
.paper2btm {
	background-image: url(http://images.robertmstanley.com.s3.amazonaws.com/images/paper2-btm.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 60px;
	margin:0px;
	padding:0px;
}
.paper2top {
	background-image: url(http://images.robertmstanley.com.s3.amazonaws.com/images/paper2-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 44px;
}

#mainContent .paper2 { 
	background-image: url(http://images.robertmstanley.com.s3.amazonaws.com/images/paper2-fill.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 475px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	height:auto;
	min-height:300px;
}
#mainContent .paper2content p {
	line-height: 26px;
}
.paper2content {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 45px;
	padding-left: 45px;
}
.paper3btm {
	background-image: url(http://images.robertmstanley.com.s3.amazonaws.com/images/paper3-btm.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 106px;
	margin:0px;
	padding:0px 45px 25px;
}
.paper3top {
	background-image: url(http://images.robertmstanley.com.s3.amazonaws.com/images/paper3-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 106px;
	padding-right: 45px;
	padding-left: 45px;
	padding-top: 25px;
}

#mainContent .paper3 { /* this is the opt-in email box with rounded corners */
	background-image: url(http://images.robertmstanley.com.s3.amazonaws.com/images/paper3-fill.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 475px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	height:auto;
	min-height:300px;
}
#mainContent .paper3content p {
	line-height: 26px;
}
.paper3content {
	text-align: left;
	padding-right: 45px;
	padding-left: 45px;
}

</style>
