@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #450048;
	text-align:center;
	margin: 0 auto;
	background-color: #e2d6e3;
}
#header {
	width: 986px;
	height: 215px;
	border-left: solid 1px #450048;
	border-right: solid 1px #450048;
	margin: 0 auto;
}
#headerleft {
	width: 357px;
	height: 215px;
	background-image: url(../images/img_pg/header_logo.jpg);
	background-repeat: no-repeat;
	float:left;
}
#headerleft a {
	display: block;
	width: 357px;
	height: 215px;
	text-decoration: none;
}
#headerright {
	width: 629px;
	height: 215px;
	float:right;
}
#header a.home {
	display: block;
	width: 225px;
	height: 215px;
	float:left;
}
#nav {
	background-image: url(../images/img_pg/nav_bk.jpg);
	background-repeat: repeat-x;
	width: 986px;
	height: 62px;
	border-left: solid 1px #450048;
	border-right: solid 1px #450048;
	margin: 0 auto;
}	
#nav a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 23px 10px 24px 10px;
	line-height: 62px;
	text-decoration: none;
	width:auto;
	height: 14px;
}
#nav a:hover {
	background: url(../images/img_pg/nav_bk_hover.jpg) repeat-x;
	color: #000;
}
#content {
	width: 986px;
	border-left: solid 1px #450048;
	border-right: solid 1px #450048;
	height: auto;
	background-color: #d2eec6;
	margin: 0 auto;
	/*border-bottom: solid 1px #450048;*/
}
#content .contentbot {
	clear:both;
	background-image: url(../images/img_pg/nav_bk.jpg);
	background-repeat: repeat-x;
	width: 986px;
	height: 62px;
	line-height: 62px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	
}
#content .colA {
	float:left;
	width: 202px;
	padding: 0px 15px 0px 15px;
}
#content .colA a {
	display:block;
	border: none;
	text-decoration: none;
}
#content .colA .bestof {
	display: block;
	width: 120px;
	height: 133px; /* 20px too big to accomodate 10px padding top and bottom */
	padding: 30px 0px 0px 82px;
	background-image: url(../images/img_pg/cincinnati_errand_service_bestof.jpg);
	background-repeat: no-repeat;
	color: #fff;
	line-height: 22px;
	text-align: left;
	background-position: 0px 10px;
}
#content .colB {
	float:right;
	width: 700px;
	padding: 20px;
	text-align:left;
}
#content .colB .letter {
	float:right;
	width: 180px;
	padding: 10px;
	border: dotted 1px #999;
	margin: 0px 0px 10px 20px;
	background-color:#fff;
}
#content .colB .listit {
	float:left;
	width: 200px;
	margin-right: 20px;
}
#content .colB .home {
	width: auto !important;
}
#content .colB .listit h3 {
	font-family: Georgia, "Times New Roman", Times, serif;	
	border-bottom: dotted 1px #666;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#content .colB .listit ul {
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 18px;
}
#homeBottom {
	clear:both;
	margin-top: 20px;
}
#homeBottom h3 {
	font-family: Georgia, "Times New Roman", Times, serif;	
	padding-bottom: 5px;
}
#homeBottom img{
	float: left;
	padding-right: 10px;
}
#footer {
	padding: 10px 0px 10px 0px;
	color: #666;
}	
#footer a {
	color: #666;
	text-decoration:none;
}
.Accordion {
	overflow: hidden;
}
.Accordion:focus {
	outline: none;
}
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}
.AccordionPanelTab {
	margin: 0px;
	padding: 4px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background-image: url(../images/plus.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 15px;
	color: #48004a;
}
.AccordionPanelContent {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.AccordionPanelContent p {
	margin-top: 2px;
	padding-left: 15px;
}
.AccordionPanelOpen .AccordionPanelTab {
	padding: 10px 5px 0px 15px;
	background-image: url(../images/minus.gif);
	background-repeat: no-repeat;
	background-position: 3px 13px;
	background-color: #fff;
	border: dotted 1px #999;
	border-bottom: none;
	font-weight: bold;
}
.AccordionPanelOpen .AccordionPanelContent {
	padding: 10px 10px 10px 0px;
	background-color: #fff;
	border: dotted 1px #999;
	border-top: none;
}
a, a:visited {
	color: #000;
}
img {
	border: none;
}
h1 {
	font-size: 175%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 120%;
}
label {
	font-weight: bold;
}
.msg {
	border: dotted 1px #999;
	background-color: #FFFF00;
	padding: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-color: #cc0000;
	width: 450px;
}