﻿/* main areas */
body {
	margin: 0;
	padding: 0;
	color: #4f5455;	
	text-align: center;
	background-color: black;
}

#page_container {
	position: relative;
	width: 947px;
	margin: 0 auto;
	padding: 4px 0 4px 0;
	text-align: left;
	font-size: 1em; /* 10px baseline */
}

#container_header {
	width: 100%;
	background: white url(/images/content_corner_top-right.gif) no-repeat scroll right top;
	font-size: 1px;
	height: 20px;
	z-index: 100;
}
#container_footer {
	width: 100%;
	background: white url(/images/content_corner_bottom-right.gif) no-repeat scroll right top;
	font-size: 1px;
	height: 20px;
	z-index: 100;
}

img.corner {
	border: medium none;
	display: block !important;
	height: 20px;
	width: 20px;
	z-index: 100;
}

#main_container {
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #ffffff;
}

#header_message {
	position: absolute;
	top: 4px;
	left: 0px;
	z-index: 80;
	background: transparent url(/images/secondary_nav_bg.gif) top right repeat-y;
	width: 927px;
	font-weight: bold;
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 10px;
	/* letter-spacing: .1em; */
	text-align: right;
}

#header_message div.padding {
	padding: 16px 2px 9px 0;
	_padding-bottom: 11px; /* IE6 fix */
}

#header_right_background_fill {
	position: absolute;
	top: 24px;
	left: 927px;
	background: transparent url(/images/1x1_ecf04f.gif) top left repeat;
	width: 20px;
	height: 17px;
	_height: 19px; /* IE6 fix */
	z-index: 200;
}

/* header area, navigation */

#page_container li.first {
	border: none;
}

#logo {
	position: absolute;
	top: 20px;
	left: 10px;
	z-index: 85;
	width: 243px;
}

/* navigation */

#primary_nav {
	clear: both;
	position: relative;
	height: 38px;
	z-index: 30;
	padding: 18px 0 0 378px;
	background: white url(/images/primary_nav_bg_chopped.gif) right bottom no-repeat;
	font-family: arial, lucida, helvetica, sans-serif;
}

ul#nav {
	margin: 0;
	padding: 12px 0 0 0;
	list-style: none;
}

#nav div {
	padding: 0 22px;
}

ul#nav ul { 
	position: absolute;
	top: 0;
	right: -1px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	font-size: 8pt;
	background: url( /images/divider.gif ) left top no-repeat;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li#nav1 {
	background: none;
}

#nav a {
	display: block;
	text-decoration: none;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #808080;
}

ul#nav ul a {
	text-align: right;
}

#nav a:hover {
	color: #505050;
}

#nav li li span {
	display: block;
	width: 170px; /* gives consistant width for all secondary topnav dropdowns */
	padding: 0;
	background: #313131 url(/images/drop_down_blk_bg.gif) bottom left no-repeat;	
}

#nav li li a {
	display: block;
	/* width: 153px;gives consistant width for all secondary topnav dropdowns */
	height: auto;
	margin: 0;
	padding: 3px 24px 5px 0;
	text-indent: 0px;
	font-weight: normal;
	font-size: 1.1em;
	text-decoration: none;
	color: #fff;
	background: #313131 url(/images/drop_down_blk_bg.gif) bottom left no-repeat;	
}

#nav li#nav2 li a {
	padding-right: 18px; 
}

#nav li li a:hover {
	color: #F3901D;
	text-decoration: none;
	background: none; /* removes the 'a' background to allow the 'span' on state to show through */
}

#nav li li a:active {
	color: gray;
	text-decoration: none;
	background: none; /* removes the 'a' background to allow the 'span' on state to show through */
}

#nav li {
	float: left;
	position: relative;
	text-align: left;
	padding: 0;
	margin: 0;
}

#nav li div a {
	margin-bottom: 6px;
}

#nav li ul {
	position: absolute;
	top: 26px;
	width: 170px;
	margin: 0 0 0 0;
	z-index: 50;
	border-left: 2px solid #F3901D;
	border-right: 2px solid #F3901D;
	border-bottom: 2px solid #F3901D;
	border-top: 2px solid #F3901D;
}

/* right align rightmost menu dropdown with edge of page XXX: need to add conditional for Opera on nix */
/*
#nav li#nav5 ul {
	right: -23px;
}
*/
#nav li li {
	float: none;
}
#nav li li.first { }
#nav li li.first a {
	padding-top: 4px;
}

/* default state on load */
#nav li ul.hidden { display: none; }

/* CSS pseudo class hide/show (broken in IE6 ) */
#nav li:hover ul { display: block; } 
#nav li:hover ul.hidden { display: block; } 

/* use JS to hide/show */
#nav li.mouse_over ul { display: block; }

/* breadcrumb trail */

#breadcrumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 12px 0 12px 0;
	border-top: 2px solid #F3901D;
	border-bottom: 1px solid #F3901D;
	color: black;
	font-size: 1.1em;
	z-index: 10;
	background-color: #ffffff;
}

#breadcrumb ul {
	position: relative;
	padding-left: 18px;
	margin: 0;
	list-style-type: none;
}

#breadcrumb li {
	display: inline;
	padding: 0 0 0 4px;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
}
#breadcrumb a {
	text-decoration: none;
	position: relative;
	color: #000000;
	font-weight: normal;
	margin: 0;	
	padding:0;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#breadcrumb a:active {
	text-decoration: underline;
	color: #333333;
}

#breadcrumb li:after {
	white-space: pre;
	content: '\0020 \0020 \003e';
}

#breadcrumb li a {
	/* behavior: url(/css/breadcrumb.htc); */ /* calls IE specific script to add '>' */
}

#breadcrumb li.invisible_text {
	color: #ffffff; /* set to same color as relative background */
}

/* content styles */

#content_container {
	margin: 0 0 0 0;
	padding: 4px 0 0 0;
	position: static;
	background-color: #fff;
}
#content_body {
	min-height: 500px;
	padding: 36px 25px 0 25px;
	background: #ffffff url(/images/top_gradient.jpg) top left repeat-x;
}

#content_body.no_gradient	{
	background-image: none;
}

/* footer styles */

#content_footer {
	margin: 0;
	padding: 20px 20px 0 20px;
	border-top: 1px solid #CFD7DD;
	color: #7e868d;
	background-color: white;
	font-size: .916em; /* 9px */
	overflow: hidden;
	_height: 1%;
}
#content_footer p {
	float: left;
	margin-top: 40px;
}
#content_footer ul {
	float: left;
	margin: 40px 0 0 0;
}
#content_footer li {
	display: inline;
	margin: 0;
	padding: 0 12px;
	border-left: 1px solid #7e868d;
}
#content_footer li a, #content_footer li a:hover {
	color: #7e868d;
}

#footer_logo {
	/*display: inline;*/
	float: right;
	width: 70px; 
	height: 56px;
	margin:0;
}

/* general styles */

p {
	margin: 0 0 10px 0;
	padding: 0 10px 0 0;
}
p.sub_header {
	font-size: 1.16em;
}
/* headings */
h1 {
	font-size: 10pt;
	font-weight: bold;
	margin: 20px 0 10px 0;
	padding: 0 0 5px 0;
	color: #F3901D;
	border-bottom: 1px solid #e5eaef;
}
h2 {
	font-size: 9pt;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 0;
}
h2.underlined {
	margin-top: 20px;
	border-bottom: 1px solid #E5EAEF;
}
div.greybox h2 {
	font-size: 10pt;
	color: #F3901D;
	margin: 10px 0 10px 0;
	padding: 0;
}
h3 {
	font-size: 1em;
	color: #444;
	margin: 10px 0 0 0;

}
h3 a {
	text-decoration: none;
	color: #444;
}

/* widths, heights, alignments */
.center_aligned {
	text-align: center;
}
div.onethird_width { 
	width: 33%;
}
div.half_width {
	width: 50%;
}
div.twothird_width {
	width: 66%;
}
div.full_height {
	height: 100%;
}
div.half_height {
	height: 50%;
}

/* padding */
div.padding { 
	padding-bottom: 10px; 
}
div.top_padding {
	padding-top: 27px;
}
div.bottom_padding {
	padding-bottom: 24px;
}
div.right_padding {
	padding-right: 24px;
}
div.left_padding {
	padding-left: 24px;
}

/* text styles */
.bolded {
	font-weight: bold;
}


/* links */
a {
	color: #f4911e;
	text-decoration: none;
}
a:visited {
/*	color: #2c9bca;	 set to #999 when done. Shows correct link state for "#" hrefs. */
}
a:hover,
a:active {
	text-decoration: underline;
}

linktop {
	font-size: 8pt;
	text-align: right;
	margin: 0 0 20px 0;
}

/* lists */
ul {
	list-style: circle;
	margin: 0;
	padding: 0 0 0 25px;
}
ul.links {
	padding: 0 0 7px 0;
}
ul.links li {
	padding: 0 0 3px 0;
}
ol li {
	margin: 0;
	padding: 0;
}
div#footer ul li {
	padding: 0 12px;
	margin: 0;
}
ol {
	margin: 0 0 10px 0px;
	padding: 0 0 0 25px;
}

.greybox ul	{
	list-style-type: circle;
	margin: 0;
	padding: 0 15px;
}

/* images */
img a {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	border: 0;
}

/* form styles */
form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0px;
	padding: 0px;
	border-style: hidden;
	border-width: 0;
}
select, textarea, input {
	margin: 0;
	padding: 0;
	color: #333333;
}

div.column {
	float: left;
}
div.end_columns {
	clear: both;
}

/* 

	left image 

 */
div.leftimage div.description {
	padding: 0;
	margin: 0 0 24px 0;
}
div.leftimage div.description h2 {
	margin: 0;
}

/* 

/* GLOBAL FLOAT FIXES and HACKS ************************************************
	Use to clear floats and use the Holly Hack for IE browser's height bugs */

#main_container:after,
#primary_nav:after,
#content_container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#main_container,
#primary_nav,
#content_container {display: inline-block;} /* clears IE 7 */
/* Hide from IE Mac \*/
#main_container,
#primary_nav,
#content_container {display: block;}
/* End hide from IE Mac */

/* holly hack for extra space in IE nav - Hides from IE-mac \*/
* html #main_container,
* html #product_nav,
* html #content_container {height: 1% !important;}
/* End hide from IE-mac */
