/* EDIFI.com - CSS Document */

body {
	background:url(../images/bg.jpg) repeat-x;
	margin:0;
}

.body-bg {
	background:url(../images/body-bg.jpg) no-repeat;
	width:770px;
	height:581px;
	margin:0 auto;
	padding:0;
	position:relative;
}	

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#004b85;
	font-weight:100;
	margin:0 0 .5em 0;
	padding:0;
	line-height:1.2em;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#1d1d1d;
	margin:0 0 .5em 0;
	padding:0;
	line-height:1.6em;
	text-align:justify;
}

a {
	color:#4179a4;
	text-decoration:underline;
}
a:visited {
	color:#4179a4;
	text-decoration:underline;
}
a:hover {
	color:#a23a30;
	text-decoration:underline;
}
a:active {
	color:#4179a4;
	text-decoration:underline;
}

/*** SOCIAL MEDAI ***/
.social-media {
	position:absolute;
	margin:0;
	padding:0;
	top:556px;
	left:235px;
	width:340px;
	height:53px;
}
	
a.logo-blog {
	background:url(../images/logo-blog.jpg) no-repeat;
	width:92px;
	height:53px;
	margin:0;
	padding:0;
	float:left;
	display:block;
	text-indent:-999em;
}

a.logo-twitter {
	background:url(../images/logo-twitter.jpg) no-repeat;
	width:53px;
	height:53px;
	margin:0;
	padding:0;
	float:left;
	display:block;
	text-indent:-999em;
}
a.logo-facebook {
	background:url(../images/logo-facebook.jpg) no-repeat;
	width:53px;
	height:53px;
	margin:0;
	padding:0;
	float:left;
	display:block;
	text-indent:-999em;
}
.media {
	background:url(../images/logo-media.jpg) no-repeat;
	width:137px;
	height:53px;
	float:left;
	margin:0;
	padding:0;
	text-indent:-999em;
}

/*** LEFT COL ***/

.leftCol {
	float:left;
	width:288px;
	margin:80px 0 0 60px;
	padding:0;
}
	h1 a.logo-ready-set-college {
		background:url(../images/logo-rsc.jpg) no-repeat;
		width:197px;
		height:147px;
		display:block;
		cursor:pointer;
		margin:0 auto;
		padding:0;
		text-indent:-999em;
	}
	h2 a.btn-ready-set-college {
		background:url(../images/btn-ready-set-college.jpg) no-repeat;
		width:260px;
		height:57px;
		display:block;
		cursor:pointer;
		margin:0 auto;
		padding:0;
		text-indent:-999em;
	}

/*** RIGHT COL ***/

.rightCol {
	float:right;
	width:290px;
	margin:80px 60px 0 0;
	padding:0;
}
	h1 a.logo-edifi {
		background:url(../images/logo-edifi.jpg) no-repeat;
		width:197px;
		height:147px;
		display:block;
		cursor:pointer;
		margin:0 auto;
		padding:0;
		text-indent:-999em;
	}
	h2 a.btn-edifi {
		background:url(../images/btn-edifi.jpg) no-repeat;
		width:260px;
		height:57px;
		display:block;
		cursor:pointer;
		margin:0 auto;
		padding:0;
		text-indent:-999em;
	}