/*
 *  Ball Corporation
 *	Cascading Style Sheet
 *  Last Modified: 10-26-04
*/

/*	COLORS      
 *  Lt Gray BG:  	#F4F4F4
 *  Gray Line: 		#BDBDBD
 *  Dk Blue:		#00ACCD
 *  Lt Blue:		#B7DAE3
*/

* {
	margin:  0;
	padding: 0;
	border:  0;
}


body {
	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	background-color: transparent;
	background-image: none;
}

img {
	display: inline;
	border: 0;
}

.hide {
	display: none;
}

p, td, th, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
}

p {
	margin-bottom: 8px;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 1.2em;
	margin-bottom: 12px;
	color: #0092BA;
	background-color: transparent;
	text-transform: uppercase;
}	

h2 {
	font-size: 1.1em;
	margin-top: 8px;
	margin-bottom: 2px;
}	

h3 {
	font-size: 1.1em;
	margin-top: 4px;
}	

a:link, a:visited {
	color: #00ACCD;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: #00ACCD;
	background-color: transparent;
	text-decoration: underline;
}

.floatLeft {
	float: left;
	clear: left;
}

.padLeft {
	padding-left: 12px;
}


/*  GENERAL  */


#shell {
	margin: 0;
	width: 560px;
	border: 1px solid #BDBDBD;
	background-color: transparent;
}

td#header {
	width: 553px;
	background-color: transparent;
	background-repeat: no-repeat;
}

#logo {
	margin-left: 5px;
}

#search {
	display: none;
}

td#menubar {
	display: none;
}

div#MenuPos {
	display: none;
}

table#main {
	border: 8px;
	background-color: #fff;
}

td#sidenav {
	border: 0;
	display: none;
}

#rightside {
	background-color: transparent;
	vertical-align: top;
}

#toolbar {
	height: 20px;
	width: 553px;
	background-color: transparent;
	padding: 0 12px;
	font-size: 0.9em;
	text-align: left;
}


#toolbar img {
	padding-left: 8px;
	vertical-align: middle;
	margin-top: -4px;
}

#moreInfo {
	float: left;
	vertical-align: absmiddle;
	padding-top: 2px;
}

#printEmail {
	display: none;
}


#content {
	height: 100%;
	padding: 12px;
	background-color: transparent;
	clear: both;
	border-top: 1px solid #BDBDBD;
	border-bottom: 1px solid #BDBDBD;
}

#content img {
	margin: 0 0 12px 18px;
	float: right;
	border: 1px solid #0092BA;
}

.tagline {
	font-family: 'Times New Roman', Times, serif;
	font-size: 1.3em;
	font-style: italic;
	margin-top: -9px;
	margin-bottom: 12px;
}	

.contentBlock {
	clear: both;
}

.contentBlock ul {
	line-height: 1.5em;
	margin-left: 0;
	margin-top: -8px;
	margin-bottom: 8px;
}

.contentBlock li {
	margin-left: 18px;
}

.quote {
	margin-left: 20px;
	margin-right: 20px;
	font-style: italic;
}

.quoteSource {
	margin-left: 20px;
	margin-right: 20px;
	font-style: italic;
	text-align: right;
}

table#catalog {
	border: 1px solid #0092BA;
	max-width: 535px;
}

table#catalog th {
	border-bottom: 1px solid #0092BA;
	background-color: #B7DAE3;
	padding: 4px 0;
}

table#catalog td {
	text-align: center;
	padding: 4px 20px;
	border-collapse: collapse;
}

.stripe {
	background-color: #ECFCFC;
}


td#footer {
	border: 0;
	height: 24px;
	color: #333;
	background-color: transparent;
	padding: 0 12px;
	text-align: right;
	font-size: 0.9em;
	clear: both;
}

.footerLinks {
	display: none;
	}

.footerLinks a:link, .footerLinks a:visited {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}

.footerLinks a:hover {
	color: #0092BA;
	background-color: transparent;
	text-decoration: underline;
}

.copyright {
	float: right;
	color: #333;
	background-color: transparent;
}

.label {
	font-weight: bold;
}

.footnote {
	font-size: 0.9em;
	color: #333;
	background-color: transparent;
}

ul.facDirections {
	margin-top: 0;
	margin-left: 18px;
	margin-bottom: 12px;
}

#currentURL {
	width: 553px;
}

#currentURL p {
	color: black;
	text-align: center;
	margin-top: 12px;
}