/* START STANDARD STYLES */
/* These styles need to be appear on every site but you can adjust as necessary (the only things you should need to adjust are the foreground and background colours */
/* These styles should define how the content section looks */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

body {
	line-height: 1;
	color: #333;
	background: #fff;
	font-family: arial, helvetica;
	font-size: 75%;
}

body.site {
	background: #fff url(../images/bg-body.gif) 0 0 repeat-x;
}

h1 {
	color: #000099;
	margin: 0 0 0.5em 0;
	font-size: 200%;
	font-weight: normal;
}

h2 {
	color: #000099;
	margin: 0 0 0.5em 0;
	font-size: 150%;
}

h3 {
	color: #000099;
	margin: 0 0 0.5em 0;
	font-size: 125%;
}

hr {
	background: #000099;
	color: #000099;
}

p {
	margin: 1em 0 1em 0;
	line-height: 130%;
}

span.bluetitle {
	color: #000099;
	margin: 0 0 0.5em 0;
	font-size: 125%;
}

span.redtitle {
	color: #e11717;
	margin: 0 0 0.5em 0;
	font-size: 125%;
}

span.redtext {
	color: #e11717;
}

table.productDisplay td {border-bottom: 1px solid #000099;padding: 4px;}

ul, ol {
	margin-left: 20px;
}

body.site ul, body.site ol {
	margin-left: 0;
}

#content ul, #content ol {
	margin-left: 20px;
}

li {
	line-height: 130%;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	background: #000099;
	color: white;
	font-weight: bold;
}

td {
	line-height: 150%;
}

abbr, acronym { 
	border-bottom: 1px dotted #000099; 
	cursor: help; 
}

caption {
	text-align: left;
}

a:link {
	color: #000099;
	text-decoration: none;
}

a:visited {
	color: #000099;
	text-decoration: none;
}

a:hover {
	color: #000099;
	text-decoration: underline;
}

a:active {
	color: #000099;
	text-decoration: underline;
}

a:focus {
	color: #000099;
	text-decoration: underline;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

p.indent {
	margin-left: 25px;
}

span.underline {
	text-decoration: underline;
}

a img, a:hover img {
 border: none;
}


img.left {
	float: left;
	margin: 0 5px 5px 0;
}

img.right {
	float: right;
	margin: 0 0 5px 5px;
}

label {
	cursor: pointer;
}

input.button {
	background: #eee;
	color: #000;
	border: solid 1px #000;
}

input.textbox, textarea.textbox {
	color: #000;
	border: solid 1px #000;
	padding: 2px;
	font-family: arial, helvetica;
}

div.clear {
	clear: both;
}

p.image {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

/* END STANDARD STYLES */










/* START PAGE SPECIFIC STYLES */

#skipLinks, #printTitle {
	display: none;
}

#container {
	width: 766px;
	margin: auto;
}

#banner {
	color: #fff;
	font-size: 200%;
}

#banner span.padding {
	padding-top: 35px;
	display: block;
}

#sub-banner {
	clear: both;
	background: url(../images/bg-sub-banner.gif) 0 6px no-repeat;
	height: 28px;
}

#content {
	margin-top: 10px;
}

#intro {width: 353px; float: left; margin-bottom: 10px }

#news {width: 353px; height: 160px; float: left; margin-left: 50px; margin-bottom: 10px;}
#news ul  {margin: 0 0 10px 0; }
#news li  {list-style-type: none; margin-bottom: 4px}

#hold ul {margin: 0; list-style-type: none;padding: 0 15px 10px 5px;	background: white;line-height: 1.5em;}

span.date {background: url(/cms/outertemplates/images/arrow_right.gif) 0 0 no-repeat;background-repeat: no-repeat;padding-left: 10px;}
#hold li {margin-bottom: 10px;}
#hold p {padding: 0;margin: 0;}
#hold { position:relative; z-index:100; float: left;height:200px; width:353px;}
#hold.hasJS { overflow:hidden;width:340px; height:140px;}

#wn {position:absolute; left:0px;top:0; width:353px;height: 140px;}
#wn.hasJS { height:140px; clip:rect(0px, 353px, 190px, 0px);z-index:1; width:353px;}
div.content { position:absolute;left:0px; top:0px; z-index:1;}

#scrollbar {display: none;}
#scrollbar.hasJS {display: block;position:relative; left:0; top:0;width:11px; height:140px;font-size:1px; z-index:1;float: left;}
#track {position:absolute;	left:0; top:15px;width:11px; height:108px;z-index:1;}
#dragBar {position:absolute;left:1px; top:0;margin-left: 2px;width:5px; background:#000099;z-index:1;} 

#up { position:absolute; left:0; top:0; z-index:2; } 
#down { position:absolute; left:0; bottom:0;z-index:3; }



table.two-col td {
	width: 50%;
}

table.two-col td.padding {
	padding-right: 20px;
}

div.box {
	width: 353px;
	background: #000099 url(../images/bg-box.gif) 0 0 no-repeat;
	padding: 10px;
	color: #fff;
	height: 237px;
	margin-bottom: 10px;
}

div.box h2 {
	color: #fff;
	padding: 0 10px;
}

div.box p {
	margin-top: 0;
	font-size: 95%;
	padding: 0 10px;
}

div.box a:link, div.box a:visited {
	color: #fff;
	text-decoration: none;
}

div.box a:hover, div.box a:active, div.box a:focus {
	color: #fff;
	background: transparent;
	text-decoration: underline;
}

#footer {
	background: url(../images/bg-footer.gif) 0 0 repeat-x;
	height: 35px;
	color: #fff;
	font-size: 95%;
}

#footer p {
	padding-top: 10px;
	text-align: center;
	margin: 0;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color: #fff;
	background: transparent;
	text-decoration: underline;
}

/* END PAGE SPECIFIC STYLES */










/* START VERTICAL MENU STYLES */

div.xMenuBtn {
	display: none;
}

#nav, #nav ul { 			/* all lists */
	position: relative;
	list-style: none;
	float: left;
	width: 130px;			/* width of first-level anchors */
	border-top: 1px solid #fff;
}

#nav li ul { 				/* second-level lists */
	position : absolute;
	left: -999em;
	width: 170px;			/* width of second-and-above-level anchors */
	margin-top: -19px;		/* height offset of second-and-above-level lists */
	border-left: 1px solid #fff;
}

#nav li ul ul {				/* third-and-above-level lists */
	left: -999em;
}

#nav li { 				/* all list items */
	position : relative;
	float : left;
}

#nav li a {				/* first-and-above-level anchors */
	width: 130px;
	w\idth: 130px;
	display: block;
	background: #999;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#nav li ul li a {			/* second-and-above-level anchors */
	width: 170px;
	w\idth: 170px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul, #nav li.sfhover ul ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	margin-left: 130px;		/* width + padding of first-level anchors */
	left: auto;
}

#nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li li li li li:hover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li li.sfhover ul, #nav li li li li.sfhover ul { /* lists nested under hovered list items */
	margin-left: 170px;		/* width + padding of second-and-above-level anchors */
	left: auto;
}

#nav li.navdrop li a, #nav li li.navdrop li a, #nav li li li.navdrop li a, #nav li li li li.navdrop li a {
	background: #999 url(../images/spacer.gif) no-repeat;			/* hides the drop down image from non-drop down list items */
}

#nav li.navdrop a, #nav li li.navdrop a, #nav li li li.navdrop a, #nav li li li li.navdrop a, #nav li li li li li.navdrop a{
	background: #999 url(../images/arrowright.gif) right no-repeat;		/* image used to indicate a drop down list item */
}
 
#nav li a:hover, #nav li a:active, #nav li a:focus, #nav li.navdrop a:hover, #nav li.navdrop a:active, #nav li.navdrop a:focus { 
	color: #fff; 
	background: #000099;
}

/* END VERTICAL MENU STYLES */










/* START HORIZONTAL MENU STYLES */

div.xMenuBtn {
	display: none;
}

#nav, #nav ul { 				/* all lists */
	list-style: none;
}

#nav li ul { 					/* second-level lists */
	position: absolute;
	left: -999em;
}

#nav li ul ul { 				/* third-and-above-level lists */
	margin: -21px 0 0 0;			/* height offset of third-and-above-level lists */
}

#nav li { 					/* all list items */
	float: left;
	width: auto;
} 

#nav li ul li { 				/* second-level lists */
	clear: left;
}
 
#nav li a {					/* first-and-above-level anchors */
	display: block;
	width: auto;
	padding: 2px;
	text-decoration: none;
	color: #fff;
	background: #999;
}

#nav li ul li a {				/* second-and-above-level anchors */
	width: 130px;
}

* html #nav li a {float: left;} * html #nav li ul li a{float: none;}	/* Mac IE hack */

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}
 
#nav li:hover ul,#nav li.sfhover ul {
	left: auto;
}

#nav li li:hover ul, #nav li li li:hover ul,  #nav li li li li:hover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-left: 147px;			/* width + padding of second-and-above-level anchors + navdrop padding */
}

#nav li.navdrop a {
	background: #999 url(../images/arrowdown.gif) 95% 80% no-repeat;	/* image used to indicate a drop down list item */
	padding-right: 15px;	
}
 
#nav li.navdrop li a, #nav li li.navdrop li a, #nav li li li.navdrop li a, #nav li li li li.navdrop li a {
	background: #999 url(../images/spacer.gif) no-repeat;			/* hides the drop down image from non-drop down list items */
}
 
#nav li li.navdrop a, #nav li li li.navdrop a, #nav li li li li.navdrop a, #nav li li li li li.navdrop a{
	background: #999 url(../images/arrowright.gif) right no-repeat;		/* image used to indicate a pop out list item */
}

#nav li a:hover, #nav li a:active, #nav li a:focus, #nav li.navdrop a:hover, #nav li.navdrop a:active, #nav li.navdrop a:focus { 
	color: #fff; 
	background: #000099;
}

/* END HORIZONTAL MENU STYLES */











/* START LIGHTBOX STYLES */
/* You shouldn't need to edit these */

#lightbox{position: absolute;top: 40px;left: 0;width: 100%;z-index: 100;text-align: center;line-height: 0;}
#lightbox a img{ border: none; }#lightbox a:hover{ background: transparent;}
#outerImageContainer{position: relative;background-color: #fff;width: 250px;height: 250px;margin: 0 auto;}
#imageContainer{padding: 10px;}
#loading{position: absolute;top: 40%;left: 0%;height: 25%;width: 100%;text-align: center;line-height: 0;}
#hoverNav{position: absolute;top: 0;left: 0;height: 100%;width: 100%;z-index: 10;}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{width: 49%;height: 100%;background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */display: block;}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{font: 10px Verdana, Helvetica, sans-serif;background-color: #fff;margin: 0 auto;line-height: 1.4em;}
#imageData{padding:0 10px;}#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;}
#overlay{position: absolute;top: 0;left: 0;z-index: 90;width: 100%;height: 500px;background-color: #000;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html>body .clearfix {display: inline-block; width: 100%;}
* html .clearfix {/* Hides from IE-mac \*/height: 1%;/* End hide from IE-mac */}

/* END LIGHTBOX STYLES */




#breadcrumb {
	background: white;
	border: 0;
	padding: 2px;
	height: 30px;
}

#breadcrumb span{float:left;margin-top: 3px;}

#breadcrumb ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float:left;
}

#breadcrumb li {
	display: inline;
	padding-left: 15px;
	background: url(/cms/outertemplates/images/breadcrumb-icn.gif) 3px no-repeat;
}

#breadcrumb li.first {
	display: inline;
	padding-left: 5px;
	background: #fff;
}

#breadcrumb a:link {
	color: #000099;
	text-decoration: none;
}

#breadcrumb a:visited {
	color: #000099;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: white;
	background: #000099;
}

#breadcrumb a:active {
	color: white;
	background: #000099;
}

#breadcrumb a:focus {
	color: white;
	background: #000099;
}



/* START SEARCH RESULTS STYLES */
/* You shouldn't need to edit these */

span.highlight { background: transparent; }
div.searchheading { font-size: 100%; font-weight: bold; padding: 0 5px;}
div.summary { font-size: 80%; font-style: italic;  padding: 0 5px;}
div.results { font-size: 100%;  padding: 0 5px;}
div.category { color: #999999;  padding: 0 5px;}
div.description { font-size: 100%; color: #008000;  padding: 0 5px;}
div.context { font-size: 100%;  padding: 0 5px;}
div.infoline { font-size: 80%; font-style: normal; color: #808080; padding: 0 5px;}
div.sorting { text-align: right;  padding: 0 5px;}
div.result_title { font-size: 100%;  padding: 0 5px;}

form.zoom_searchform { font-size: 100%;  padding: 0 5px;}
span.zoom_options { font-size: 80%;  padding: 0 5px;}
input.zoom_button {  }
input.zoom_searchbox {  }

/* END SEARCH RESULTS STYLES */