/*-----TITLE PANEL-----*/
#title-panel {
	overflow: auto;
}
#title-panel img {
	margin: 10px 0 0 0;
}
/*Title Box*/
#title-box {
	margin: 0 0 15px 0;
}
#title-box h1, #title-box-wide h1 {
	font-size: 3.2em;
	margin: 0 0 0 0;
}
#title-box .tagline, #title-box-wide .tagline {
	font-size: 1.4em;
	margin: 0 0 20px 0;
}
#title-box p, #title-box-wide p {
	margin: 0 0 15px 0;
	font-size: 0.8em;
}


/*-----INFORMATION PANEL-----*/

h1 {
	margin: 0 0 10px 0;
}

/*small box*/
.help-box-small-top {
	background: url(/images/site/bg/help/help-box-small-top.gif) bottom no-repeat;
	height: 4px;
	width: 310px;
}
.help-box-small-bottom {
	background: url(/images/site/bg/help/help-box-small-bottom.gif) top no-repeat;
	height: 4px;
	width: 310px;
}
.help-box-small-cont {
	width: 283px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: url(/images/site/bg/help/help-box-bg.gif) bottom repeat-x;
	margin: 0;
	padding: 10px 10px 10px 15px;
}

.help-box-small-cont h2 {
	padding: 0;
	margin:0 0 10px 0;
}
.help-box-small-cont h3 {
	padding: 0;
	margin:0;
}
.help-box-small-cont h4 {
	padding: 0;
	margin: 10px 0 0 0;
}
.help-box-small-cont p {
	padding: 0;
	margin: 0 0 5px 0;
}

/*large box*/
.help-box-top {
	background: url(/images/site/bg/help/help-box-top.gif) bottom no-repeat;
	height: 4px;
	width: 640px;
}
.help-box-bottom {
	background: url(/images/site/bg/help/help-box-bottom.gif) top no-repeat;
	height: 4px;
	width: 640px;
}
.help-box-cont {
	width: 638px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: url(/images/site/bg/help/help-box-bg.gif) bottom repeat-x;
	overflow: auto;
}

.help-box-cont h2 {
	margin: 10px 0 10px 15px;
}
.help-box-cont h3 {
	margin: 10px 0 0 15px;
}

.quarter {
 width: 290px;
 overflow: auto;
 float: left;
 margin: 15px 0 15px 0;
 padding: 0 10px 0 15px;
}
.quarter h4 {
 margin: 0px 0 0px 0;
}
#search {
	margin: 0 0 25px 170px;
	*margin: 0 0 15px 170px;
}

.bill-section {
	width: 280px;
	padding: 0 20px 0 0 ;
	margin: 0 15px 0 0;
}
.sample-bill-res a {
display: block;
	width: 296px;
	height: 212px;
	background: url(/images/site/bg/help/home-sample-bill.gif) 0 0 no-repeat;
	overflow: hidden;

}
.sample-bill-res a:hover {
	width: 296px;
	height: 212px;
	background: url(/images/site/bg/help/home-sample-bill.gif) 0 -212px no-repeat;
	overflow: hidden;

}
.sample-bill-bus a  {
display: block;
	width: 296px;
	height: 212px;
	background: url(/images/site/bg/help/bus-sample-bill.gif) 0 0 no-repeat;
	overflow: hidden;
}
.sample-bill-bus a:hover {
	width: 296px;
	height: 212px;
	background: url(/images/site/bg/help/bus-sample-bill.gif) 0 -212px no-repeat;
	overflow: hidden;

}
.bill-section h3 {
	margin: 0 0 0 0;
}
.bill-section p {
	margin: 0 0 0 0;
}
.faq {
	margin-top: 10px;
	height: 28px;
}
.faq img {
	margin-right: 10px;
}
.faq p {
	padding-top: 4px;
}


/*help item*/
.help-item {
	height: 40px;
	margin: 10px 0 10px 0;
	
}

.help-item p {
	line-height: 40px;
	padding: 0;
	margin: 0;
}
.help-item p a {
	font-size: 1.2em;
}
.help-item p.twoline {
	line-height: 20px;
	padding: 0;
	margin: 0;
}
.help-item img {
	margin-right: 10px;
}



.large-text {
	font-size: 1.5em;
}
.extramarg {
	margin-right: 20px;
}
p.button {
	text-align: center;
	margin-top: 20px;
}

/*-----RIGHT PANEL-----*/
#right-panel {
padding-top: 0;
}

/*Related Articles*/
#related-articles {
	margin: 10px 0 10px 0;
	padding-left: 10px;
	padding-right: 10px;
}
#related-articles h3.blue {
	margin: 0;
	font-size: 1em;
	color: #52bdec;
}
#related-articles h3.d-blue {
	margin: 0;
	font-size: 1em;
	color: #004990;
}
#related-articles ul {
	margin: 0 0 0 -22px;
	*margin: 0 0 0 20px;
}
#related-articles ul a {
	color: #4a4a4a;
}
.light-blue-box {
	background-color: #eef8fd;
	padding: 10px 0 10px 0;
}
