@import "global.css";

#toppanel
{
	margin-bottom: 100px;
	width: 650px;
	font-size: 70px;
	color: #F3F3F3;
	padding-top: 20px;	
} 

#intro
{
	margin-bottom: 12px;
	width: 650px;
}
#sidebar {
	position: absolute;
	top: -10px;
	right: -10px;
}

#quickSearch img {
	height: 258px;
	width: 258px;
}


.listPara
{
	padding-bottom: 6px;
}

.listItem
{
	background: transparent url("../images/bullet.gif") no-repeat 0px 3px;
	padding-left: 12px;
}

.header
{
	font-weight: bold;
	font-size: 1.2em;
	color: #666;
	margin-top: 12px;
	margin-bottom: 6px;
}

.para
{
	margin-bottom: 6px;
}

a, a:hover
{
	text-decoration: none;
	color:#069;
}

.address-para
{
	padding-left: 20px;
	margin-bottom: 6px;
}

.address-line
{
	font-size: 1em;
}

