body
{
	color: #1d3363;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #1d3363;
}
#bg {
	width: auto;
	height: 862px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #1d3363;
	min-width: 782px;
}
#centeredColumn {
	width: 782px;
	margin: 0 auto;
	margin-left: expression( (document.body.clientWidth - 782) / 2 + 'px');
	display: block;
}
.searchform {
	width: 690px;
}
.viewHide { 
	display: none;
}
.right {
	float: right;
}
.flashcontent3
{
	width: 690px;
	height: 400px;
	display: block;
}
.subBox {
	background-color: #EED3C0;
	border: #203d77 solid 1px;
	width: 150px;
	display: block;
	float: right;
	padding: 8px 5px 8px 5px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.subBox ul {
	margin: 0 0 0 5px;
	padding: 0;
}
.subBox li {
	list-style: none;
	padding: 0 0 0 14px;
	background-image: url(../images/bullet_bluebg.gif);
	background-repeat: no-repeat;
	background-position: 0 4;
}
.subBox li a {
	color: #1D3363;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.subBox li a:hover {
	color: #003;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.calculatorList ul {
	margin: 0 0 0 5px;
	padding: 0;
}
.calculatorList li {
	list-style: none;
}
.calculatorList li a {
	color: #1D3363;
	text-decoration: none;
	font-weight: bold;
}
.calculatorList li a:hover {
	color: #003;
}
.titleRightsection {
	text-align: right;
}
/* Header */
#header {
	width: 782px;
	height: 73px;
	display: block;
	clear: both;
}
#logo {
	width: 265px;
	height: 73px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	float: left;
}
#topMiddle {
	width: 467px;
	height: 73px;
	background-image: url(../images/top_middle.jpg);
	background-repeat: no-repeat;
	float: left;
	display: block;
}
#searchBox {
	margin: 25px 0 0 230px;
}
#searchField {
	padding: 2px;
	margin: 0;
	background-color: #fff;
	border-color: #036;
	border-width: 1px;
	border-style: solid;
	color: #1d3363;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 11px;
	font-weight: normal;
	width: 140px;
	float: left;
	height: 24px
}
.searchButton {
	background-color: #1d3363;
	border-color: #036;
	border-width: 1px;
	border-style: solid;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 11px;
	font-weight: bold;
	float: left;
	cursor: pointer;
	height: 24px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.searchButton2 {
	padding: 2px;
	background-color: #1d3363;
	border-color: #036;
	border-width: 1px;
	border-style: solid;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 11px;
	font-weight: bold;
	float: left;
	margin: 10 0 0 5px; 
	cursor: pointer;
	height: 24px
}
.searchButton3{
	padding: 2px;
	background-color: #1d3363;
	border-color: #036;
	border-width: 1px;
	border-style: solid;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 11px;
	font-weight: bold;
	float: right;
	margin: 10 0 0 5px; 
	cursor: pointer;
	height: 24px
}
.searchButton:hover {
	background-color: #2b4a8f;
	border-color: #1d3363;
}
#topRight {
	width: 50px;
	height: 73px;
	background-image: url(../images/top_right.jpg);
	background-repeat: no-repeat;
	float: left;
}
#navBar
{
	width: 782px;
	height: 36px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#leftNav
{
	width: 240px;
	height: 36px;
	background-image: url(../images/left_nav.jpg);
	background-repeat: no-repeat;
	float: left;
	display: block;
}
#leftMenunav
{
	display: block;
	width: 492px;
	height: 36px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.leftMenu { float: left; }
.menuMap
{
	top: 71px;
	position: absolute;
	width: 742px;
	height: 36px;
	margin: 0;
	padding: 0;
}
#rightNav
{
	width: 50px;
	height: 36px;
	background-image: url(../images/sub_right_nav.jpg);
	background-repeat: no-repeat;
	float: left;
	display: block;
}
.navRightheader {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 140px;
text-align:left;
}
#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #1d3363;
}
#navlist li a {
	text-decoration: none;
	color: #7787C3;
	font-weight: normal;
	font-size: 12px;
}
#navlist li a:hover {
	text-decoration: none;
	color: #1F3566;
	font-weight: normal;
	font-size: 12px;
}
#calculatorSubmenu {
	color: #036;
	margin: 0 0 4px 0;
}
#calculatorSubmenu a {
	color: #036;
	text-decoration: none;
	font-weight: bold;
}
#calculatorSubmenu a:hover {
	color: #003;
}
/* Body */
#body {
	width: 782px;
	display: block;
}
#subToptext {
	width: 782px;
	height: 27px;
	background-image: url(../images/sub_top_text.jpg);
	background-repeat: no-repeat;
	display: block;
}
#subTextarea {
	width: 772px;
	background-image: url(../images/sub_text_bg_repeat.jpg);
	background-repeat: repeat-y;
	display: table;
}
#subTextarea2 {
	width: 772px;
	padding: 5px 60px 0 30px;
	background-image: url(../images/sub_text_bg_repeat.jpg);
	background-repeat: repeat-y;
	display: table;
	font-size: 12px;
}
ul.noteList {
	list-style-image: url(../images/bullet.gif);
	list-style-type: bullet;
	margin: 0 0 0 15px;
}
.noteList li {
	margin: 0 0 15px 0;
}
ul.subList {
	list-style-image: url(../images/bullet.gif);
	list-style-type: bullet;
	margin: 0 0 0 15px;
}
.subList li
{
	margin: 0 0 2px 0;
	font-size: 12px;
	line-height: 14px;
}
/* Carrie */
#subSectiontext {
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 5px 0;
	color: #036;
}
#subSectiontext2 {
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 5px 0;
	color: #036;
	float: left;
}
#sideSectiontext {
	font-size: 16px;
	font-weight: bold;
	color: #036;
	width: 260px;
	float: left;
	padding-top: 15px;
	padding-left: 10px;
}
#sideSectiontext2 {
	font-size: 16px;
	font-weight: bold;
	color: #036;
	width: 300px;
	float: left;
	padding-top: 5px;
	padding-left: 10px;
}
.subTopheader {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
}
.subTopheader2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 110px;
	float: left;
}
.subTopheader3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0 10px 30px;
	float: left;
	width: 550px;
}
.tableSearchcaption {
	font-size:12px;
	text-align: left;
	font-weight: bold;
}

.subSearch {
	font-size:12px;
	width: 500px;
	float: left;
	padding: 0 0 0 30px;
}
.subSearch2 {
 	padding: 10px 40px 0 0px;
 	font-size:12px;
	text-align: left;
}
.subSearch3 {
	font-size:14px;
	width: 300px;
	float: left;
	margin-left: 15px;
}
.sideSearch
{
	font-size: 12px;
	width: 271px;
	display: table;
	background-image: url(../images/top_space.gif);
	background-color: #FFF;
	border: 1px solid #1D3363;
	height: 185px;
	background-repeat: repeat-x;
}


/* Footer */
#subFooter {
	width: 772px;
	height: 78px;
	background-image: url(../images/sub_footer.jpg);
	background-repeat: no-repeat;
	float: left;
	display: block;
	color: #1d3363;
	padding: 10px 0 0 0;
}
#subFootertextleft {
	font-size: 12px;
	line-height: 16px;
	margin: 6px 0 0 30px;
	float: left;
}
#subFootertextright {
	font-size: 12px;
	line-height: 16px;
	margin: 6px 45px 0 0;
	float: right;
}
a.footerLink {
	text-decoration: none;
	color: #1d3363;
}
a.footerLink:hover {
	color: #5A6E99;
}
table{
	font:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.tblHeader{
	font-size: 11px;
	background-color:#1F3566;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 20px;
	text-align: left;
	padding-left: 5px;
}
.tblOdd{
	font-size: 11px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	padding-left: 5px;
}
.tblOddcenter{
	font-size: 11px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	padding-left: 5px;
}
.tblEvencenter{
	font-size: 11px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
.tblOddab{
	font-size: 11px;
	text-align: left;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
}
.tblEvenab{
	font:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-left: 5px;
	background-color: #FFFFFF;
}
.tblEven{
	font:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	background-color: #FFFFFF;
	padding-left: 5px;
}
/*Admin*/
a.adminLinks {
	text-decoration: none;
	color: #7787C3;
	font-weight: normal;
	font-size: 12px;
}
a:hover.adminLinks {
	text-decoration: none;
	color: #1F3566;
	font-weight: normal;
	font-size: 12px;
}
a.adminAddlink {
	color: #fff;
}
a:hover.adminAddlink {
	color: #d3e1ec;
}
/* Form */
#formRow
{
	height: 30px;
	display: block;
	white-space: nowrap;
}
#formRow1
{
	height: 25px;
	display: block;
	white-space: nowrap;
	width: 270px;
}
#formRow9
{
	display: table;
	padding: 10px;
}
.adminRow
{
	height: 25px;
	display: block;
	white-space: nowrap;
}
#formRow2
{
	background-color: #add6ff;
	height: 30px;
	display: block;
}
#formRow3
{
	height: 90px;
	display: block;
	white-space: nowrap;
}
.formTextheader {
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
}
.adminText
{
	color: #1D3363;
	font-family: Arial, sans-serif;
	font-weight: normal;
	margin: 5px;
	display: block;
	float: left;
	width: 50px;
	text-align: right;
}
.adminTextlong
{
	color: #1D3363;
	font-family: Arial, sans-serif;
	font-weight: normal;
	margin: 5px;
	display: block;
	float: left;
	width: 120px;
	text-align: right;
}
.adminTextlongthumb
{
	color: #1D3363;
	font-family: Arial, sans-serif;
	font-weight: normal;
	margin: 5px;
	display: block;
	float: left;
	width: 140px;
	text-align: right;
}
.formText
{
	color: #1D3363;
	font-family: Arial, sans-serif;
	font-weight: normal;
	margin: 5px;
	display: block;
	float: left;
	width: 100px;
	text-align: left;
}
.formText2
{
	color: #986400;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	margin: 0px 0px 0px 11px;
	display: block;
	float: left;
	width: 140px;
	text-align: right;
}
.formText3
{
	color: #1D3363;
	font-family: Arial, sans-serif;
	font-weight: normal;
	display: block;
	float: left;
	width: 130px;
	text-align: left;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}
#formField
{
	padding: 2px;
	background-color: #fff;
	border-color: #1D3363;
	border-width: 1px;
	border-style: solid;
	color: #1D3363;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 11px;
	font-weight: normal;
	width: 140px;
	margin: 2px 2px 2px 5px;
	float: left;
}
#formField3
{
	padding: 2px;
	background-color: #fff;
	border-color: #1D3363;
	border-width: 1px;
	border-style: solid;
	color: #1D3363;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 11px;
	font-weight: normal;
	width: 300px;
	margin: 5px;
	float: left;
}
#formFieldblue
{
	padding: 2px;
	background-color: #fff;
	border-color: #69c;
	border-width: 1px;
	border-style: solid;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 11px;
	font-weight: normal;
	width: 140px;
	margin: 0 0 5px 0;
	float: left;
}
#formSelect
{
	padding: 2px;
	background-color: #fff;
	border-color: #1D3363;
	border-width: 1px;
	border-style: solid;
	color: #1D3363;
	font-family: Arial, sans-serif;
	line-height: 11px;
	font-weight: normal;
	margin: 2px 2px 2px 5px;
	float: left;
	width: 140px;
}
#formField2
{
	padding: 2px;
	background-color: #fff;
	border-color: #1E3465;
	border-width: 1px;
	border-style: solid;
	color: #1D3364;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 11px;
	font-weight: normal;
	margin: 5px;
	float: left;
}

.searchButtoncheat
{
	padding: 2px;
	background-color: #003366;
	border-color: #1D3363;
	border-width: 1px;
	border-style: solid;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 5px;
	cursor: pointer;
}
a.buttonLink
{
	padding: 2px;
	background-color: #003366;
	border-color: #1D3363;
	border-width: 1px;
	border-style: solid;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 11px;
	font-weight: bold;
	float: left;
	margin: 5px 120px 0px 11px;
	text-decoration: none;
}
a:hover.buttonLink
{
	background-color: #000033;
}
a.linkFix { color: #036; }
a:hover.linkFix { color: #003; }
.line
{
	height: 1px;
	margin-top: 4px;
	padding: 0px;
	background-image: url(../images/line.jpg);
	border-width: 0px;
	font-size: 1px;
	background-repeat: repeat-x;
	width: 100%;
	margin-bottom: 4px;
}

#formButton
{
	padding: 2px;
	background-color: #003366;
	border-color: #1D3363;
	border-width: 1px;
	border-style: solid;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 11px;
	font-weight: bold;
	float: left;
	margin: 5px 120px 0px 11px;
	cursor: pointer;
}
.subSearchnav {
	float: left;
	width: 714px;
}
.titleFacility {
	font-weight: bold;
	text-align: left;
	float: left;
	display: block;
}
.contentFacility {
	text-align: left;
	width: 500px;
	float: left;
	display: table;
}
.titlePlant {
	font-weight: bold;
	text-align: left;
	float: left;
	width: 150px;
	clear: both;
}
.titlePlant2 {
	text-align: left;
	float: left;
	width: 150px;
	clear: both;
}
#facilities #locatorMap {
	float: left;
	width: 665px;
	text-align: center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: both;
	margin-bottom: 5px;
}
.clearBoth{
	clear:both;
}
/*form*/
.cssform {
	float:right;
	width: 300px;
}
.cssform .container{
	width: 200px;
	clear: left;
	margin: 0;
	padding: 0 0 8px 0;
	height: 15px;
	
}
.cssform .formLabel{
	font-weight: bold;
	float: left;
	width: 140px;
	margin-right: 105px;
}
.cssform input[type="text"]{ 
width: 130px;
}
.cssform textarea{
width: 200px;
height: 100px;
}
.formButton {
	color:#FFFFFF;
	background-color: #1D3363;
	text-transform: capitalize;
	font-weight: bold;
	border: thin inset #D3E1EC;
}

#requestLocation {
	float: left;
	width: 380px;
	background-color: #D3E1EC;
}

#requestLocation a {
	color: #1D3363;
	text-decoration: none;
	font-weight: bold;
}
#requestLocation a:hover {
	color: #003;
	text-decoration: none;
	font-weight: bold;
}
#requestImage {
	float: left;
	height: 136px;
	width: 197px;
}
.riverBottoms {
	float: left;
	height: 200px;
	width: 200px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.paperMachine {
	float: right;
	height: 98px;
	width: 300px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.paperMachine2 {
	float: right;
	height: 150px;
	width: 400px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}
#textContainter {
	padding: 5px 35px 0 30px;
}
.salesTeamnoimage {
	float: left;
	height: 188px;
	width: 150px;
	background-image: url(../images/imagePlaceholder.gif);
	background-repeat: no-repeat;
	border: 1px solid #1D3363;
}
.salesTeam {
	float: left;
	height: 188px;
	width: 150px;
	border: 1px solid #1D3363;
}
.salesTeam1 {
	float: left;
	height: 188px;
	width: 150px;
	background-image: url(../images/b_briggs.jpg);
	background-repeat: no-repeat;
	border: 1px solid #1D3363;
}
.salesTeam2 {
	float: left;
	height: 188px;
	width: 150px;
	background-image: url(../images/b_mac.jpg);
	background-repeat: no-repeat;
	border: 1px solid #1D3363;
}
.salesTeam3 {
	float: left;
	height: 188px;
	width: 150px;
	background-image: url(../images/zac.jpg);
	background-repeat: no-repeat;
	border: 1px solid #1D3363;
}
.salesTeam4 {
	float: left;
	height: 188px;
	width: 150px;
	background-image: url(../images/j_penne.jpg);
	background-repeat: no-repeat;
	border: 1px solid #1D3363;
}
.salesTeam5 {
	float: left;
	height: 188px;
	width: 150px;
	background-image: url(../images/t_moriarty.jpg);
	background-repeat: no-repeat;
	border: 1px solid #1D3363;
}
.salesTeam6 {
	float: left;
	height: 188px;
	width: 150px;
	background-image: url(../images/c_campbell.jpg);
	background-repeat: no-repeat;
	border: 1px solid #1D3363;
}
.salesTeam7 {
	float: left;
	height: 188px;
	width: 150px;
	background-image: url(../images/m_cordoves.jpg);
	background-repeat: no-repeat;
	border: 1px solid #1D3363;
}
.salesTeam8
{
	float: left;
	height: 188px;
	width: 150px;
	background-image: url(../images/key_players/dennis.jpg);
	background-repeat: no-repeat;
	border: 1px solid #1D3363;
}
.salesTeam9
{
	float: left;
	height: 188px;
	width: 150px;
	background-image: url(../images/b_hays.jpg);
	background-repeat: no-repeat;
	border: 1px solid #1D3363;
}
.salesTeam10
{
	float: left;
	height: 188px;
	width: 150px;
	background-image: url(../images/f_brown.jpg);
	background-repeat: no-repeat;
	border: 1px solid #1D3363;
}
.salesTeam11
{
	float: left;
	height: 188px;
	width: 150px;
	background-image: url(../images/brian.jpg);
	background-repeat: no-repeat;
	border: 1px solid #1D3363;
}
.salesTeam12
{
	float: left;
	height: 188px;
	width: 150px;
	background-image: url(../images/jmurphy.jpg);
	background-repeat: no-repeat;
	border: 1px solid #1D3363;
}
.salesBio
{
	display: block;
	font-size: 12px;
	margin: 0 0 0 165px;
}
.salesBlock {
	float: left;
	height: 200px;
	width: 620px;
	margin-top: 10px;
}
.salesBlock a
{
	color: #1D3363;
	text-decoration: none;
	font-weight: bold;
}
.salesBlock a:hover
{
	color: #003;
	text-decoration: none;
	font-weight: bold;
}
.salesBlocklong {
	float: left;
	width: 620px;
	margin-top: 10px;
	display: table;
}
.salesBlocklong a
{
	color: #1D3363;
	text-decoration: none;
	font-weight: bold;
}
.salesBlocklong a:hover
{
	color: #003;
	text-decoration: none;
	font-weight: bold;
}
#imageRendering {
	float: left;
	height: 210px;
	width: 700px;
}
#rightContent {
	float: left;
	width: 400px;
}
.productImage {
	float: right;
	height: 100px;
	width: 90px;
}
#productPictures {
	height: 102px;
	width: 272px;
	background-image: url(../images/productPictures.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	margin-top: 15px;
}
#productPictures2 {
	height: 102px;
	width: 272px;
	background-image: url(../images/productPictures2.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
}
#productPictures3 {
	height: 181px;
	width: 272px;
	background-image: url(../images/roll2.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	margin-top: 15px;
}
#productPictures4 {
	height: 100px;
	width: 272px;
	background-image: url(../images/thermal_paper_rolls.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
}
#productPictures5 {
	height: 100px;
	width: 272px;
	background-image: url(../images/productPictures3.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
}
#productPictures6 {
	height: 181px;
	width: 272px;
	background-image: url(../images/montage1.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	margin-top: 15px;
}
#rightContainer {
	float: left;
	margin: 0 0px 0 60px;
	display: block;
}
#leftContainer {
	width: 350px;
	float: left;
}
#leftContainer a
{
	color: #1D3363;
	text-decoration: none;
	font-weight: bold;
}
#leftContainer a:hover
{
	color: #003;
	text-decoration: none;
	font-weight: bold;
}
#facilityContainer {
	float: left;
	width: 335px;
	margin-bottom: 15px;
}
#facilityImage {
	float: left;
	height: 105px;
	width: 180px;
}
#locationContainer {
	display: block;
	float: left;
	width: 680px;
	padding-bottom: 15px;
}
.facilitiesManager {
	width: 165px;
	float: left;
	display: block;
	font-size: 11px;
	text-align: center;
}

