/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,em,font,img,small,strong,tt,dl,dt,dd,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; background: transparent;}


html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: URL("/graphics/header2.gif") #f3f4f7 repeat-x;
	font-family:arial,sans-serif;
	font-size:12px;
	color:#818183;
	line-height:19px;
	
}

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:100%; 
	padding: 0;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	width:100%;
	height:149px;
	background:#2b5891
	margin: 0 auto 0 auto;
}

	
div#content {
	width:100%;
	padding:0 0 60px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}



/*Home Page Divs */
.home_left {clear: none; float: left; width: 265px; padding: 30px 45px 0 0;}
.home_right {clear: none; float: left; width: 527px; padding: 30px 0 0 0;}
#blurb {height: 58px; clear: none; float: right; width: 193px; padding: 23px 0 0 0;}


#logo {padding: 22px 0 22px 0; clear: none; float: left;}
#img {border:none;}
#clear {clear: both;}



div#footer {
	position:absolute;
	width:100%;
	height:50px;
	bottom:0; /* stick to bottom */

	background: URL("/graphics/footer_topborder.gif") #dde0e8 repeat-x;
	font-size:10px;
	margin: 0 auto 0 auto;
	visibility: hidden;
}


#left_foot {
	float: left;
	padding-top: 12px;
	padding-left:20px;
	width: 400px;
}

a.imedia {
	color: #83858A;
	text-decoration: none;
}
a.imedia:hover {
	color: #c50000;
	text-decoration: underline;
}

#footer a {text-decoration: none; color:#8a8c91; }
#footer a:hover {text-decoration: underline;}
#footer_nav {clear: none; float: right; width: 400px;
	padding-top: 12px;
	padding-left:20px;}
#footer_nav ul {margin: 0; padding: 0; float: right;}
#footer_nav ul li {display: inline; margin: 0; padding: 0 7px 0 5px; border-right:1px solid #8a8c91; text-transform: lowercase;}
#footer_nav ul li.last {border-right: none;}






/* main nav */


#navcontainer {
	width: 869px; font-size:16px; font-weight:normal;
}

#navcontainer ul {float:right; display: block; width:869px; margin: 0; padding: 0; list-style:none;}
#navcontainer ul li {float:left;  width:144px; height:60px; padding: 0; margin: 0; border-right: 1px solid #244c7c; background: url(/graphics/navigation_off.gif) top left no-repeat; font-size: 14px; font-weight: bold; color:#FFF;}
#navcontainer ul li a {float:left; display: block; color: #ffffff; width: 114px; height: 40px; text-decoration: none; padding:10px 15px; margin: 0; }
#navcontainer ul li a:hover {background-color: #212f5a;	background: url(/graphics/navigation_on.gif) top left no-repeat; }
#navcontainer ul li a .subtitle {font-size: 11px; font-weight: normal; color: #c8ccd9;}
#navcontainer ul li a:hover .subtitle {color: #bfc3d2;}
#navcontainer ul li.last {border: none;}




/* content formatting */

#pagecontent {
	width: 560px;
	padding: 20px 50px 20px 40px;
	overflow: auto;
	line-height:19px;
	float:right;
}


#seccontent {margin: auto; float: right;  padding: 23px 0 6px 10px; width: 630px; text-align: left;}
#seccontent #seccontent_headline, #widecontent #seccontent_headline {border-bottom: 1px solid #dbdfe1; padding: 0 0 12px 0; margin: 0 0 12px 0;}
#seccontent #seccontent_headline h1, #widecontent #seccontent_headline h1 {font-size: 24px; padding: 0 0 6px 0;}
#seccontent #seccontent_headline h3, #widecontent #seccontent_headline h3 {font-size: 16px; font-weight: normal; padding: 0 0 6px 0; color:#818183;}
#seccontent ul, #widecontent ul {list-style: disc; margin: 0; padding: 0 0 12px 0;}
#seccontent ul li, #widecontent ul li {margin: 0 0 0 24px; padding: 0 0 0 6px;}
#seccontent blockquote, #widecontent blockquote {margin: 0 0 12px 15px; padding: 2px 0 2px 10px; border-left: 1px solid #dbdfe1; font-style: italic; line-height: 17px;}
#seccontent a, #widecontent a {font-weight: bold;}

#widecontent {width: 837px; margin: 0px; padding: 20px 16px 0 16px; text-align: left; display: block; clear: both;}


#leftcol, #rightcol {clear: none; float: left; padding: 49px 0px 6px 10px; width: 208px;}
#rightcol {float: right;}
#rightcol .colgroup {padding: 11px 0 9px 0;}
#leftcol h1, #rightcol h1 {font-size: 14px; line-height: 20px; margin: 0; padding: 10px 0 6px 0; font-weight: bold; border-top: 1px solid #dbdfe1;}
#leftcol ul, #rightcol ul {padding: 0 0 6px 0; margin: 0;}
#leftcol ul li, #rightcol ul li, #leftcol ul li h2, #rightcol ul li h2 {padding: 2px 0; font-size: 13px; line-height: 15px; color: #83858a; font-weight: normal; }
#leftcol ul li a, #rightcol ul li a {color: #83858a; text-decoration: none;}
#leftcol ul li a:hover, #rightcol ul li a:hover {text-decoration: underline;}


#twocol_wrap {width: 800px; display: block; clear: both; margin: 0 auto; padding: 0px; text-align: center; position: center;}
	#twocol_left {width: 325px; margin: 0px 20px 0px 65px; padding: 0px; float: left; display: block; clear: none; text-align: left;}
	#twocol_right {width: 325px; margin: 0px 65px 0px 0px; padding: 0px; float: left; display: block; clear: right; text-align: left;}


.pp_industry_box {padding: 0 0 20px 0;}
.pp_industry_box .left {clear: none; float: left; width: 152px;}
.pp_industry_box .left img {border: 1px solid #c2c2c2;}
.pp_industry_box .right {clear: none; float: left; width: 450px; padding: 0 0 0 25px;}


.right-100 {height: 100px; clear: none; float: left; width: 450px; padding: 0 0 20px 25px; border:1px solid #f3f4f7;}
.vmid {position: relative; top: 45%; margin: 0px; padding: 0px;}

#clearit {width: 100%; display: block; clear: both; height: 0px; margin: 0px; padding: 0px; border: 0px;}

.ct_img {border: 1px solid #c2c2c2; float: right; margin: 0 8px 5px 15px;}

#clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a.imedia {
	color: #2a363b;
	text-decoration: underline;
}
a.imedia:hover {
	color: #c50000;
	text-decoration: underline;
}



h1, h2, h3, h4, h5, h6 {clear: both; display: block; color: #172b69;}
h3, h4, h5, h6 {font-size: 13px; line-height: 18px; padding: 0 0 2px 0;}

p {padding: 0 0 8px 0;}
em {font-style: italic;}
strong {font-weight: bold;}
a {color: #172b69; text-decoration: none;}
a:hover {color:#172b69; text-decoration:underline;}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: #172b69; text-decoration: none;}
h3 a, h4 a, h5 a, h6 a {color: #818183; text-decoration: none;}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {color: #83858A; text-decoration: none;}
h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {color: #83858A; text-decoration: none;}

h1 {font-size: 24px; line-height: 28px; padding: 6px 0 12px 0; font-weight:bold;}
h2 {font-size: 16px; line-height: 16px; padding: 6px 0 12px 0; font-weight:bold;}
h3 {font-size: 14px; line-height: 14px; padding: 0 0 6px 0; font-weight:bold;}
h4, h6 {font-style: italic;}


ul {list-style-type:none; margin-left:8px;  color:#83858A;}
li a {padding:0px 0 4px 0;  color:#83858A; text-decoration:none;}
li a:hover {text-decoration:underline;}



.contact td {
font-size: 10px;
text-align:right;

}

.error {
	font-size:15px;
	line-height:17px;
	color: #1b1a1d;
	padding:10px 20px 20px 20px;
}



/* catalog styles */

a.catalog {
	color: #01177a;
	text-decoration: none;
}
a.catalog:hover {
	color: #0266c4;
	text-decoration: none;
}
.catalogText {	
	text-decoration: none;
	font-size: 10pt;
}
.catalogTitle {
	color: #5C4033;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
td.cartdisplay {
	background: #eaeaea;
	border-bottom: solid 1px #bababa;
	padding: 6px 8px;
	}

td.cartdisplaytop {
	border-bottom: solid 1px #bababa;
	padding: 2px 8px;
	font-weight: bold;
	}
	
td.cartname {
	font-weight: bold;
	font-size:11px;
	}
td.cartoptions {
	font-size: 11px;	
	}
td.cartsub {
	padding: 6px 8px;
	}
.border {
	border: solid 1px #eeaf04;
}


/* links page  */



	
div.links {
	padding: 8px 0 8px 10px;
	border-top: solid 1px #ccc6b4;
	width: 90%;
}

div.links a{
	color: #000000;
	text-decoration: none;
}

div.links a:hover{
	color: #e32b00;
	text-decoration: underline;
}


