@charset "utf-8";
/* CSS Document */

a:link, a:visited, a:active {
  color:#fff;
  text-decoration:none;
}
a:hover {
  color:#fff;
  text-decoration:underline;
}

A:focus, A:hover, A:active /* Firefox image outline fix */
{
outline: none}

html {
filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
	margin-top: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-weight: normal;
	text-decoration: none;
	line-height: 150%;
	font-size:12px;
	background-image:url(../images/backgrounds/landingpage_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#420326;
	}
	
#wrapper {
width: 834px;
position: relative;
left: 50%;
margin-left: -417px;
}

h1 {
	text-indent: -5000px;
	background: url(../images/sitewide/logo_landingpage.jpg) no-repeat;
	width: 225px;
	height: 160px;
	margin-left: 280px;
   	margin-right: 0px;
   	margin-bottom: 25px;
   	margin-top:93px;
	}
	
#left {
	float:left;
	width:258px;
	}
	
#right {
	float:right;
	width:546px;
	}
	
	#inside_left {
		float:left;
		width:258px;
		}
		
	#inside_right {
		float:right;
		width:258px;
		margin-left:30px;
		}
	
#property a {

	float:left;

	text-indent: -5000px; overflow:hidden; 

	display:block; width: 258px; height:292px; text-decoration: none;
	
	background:url(../images/landingpage/property.jpg);

	background-repeat:no-repeat; 
	}
	
#property a:hover {
	background-position: 0px -292px; 
	}
	
	
#digital a {

	float:left;

	text-indent: -5000px; overflow:hidden; 

	display:block; width: 258px; height:292px; text-decoration: none;
	
	background:url(../images/landingpage/digital.jpg);

	background-repeat:no-repeat; 
	}
	
#digital a:hover {
	background-position: 0px -292px; 
	}
	
	
#media a {

	float:left;

	text-indent: -5000px; overflow:hidden; 

	display:block; width: 258px; height:292px; text-decoration: none;
	
	background:url(../images/landingpage/media.jpg);

	background-repeat:no-repeat; 
	}
	
#media a:hover {
	background-position: 0px -292px; 
	}
