﻿#maincontent
{
	text-align:center;
}

.homevaluerow
{
	display:inline-block;
	width:100%;
	height:auto;
	padding-bottom:10px;
}

#telnumber
{
	font-weight:bold;
	color:#0054A1;
}

.infosection
{
	display:inline-block;
	width:100%;
	padding:10px 0px;
}


.sectiontitle
{
	clear:both;
	display:inline-block;
	width:600px;
	height:auto;
	/*background:transparent url("/images/topmenubg.jpg") repeat-x;*/
	background-color:#0054A1;
	color:White;
	font-weight:bold;
	padding-bottom:1px;
}

.sectionrow
{
	clear:both;
	display:inline-block;
	width:600px;
	padding:3px 0px;
}

.sectionlabel
{
	display:inline-block;
	float:left;
	width:155px;
	text-align:right;
	padding-right:5px;
}

.sectiontextbox0
{
	display:inline-block;
	width:300px;
	height:auto;
	float:left;
}

.sectiontextbox1
{
	display:inline-block;
	width:225px;
	height:auto;
	float:left;
}

.sectiontextbox2
{
	display:inline-block;
	width:150px;
	height:auto;
	float:left;
}

.sectiontextbox3
{
	display:inline-block;
	width:50px;
	height:auto;
	float:left;
}

#ckbsection
{
	display:inline-block;
	width:100%;
	padding-top:3px;
}

.featurecols
{
	display:inline-block;
	width:270px;
	height:auto;
	padding:0px 15px;
}

.featurerows
{
	display:inline-block;
	width:100%;
	height:auto;
	text-align:left;
}

.featurelabels
{
	display:inline-block;
	width:250px;
	height:auto;
	float:left;
}

.multilinebox
{
	display:inline-block;
	width:550px;
	height:75px;
	margin:5px 0px 3px 0px;
}

#note
{
	width:100%;
	text-align:left;
	font-style:italic;
	font-weight:bold;
}

.msgon
{
	display:inline-block;
}

.msgoff
{
	display:none;
}

.errormsgon
{
	display:inline-block;
	color:Red;
}