/* HTML5 ✰ Boilerplate */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body {
*font-size:small;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.231;
}
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html {
	overflow-y: scroll;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


::-moz-selection{ background: #F60; color:#fff; text-shadow: none; }
::selection { background:#F60; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #F60; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea { color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; }
#bodycopy table tr td p {
	padding: 5px;
	margin: 0px;
}
a:hover { color: #036; }


/**
 * Primary styles
 *
 * Author: Steph Moreland
 */
 
a:link { color: #000033; }

a:visited { color: #333333; }

a:hover { color: #566778; }

a.button {
	background: transparent url('/images/buttons/bg_button_a.gif') no-repeat scroll top right;
	color: #444;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px;
	text-decoration: none;
}

a.button span {
	background: transparent url('/images/buttons/bg_button_span.gif') no-repeat;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
}

a.button:active {
	background-position: bottom right;
	color: #000;
	outline: none;
}

a.button:active span {
	background-position: bottom left;
	padding: 6px 0 4px 18px;
}

a.button_disabled {
	background: transparent url('/images/buttons/bg_button_a.gif') no-repeat scroll top right;
	color: #CCC;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px;
	text-decoration: none;
}

a.button_disabled span {
	background: transparent url('/images/buttons/bg_button_span.gif') no-repeat;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
}

a.button_disabled:active {
	background-position: bottom right;
	color: #000;
	outline: none;
}

a.button_disabled:active span {
	background-position: bottom left;
	padding: 6px 0 4px 18px;
}

a:hover #sm_map_text, a:link #sm_map_text, a:active #sm_map_text, a:visited #sm_map_text { text-decoration: none; }

body {
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 18px;
	color: #F60;
	line-height: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-shadow: 1px 1px 1px #CCC;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	color: #767474;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-shadow: 1px 1px 1px #CCC;
}

p {
	font-size: 9pt;
	line-height: 15pt;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}

html>body #widget_text {
	margin: 0px;
	padding: 0px;
	width: 210px;
	font-size: 8pt;
}

html>body .leftnav_lev3 {
	color: #38434E;
	text-decoration: none;
	list-style-type: none;
	margin-left: 15px;
	margin-right: 0px;
	margin-top: -4px;
}

sup { font-size: 85%; }

table td {
	color: #333333;
	font-size: 9pt;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

.add_space {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.background {
	background-image: url('/images/divider.gif');
	background-repeat: repeat-y;
}

.backToTop {
	font-size: 8pt;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.bold_reversed {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 8.5pt;
	padding: 2px;
	text-shadow: 1px 1px 1px #CCC;
}

.close_button {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2C353D;
	background-color: #FFF;
	padding: 1px;
}

.comment { font-style: italic; color: #666666; }

.contentFrame { padding: 20px; }

.copyright { font-size: 9px; color: #8399AC; font-weight: normal; }

.div_close { display: none; }

.div_hide { display: none; }

.error { color: #990000; padding-bottom: 10px; }

.float_right {
	float: right;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: left;
}

.float_right_companydetails {
	float: right;
	position: relative;
	right: 0px;
	top: 0px;
	height: 250px;
	width: 250px;
	clear: left;
}

.float_right_home {
	width: 200px;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0px;
}

.company_image {
	padding: 0px;
	margin: 0px;
}

.company_image_CD {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.float_rightSmall {
	float: right;
	clear: both;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

/*place any Lists inside this DIV unless they appear right after a header, this is to remove some of the extra space between the list and body copy*/
.for_immediate_release {
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}

.fpo { background-color: #FFFF00; }

.heading { font-size: 11pt; color: #666666; }

.hr_column { padding: 5px; }

.hr_columnheading {
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #38434E;
	margin: 5px;
}

.hr_description_container { padding: 6px; }

.hr_posting_container { border: 1px solid #333333; font-size: 9pt !important; }

.hr_posting_evenrow { width: 100%; background-color: #F1F3F5; }

.hr_posting_heading {
	width: 100px;
	left: 0px;
	font-weight: bold;
	padding: 5px;
	vertical-align: top;
}

.hr_posting_oddrow { width: 100%; background-color: #E2E6E9; }

.hr_posting_value { color: #000000; left: 200px; padding: 5px; }

.infobox {
	float: right;
	width: 200px;
	margin-left: 30px;
	text-align: left;
	padding: 10px;
	background-color: #CDD0D3;
	border: 1px solid black;
	font-size: 12px;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-top: 0px;
}

/******************** New Left Nav ********************/
.leftnav {
	color: #333333;
	height: auto;
	font: bold 11px/18px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.leftnav a:link, .leftnav a:visited { color: #333333; text-decoration: none; font-size: 10px; }

.leftnav a:hover { color: #666666; text-decoration: none; font-size: 10px; }

.leftnav div ul {
	font-size: 11px;
	line-height: 14px;
	padding: 0pt;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 5px;
}

.leftnav div ul li {
	font-size: 11px;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	list-style-position: inside;
	list-style-image: url(/images/common/orange_bullet.gif);
	list-style-type: none;
	padding: 0pt;
	font-weight: normal;
	text-indent: -15px;
}

.leftnav div ul ul li {
	font-size: 11px;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	list-style-position: inside;
	list-style-image: url(/images/common/grey_bullet.gif);
	list-style-type: none;
	padding: 0pt;
	font-weight: normal;
	text-indent: -15px;
}

.leftnav h3 {
	color: #333333;
	height: auto;
	font: bold 11px/20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.leftnav li sup {
	height: auto;
	margin: 0px;
	padding: 0px;
	font-size: 70%;
}

.leftnav_lev1 {
	color: #333333;
	height: auto;
	font: bold 11px/18px;
	margin: 0px;
	padding: 0px;
}

.leftnav_lev1 a:link, .leftnav_lev1 a:visited { color: #333333; text-decoration: none; }

.leftnav_lev1 a:hover { color: #666666; text-decoration: none; }

.leftnav_lev1 li sup {
	height: auto;
	margin: 0px;
	padding: 0px;
	font-size: 70%;
}

.leftnav_lev2 {
	color: #38434E;
	font-size: 10px;
	list-style-type: none;
	padding-left: -60px;
}

.leftnav_lev2 a:link, .leftnav_lev2 a:active, .leftnav_lev2 a:visited { color: #38434E; text-decoration: none; }

.leftnav_lev2 a:hover { color: #F35600; text-decoration: none; }

.leftnav_lev2 li {
	font: normal 10px/14px;
	font-size: 11px;
	line-height: 13px;
	padding: 0pt;
	margin: 0px;
	list-style-position: outside;
	list-style-image: url(/images/common/orange_bullet.gif);
	list-style-type: none;
}

.leftnav_lev2 ul {
	list-style: none;
	padding: 0px;
	margin-top: 2px;
	margin-left: 0px;
	margin-bottom: 2px;
}

.leftnav_lev3 {
	color: #38434E;
	font-size: 10px;
	text-decoration: none;
	list-style-type: none;
	margin-left: 7px;
	margin-right: 0px;
	margin-top: 6px;
}

.leftnav_lev3 a:link { color: #38434E; text-decoration: none; }

.leftnav_lev3 a:visited { color: #38434E; text-decoration: none; }

.leftnav_lev3 a:hover { color: #F35600; text-decoration: none; }

.leftnav_lev3 a:active { color: #38434E; text-decoration: none; }

.leftnav_lev3 li {
	font: normal 10px/14px;
	list-style-position: outside;
	list-style-image: url(/images/common/orange_bullet.gif);
	list-style-type: none;
	line-height: 10px;
	padding: 0pt 0pt 5pt 7pt;
	text-decoration: none;
}

.leftnav_lev3 ul {
	list-style: none;
	padding: 0px;
	text-decoration: none;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 8px;
}

.marketinformationlink {
	font-size: 10px;
	color: #CCCCCC;
	margin-right: 10px;
	margin-bottom: 5px;
}

.marketinformationlink a { color: #CCCCCC; }

/*Stupid hack for min-width in IE*/
.minwidth { padding-right: 10px; padding-bottom: 20px; }

.network_maph1_duplicate {
	font-size: 14px;
	margin: 0px;
	clear: both;
	font-weight: bold;
	padding: 0px;
}

.padded_paragraph { padding-top: 4px; padding-bottom: 16px; }

/*orange main page header*/
.pageHeader {
	font-weight: bold;
	color: #FF6600;
	clear: both;
	font-size: 12pt;
}

.pageheading { font-size: 180%; }

/*grey page header, to be used if secondary heading is needed under main orange heading*/
.pageSubHeader-large {
	font-size: 11pt;
	font-weight: bold;
	color: #566778;
	margin: 0px;
	padding: 0px;
}

.pageSubHeader-largeREV {
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	background-color: #CCCCCC;
	padding: 5px;
	width: 100%;
}

/*small grey header, to be used for secondary headings, if two headings appear after one another, insert a <br> break between them*/
.pageSubHeader-small {
	font-size: 10pt;
	font-weight: bold;
	color: #566778;
	margin: 0px;
	padding: 0px;
}

.pageSubHeader-bar_large {
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6B747E;
	margin: 0px;
	font-size: 12px;
	line-height: 14px;
}

.revision_number {
	font-size: 8px;
	color: #999;
}

#enviro_policy {
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}

#enviro_policy_main h1 {
	font-size: 10pt;
	color: #566778;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

#enviro_policy h1 {
	font-size: 10pt;
	color: #566778;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
}

#enviro_policy_main {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 630px;
	left: auto;
	right: auto;
	line-height: 150%;
}

#enviro_policy_footer {
	position: relative;
	width: 100%;
	left: 0px;
	top: 15px;
	height: 95px;
	padding: 0px;
	margin: 0px;
	clear: both;
}
#enviro_policy_president {
	position: relative;
	width: 250px;
	left: 0px;
	top: 0px;
	height: 95px;
}

#enviro_policy_date {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 150px;
	text-align: right;
	float: right;
	clear: left;
	height: 95px;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}

#enviro_policy_date h1 {
	font-size: 10pt;
	color: #566778;
	text-decoration: underline;
	line-height: 12pt;
	padding: 0px;
	text-align: center;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#enviro_policy_date p {
	font-size: 10pt;
	line-height: 10pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #566778;
}

/* PHONE/FAX NUMBERS */
.phone_fax { font-weight: bold; color: #566778; }

.prop {
	float: left;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6B747E;
	height: 15px;
	vertical-align: middle;
	font-size: 10px;
	clear: both;
	margin: 0px;
}

.smallbold {
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

.smalltype { font-size: 8pt; }

.Subhead_list {
	font-weight: bold;
	list-style-type: none;
	margin-left: -15px;
}

.table_indent {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	font-size: 9pt;
}

.tablespacer {
	padding-right: 45px;
	padding-bottom: 25px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
}

.whats_new {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #F77D21;
	padding: 5px;
	text-align: center;
	width: 200px;
}

.whats_new2 {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #F77D21;
	padding: 5px;
	text-align: center;
}

.widget-top { width: 200px; padding: 0px; }

#bodycopy {
	font-size: 9pt;
	width: 95%;
	max-width: 1050px;
	position: relative;
	margin: 0px;
	top: 0px;
	left: 0px;
	padding: 15px;
}

#bodycopy ol {
	font-size: 9pt;
	line-height: 15pt;
}

#bodycopy ol li {
	font-size: 9pt;
	line-height: 15pt;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}

#breadcrumbs {
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #6B747E;
	height: 11px;
	width: 100%;
	max-width: 1050px;
	position: relative;
	margin: 0px;
	left: 0px;
	top: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
}

#breadcrumbs a:link,#breadcrumbs a:active,#breadcrumbs a:visited { color: #FFFFFF; font-size: 8pt; }

#breadcrumbs a:hover { color: #FF9933; font-size: 8pt; }

/*bulleted list*/
#bulletList li {
	line-height: 14pt !important;
	list-style-image: url(/images/common/orange_bullet2.gif);
	list-style-position: inside;
	margin-left: 0;
	padding-left: 0pt;
	text-indent: -10pt;
}

#bulletList-indent li { margin: 0px; padding: 0px; }

#bulletList-indent-leftNav li { text-indent: 10pt; }

#capability_photo { float: right; margin-left: 40px; clear: both; }

#capability_section ul { }

#capability_section ul li {
	list-style-position: outside;
	list-style-image: url(/images/common/grey_bullet.gif);
	list-style-type: none;
}

#companyInfo {
	margin-top: 4px;
	margin-right: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 15px;
	position: relative;
}

#data { width: 450px; margin: 0px; padding: 15px; }

#data h1 {
	font-size: 16px;
	color: #F60;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6B747E;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}

#flash_div {
	float: right;
	margin-right: 20px;
	margin-left: 20px;
	clear: both;
}

#home_image { margin-bottom: 10px; }

#location_table1 {
	position: relative;
	min-width: 500px;
	left: 0px;
	top: 0px;
	margin-right: 370px;
}

#location_table2 {
	position: relative;
	min-width: 500px;
	left: 0px;
	top: 0px;
	margin-right: 370px;
}

#location_table3 {
	position: relative;
	min-width: 500px;
	left: 0px;
	top: 0px;
	margin-right: 370px;
}

#map_small {
	font-size: 7.5pt;
	color: #666666;
	text-decoration: none;
	padding: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #7B848C;
	border-bottom-color: #7B848C;
	border-left-color: #7B848C;
}

#map_small a { color: #666666; text-decoration: none; }

#map_small a:link { color: #666666; text-decoration: none; }

#map_small a:visited { color: #666666; text-decoration: none; }

#map_small a:hover { color: #666666; text-decoration: none; }

#map_small a:active { text-decoration: none; }

#moveListUp_Container {
	margin-top: -8px;
	margin-right: 0px;
	margin-bottom: 0pt;
	margin-left: 0px;
}

#network_map h1 {
	font-size: 14px;
	margin: 0px;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#network_map h1 {
	font-size: 14px;
	margin: 0px;
	clear: both;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#network_map label {
	font-size: 10px;
	line-height: normal;
	letter-spacing: normal;
	white-space: normal;
	display: block;
	float: left;
	clear: both;
}

#network_map ol { padding-left: 0; margin-left: 0; list-style-type: none; }

#network_map ol>li { list-style-type: none; }

#network_map ol>li input[type=checkbox] {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	clear: both;
}

#network_map ol>li label {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
}

/*list with no bullets*/
#nobulletList li {
	line-height: 14pt !important;
	list-style: none !important;
	margin-left: 0;
	padding-left: 8pt;
	text-indent: -10pt;
}

#properList ul { margin-left: 20px; }

#sm_map { }

#sm_map_text {
	font-size: 10px;
	padding: 0px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#video_player {
	margin: 0px;
	padding: 0px;
	height: 240px;
	width: 320px;
	border: thin solid #38434E;
	background-color: #38434E;
}

#widget_text {
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	width: 200px;
}

#widget_text ul {
	font-size: 11px;
	line-height: 14px;
	padding: 0pt;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#widget_text ul li {
	font-size: 11px;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
	list-style-position: inside;
	list-style-image: url(/images/common/grey_bullet.gif);
	list-style-type: none;
	padding: 0pt;
	font-weight: normal;
	text-indent: -15px;
}

#widget_text p { margin: 0px; padding: 0px; }

#main_content {
	position: fixed;
	width: 95%;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {
  
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

