/* Font and Color */

body 
{
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	line-height: 150%;
}

p 
{ 
	font-size: 80%;
	font-weight: normal;
}

h1 
{
	font-size: 115%;
	font-weight: bold;	
	line-height: 150%;
	margin-top: 10px;
	margin-bottom: 20px;
}

h2 
{
	font-size: 100%;
	font-weight: bold;
	line-height: 150%;
	margin-top: 30px;
	margin-bottom: 10px;
}

h3 
{
	font-size: 90%;
	font-weight: bold;
	line-height: 150%;
}

li 
{
	font-size: 80%;
}

li li 
{
	font-size: 100%;
}

a 
{
	color: #1669a5;
	text-decoration: none;
}

a:visited 
{
	color: #1669a5;
}

a:hover 
{
	text-decoration: underline;
}

/* Page Layout */

#Page 
{
	width: 790px;
	margin: 10px 10px;
	padding: 0px;
	background-image: url('../../resources/images/common/backcolor.gif');
	background-repeat: repeat;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

#Header 
{ 
	height: 103px;
	width: 790px;
	background-image: url('../../resources/images/common/header.jpg');
	background-repeat: no-repeat;
	color: #000;
	background-color: #FFF;
}

#PageContent 
{
	display: block;
	position: relative;
	width: 650px;
	margin: 0px 0px 0px 130px;
	text-align: left;
	padding-top: 10px;
}

#PageContent img 
{
	display: block;
	border: 1px solid #000;
}

#Footer 
{
	clear: both;
	width: 100%;
	height: 135px;
	margin-top: 40px;
	background-image: url('../../resources/images/common/footer.jpg');
	background-repeat: no-repeat;
}

/* Navigation Bar */

#Navbar 
{
	display: block;
	float: left;
	width: 118px;
}

#NavbarTop 
{
	width: 118px;
	height: 40px; 
	background-image: url('../../resources/images/common/nav-top.jpg');
	background-repeat: no-repeat;
	color: #000;
	background-color: #FFF;
}

#NavbarMiddle 
{
	width: 118px;
	color: #000;
	background-color: #FFF;
	background-image: url('../../resources/images/common/nav-spacer.jpg');
	background-repeat: repeat-y;
	padding-top: 2px;
}

#NavbarMiddle .navButtonList
{
    width: 93px;
	list-style: none;	
	margin: 0px 0px 0px 11px;
	padding: 0px 0px 0px 0px;
}

#NavbarMiddle .navButton 
{
	text-align: center;
	margin-top: 2px;
	height: 29px;
	width: 93px;
	background-image: url('../../resources/images/common/button.jpg');
	background-repeat: no-repeat;
}

#NavbarMiddle a 
{
	display: block;
	font-size: 0.7em;
	text-decoration: none;
	height: 29px;
	width: 93px;
	color: #000;
	background-color: transparent;
	padding-top: 2px;
}

#NavbarMiddle a:hover 
{
	background-image: url('../../resources/images/common/button.jpg');
	background-repeat: no-repeat;
	background-position: -127px 0px;
}

#NavbarBottom 
{
	width: 118px;
	height: 68px;
	color: #000;
	background-color: #FFF;
	background-image: url('../../resources/images/common/nav-bottom.jpg');
	background-repeat: no-repeat;
}

/* Lot Details */

#LotImage 
{
	width: 550px;
	height: 414px;
	border: 1px solid #000;
}

#LotImage img 
{
	display: block;
	width: 550px;
	height: 414px;
}

#LotInfo 
{
	width: 550px;
	text-align: center;
}

#LotInfo img 
{
	display: inline;
}

/* Custom Control */

.contactControl
{
	margin: 15px 0px;
	font-size: 0.8em;
}

.contactControlHeader
{
	font-weight: bold;
}

.companyControl
{
	margin: 15px 0px;
	font-size: 0.8em;
}

.companyControlHeader
{	
	font-weight: bold;
}


/* Classes */

.left 
{
	text-align: left;
	margin: 10px 10px 0px 0px;	
	padding-bottom: 10px;
}

.float-right 
{
	float: right;
	text-align: right;
	margin: 0px 10px 0px 0px;	
}

.gridView
{
	font-size: 0.8em;
	text-align: center;
}

.footerText
{
	text-align:right;
	font-size:12px;
}






