/* CSS Overrides for Ballinger-pub */

.BodyHack {
	background-color: #FDAD02;
}

.PrintHeader {
	background-color:#000981;
}
.Header {
	 background-color:#000981;
}
.HeaderLogo { /* logo */
	background: url(../images/logo_web.gif) top left no-repeat;
	height: 110px;
	width: 532px;
}

.TopNav {
	height: 21px;
	background-color:#F19C01;
}	

.TopMenu{
	height: 21px;
	color:#000981;
	background-color:#F19C01;
}
.TopMenu ol.top, .TopMenu li {
	margin: 0px 15px;
	padding: 0px;
	list-style: none;
}
.TopMenu li {
	padding: 0px 6px;
	display: inline;
}
.TopMenu, .TopMenu a{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #000981;
}

.PageBody {
	background: url(../images/index_body.gif) top right no-repeat;
	height: 100%;
}

.PageContent {
	font-family:"Times New Roman", Times, serif;
	color:#000981;
	margin: 0px;
	margin-left: 10px;
	padding: 4px 40px;
	/*min-height: 470px;*/
	vertical-align: middle;
} 
.Copyright, .Hosting {
	clear: both;
	text-align: center;
	padding: 8px -100px;
	color:#000981;
	font-weight: bold;
	font-size: 12px;
}

/* flyout menus */

.TopMenu ol.top li {
	display: inline;
	position: relative;
	vertical-align:middle;
	behavior: url(../hover.htc);
}

.TopMenu li a {
	margin: 0px;
}

* html body .TopMenu {
	height: 15px;
}

.TopMenu ol.sub {
	position: absolute;
	top: 5px;
	left: inherit;
	height: inherit;
	width: 138px;
	\*w\idth: 144px;*\
	margin-top: -5px;
	padding: 8px;
	display: block;
	margin-left:-80px; /*added - top was inherit - margin-left was:-100px*/
	text-align: left;
	background: #f19c01;
	z-index: 100;
}

.TopMenu li.last ol.sub {
	left: -50px;
}

* html body .TopMenu ol.sub {
	top: 21px;
	left: 0px;
	margin: -6px;
	marg\in: -2px;
}

.TopMenu ol.sub li {
	display: block;
	position: relative;
	padding: 0px;
	padd\ing: 4px;
	margin: 0px;
	behavior: url("/hover.htc");
}

.TopMenu ol.sub li a {
	font-size: 85%;
}

.TopMenu ol.top li:hover ol.sub, .TopMenu ol.top li.onHover ol.sub {
	display: block;
	visibility: visible;
}

/* store */

.storeitems, .storeitems li {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.storeitems {
	margin: 8px 0px;
}
.storeitems span, .storeitems img {
	display: block;
}
.storeitems img {
	float: left;
	border-top: 1px solid #999999;
	border-left: 1px solid #888888;
	border-right: 1px solid #111111;
	border-bottom: 1px solid #000000;
}
.storeitems span {
	margin-left: 110px;
}
.storeitems li {
	margin-bottom: 8px;
	height: 122px;
}
.storeitemdesc {
	font-size: 90%;
	font-style: italic;
}
.storeitemname {
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 90%;
	border-bottom: 1px solid #000981;
}
.storedetailname {
	font-family: "Arial Black", Arial, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #000981;
	padding: 0px;
	margin: 0px;
}
.storedetailprice {
	font-size: 90%;
	float: left;
	clear: left;
	width: 150px;
	margin: 8px 0px;
}
h4.storedetaildesc {
	display: none;
	visibility: hidden;
}
.storedetaildesc {
	margin-left: 200px;
}
.storedetailfull {
	float: left;
	clear: left;
	width: 150px;
	margin: 8px 0px;
}
dl.storedetailopts {
	margin-left: 170px;
}
dl.storedetailopts dt, dl.storedetailopts dd  {
	margin-left: 0px;
}
.storedetailsubmit {
	margin-left: 200px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Arial Black", Arial, sans-serif;
	font-weight: normal;
}
h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
