
body
{
	font: 100% Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container
{
	width: 990px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header
{
	background: #FFFFFF;
	padding: 5px 0; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 990px;
	overflow: hidden;
}

#sidebar1
{
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
#rightbar
{
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px; /* padding keeps the content of the div away from the edges */
}
#mainContent
{
	margin: 10px 250px 10px 10px;
}
#mainContentFull
{
	margin: 10px;
}
#footer
{
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #f2f2f2;
	border-top: 3px solid #228fce;
	font-size: 11px;
	text-align: center;
}
#footer p
{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.clearfloat
{
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.testimonial
{
	background: transparent url('../images/dot.gif') repeat-x scroll left top;
	margin: 25px 100px;
	color: gray;
	line-height: 18px;
	font-family: Arial;
	padding-top: 10px;
}
.testimonial .border
{
	background: transparent url('../images/dot.gif') repeat-x scroll left bottom;
	margin-top: 15px;
	padding-bottom: 10px;
}
.testimonial .name
{
	font-family: Arial;
	text-align: right;
}

.SmallGrayTitle
{
	font-size: 12px;
	color: #808080;
	font-weight: bold;
}
.tab_box
{
	background-color: #EFF0EE;
	border: 1px solid #CCC;
	padding: 5px;
	line-height: 22px;
	width: 700px;
}
.tab_box a
{
	font-size: 12px;
}
.tab_Typebox
{
	background-color: #EFF0EE;
	border: 1px solid #CCC;
	padding: 5px;
	line-height: 22px;
	width: 900px;
}
.tab_Typebox a
{
	font-size: 12px;
}


.leftbox
{
	width: 300px;
	float: left;
	margin: 0px 9px 0px 10px;
}
.rightbox
{
	width: 300px;
	float: right;
	margin: 0px 10px 0px 9px;
}

.leftbox p, .rightbox p
{
	margin: 0px;
	padding: 5px 10px 5px 10px;
	font: bold 13px/17px arial, verdana, tahoma;
	color: #333333; /*font-weight:bold; 	color:White;*/
}
.leftbox .bot p, .rightbox .bot p
{
	font: 14px arial;
}
/*
.leftbox p, .rightbox p
{
	margin: 0px;
	padding: 5px 10px;
	font: 14px arial;
	
}
.leftbox .bot p, .rightbox .bot p
{
	font: 16px arial;
}
*/
.leftbox .bot a, .rightbox .bot a
{
	color: #000;
	line-height: 24px;
}
.leftbox .signup, .rightbox .signup
{
	padding: 12px 85px 2px 75px;
}
.leftbox .signup a, .rightbox .signup a
{
	display: block;
	color: White;
	font: bold 16px/18px arial, Verdana, tahoma;
}
/*
.leftbox .bot a, .rightbox .bot a
{
	color: #000;
	line-height: 24px;
}
.leftbox .signup, .rightbox .signup
{
	padding: 12px 85px 2px 75px;
}
.leftbox .signup a, .rightbox .signup a
{
	display: block;
	color: White;
	font: bold 16px/18px arial, Verdana, tahoma;
}*/

.heading
{
	padding-left: 70px;
	padding-top: 50px;
	color: White;
	text-align: center;
	font: bold 16px arial, Verdana, tahoma;
}

.Individual_box
{
	background: url(../images/register/individual_body.gif) repeat-y;
	width: 223px;
}
.Individual_box .top
{
	background: url(../images/register/individual_head.gif) no-repeat;
	height: 150px;
}
.Individual_box .bot
{
	background: url(../images/register/individual_bot.gif) no-repeat 1px 0px;
	height: 44px;
}
.Broker_box
{
	background: url(../images/register/broker_body.gif) repeat-y 1px 0px;
	width: 275px;
}
.Broker_box .top
{
	background: url(../images/register/broker_head.gif) no-repeat 1px 0px;
	height: 174px;
}
.Broker_box .bot
{
	background: url(../images/register/broker_bot.gif) no-repeat 1px 55px;
	height: 95px;
}
.Promoter_box
{
	background: url(../images/register/promoter_body.gif) repeat-y 1px 1px;
	width: 275px;
}
.Promoter_box .top
{
	background: url(../images/register/promoter_head.gif) no-repeat 1px 0px;
	height: 174px;
}
.Promoter_box .bot
{
	background: url(../images/register/promoter_bot.gif) no-repeat 1px 55px;
	height: 95px;
}
.Realtors_box
{
	background: url(../images/register/realtors_body.gif) repeat-y 1px 0px;
	width: 275px;
}
.Realtors_box .top
{
	background: url(../images/register/realtors_head.gif) no-repeat 1px 0px;
	height: 174px;
}
.Realtors_box .bot
{
	background: url(../images/register/realtors_bot.gif) no-repeat 1px 55px;
	height: 95px;
}

.Realtors_box ul li, .Promoter_box ul li, .Individual_box ul li, .Broker_box ul li
{
	margin: 0px;
	padding: 5px;
	list-style: none;
}

.Realtors_box ul li, .Promoter_box ul li, .Individual_box ul li, .Broker_box ul li
{
	margin: 2px 5px;
	padding: 2px 12px 5px 22px;
	background: url(../images/icons/orangetick.png) no-repeat left 3px;
	font-size: 12px; /*color:White;*/
}
.registercontent
{
	height: 250px;
}



/* styles regarding facebook user control*/
.facebook h4
{
	background-color: #3b5998;
	border: solid 1px #3b599f;
	padding: 5px;
	color: White;
	margin: 0px;
}

.facebook
{
	border: solid 3px #3b399f;
	width: 270px;
}
.likebox
{
	overflow: hidden;
	padding: 2px;
	width: 200px;
	border: solid 3px #3b399f;
}

.twitterimg
{
	margin: 3px 10px 3px 70px;
}
.facebook div
{
	padding: 2px;
}

/* styles regarding twitter user control*/
.twitter h4
{
	background-color: #cbe2f2;
	border: solid 1px #cbeff2;
	padding: 5px;
	color: #3b399f;
	margin: 0px;
}

.twitter
{
	margin-top: 5px;
	border: solid 2px #cbe2f2;
	width: 270px;
}

/*.twitter div{
    margin:3px 10px 3px 70px;
}*/
.tweetFeeds
{
	padding: 2px 7px;
	font: 12px/16px verdana, Lucida Grande,sans-serif;
	color: #333333;
	border-bottom: dotted 1px gray;
}
.tweetFeeds .date
{
	text-decoration: none;
	color: #999999;
	font: 11px/16px Lucida Grande,sans-serif;
}
.tweetFeeds a
{
	text-decoration: none;
}
.tweetFeeds a:hover
{
	text-decoration: underline;
}
.textContent
{
	font-size: 14px;
	padding-left: 20px;
	padding-right: 10px;
}
.qna
{
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 15px;
}
.question
{
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
	display: block;
	line-height: 25px;
	color: #ea8700;
	background: url(../images/icons/help.png) no-repeat;
	padding-left: 35px;
}
.answer
{
	font-size: 14px;
	font-weight: normal;
	display: block;
	color: #3b5998;
	line-height: 20px;
	padding-left: 20px;
}

.homepage ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	line-height: 18px;
}
.homepage ul li
{
	margin: 0;
	padding: 0 10px 0 15px;
	background: url(../images/icons/bullet.gif) no-repeat 0 .4em;
	font-size: 14px;
}
.amenitiesimg
{
	padding: 5px;
}
.homeLeftContent
{
	width: 720px;
	float: left;
	padding-right: 20px;
}
.homeRightContent
{
	width: 200px;
	float: right;
	background: transparent url(../images/separator.png) repeat-y left top;
	padding-left: 25px;
}
.pretty-hover
{
	background-color: #d7edfb;
}
.linebreak
{
	width: 190px;
	border: solid 1px #d7edfb;
}
