@charset "utf-8";
/* RMS INDEX CSS STYLES */

/* MEDIA */
#media {
	width: 100%;
	height: 348px;
	display: block;
	position: relative;
	margin: -5px 0 0 0;
	z-index: 1;
}

#media img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
/* END OF MEDIA */

/* CONTENT */
#content {
	width: 100%;
	min-height: 226px;
	background: #d2d7a5 url(../media/images/bg_content-index.jpg) bottom left no-repeat;
	border-top: 3px solid #ffffff;
	padding: 0 0 15px 0;
	cursor: default;
}

/* LEFT COLUMN */
#content #left-column {
 	width: 35%;
	float: left;
}

#content #left-column #tagline {
	width: 243px;
	height: 99px;
	margin: 50px 0 0 85px;
}

#content #left-column #tagline p {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content #left-column #tagline p.green {
	color: #005838;
	font-size: 25px;
}

#content #left-column #tagline p.green span {
	font-size: 22px;
	margin: 0 0 0 20px;
}

#content #left-column #tagline p.yellow {
	color: #a69c50;
	font-size: 57px;
	margin: -10px 0 0 0;
}

#content #left-column #tagline p.yellow span {
	font-size: 22px;
	margin: 0 0 0 32px;
	vertical-align: middle;
}
/* END OF LEFT COLUMN */

/* RIGHT COLUMN */
#content #right-column {
	width: 65%;
	float: left;
}

#content #right-column #copy {
	width: 80%;
	margin: 50px auto 0 auto;
}

#content #right-column #copy h1 {
	font-size: 20px;
	color: #a69c50;
	font-weight: normal;
	margin: 0 0 5px 0;
}

#content #right-column #copy p {
	color: #475047;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	font-weight: normal;
	margin: 0 0 15px 0;
}
/* END OF LEFT COLUMN */
/* END OF CONTENT */

