@charset "UTF-8";

/* ------ basic styling ------- */
* {
	margin: 0px;
	padding: 0px;
}

a:active {
  outline:none;
}

a { outline: 0; } 


a.email {
	text-decoration:none;
	font-style:italic;
	color: #EE0F13;
	
}

img {
	padding:0;
	margin:0;
	
}


html {
	
	height:100%;
	width:100%;
}


body {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	background:#FFF;
	width:100%;
	height:100%;

}

#header {
	position: relative;
	width: 1000px;
	height:150px;
	margin: 0 auto;
	background:url(images/re3_logo.jpg) no-repeat;	
	background-position:0px 20px;
}

#intro {
	width:1000px;
	margin:0 auto;
	padding-top:20px;
	color:#FFF;
	font-size:30px;
	text-shadow: 0 0 5px #747474;
	
}

#icons {
	position:absolute;
	bottom:0;
	width:1000px;
	height:272px;
	left:50%;
    margin-left: -500px;
	background:url(images/icons.png) center no-repeat;
	
}


#wordingWrapper {
	width:1000px;
	margin:0 auto;	
}

#wordingWrapper .column {
	width:293px;
	float:left;
	padding:20px;
}

#wordingWrapper .column h1 {
	color:#DF2C2E;
	font-weight:600;
	font-size:30px;
	line-height:32px
	
	
}

#wordingWrapper .column p {
	font-size:13px;
	color:#6A6A6A;
	margin-bottom:14px;
	
}



#headerspacer{
	width: 900px;
	height: 20px;
}

#headerspacer img{
	float:right;
	position:absolute;
	right: 14px;
}

#homeMain {
	width:100%;
	height:500px;
	background:#808080;
}

.greyDiv {
	width:100%;
	background:#808080;
	padding:0;
	margin:0;
}

.greyDiv2 {
	width:100%;
	background:#E0E0E0;
	padding:30px 0;
	margin:0;
}

.whiteDiv {
	width:100%;
	background:#FFF;
	padding:0;
	margin:0;
}

.whiteDiv2 {
	width:100%;
	background:#FFF;
	padding:30px 0;
	margin:0;
}

.copyDiv {
	width:100%;
	height:175px;
	background:#FFF;
}


.wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding:0;
	text-align: left;
}

#temp {
	height:1000px;
	
}

#moneyWrapper {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(images/money.jpg) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#tag {
	position: relative;
	width: 1000px;
	height:700px;
	margin: 0 auto;
	padding:0;
	text-align: left;
	background:url(images/tag_trans.png) no-repeat center;
	
}

.whiteCopy {
	color:#FFFFFF;
	
}

h1 {
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	color: #EE0F13;
	margin-bottom:10px;
	border-bottom:thin #EE0F13 dotted;	
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color: #EE0F13;
	margin:0;
	padding:0;
	}

#dottedLine {
		border-bottom:thin #EE0F13 dotted;	
}

.clear {
	clear: both;
}

#footerWrapper {
	position:relative;
	background:#D5D5D5;
	height:100px;
}

#footer {
	position:absolute;
	width:1000px;
	left:50%;
	margin-left:-500px;
	height:100px;
	padding-left:100px;
	background:url(images/re3_logo_sm.jpg) no-repeat;
	background-position: 0 12px;
	padding-top:16px;
}

.name {
	text-align:left;
	font-weight:800;
	color: #EE0F13;
	text-transform:uppercase;
	font-size:12px;
}

#footer p {
	text-align:left;
	color:#6A6A6A;
	text-transform:uppercase;
	font-size:11px;
	line-height:16px;
}

#footer p a {
	color:#6A6A6A;
	text-decoration:none;
	
}

.red {
	
	
}

.column p a {
	color:#EE0F13;

}

#copywrite {
	position:absolute;
	text-align:right;
	color:#6A6A6A;
	text-transform:uppercase;
	font-size:11px;
	line-height:16px;
	float:right;
	width:1000px;
	right:50%;
	margin-right:-500px;
	bottom:16px;	
}

#li {
	width:1000px;
	right:50%;
	margin-right:-415px;
	position:absolute;
	top:57px;
}





/* ------ position container elements ------- */
.column p a {
}
