/************ define tag styles **************/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
    height: expression(100 + "%");
    width: expression(100 + "%");
	/*scrollbar-arrow-color :#FFFFFF;
	scrollbar-highlight-color : #FFFFFF;*/
}

h1 {
	padding-left: 0px;
	font-size: 20px;
}

h2 {
	padding-top: 15px;
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 0px;
	padding-bottom: 6px;
}

h3 {
	font-size: 14px;
	margin-top: 20px; 
	margin-right: 0; 
	margin-bottom: 6px;
	margin-left: 0;
}

h4 {
	font-size: 12px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	font-style: italic;
}

p {
	font-size: 12px;
	line-height: 145%;
	margin-top: 0;
	margin-bottom: 0px;
	padding-top: 0;
	padding-bottom: 6px;
}

ul {
	font-size: 12px;
	line-height: 1.3em;
	margin-top: 0;
	list-style-type: square;
	margin-left: 8px;
	padding-left: 8px;
}

ul ul {
	margin-left: 8px;
	padding-left: 8px;
}

li {
	/*line-height: 120%;
	font-size: 12px;*/
	list-style-type: square;
}

table {
	/*padding: 2px;*/
}

TR:first-child { border-top: none }

TR { border-top: solid }

th {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	/*background-color: #0066FF;*/
	color: #FFFFFF;
	vertical-align:middle;
}
td {
	font-size: 11px;
	line-height: 1.2em;
	/*padding: 2;*/
	/*padding-right: 5px;
	margin-right: 5px;*/
	vertical-align: top;
}

a, a:link, a:visited {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000000;  
	text-decoration: none;
	/*border-bottom-width: 1px;
	border-bottom-color: #FF8C18;
	border-bottom-style: solid;*/
	font-weight: bold;
}

.requiredtext {
	font-weight: bold;
	color: #CC0033;
}

.tableHead {
	font-weight: bold;
	color: #FFFFFF;
}


.tableRow {
	background-color: #EEEEEE;
}


/************ Nav styles **************/

#navigation {
	height: 230px;
}
erContent
#navigation img {
	/*margin-left: 10px;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;*/
}

.noLink a, .noLink a:visited, .noLink a:hover {
	border-bottom-style: none;
}

/************ globalNav styles **************/

#globalNav {
	position: absolute;
	top: 25px;
	height: 20px;
	width: 285px;
	font-size: 9px;
	text-align: right;
	left: 473px;
}

#globalNav a:link, #globalNav a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #3399CC;
	padding-bottom: 2px;
	/*padding-left: 2px;
	padding-right: 2px;*/
}

#globalNav a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3399CC;
	padding-bottom: 2px;
	/*padding-left: 2px;
	padding-right: 2px;*/
}

/************ navLevelContainer styles **************/

#navLevelContainer {
	position: absolute;
	top: 62px;
	left: 0px;
	height: 230px;
	width: 760px;
	/*background-image: url(../images/navBlockPlaceholder.jpg);*/
	background-repeat: no-repeat;
	z-index: 0;
}

/************ level1Nav styles **************/

#level1Nav {
	position: absolute;
	top: 62px;
	left: 0px;
	height: 25px;
	width: 760px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#level1Nav a:link, #level1Nav a:visited {
	color: #FFFFFF;
	/*padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 7px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;*/
	border-bottom-style: none;
	font-size: 12px;
	display: inline;
}

#level1Nav a:hover {
	color: #FF9900;
	/*padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 7px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;*/
	border-bottom-style: none;
	font-size: 12px;
}

.level1-1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 253px;
	height: 25px;
	background-color:#003399;
	/*background-image: url(../images/arrowTSP.gif);*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.level1-2 {
	position: absolute;
	top: 0px;
	left: 253px;
	width: 254px;
	height: 25px;
	background-color:#663366;
	display: block;
	/*background-image: url(../images/arrowBMD.gif);*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.level1-3 {
	position: absolute;
	top: 0px;
	left: 507px;
	width: 243px;
	height: 25px;
	background-color:#666666;
	display: block;
	/*background-image: url(../images/arrowHPI.gif);*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.navCorner {
	position: absolute;
	top: 0px;
	left: 750px;
	/*width: 253px;*/
	width: 10px;
	height: 25px;
	background-color:#666666;
	display: block;
	background-image: url(../images/cornerTopHome.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.level1-4 {
	background-color:#FF7CD3;
}

.level1-5 {
	background-color:#7878FF;
}

/************ level2Nav styles **************/

#level2Nav {
	position: absolute;
	top: 194px;
	left: 0px;
	width: 740px;
	height: 17px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding: 10px;
}

#level2Nav a:link, #level2Nav a:visited {
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 6px;
	padding-left: 5px;
	padding-bottom: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#level2Nav a:hover {
	color: #FF9900;
	padding-top: 3px;
	padding-right: 6px;
	padding-left: 5px;
	padding-bottom: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom: none;
}

.level2NavCurrent {
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 1px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

.level2NavCurrent a:hover {
	color: #FF9900;
}

/************ sectionTitle styles **************/

#sectionTitle {
	position: absolute;
	top: 257px;
	left: 10px;
	height: 36px;
	width: 720px;
	color:#FFFFFF;
}

.sectionHead1 {
	top: 10px;
	left: 0px;
	font-size: 30px;
}

.sectionHead2 {
	top: 0px;
	padding-left: 10px;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 2px;
}


/************ content styles **************/
#content {
	padding: 0px;
	/*background-color: #ff8080;*/
}

#contentLevel1 {
	position: absolute;
	top: 230px;
	left: 10px;
	width: 740px;
	/*position: relative;
	top: 25px;
	width: 760px;
	padding-bottom: 15px;
	min-height: 100%;*/
}
        
html>body #contentLevel1 {
    height: auto;
        }

#contentLevel2 {
	/*position: absolute;
	top: 200px;*/
	position: relative;
	top: 0px;
	left: 10px;
	width: 740px;
	min-height: 100%;
}

#content h1 {
	font-size: 18px;
}
#content h2 {
	font-size: 14px;
	margin-top: 1.5em; 
	margin-right: 0; 
	margin-bottom: 0;
	margin-left: 0;
}
#content p {
	font-size: 12px;
	padding-left: 0px;
}

#contentProductInfo {
	position: absolute;
	top: 51px;
	right: 10px;
	width: 66%;
}

#contentWide {
	/*width: 620px;
	padding-left: 60px;*/
/* 	Gotta keep GB happy */	
	width: 740px;
	padding-left: 10px;
	/*padding-right: 100px;
    padding-left: expression(100 + "px");
    padding-right: expression(100 + "px");
    margin-left: expression(100 + "px");
    margin-right: expression(100 + "px");*/
	/*height: 275px;
	overflow: auto;*/
}

#productPhoto {
	position: absolute;
	right: 5px;
	font-size: 10px;
	line-height: 1.1em;
	color: #FF9900;
	text-align: center;
}
#productPhoto a {
	border-bottom: none;
}
#productPhoto p {
	color: #FF9900;
}


/************ story styles **************/

#storyLeft {
	float: left;
	width: 49%;
}
#storyRight {
	float: right;
	width: 49%;
}
#clearBoth {
	clear: both;
}
#clearLeft {
	clear: left;
}
#clearRight {
	clear: right;
}


/************* Story PDF styles ****************/

#preview {
		margin-top: 23px;
		margin-left: 23px;
		margin-right: 0px;
}
	
#preview #pdf {
		margin-top: 10px;
}

.singlePdf {
	background: url(gbl_sbkt.gif) no-repeat;
	width: 161px;
	height: 62px;
	margin: 0 51px 0 31px;;
	padding: 10px 30px 20px 10px;
}

.singlePdf img#pdf {
	margin-top: 6px;
	margin-left: 49px;
}
.bucket  {
	width: 141px;
	margin-top: 2px;
	margin-left:0px;
	padding: 0 0 0 0;
	font-weight: bold;
	font-style: italic;
	line-height: 12px;
	color: #666666;
	font-style: normal;
	text-align: center;
}


.singlePdf a, .singlePdf a:link, .singlePdf a:visited, .singlePdf a:hover {
	border-bottom: none;
}


/************ iFrame styles **************/

iFrame {
	/*height: 290px;
	width: 100%;
	width: expression(100 + "%");*/
}

/************ footer styles **************/

#footer {
	position: relative;
	top: 10px;
	/*margin-top: 15px;*/
	padding-top: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	width: 98%;
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#footer h1 {
	font-size: 10px;
	color: #999999;
	text-align: center;
}

/************ three-column layout styles **************/

.productHeading {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 3px;
	padding-bottom: 3px;
}


#leftcontent {
	position: absolute;
	left: 0px;
	/*top: 200px;*/
	width: 125px;
	/*background:#fff;
	border:1px solid #000;*/
	padding-top:10px;
}

#leftcontent p {
	font-size: 12px;
	/*line-height: 95%;*/
	/*margin-top: 0;
	margin-bottom: 0px;
	padding-top: 0;
	padding-bottom: 8px;*/
	padding-right: 3px;
	line-height: 115%;
}

#leftcontent a, #leftcontent a:link, #leftcontent a:visited {
	/*border-bottom-width: 1px;
	border-bottom-style: solid;*/
	display: block;
	padding-bottom: 4px;
	padding-top: 4px;
}

#leftcontent a:hover {
	/*border-bottom-width: 1px;
	border-bottom-style: solid;*/
	display: block;
	background-color: #EEEEEE;
	padding-bottom: 4px;
	padding-top: 4px;
}


#centercontent {
	position: absolute;
	width: 465px;
	left: 125px;
	right: 125px;
	height: 100%;
}

/*html>body #centercontent {
	margin-left: 125px;
	margin-right: 125px;
}*/

#rightcontent {
	position: absolute;
	/* Added left ... maybe some day IE won't suck */
	left: 625px;
	/*right: 10px;*/
	/*top: 200px;*/
	width: 110px;
	/*background:#fff;
	border:1px solid #000;*/
	padding-top:10px;
	/*border: 1px solid #666666;*/
	margin: 5px;
	padding: 5px;
}

#rightcontent h1 {
	font-size: 14px;
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 0px;
	padding-top: 0;
	padding-bottom: 0px;
	color:#000000;
}

#rightcontent p {
	font-size: 11px;
	line-height: 16px;
	margin-top: 0;
	margin-bottom: 0px;
	padding-top: 0;
	padding-bottom: 0px;
}

#rightcontent a, #rightcontent a:link, #rightcontent a:visited {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	line-height: 16px;
}

#rightcontent a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	line-height: 16px;
}
#searchEngine {
	font-size: 9px;
	color: #FF0000;
}

.noBreak {
	white-space: nowrap;
}
#footer a,
#footer a:visited {
	color: #999999;
	text-decoration: underline;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
}
