/* 
	Resets default browser settings
	reset.css
	html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black;}
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*
	Page style
		text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
*/
body { 
	/* font:normal 80%/1.5 Helvetica, Arial, sans-serif; */
	font: 13px "Neue Helvetica",Helvetica,Arial,sans-serif;
	letter-spacing:0;
	color:#434343;
	/* background:#efefef url(../img/background.png) repeat top center; */
	padding:20px 0;
	position:relative;
}

#container {
	width:580px;
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}
#outer_nav{
	background:white;
}
/* #top_slider { */
.slider { 
	width:600px;
	height:160px;
	position:relative;
	z-index:0;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:1px;
	left:4px;
	z-index:-100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:590px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:590px;
	height:145px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:50px;
	/* left:-39px; */
	left:0px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
	opacity:0;
}

#slides .next {
	/* left:585px; */
	left:568px;
}


#slides:hover .next,#slides:hover .prev {
	opacity:1;
}

/*===============================================================*/

#cover_slides {
	position:absolute;
	top:1px;
	left:4px;
	z-index:-100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash


.slides_container {
	width:590px;
	overflow:hidden;
	position:relative;
	display:none;
}
*/
/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block


.slides_container div.slide {
	width:590px;
	height:145px;
	display:block;
}
*/

/*
	Next/prev buttons
*/

#cover_slides .next,#cover_slides .prev {
	position:absolute;
	top:50px;
	/* left:-39px; */
	left:0px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
	opacity:0;
}

#cover_slides .next {
	/* left:585px; */
	left:568px;
}


#cover_slides:hover .next,#cover_slides:hover .prev {
	opacity:1;
}



/*===============================================================*/

/*
	Pagination
*/

.pagination {
	margin:4px auto 0;
	width:160px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:540px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}

/*
	Footer
*/

#footer {
	text-align:center;
	width:580px;
	margin-top:9px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
}

#footer p {
	margin:4.5px 0;
	font-size:1.0em;
}

/*
	Anchors
*/

a:hover {
	text-decoration: underline;
}

a:active,a:link,a:visited {
	color:#0000FF; /*  515151 */
	text-decoration: none;
}
/*
#tabs-1 a:hover, #tabs-2 a:hover , #tabs-3 a:hover {
	color:#0000FF;
	text-decoration:underline;
}

#tabs-1 a:active,#tabs-2 a:active, #tabs-3 a:active  {
	color:#515151;
	text-decoration:underline;
}
*/

/* #pricelists.h1, .simplemodal-container.h1 a { */
h2 h2 a{
color:#044e91;
font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
font-size: 18px;
font-weight: normal;
margin: 0px;
padding: 0px;
}

.li_disc {
	list-style-type: disc;
}

.modalStyle {
display: none;
}	

.modalStyle {
background: #fff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
line-height: 130%;
width: 580px;
}

.modalStyle img {
float: left;
margin: 0px 15px 0px 0px;
height: 200px;
}

.modalStyle h2 {
margin: 0 0 15px 0;
}

#pricelists.modalStyle {
width: 250px;
padding: 20px;
}

.clear {
clear: both;
padding:0;
margin:0;
height:0;
}

/* lightbox styles */
/* Overlay */
#simplemodal-overlay {background-color:#000;}
/* Container */
#simplemodal-container a.modalCloseImg { background:url(../_css/lightbox-btn-close.gif) no-repeat; width:66px; height:19px; display:inline; z-index:3200; top:6px; right: 20px;position:absolute; bottom:3px; cursor:pointer;clear: both; margin-bottom: 12px; }

#cookieBanner {
    display: none;
	background-color: #E6E6B8; 
	width: 580px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 10px;
	border-bottom: 5px solid white;
}



/* p {margin: 1.5em 0px;} */

.content  a {
/* margin: 32px 0 0; */
padding: 0px;
font-weight: normal;
/* font-size: 13px; */
line-height: 15px;  */
color: #00F;
}

/* .content img { vertical-align: bottom; } */

.content ul {
	list-style-type: disc;	
	padding-left: 15px;
}

.content ol {
	list-style-type: decimal;	
	padding-left: 15px;
}

.content p {
	padding-bottom: 15px;	
}

.psmall {
	color: #000000;
	font-size: 11px;
	text-align: left;
}

.prheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color : Blue;
	background-color: #fafafa;
	text-align: center;
}
.newsheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color : #333;
	background-color: #FFE066;
	text-align: center;
}

.newsdate {
	color: #50555A;
	font-family: Verdanda, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;	
}

.newssearch_result {
	color : #333;
	/* background-color: #FFE066;*/
	text-align: center;
	border-bottom: 1px solid blue;	
	padding-bottom: 5px;		
}

/* Social */
#social { margin:0; margin-top:5px; padding:3px 0 5px; width:100%; height:22px; background:#e8e8e8; color:#4b4b4b; overflow:hidden; clear:both; }
#social h3 { margin:0; padding:0 10px; font-size:12px; line-height:24px; font-weight:bold; text-transform:uppercase; float:left; }
#social .fs_buttons { padding-right:10px; float:right; width:420px; height:22px; }
#social .follow { text-align:center; }
#social .follow a { margin:0; padding:0 35px 0 35px; font-size:11px; line-height:22px; display:inline-block; text-decoration:none; }
#social .follow a.facebook { background:url("../img/facebook_22x44.gif") left top no-repeat; }
#social .follow a.share { background:url("../img/share2.gif") left top no-repeat; }
#social .follow a.twitter { background:url("../img/twitter_22x44.gif") left top no-repeat; }
#social .follow a.tweet { background:url("../img/tweet.gif") left top no-repeat; }
#social .follow a:hover { background-position:left -22px; text-decoration:none; }

.list_right_cell {
	text-align: right;
	color: #666;
}
.list_right_head {
	color: #00C;
	font-weight:bold;
	text-align: right;
}

.cell_left {
	text-align: left;
	vertical-align: top;
}
.cell_left_middle {
	text-align: left;
	vertical-align: middle;
}
.cell_left_bottom {
	text-align: left;
	vertical-align: bottom;
}
.cell_center {
	text-align: center;
	vertical-align: top;
}
.cell_center_middle {
	text-align: center;
	vertical-align: middle;
}
.cell_right {
	text-align: right;
	vertical-align: top;
}
.cell_right_bold {
	text-align: right;
	vertical-align: top;
	font-weight: bold;	
}
.colhead {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #FFE066;
	padding: 5px;
}

.custdetail_left {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFC;
	text-align: left;
	vertical-align: top;
}
.custdetail_right {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFC;
	text-align: right;
	vertical-align: top;
}

a.glosections {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #003399;
	padding: 0;
}

/* cellpadding */
.event_list th, .event_list td { padding: 10px; }

/* cellspacing */
.-event_list table { border-collapse: separate; border-spacing: 5px; } /* cellspacing="5" */
.-event_list table { border-collapse: collapse; border-spacing: 0; }   /* cellspacing="0" */

/* valign */
.-event_list th, event_list td { vertical-align: top; }

/*  align (center) */
.-event_list table { margin: 0 auto; }

.righthead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000066;
	background-color: #FFFFCC;
	text-align: right;
}

/* cellpadding */
.pr_list th, .pr_list td, 
.link_list th, .link_list td,
.results th, .results td
 { padding: 5px; }

.prtitle {
	color: #000080;
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.pubtitle, .pubtitle td {
	color: #000080;
	font-size: 1.3em;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
}

input {
	color: #000080;
	background-color: #F5F5F5;
}

.formlabel {
	color: #666666;
	text-align: right;
	vertical-align: top;
	height: 24px;
	padding-bottom: 5px;
	padding-right: 5px;
}
.formtext {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}
.formoptintext {
	color: #666666;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}
.form-40 { width: 40px; }
.form-75 { width: 75px; }
.form-132 { width: 132px; }
.form-260 { width: 260px; }
.submenu {
	color: #33f;
	font-size: 2.8em;
	text-align: right;	
}

sup {
	font-size:xx-small;
	vertical-align:super;
}