

/*------------home.css----------*/

#container #content {
	padding: 18px 16px 176px 22px;
	width: 726px;
}

table#table-content { width:100%; }
table#table-content col.col1 { width:388px; }
table#table-content col.col2 { width:327px; }

table#table-content h2 {
	display: block;
	width: 100%;
	height: 40px;
	text-indent: -999px;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #fff;
	margin: 0;
}
td.cell-events h2 { background-image:url(/images/box_events_top.gif); }
td.cell-news   h2 { background-image:url(/images/box_news_top.gif);   }
td.cell-about  h2 { background-image:url(/images/title_about.gif); background-position:21px 20px !important; }
td.cell-pubs   h2 { background-image:url(/images/box_pubs_top.gif);   }

table#table-content td {
	background-position: 0 0;
	background-repeat: repeat-y;
}
td .cell-content { padding: 21px 26px 10px 21px; }
td.cell-events { background-image:url(/images/box_events_middle.gif); }
td.cell-news   { background-image:url(/images/box_news_middle.gif);   }
td.cell-pubs   { background-image:url(/images/box_pubs_middle.gif);   }

tr.cell-bottom td {
	height: 30px;
	background-repeat: no-repeat !important;
	background-color: #fff;
}
tr.cell-bottom td.cell-events { background-image:url(/images/box_events_bottom.gif); }
tr.cell-bottom td.cell-news   { background-image:url(/images/box_news_bottom.gif);   }
tr.cell-bottom td.cell-pubs   { background-image:url(/images/box_pubs_bottom.gif);   }

.cell-lawdawg {
	margin: 10px auto 14px auto;
	background: url(/images/lawdawg_middle.gif) repeat-y 0 0;
	width: 388px;
}
.cell-lawdawg-top {
	background: url(/images/lawdawg_top.gif) no-repeat 0 0;
	width: 388px;
	height: 27px;
	text-indent: -999px;
	overflow: hidden;
}
.lawdawg-content {
	padding: 10px 20px 0 82px;
	background: url(/images/lawdawg_mascot.gif) no-repeat 15px 8px;
}
.cell-lawdawg-bottom {
	background: url(/images/lawdawg_bottom.gif) no-repeat 0 0;
	height: 18px;
}
td.cell-pubs ul li { margin-bottom:20px; }

#newsletter {
	text-align: center;
	font-size: 12px;
	color: #15354d;
	margin-top: 15px;
}
#newsletter em { color:#d3333b; }
#newsletter form {
	background: url(/images/box_signup.gif) no-repeat 0 0;
	padding: 12px 19px;
	width: 262px;
	height: 22px;
	display: block;
	text-align: center;
	margin: 5px auto 0;
}
#newsletter form input { vertical-align:middle; }
#newsletter form input#newsletter-email {
	width: 212px;
	height: 15px;
	border: 1px solid #ded145;
	margin: 0 6px 0 0;
	font-size: 11px;
	line-height: normal;
	background-color: #b7e6ff;
	color: #1b4462;
}

.cell-content dt {
	padding-left: 15px;
	background: url(/images/bullet_red.gif) no-repeat 0 6px;
}
.cell-content dt a {
	text-decoration: none;
	font-weight: bold;
	line-height: 14px;
}
.cell-content dt a:hover { text-decoration:underline; }
.cell-content dd { margin:0 0 18px 15px; }

td.cell-events dl dt a { color:#000; }
td.cell-events dl dd .date { color:#fff; }
td.cell-events dl dd { color:#b7e6ff; }

td.cell-news dl dt { background-image:url(/images/bullet_purple.gif); }
td.cell-news dl dt a { color:#3b2446; }
td.cell-news dl dd { color:#dce9b4; }

td.cell-pubs dl dt, td.cell-pubs dl dd {
	padding-left: 0;
	margin-left: 0;
}
td.cell-pubs dl dt {
	background-image: none;
	margin-bottom: 4px;
}
td.cell-pubs dl dt a { color:#430305; }
td.cell-pubs dl dd { color:#252729; }

p.view-all { padding:10px 0 0; color:#fff; }
p.view-all a { color:#f8d496; }
p.view-all a:hover { color:#fff; }
