/*
 *  Ball Corporation
 *	Cascading Style Sheet
 *  Last Modified: 01-13-05
*/

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

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


body {
	margin: 0;
	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	color: black;
	background-color: #B4B4B4;
	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-top: 0;
	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-top: 0;
	margin-bottom: 0;
	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;
}	

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

ul, ol {
	font-size: 1.1em;
	line-height: 1.5em;
}

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 {
	width: 752px;
	border: 1px solid #BDBDBD;
	background-color: #F4F4F4;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}

#header {
	height: 87px;
}

td#header {
	width: 752px;
	background-color: #F4F4F4;
	background-image: url(/img/bg/swoosh.gif);
	background-repeat: no-repeat;
}

#logo {
	margin-left: 5px;
}

#searchField {
	position: absolute;
	top: 10px;
	left: 475px;
	border: 1px solid #BDBDBD;
	height: 16px;
	width: 175px;
	font-size: 1.1em;
	padding-top: 3px;
	padding-left: 2px;
}

#searchButton {
	position: absolute;
	top: 10px;
	left: 660px;
	border: 1px solid #BDBDBD;
	height: 21px;
	font-size: 1.0em;
	padding: 0 4px;
}

td#menubar {
	clear: both;
	padding-left: 15px;
	height: 25px;
	background-image: url(/img/bg/menubar.gif);
	background-repeat: repeat-x;
}

td#menubar img {
	margin-left: -4px;
	margin-bottom: -2px;
}

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

td#sidenav {
	padding: 8px 12px 24px 12px;
	width: 150px;
	background-color: #F4F4F4;
	border-right: 1px solid #BDBDBD;
	vertical-align: top;
}


#sidenav h1 {
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	background-color: transparent;
}

#sidenav h2 {
	margin-top: 8px;
	margin-bottom: 0px;
	font-size: 1.1em;
	font-weight: bold;
}

#sidenav h3 {
	margin-left: 8px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.1em;
	font-weight: normal;
}

#sidenav h4 {
	margin-left: 8px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.1em;
	font-weight: normal;
}

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

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


.current {
	color: #0092BA;
	font-weight: bold;
}


#rightside {
	background-color: transparent;
	border-left: 1px solid #BDBDBD;
	vertical-align: top;
}

#toolbar {
	color: #333;
	height: 20px;
	width: 553px;
	background-color: #B7DAE3;
	border-bottom: 1px solid #BDBDBD;
	padding: 0 12px;
	font-size: 0.9em;
	text-align: left;
}

#toolbar a:link, #toolbar a:visited {
	color: #333;
	background-color: transparent;
	text-decoration: underline;
}

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


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

#moreInfo {
	float: left;
	vertical-align: middle;
	padding-top: 3px;
	background-color: transparent;
}

#printEmail {
	float: right;
	vertical-align: middle;
	background-color: transparent;
}


#content {
	height: 100%;
	padding: 12px;
	background-color: #fff;
	clear: both;
}

#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: 0;
}	

.contentBlock {
	clear: both;
}

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

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

#block1 {
	margin-top: 12px;
}

.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 6px;
}

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

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

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

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

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

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

table#imageVault td {
	height: 90px;
	text-align: center;
	padding: 4px 12px;
	border-collapse: collapse;
}

table#imageVault th#imageThumbnail {
	text-align: center;
	width: 140px;
}
table#imageVault th#imageName {
	text-align: center;
	width: 250px;
}

.stripe {
	background-color: #ECFCFC;
}


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

.footerLinks {
	text-transform: uppercase;
	float: left;
	}

.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 {
	font-size: 0.9em;
	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 {
	display: none;
}

#pressKitRequest input {
	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
	font-size: 1em;
	padding: 2px;
	border: 1px solid #BDBDBD;
}

#pressKitRequest button {
	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
	font-size: 1em;
	padding: 2px;
	border: 1px solid #BDBDBD;
}

#pressKitRequest td.label {
	text-align: right;
}

#sitemap {

}

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

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


#sitemap h1 {
	margin-top: 8px;
	width: 300px;
	background-color: #F4F4F4;
	padding: 2px;
	border: 1px solid #BDBDBD;
}

#sitemap h2 {
	width: 280px;
	padding-left: 20px;
	padding-bottom: 2px;
	margin-top: 8px;
	margin-bottom: 0;
	border-bottom: 1px solid #BDBDBD;
}

#sitemap h3 {
	margin-left: 40px;
	margin-top: 0;
	margin-bottom: 0;
}

#sitemap h4 {
	margin-left: 60px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}

div#inquiryWrap {
 width: 90%;
 padding: 12px;
 background-color: #E4E4E4;
 margin-bottom: 20px;
 border: 1px solid #00AACC;
}

td.label {
	text-align: right;
	padding-right: 8px;
	width: 220px;
}

span.required {
font-weight: bold;
color: #00AACC;
}