@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	background-color: #0267a4;
}

a, a:visited {
	color: #0583CF;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px dotted #0583CF;
}

#content ul {
	font-family: 'lucida grande', "lucida sans", tahoma, helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 12px;
	list-style: disc;
}

#content ul li {
	margin-left: 14px;
	list-style: disc;
}

#content ul li ul li {
	list-style: circle;
	margin-left: 32px;
}

#wrapper {
	width: 759px;
	margin-top: 26px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(images/bannerbkg.png);
	background-repeat: no-repeat;
	height: 290px;
	width: 759px;
}
#content {
	background-color: #FFFFFF;
	width: 689px;
	padding-bottom: 40px;
	padding-top: 0px;
	padding-right: 35px;
	padding-left: 35px;
	float: left;
}
#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 11px;
	width: 759px;
	clear: left;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}

h1 {
	font-family: 'lucida grande', "lucida sans", tahoma, helvetica, arial, sans-serif;
	font-size: 30px;
	color: #00ade8;
	margin-bottom: 23px;
	font-weight: normal;
}
strong {
	color: #007dc3;
}

p {
	font-family: 'lucida grande', "lucida sans", tahoma, helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
}

#nav {
	height: 28px;
	color: #007DC3;
	width: 582px;
	padding-top: 58px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	float: left;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 28px;
	font-family: 'lucida grande', "lucida sans", tahoma, helvetica, arial, sans-serif;
	font-size: 12px;
}
#nav li {
	float:left;
	padding:0;
	background: url(images/navleft.png) no-repeat  left 0px;
	text-decoration: none;
	margin: 0 2px 0 2px;
	padding: 0 0 0 5px;
}
#nav a {
	display:block;
	background: url(images/navright.png) no-repeat right 0px;
	text-decoration: none;
	color: #0786D3;
	padding-top: 9px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#nav li:hover {
	background-position:left -28px;
	color: #0f2373;
}
#nav li:hover a {
	background-position:right -28px;
	color: #0473B8;
}
#nav .current {
	background: url(images/navleft-sel.png) no-repeat left 0px;
	background-position:left -28px;
	color: #0f2373;
}
#nav .current a {
	background: url(images/navright-sel.png) no-repeat right 0px;
	background-position:right -28px;
	color: #0473B8;
}


#headerright {
	float: right;
	width: 140px;
	text-align: right;
	font-family: 'lucida grande', "lucida sans", tahoma, helvetica, arial, sans-serif;
	font-size: 18px;
	line-height: 46px;
	color: #007DC3;
	padding-right: 22px;
	padding-top: 106px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: 48px 16px;
}
#contentleft {
	width: 458px;
	float: left;
}
#contentright {
	width: 212px;
	float: right;
	text-align: center;
	padding-top: 52px;
}
.rightcolimage {
	margin-bottom: 37px;
}
.quote {
	width: 410px;
	background-image: url(images/quotecontent.png);
	background-repeat: repeat-y;
	padding-top: 9px;
	padding-right: 24px;
	padding-left: 24px;
	padding-bottom: 15px;
	font-family: 'lucida grande', "lucida sans", tahoma, helvetica, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
.quoteheader {
	width: 369px;
	background-image: url(images/quoteheader.png);
	height: 36px;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 90px;
	font-family: 'lucida grande', "lucida sans", tahoma, helvetica, arial, sans-serif;
	font-size: 30px;
	color: #00ade8;
}
.quotefooter {
	width: 410px;
	background-image: url(images/quotefooter.png);
	height: 56px;
	background-repeat: no-repeat;
	padding-right: 24px;
	padding-left: 24px;
	font-family: 'lucida grande', "lucida sans", tahoma, helvetica, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
#contentleft td {
	font-family: 'lucida grande', "lucida sans", tahoma, helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
#contentleft .business {
}
#contentleft .consumer {
	padding-left: 4px;
	border-left: 1px dotted #0786D3;
}
address {
	font-family: 'lucida grande', "lucida sans", tahoma, helvetica, arial, sans-serif;
	font-style: normal;
	font-size: 13px;
	line-height: 1.2em;
	margin-bottom: 20px;
}

.blog-entry p {
	margin: 0 0 2px 0;
	padding: 0;
}
.post-time {
	margin: 0 0 10px 0;
	font-size: 0.7em;
	font-style: italic;
	text-align: right;
}
.read-more {
	font-size: 0.7em;
	font-style: italic;
}

.postmetadata {
	margin-top: 20px;
	font-size: 0.7em;
	font-style: italic;
}	

#contentleft table {
	border: 1px solid #777;
	margin: 8px 8px 8px 0;
}

#contentleft table td {
	padding: 2px;
}

#contentleft img {
	border: 1px solid #777;
	padding: 2px;
	margin: 10px;
}


#contentright #sidebar ul li {
	list-style: none;
	margin-bottom: 20px;
	text-align: left;
}

#contentright #sidebar ul li ul li {
	margin: 0 0 0 10px;
}
#contentright #sidebar ul li ul li ul li {
	margin: 0;
}
#searchform label {
	display: none;
}
.lpbcWidgetCategory h4 {
	display: none;
}
