/************ define tag styles **************/

body {
	/*margin: 0;
	padding: 0;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	/*page-break-inside:avoid;*/
}

h1, h2, h3, h4 {
	color: #000000;
}


h1 {
	padding-top: 20px;
	padding-left: 0px;
	font-size: 14px;
}

h2 {
	padding-top: 40px;
	font-size: 12px;
	line-height: 1em;
	margin-bottom: 0px;
	padding-bottom: 6px;
}

h3 {
	font-size: 10px;
	margin-top: 10px; 
	margin-right: 0; 
	margin-bottom: 6px;
	margin-left: 0;
}

h4 {
	font-size: 9px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	font-style: italic;
}

p {
	font-size: 9px;
	/*line-height: 145%;*/
	margin-top: 0;
	margin-bottom: 0px;
	padding-top: 0;
	padding-bottom: 6px;
}

ul {
	font-size: 9px;
	/*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 {
	border: 2px;
	border-style: solid;
	border-color: #000000;
	border-spacing: 0px;
	padding: 2px;
	border-collapse: separate;
	margin-bottom: 10px;
	width: 95%;
}

th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 9px;
}

td {
	font-size: 9px;
	/*line-height: 1.2em;*/
	padding: 2;
	vertical-align: top;
}


.tableRow {
	background-color: #EEEEEE;
}

a, a:link, a:visited {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000000;  
	border-bottom-color: #FF8C18;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-weight: bold;
}

.requiredtext {
	font-weight: bold;
	color: #CC0033;
}

.tableHead {
	font-weight: bold;
	color: #FFFFFF;
}

/************ Nav styles **************/

#navigation {
	position:absolute;
	top: 0px;
	left: 0px;
	padding-bottom:10px;
}

/************ globalNav styles **************/

#globalNav {
	position: absolute;
	top: 25px;
	right: 10px;
	height: 16px;
	width: 400px;
	font-size: 12px;
	text-align: right;
	display: none;
}

#globalNav a:link, #globalNav a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #3399CC;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
}

#globalNav a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3399CC;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
}

/************ navLevelContainer styles **************/

#navLevelContainer {
	position: absolute;
	top: 62px;
	left: 0px;
	height: 181px;
	width: 760px;
	/*background-image: url(../images/navBlockPlaceholder.jpg);*/
	background-repeat: no-repeat;
	z-index: -1;
	display: none;
}

/************ level1Nav styles **************/

#level1Nav {
	position: absolute;
	top: 67px;
	left: 0px;
	height: 25px;
	width: 760px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: 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: 10px;
}

#level1Nav a:hover {
	color: #333333;
	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: 10px;
}

.level1-1 {
	background-color:#FF8C18;
}

.level1-2 {
	background-color:#006633;
}

.level1-3 {
	background-color:#2391FF;
}

.level1-4 {
	background-color:#FF7CD3;
}

.level1-5 {
	background-color:#7878FF;
}

/************ level2Nav styles **************/

#level2Nav {
	position: absolute;
	top: 158px;
	left: 0px;
	width: 740px;
	height: 17px;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	padding: 10px;
	display: none;
}

#level2Nav a:link, #level2Nav a:visited {
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 4px;
	padding-bottom: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#level2Nav a:hover {
	color: #333333;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 4px;
	padding-bottom: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom: none;
}

.level2NavCurrent {
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 4px;
	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;
}

/************ sectionTitle styles **************/

#sectionTitle {
	position: absolute;
	top: 196px;
	left: 24px;
	height: 36px;
	width: 720px;
	color:#FFFFFF;
	display:none;
}

.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 **************/

#contentLevel1 {
	position: absolute;
	top: 50px;
	left: 10px;
	width: 98%;
}


#contentLevel2 {
	/*position: absolute;
	top: 50px;
	left: 0px;
	width: 98%;*/
	padding-top: 60px;
}
/*

#contentWide {
	position: absolute;
	top: 50px;
	left: 10px;
	width: 98%;
}


#centerContent {
	position: absolute;
	top: 50px;
	left: 10px;
	width: 98%;
}
*/

#content h1 {
	font-size: 12px;
}
#content h2 {
	font-size: 10px;
	margin-top: 1.5em; 
	margin-right: 0; 
	margin-bottom: 0;
	margin-left: 0;
	color: #000000;
}
#content p {
	font-size: 10px;
	padding-left: 0px;
}

#contentProductInfo {
	position: absolute;
	top: 51px;
	right: 10px;
	width: 66%;
}


#productPhoto {
	position: absolute;
	right: 5px;
	font-size: 9px;
	line-height: 1.1em;
	color: #FFFFFF;
	text-align: center;
}
#productPhoto a {
	border-bottom: none;
}
#productPhoto p {
	color: #FFFFFF;
}



/************ story styles **************/

#story {
	width: 32%;
}

#story p {
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#storyLeft {
	float: left;
	width: 49%;
}
#storyRight {
	float: right;
	width: 49%;
}
#clearBoth {
	clear: both;
}
#clearLeft {
	clear: left;
}
#clearRight {
	clear: right;
}



/************ three-column layout styles **************/

#leftcontent {
	position: absolute;
	left: 0px;
	/*top: 200px;*/
	width: 125px;
	/*background:#fff;
	border:1px solid #000;*/
	padding-top:10px;
	display: none;
}

#rightcontent {
	position: absolute;
	left: 635px;
	width: 125px;
	padding-top:10px;
	display: none;
	background-color: #FE8C19;
	border: 1px solid #000000;
}

#rightcontent p, #leftcontent p {
	font-size: 9px;
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 0px;
	padding-top: 0;
	padding-bottom: 0px;
}

#rightcontent a, #rightcontent a:link, #rightcontent a:visited, #leftcontent a, #leftcontent a:link, #leftcontent a:visited {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	line-height: 16px;
}

#rightcontent a:hover, #leftcontent a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	line-height: 16px;
}

/************ footer styles **************/

#footer {
	/*position: absolute;
	top: 700px;*/
	width: 100%;
}


#footer h1 {
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-size: 9px;
	line-height: 12px;
	color: #999999;
	text-align: center;
}

.singlePdf {
	display:none;
}


.noBreak {
	white-space: nowrap;
}