﻿body, table, td
{
	/* set the default font family */
	font-family:Arial;
}

body 
{
	background-color:black;
	background-image:url(../../Images/LaddsBG.jpg);
	background-repeat:repeat-x;
}

.Content
{
	margin:7px;
	vertical-align:top;
	color:#0061FE;
	font-size:11pt;	
}

.Content a:link, .Content a:visited
{
  color:Black;
  font-size:10pt;
}

.Content H1, h1
{
	color:Black;
	display:inline-block;
	font-size:13pt;

	/*
	for image based headers
	text-indent:-500px;
	*/
}

.Content H2
{
	color:Red;
}

.Main /*currently on the same tag with layout_main*/
{
 border-style:solid;
 border-color:Black;
}

.Content B
{
	color:Orange;
}

.Content EM
{
	color:Yellow;	
}

.SiteMapPath
{
	color:Blue;
	font-size:9pt;
	padding-top:30px;
}

.PoweredBy7Ware
{
	color:White;
	font-weight:bold;
	text-decoration:none;
	font-size:10pt;
}

.FooterDiv
{
  padding-top:10px; 
  text-align:center;
}

.FooterLinks
{
  color:White;
  text-decoration:none;
  font-weight:bold;
  font-size:12px;
 
}

.FooterLinks a:link, .FooterLinks a:visited
{
  color:White;
  text-decoration:none;
  font-weight:bold;
  font-size:12px;
  padding-right:28px;
  padding-left:28px;    
}

.FooterLinks a:hover
{
  color:#03D8FF;
  text-decoration:none;
  font-weight:bold;
  font-size:12px;
  padding-right:28px;
  padding-left:28px;    
}


.CommunityLinks a:link, .CommunityLinks a:visited
{
  color:Blue;
  text-decoration:none;
  font-weight:bold;
  font-size:8pt; 
}

.Disclaimer
{
	padding-top:20px;
  font-size:9pt;
  color:Black;
  clear:both;
}

.PropertyBox
{
	display:block;
	font-size:10pt;
	padding: 0px 0px 20px 0px;
	margin:0px 0px 20px 0px;
	overflow:hidden;
	border-bottom: dashed 5px blue;
}

.PropertyBox h3
{
	margin: 0px 0px 10px 0px;
	float:left;
	width:200px;
	
}

.PropertyBox h4
{
	clear:both;
	margin:10px 0px 10px 0px;
	font-size:11pt;
	
}

.PropertyBox ul
{
	margin:0px;
	padding:0px 0px 0px 13px;
}

.PropertyBoxContent
{
	display:block;
	width:300px;
	float:left;
	margin:0px 100px 0px 0px;
}

.PropertyImage
{
	display:block;
	float:left;
}


.PriceLabel
{
	display:block;
	font-weight:bold;
	text-align:right;
	width:100px;
	float:right;
}
/*ul.PlainList
{
	padding:0px;
	margin:0px;
}
.PlainList li
{
	list-style-type:none;
	text-indent:0px;
}*/

