@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #00539f;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #00539F;
}
a:link {
	color: #00539F;
	font-weight: normal;
}
a:hover {
	color: #000000;
}
#callout h2 {
	font-size: 18px;
	color: #FFFFFF;
}
.imgright {
	float: right;
	padding-bottom: 5px;
	padding-left: 5px;
}


.thrColFixHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/bg.jpg) no-repeat left top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 0px;
	padding-bottom: 0px;
} 
.thrColFixHdr #header {
	padding:0 10px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 600px;
	height: 102px;
}

.thrColFixHdr #headerl {
	padding:0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 312px;
	height: 102px;
	float:left;
} 

.thrColFixHdr #headerr {
	margin:33px 0 0 60px;
	padding:0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	float:left;
	color:#0154a4;
	border-left:1px #0154a4 solid;
}


.thrColFixHdr #header h1 {
	padding: 100px 0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 24px;
	display: inline;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 100px;
	.margin-top: 50px;
}
#sidebar1 {
	float: left;
	width: 140px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 90px;
	.margin-top: 60px;
}
#sidebar2 {
	width: 220px;
	float: left;
	display: block;
}
#mainContent {
	width: 550px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 30px;
}
#mainContent_content {
	width: 320px;
	float: left;
}
h1 {
	font-size: 24px;
	display: block;
	padding: 0px;
	margin-top: 65px;
	.margin-top: 40px;
	color:#0154a4;
}
.thrColFixHdr #images {
	float: right;
	width: 220px;
	padding-left: 10px;
}

.thrColFixHdr #footer {
	background:#FFFFFF;
	font-size: 10px;
	height: 40px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top:40px;
	display: block;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Callout box info */
.thrColFixHdr #callout {
	padding: 0px;
	border: 1px solid #0154A4;
	width: 220px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
.thrColFixHdr #callout h2 {
	color: #FFFFFF;
	background-color: #00539F;
	padding: 10px;
	margin: 0px;
}

.thrColFixHdr #insidecallout {
	padding: 10px;
	width: 200px;
	margin-left: 0px;
	background-color: #FFFFFF;
}


.lists li {
	padding-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/red_dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
	list-style-type: none;
	display: block;
	padding-right: 10px;
}
.lists ul {
	margin-left: 0px;
	padding-left: 0px;
	display: block;
}
.lists a:link {
	font-weight: bold;
}

.lists {
	margin-left: 0px;
	padding-left: 10px;
}
/* pdf download box */

#orderformbuttonpdfalt {
	font-weight: bold;
	background-image: url(../images/pdficon_large.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	display: block;
	border: 1px solid #359AD0;
	width: 300px;
	.width: 290px;
	color: #0154A4;
	margin-top: 30px;
	background-color: #FFFFFF;
}
#orderformbuttonpdfalt a {
	display: block;
	padding-top: 17px;
	padding-bottom: 20px;
	padding-left: 50px;
	color: #0154A4;
}
#orderformbuttonpdfalt a:hover {
	color: #333333;
	background-color: #CCCCCC;
	display: block;
	background-image: url(../images/pdficon_large.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
}


.orderformbuttonpdfalt {
	font-weight: bold;
	background-image: url(../images/pdficon_large.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	display: block;
	border: 1px solid #359AD0;
	width: 300px;
	.width: 290px;
	color: #0154A4;
	margin-top: 30px;
	background-color: #FFFFFF;
}
.orderformbuttonpdfalt a {
	display: block;
	padding-top: 17px;
	padding-bottom: 20px;
	padding-left: 50px;
	color: #0154A4;
}
.orderformbuttonpdfalt a:hover {
	color: #333333;
	background-color: #CCCCCC;
	display: block;
	background-image: url(../images/pdficon_large.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
}

#mainContent_content .alignright {
	float: right;
	display: block;
	padding-left: 5px;
}
#branchlistsections{
	margin-left:0;
	list-style-type:none;
	display:block;
	border-bottom-width:1px;
	border-right-width:1px;
	border-left-width:1px;
	padding-left:0;
	background-color: #FFFFFF;
}
.branchlistsections{
	margin-left:0;
	list-style-type:none;
	display:block;
	border-bottom-width:1px;
	border-right-width:1px;
	border-left-width:1px;
	padding-left:0;
	background-color: #FFFFFF;
}
.branchlist{
	border:1px solid #99BFE6;
	display:block;
	margin-left:0;
	list-style-type:none;
	height: 232px;
	margin-bottom: 10px;
	padding: 5px;
	font-size:10px;
}
.branchmanagerimage{
	float:left;
	margin-right:10px;
	border:1px solid #99BFE6;
	padding:3px;
	margin-bottom:20px;
	display:block;
}
a.branchcontact:link, a.branchcontact:visited, a.branchcontact:active {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #ffffff;
	background-color:#0057A7;
	text-decoration:none;
	padding:5px;
}
a.branchcontact:hover {	color: #999999;	text-decoration: none;}
h3{font-size:14px;color:#0057A7;margin-top:0;padding-top:0;}
#clear {clear: both;}
#bottom_section {
	width: 550px;
	margin-top: 25px;
	float: left;
}
#bottom_section_index {width: 540px;}
.bottom-middle-img {
	padding-left: 25px;
}
.bottom-middle-front {
	margin-left: 22px;
}

.prodthumcont {
padding:1px 0 0 0;
height:135px;
width:540px;
margin:0px;
}

.prodthum, a.prodthum {
float:left;
padding:0 0 12px 0;
width:80px;
margin:0;
text-align:center;
font-size:10px;
}

.prodthum2, a.prodthum2 {
float:left;
padding:0 0 12px 12px;
width:80px;
margin:0;
text-align:center;
font-size:10px;
}
 img.thumb {
 padding-bottom:5px;
 }
 
 a:link, a:visited, a:active {
 color:#0154a4;
 }
 
 a:hover {
 color:#333333;
 }
 
 a.mapsub:link, a.mapsub:visited, a.mapsub:active {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #333333;
	text-decoration:none;
	padding-left:10px;
	line-height:16px;
}
a.mapsub:hover {	color: #999999;	text-decoration: none;}

a.map:link, a.map:visited, a.map:active {
	font-weight: bold;
	text-decoration:none;

}
a.map:hover {	color: #000000;	text-decoration: none;}

#hide { display: none; }

div#formcontainer {
	margin-top:10px;
	width:320px;
	font-size: 11px;
}

img.pad {
padding:0 0 10px 0;
}

div#formcontainer div.clearfix {
	padding:0 0 10px 0;
	vertical-align:top;
	font-size: 11px;
}

a.linkopacity img {
filter:alpha(opacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0;
}

a.linkopacity:hover img {
filter:alpha(opacity=65);   
-moz-opacity: 0.65;   
opacity: 0.65;
}
.product_link {
	background-color: #E0EEF9;
	display: block;
	font-size: 10px;
}
.product_link a {
	display: block;
	padding-top: 21px;
	padding-bottom: 22px;
	font-weight: normal;
	color: #0154A4;
	text-decoration: none;
}
.product_link a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #00539F;
}
.product_link2lines {
	background-color: #E0EEF9;
	display: block;
	font-size: 10px;
}
.product_link2lines a {
    display: block;
	padding-top: 15px;
	padding-bottom: 16px;
	font-weight: normal;
	color: #0154A4;
	text-decoration: none;
}
.product_link2lines a:hover {
	color: #0154A4;
	text-decoration: underline;
}
.product_link3lines {
	background-color: #E0EEF9;
	display: block;
}
.product_link3lines a {
	display: block;
	padding-top: 9px;
	padding-bottom: 11px;
	font-weight: normal;
	color: #0154A4;
	text-decoration: none;
}
.product_link3lines a:hover {
	color: #0154A4;
	text-decoration: underline;
}
