/* CSS Document */

*, ul, li{
	margin:0px;
	padding:0px;
	font-weight: normal;
}
html{height: 100%;}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-image: url(../images/back.jpg);
	
}

.left{ float:left;}
.right{ float:right;}
.clear{ clear:both;}

a, a:active {
  outline: none;
}

:focus {
  -moz-outline-style: none;
}



#header{
	width:949px;
	background-image: url(../images/back_white.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 200px;
	margin: auto;
	padding-top: 30px;
	position: relative;
}

#header h1{
	font-size: 15px;
	color: #777;
	text-shadow:1px 1px 0px #FFF;
	position: absolute;
	left: 0px;
	top: 10px;
}

a#logo{
	background-image: url(../images/living_internet.png);
	height: 71px;
	width: 349px;
	position: absolute;
	left: 0px;
	top: 50px;
	text-indent: -10000px;
}

.lp_image{
		background-image: url(../images/Living_Property_image.png);
	display: block;
	height: 225px;
	width: 491px;
	position: absolute;
	left: 50%;
	top: 15px;
	margin-left: -10px;
}

ul.menu{
	font-size: 15px;
	position: absolute;
	left: 0px;
	bottom: 10px;
	clear: both;
	float: left;
	width: 100%;
}

ul.menu ul{
	margin-top: 20px;
	position: relative;
}

ul.menu li{
	display: inline;
	list-style-type: none;
text-shadow:1px 1px 0px #FFF;
}

ul.menu li a{
	display: inline;
	list-style-type: none;
	margin-right: 15px;
	color: #FFFFFF;
	background-color: #cc6666;
	margin-right: 2px;
	margin-left: 2px;
	text-decoration: none;
	padding: 5px;
	text-shadow:none;
}

ul.menu ul li a{
	background-color: #555;
}

ul.menu li a:hover{
	background-color: #CC6600;
}


#content{
	width:949px;
	background-image: url(../images/line00.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: auto;
	padding-top: 20px;
	position: relative;
}

h1.heading a{
	font-size: 50px;
	font-weight: bold;
	color: #555;
	position: relative;
	text-shadow:1px 1px 0px #FFF;
	text-decoration: none;
}

h1.heading span{
	background-image: url(../images/speech.png);
	display: block;
	height: 31px;
	width: 39px;
	position: absolute;
	left: -50px;
	top: 12px;
}
h2.heading{
	color: #cc0000;
	font-size: 50px;
	font-weight: bold;
	clear: both;
	text-shadow:1px 1px 0px #FFF;
}



h3.heading{
	position: absolute;
	top: -30px;
	color: #999;
	text-shadow:1px 1px 0px #FFF;
	display: none;
}

h4.download {
	padding-left: 50px;
	background-image: url(../images/download_Arrow.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	top: -5px;
	clear: both;
	float: left;
	text-shadow:1px 1px 0px #FFF;
}

h4.download a{
	color: #555;
	text-decoration: none;
	font-size: 29px;
	font-weight: bold;
	position: relative;
	top: 5px;
}

h4.download a:hover{
	color: #CC6600;
}

.text{
	background-image: url(../images/line00.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 449px;
	margin-top: 20px;
	padding-top: 20px;
}

#header .text{padding-top:0px;}
	
.text h2{
	font-size: 20px;
	margin-bottom: 10px;
}
	
.noline{
	background-image: none!important;
}

p{
	line-height: 21px;
	margin-bottom: 20px;
	text-shadow:1px 1px 0px #FFF;
}

p a{
	color: #FFFFFF;
	background-color: #cc6666;
	margin-right: 2px;
	margin-left: 2px;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	text-shadow:none;
}

p a:hover{background-color:#ff6600;}

p.quote{
	background-image: url(../images/speech_sm.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	position: relative;
	left: -30px;
	font-size: 20px;
	line-height: 30px;
	color: #555;
}

.text ul{
	margin-bottom: 20px;
}

.text ul li{
	font-size: 20px;
	line-height: 30px;
	color: #555;
	text-shadow:1px 1px 0px #FFF;
	margin-left: 17px;
}

.text ul li a{}

ul.submenu{
	float: left;
	background-image: url(../images/line00.gif);
	background-position: left bottom;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background-repeat: repeat-x;
	width: 100%;
}

#header ul.submenu{ background-image:none;}

ul.submenu li{
	list-style-type: none;
	background-image: url(../images/submenu.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height: 42px;
	margin-left: 0px;
}

ul.submenu li a{
	color: #555;
	text-decoration: none;
	font-size: 29px;
	font-weight: bold;
	padding-left: 30px;
	margin: 0px;
	position: relative;
	top: 2px;
}

ul.submenu li a span{
	clear: both;
	margin-left: 30px;
	float: left;
	font-size: 15px;
}

ul.submenu li:hover, ul.submenu li a:hover{
	color: #CC6600;
	background-position: left bottom;
}


.content_image, a.content_image {
	color: #555;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	float: right;
	margin-bottom: 20px;
	background-image: url(../images/line00.gif);
	padding-bottom: 20px;
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	text-shadow:1px 1px 0px #FFF;
	font-size: 15px;
	text-align: right;
}

.content_image a{
	color: #555;
}

.content_image img{
	border: 1px solid #FFFFFF;
	margin-bottom: 10px;
}

.content_image span{
	float: left;
}

form ul{
	padding-top: 10px;
}

form ul li{
	position: relative;
	list-style-type: none;
	float: left;
	margin-bottom: 15px;
	width: 479px;
}

form ul li label{
	display: block;
	float: left;
	width: 142px;
}

form ul li.required{
	background-image: url(../images/required.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	position: relative;
	left: -30px;
}

form input[type="text"], .message00{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	position: relative;
	top: -7px;
	float: right;
	width:250px;
}	

h2.address{
	font-size: 40px;
	line-height: 40px;
	background-image: url(../images/line00.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-weight: bold;
}

h2.address span{
	font-size: 19px;
	display: block;
}

h2 label{
	font-size: 19px;
	display: block;
	color: #999999;
	float: left;
	width: 75px;
}

 textarea{
	width: 302px;
}

label.error{
	color: #FFFFFF;
	background-color: #cc0000;
	position: absolute;
	right: -275px;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-left: 8px;
	top: -7px;
	width:250px;
	text-shadow:none;
}


.submit00{
	position: relative;
	height: 42px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color:#cc0000;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	cursor:pointer;
	top: -10px;
}

.submit00:hover{
	background-color: #ff6600;
}

#footer{
	width:949px;
	margin: auto;
	color: #999999;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(../images/line00.gif);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
}

#footer h5 a{
	font-size: 13px;
	text-align: right;
	color: #999999;
	text-decoration: none;	
}

#footer h5 span{
	float: left;
}

.back_black{
	background-image: url(../images/back_black.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 63px;
	width: 100%;
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
}

