@charset "utf-8";
/* CSS Document */

body
{
	background:#003149;
	margin:0px 0px 20px 0px;
}

#Container
{
	background:url(../images/PageBg.jpg) no-repeat top;
	display:block;
	position:relative;
	width:971px;
	height:986px;
}

.Content
{
	padding:298px 0px 0px 20px;
	background:none;
}

.BnFreePropertyGuide
{
	position:absolute;
	top:650px;
	left:300px;
	width:217px;
	height:217px;
	z-index:1000;
}

#FormTable
{
	color:#b1e5ff;
	font-family:Calibri, Arial;
	font-size:16px;
	line-height:16px;
	float:left;
	width:400px;
	padding:0px 30px 0px 30px;
	text-align:left;
}


#FormTable strong
{
	color:#b1e5ff;
	font-family:Calibri, Arial;
	font-size:16px;
	line-height:17px;
}

#FormTable input[type=text]
{
	padding:3px;
}

h3
{
	color:#b1e5ff;
	font-family:Calibri, Arial;
	font-size:22px;
	font-weight:bold;
	line-height:15px;
	text-transform:uppercase;
	margin:20px 0px 20px 0px;
	padding:0px;
}

.SmText
{
	font-size:13px;
	font-family:Calibri;
	font-style:italic;
}


p
{
	margin:5px 0px 5px 0px;
}

#portfolio{
	display:block;
	padding: 0px;
	float:left;
	width:467px;
	margin:0px;
	height:500px;
}

#portfolio li
{
	list-style:none;
}

.errmsg
{
	color: Red;
	font-weight: bold;
}


