@charset "utf-8";

/* CSS Document */

* {
	border: 0;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Needed to hold link to main content in compliance with Section 508, rule o. */
#skipnav {
	position: absolute; /* Sets the div to be positioned in a precise spot in relation to its nearest postioned ancestor, or barring that, the body. Also removes it from the flow, so it will not push down the header image. */
	top: 0; /* Places the div at the top of body. */
	left: 0; /* Places the div at the left side of body. */
	margin-left: -1000px; /* Moves the div off the left side of the screen, making it invisible to those using visual browsers but accessible to those using screen readers and other user agents. */
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	line-height: 100%;
	background-color: #FFF;
}

body, html, div {
	margin: 0;
	padding: 0;
}

/* Main Container */
#layoutwrapper {
	padding: 8px;
	margin: 0 auto;
	width: 960px;
}

/* Banner Layout */
#banner {
	background-repeat: no-repeat;
	/*background-image:url(../images/shutDownMessage.png);*/
	background-position: center center;
	padding-bottom: 0px;
	position: relative;
	margin: 0px;
  	height: 50px;
}

#banner img {
	border: 0;
	margin: 0px;
	float: left;
}

/* Google Search Box */
#search {
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	float: right;
	margin-top: 40px;
	margin-left: 10px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

#search form {
	float: right;
}

#search input {
	margin-left: 4px;
	margin-top: -2px;
	margin-top: 0px !ie;
	width: 120px;
	height: 20px;
}

#search .submit {
	width: 23px;
	height: 23px;
	margin-bottom: -8px;
	margin-bottom: 4px !ie;
	background-image: url(../images/buttons/SearchBtnGo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
.socialbtn {
	float: right !important;
	margin: 0 0 -8px 8px;
}

/* Central Content Container */
#columnwrapper {
	background-color: #F1F2F2;
	margin: 0px;
}

/*[if IE]/
#columnwrapper {zoom: 1;}
/*[endif]*/

/* Main 2Col-wide Left Top */
.maincolumn {
	float: left;
	line-height: 1.3em;
	width: 630px;
	margin-right: 0px;
	margin-left: 0px;
}

.maincolumn p, .maincolumn h1, .maincolumn h2, .maincolumn h3, .maincolumn h4, .maincolumn h5, .maincolumn h6 {
	margin-left: 10px;
}

/* Sidebar Column Right Top */
.sidebar {
	float: right;
}

.sidebar {
	width: 300px;
	padding-right: 10px;
	color: #000;
	font-size: 0.85em;
	background-color:#F1F2F2;
	margin: 0px;
}
.sidebar_content {
	background-color:#dcddde;
	margin-bottom: 0;
	margin-left: 15px;
	margin-top: .9em !ie;
	color: #000;
	padding: 0 20px;
	height: 284px;
}

.sidebar_content ul, .sidebar_content ol {
	margin-top: 5px;
	margin-bottom: 0px !ie;
	padding-bottom: 0px !ie;
}

.sidebar_content li {
	list-style: none;
	margin-left: -40px !ie;
}

.sidebar_content ul ul li, .sidebar_content ol ol li {
	margin-left: 10px;
	margin-left: -20px !ie;
	margin-bottom: 0px !ie;
	padding-bottom: 0px !ie;
}

.sidebar_content h1 {
	font-size: 1.2em;
	padding: 10px 0 0 0;
	padding: 0 !ie;
	margin-bottom: 0;
}

.sidebar_content h2 {
	font-size: 0.9em;
	font-style: normal;
	margin-bottom: 0;
	padding: 10px 0 0 0;
	text-transform: none;
}

.sidebar_content h3 {
	font-size: .5em;
	margin-bottom: 0;
	padding: 10px 0 0 0;
}


.sidebar_content p, .sidebar_content li {
	font-size: .8em;
}

/* Content */
.content {
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
}
/* Form Elements */
#content form fieldset legend {
	color: #FFFFFF;
	font-size: 0.80em;
	background-color: #F47B20;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 10px;
	margin-left: 10px;
}
#content form p {
	margin: 3px;
	padding: 3px;
}
#content form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 150px;
	padding: 0;
	margin: 2px 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	color: #333333;
}
#content form input#submit, .sidebar_content form input#submit, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 0; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	border: 1px solid #CCCCCC;
}
#content form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}
.sidebar_content form input#submit {
	margin-top: 2px;
	padding: 2px 4px;
	padding: 0px !ie;
	background-color: #EBEBEB;
}
#content form input#submit, #content form input#reset {
	padding: 2px 4px;
	background-color: #cccccc;
}
form input#fax, form input#fiscal, form input#producer, form input#prod_phone {
	margin-top: 3px;
}
#content form input, .sidebar_content form input {
	border: 1px solid #CCCCCC;
}

/************** Text Elements *******************/

table {
	border-collapse: collapse;
	border: 1px solid #999;
	margin: 1em;
}

caption {
	color: #D5610B;
	text-align: left;
	font-size: 0.85em;
}

th {
	background-color:#dcddde;
	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: .85em;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
}

td {
	padding: 5px 10px 5px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	font-size: 0.75em;
}

td ul {
	list-style:outside disc;
}

td li {
	margin-left: -35px;
	font-size: 0.90em;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0.8em;
	margin-right: 0;
	margin-bottom: 10px;
	color: #333333;
	line-height: 110%;
}

h1 {
	font-size: 1.4em;
	color: #1B4B48;
}

h2 {
	font-size: 1.25em;
	color: #286F69;
}

h3 {
	font-size: 1.1em;
	color: #333;
	margin-bottom: 5px;
}

h4 {
	font-size: 0.85em;
}

h5 {
	font-size: 0.8em;
}

h6 {
	font-size: 0.7em;
}

p {
	font-size: .8em;
	margin-top: .95em;
}

.content ul, .content ol {
	font-size: 0.80em;
	margin-left: 3.9em;
	margin-left: 4em !ie;
	margin-top: .5em;
	margin-bottom: .5em;
}

.content ul ul, .content ol ol, .content ol ul {
	font-size: 0.90em;
}

.content td ul, .content td ol {
	font-size: 1.0em;
}

hr {
	width: 98%;
	height: 1px;
	border-color: #CCC;
	background-color: #999;
}
.orange {
	color: #DF651A;
}

.tealbg {
	background-color: #DAF1EF;
}

.note {
	font-size: 0.75em;
}

/* Links */
a:link {
	color: #008F8F;
}
a:visited {
	color: #1B4B48;
}

a:hover {
	color: #DF651A;
}

/* Three Column Container */
#col3wrapper {
	clear: both;
	margin-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 100%;
}

/*[if IE]/
#col3wrapper {
	zoom: 1;
}
/*[endif]*/

/* Used to keep columnwrapper 'attached' to the footer */
.clear {
	height: 1%;
	clear: both;
}

/* Three-Column Title Bar for Board Calendar */
.board {
	display: none;
	float: left;
	width: 920px;
	font-size: 0.85em;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

/* Three-Column Title Bar for News */
.titleBar {
	background-color: #F1F2F2 !ie;
	float: left;
	width: 920px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin: 0 !ie;
	padding: 0 20px !ie;
}

.titleBar h1 {
	color: #1B4B48;
	font-size: 1.1em;
	margin: 10px 0 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0;
}

.titleBar p {
	padding: 0;
	margin-top: 5px;
	font-size: 0.75em;
}

/* Three-Column Layout Bottom */
.column1, .column2, .column3 {
	float: left;
	font-size: 0.85em;
	height: auto;
	width: 300px;
	color: #000;
	margin-left: 10px;
	margin-left: 5px !ie;
	line-height: 1.3em;
}

.column1 h2, .column2 h2, .column3 h2 {
	margin-top: 0;
}

.column1 li, .column2 li, .column3 li {
	margin-left: -20px;
}

.spry {
	font-size: 0.85em;
}

.column1 {
	border-right: solid 1px #D7DBDB;
	margin-right: 9px;
}

.column2 {
	border-right: solid 1px #D7DBDB;
	margin-right: 9px;
}

.column3 {
	margin-right: 10px;
}

/* Footer Layout */
#footer_wrapper {
	background-repeat: no-repeat;
	padding: 6px 0 0 0;
	clear: both;
	background-color: #338B85;
}

/*[if IE]/
#footer_wrapper {zoom: 1;}
/*[endif]*/
.footer {
	color: #FFF;
	font-size: 0.8em;
	overflow: hidden;
	text-align: center;
	padding-top: 3px;
	padding-right: 32px;
	padding-bottom: 3px;
	padding-left: 32px;
}

/*[if IE]/
.footer {zoom: 1;}
/*[endif]*/
.footer p {
	margin: 0px 0 4px 0;
}

.footer a:link, .footer a:visited {
	color: #FFF;
}

.footer a:hover {
	color: #CCC;
}

/* Generic Class */
.right {
	float: right;
	margin: 5px 10px 2px 10px;
	padding-top: 0 !ie;
	margin-top: 0 !ie;
	line-height: normal;
}
.rightCol {
	float: right;
	padding-left: 20px;
	width: 50%;
}
.mainRight {
	float: right;
	margin-top: -10px;
	width: 50%;
}
.padLeftTop {
	padding-left: 20px;
	padding-top: 20px;
}
/* Swap Class - moves sidebar left and main column right */
.swap .maincolumn {
	float: right;
}

.swap .maincolumn .content {
	margin-right: 10px;
}

.swap .sidebar {
	float: left;
}

.swap .titleBar {
	display: none;
}

.swap .column1, .swap .column2 {
	border: 0;
}

/* Hide 2 Class - hides maincolumn, sidebar and titleBar, lenghtens 3 columns */
.hide2 .maincolumn, .hide2 .sidebar, .hide2 .titleBar {
	display: none;
}

.hide2 .column1, .hide2 .column2 {
	border: 0;
}

/* Hide 2 with TitleBar Class - hides maincolumn and sidebar but leaves titleBar, lengthens 3 columns and hides column borders */
.showtitle .maincolumn, .showtitle .sidebar {
	display: none;
}

.showtitle .column1, .showtitle .column2 {
	border: 0;
}

/*Hide 2 with Title Show Columns - hides main column and sidebar, leaves titleBar, lengthens 3 columns but leaves column borders */

.showtitleCol .maincolumn, .showtitleCol .sidebar {
	display: none;
}

/* Hide 3 Class - hides 3 columns, lengthens main column */
.hide3 .maincolumn {
	height: auto;
}

.hide3 .titleBar, .hide3 .column1, .hide3 .column2, .hide3 .column3 {
	display: none;
}

/* Display Maincolumn Only Class - hides sidebar and 3 columns, widens/lengthens main column*/
.main .sidebar, .main .titleBar, .main .column1, .main .column2, .main .column3 {
	display: none;
}

.main .maincolumn {
	height: auto;
	min-height: 300px;
	width: auto;
	margin-right: 10px;
}

