/* This style sheet controls how the site is displayed.  It defines font styles, colors, sizes; site colors; etc... */
ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, LI, MENU, OL, P, PRE, TD, TH, TR, UL {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: black;
font-size: 11px;
}

A {cursor: pointer;
background: transparent;}

ADDRESS {font-style: italic;}

BIG {font-size: 15px;}

BLOCKQUOTE {font-style: italic;}

BODY {background: #fff;
margin : 0 0 0 0;
padding: 0 0 0 0;
background-image: url(./images/bg_orange.gif);
background-repeat: repeat-y;}

DT {font-weight: bold;}

FORM {margin: 0 0 0 0;}

H1, H2, H3, H4, H5, H6 {font-weight: bold;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #0B0E34;}

H1 {font-size: 23px;}

H2 {font-size: 23px;}

H3 {font-size: 19px;}

H4 {font-size: 16px;}

H5 {font-size: 13px;}

H6 {font-size: 12px;}

OL {list-style: decimal;}

UL UL OL OL, UL OL UL OL, OL UL OL OL, OL OL UL OL, OL UL OL, OL OL {list-style: lower-alpha;}

OL UL OL OL, OL OL UL OL, UL OL OL OL, OL OL OL {list-style: lower-roman;}

OL OL OL OL {list-style: decimal;}

SMALL, SUB, SUP {font-size: 10px;}

TEXTAREA {cursor: text;}

TD {margin-left: 0;}

TH {font-weight: bold;
text-align: center;
margin-left: 0;}

UL, MENU, DIR {list-style: disc;} 

UL UL, OL OL UL UL, OL UL OL UL, UL OL OL UL, OL UL UL, UL OL UL {list-style: circle;}

OL UL UL UL, UL OL UL UL, UL UL OL UL, UL UL UL {list-style: square;}

UL UL UL UL {list-style: disc;}

/* This controls the color and font of standard text links */

A:link {color: #CF4F2C;
text-decoration: none;}

A:visited {color: #1EB4CC;
text-decoration: none;}

A:active {color: #0E0F37;
text-decoration: none;}

A:hover {color: #3681A8;
text-decoration: underline;}

/* Below is specific to DOMAIN NAME pages */

A.white:link {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: none;}

A.white:visited {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: none;}

A.white:active {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: none;}

A.white:hover {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: underline;}

.logo {padding-top: 4px;
text-align: center;}

.tile_orange {padding-top: 115px;
border-right: 3px solid #CF4F2C;
background-image: url(./images/side_orange.jpg);
background-repeat: no-repeat;}

.main {background-image: url(./images/bg_blue.jpg);
background-repeat: repeat-x;
background-position: top center;}

div#content {padding-top: 115px;
padding-right: 10px;
padding-left: 10px;}

.footer {border-top: 3px solid #CF4F2C;}

.photo {border: 2px solid #CF4F2C;}

.toplogo {margin-right: -3px;}

.index_video {background-color: #E3BF6B;
border: 1px solid #000;
padding: 5px;
font-weight: bold;
font-size: 16px;}

/* Bold black to titles/FAQ questions */
span.boldblack {
	font-weight: bold;
	font-size: 13px;
}

/* Bold blue for FAQ answer statement */
span.boldblue {
	font-weight: bold;
	color: blue;
}

/* DIV for the box with links at the top of the content */
div.toplinks {
	border: 1px solid #000;
	padding: 5px;
	margin: 5px;
	width: 200px;
	background-color: #E3BF6B;
}

/* Styling for toplinks links and text */
a.toplinks {
}

p.toplinks {
}

/* TD that holds the toplinks DIV */
td.toplinks {
	width: 200px;
	vertical-align: bottom;
}

/* Span for the "leading the way in package technology" text on the index */
span.indexbottom {
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #0B0E34;
}

/* Span for the italic text on the index */
span.indexitalics {
	font-style: italic;
	font-size: 15px;
}





