/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: URL(/graphics/bg.jpg) repeat-x #FBFBFB;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	
}

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:991px; 
	padding: 0 px;
	background: URL("/graphics/grad991.png") repeat-y; /* page bg with fade */
	_background: URL("/graphics/grad991.gif") repeat-y 10px; /* page bg used in IE6 */
	
	
}

div#header {
	width:991px;
	height:238px;
	background: url("/graphics/header.jpg") no-repeat;
	margin: 0 auto 0 auto;
	z-index: 3;
}
div#middlenav {
	width: 970px;
	position: relative;
	height: 49px;
	background: #182946;
	margin: 0 0 0 10px;
	overflow:hidden;
	}

.emailsignup {
	margin:13px 37px 0 0;
	float:right;
}

input#submit {
	margin: 0 0 0 0;
	}	

input.emailtext {

	border: none;
	height: 18px;
	margin: 0 0 0 0;
	width: 145px;
	padding:5px 0 0 5px;
	}
	
div#middlenav span {
	float: right;
	display: block;
	margin: 4px 15px 0 0;
	color: #fff;
	}
	
input.text{
	padding: 7px 0 0 0 ;
	}
	

	  
div#content {
	padding:0 0 55px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
	position: relative;
	min-height: 500px;
	_height: 555px;	
}

img#littlebar {
	margin: 0 0 0 10px;
	position: absolute;
	left: 0;
	top: 10px;
	}

div#footer {
	width:991px;
	height:55px;
	background: url("/graphics/footer.png")  no-repeat 10px ;
	font-size:12px;
	color: #2a363b;
	margin: 0 auto 0 auto;	
	position:absolute;
	bottom:0; /* stick to bottom */
	}




/* content formatting */

#pagecontent {
	width: 870px;
	margin: 20px 10px 20px 50px;
	line-height:22px;
	float:left;
	display:inline;
	
	background: white;
}


#pagecontent img, img.content {
	float:right;
	display:inline;
	margin:10px 0px 30px 0;
	clear: both;

}


#logolink {
	width:230px; 
	height:180px; 
	border:0; 
	float:left; 
	display:inline; 
	margin:50px 0 0 50px;
}

.infobox {
	border:1px solid #d9d9d9; 
	font-family: arial;  
	font-size: 11px; 
	color: #47485e; 
	width:133px; 
	height:15px;
	padding:3px 0 0 5px;
}

#left_foot {
	float: left;
	margin: 22px 0 0 35px;
}

#right_foot {
	float: right;
	margin: 22px 35px 0 0;
}


#right_foot a{
	color: #2a363b;
	text-decoration: none;
}

#right_foot a:hover{
	color: #000;
	text-decoration: underline;
}


#clear {
	clear: both;
}

div.clear {
	clear: both;
}






/* text styles */

form {
	margin: 0 -30px 30px 30px;
	float:left;
}

a {
	color: #00498a;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #c50000;
	text-decoration: underline;
}

a.imedia {
	color: #2a363b;
	text-decoration: underline;
}
a.imedia:hover {
	color: #c50000;
	text-decoration: underline;
}

div#splashright {
	float: right;
	width: 342px;
	margin: 10px 40px 30px 0;
	z-index: 3;
	display: inline;
}
div#slideshow {
	float: right;
	height: 270px;
	width: 342px;
	margin: 20px 0 30px 0;
	}

#newsbox {
	background: url("/graphics/news.gif");
	background position: top;
	background-repeat: no-repeat;
	background-color: #B3BF5D;
	width: 339px;
	min-height: 150px;
	_height: 150px;
	position: relative;
	}
	
#newsfeed {
	width: 299px;
	position: relative;
	top: 50px;
	left: 0px;
	background-color: #B3BF5D;
	padding: 0 20px 20px 20px;
	margin: 0 0 30px 0;
	color: white;
	}

#newsfeed a{
	text-decoration: none;
	color: white;
	}
	
#newsfeed a:hover{
	text-decoration: underline;
	}
	
#newslist{
padding: 0;
font-size: 12px;
text-align:left;
}

#newslist ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#newslist li {
margin: 0;
}

li a.newslist {
display: block;
padding: 0;
color: #000000;
text-decoration: underline;
height:28px;
}

li a.newslist:hover{
color: #7f2319;
	text-decoration: underline;
}










h1 {
	font-weight:bold;
	font-size:18px;
	color: #000;
	text-transform: uppercase;
	margin:10px 0 26px 0;
	line-height: 30px
}


p { 
	margin:26px 0 26px 0;
}

.contact td {
font-size: 10px;
text-align:right;


}

#contacts {
	float: left;
	width: 400px;
	margin: 0px 0 0 50px;
	display: inline;
	}
	
#contactbox {
	width: 930px;
	float: right;
	margin: 20px 10px 0 60px ;
	display: inline;
	}
	
.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  */

h5 {
	font-weight:bold;
	font-size:14px;
	text-transform: uppercase;
	margin:20px 0 5px 0;
	color: #e32b00;
}

	
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;
}






/* menu codes */

.pipelist {
    overflow: hidden;
    font-size:14px;
	width: 950px;
	height:32px;
	margin: 0 auto 0 auto;
	background: #77787b;
   
   }

.pipelist ul {
   list-style: none;
   margin: 0 0 0 40px;
   padding: 0;
   }

.pipelist li {
   border-left: 1px solid #fff;
   float: left;
   line-height: 32px;
   margin: 0 .5em 0 -.5em;
   padding: 0 22px 0 22px;
   white-space: nowrap;
   
   }

.pipelist li:hover {
	}
	
.pipelist a {
	color: #fff;
	text-decoration: none;
}
.pipelist a:hover {
	color: #c50000;
	text-decoration: none;
}	
	
	
	

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#underlinemenu{
margin: 0 0 0 10px;
padding: 0;
}

#underlinemenu ul{
margin: 0;
padding-left: 0;
float: left;
font-weight:normal;
font-size:14px;
line-height:16px;
text-transform:uppercase;
width: 100%;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: left;
color: #fff;
padding: 12px 15px 0 15px;
height:28px;
text-decoration: none;
background:#68a705;
border-left:1px solid #408202;
}

#underlinemenu ul li a:hover{
color: #fff;
background: #b99b1e;
}










	


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 200px;
height:652px;
padding: 30px 0 0 0;
font-size: 12px;
text-align:left;
background: url("/graphics/leftbg.gif") no-repeat;
float:left;
}

* html #blueblock{ /*IE 6 only */
w\idth: 150px; /*Box model bug: 180px minus all left and right paddings for #blueblock  from the UL and LI */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
margin: 0;
}

li a.blueblock {
display: block;
padding: 8px 0 0 25px;
color: #5e5f60;
font-weight:bold;
text-transform:uppercase;
text-decoration: none;
width: 150px;
height:20px;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.blueblock:hover{
color: #c50000;
	text-decoration: none;
}














/* graphical menu codes */


















#leftmenu {
	width: 189px;
	height:177px;
	margin: 0 0 0 0px;
	float:left;
}




#leftmenu ul {
   list-style: none;
   width: 189px;
	height:177px;
	border-bottom:1px solid #948e8e;
	padding:0;
	margin: 30px 0 0 0;
	overflow: hidden;
	float:right;
	position:relative;
   }

#leftmenu li {
   display: inline;
   position: absolute;
}


#leftmenu li a{
	float: left;
	font-size:11px;
	line-height: 14px;
	white-space: nowrap;
	text-transform: uppercase;
	text-align:center;
	padding: 0 0 0 0;
	text-indent:189px;
	overflow:hidden;
	height:44px;
}

#leftmenu li a:hover {
	color: #bceffa;
	}
a.on {
	color: #bceffa;
	}
	
#leftmenu a {
	color: #ffffff;
	text-decoration: none;

}
#leftmenu a:hover {
	color: #bceffa;
	text-decoration: none;
}	
	


a.dip {
background: url("/graphics/leftmenu.gif") 0 0 no-repeat;
width:189px;
}

a.dip:hover{
background: url("/graphics/leftmenu.gif") -190px 0 no-repeat;
}

a.vpi {
background: url("/graphics/leftmenu.gif") 0 -44px no-repeat;
width:189px;
}

a.vpi:hover{
background: url("/graphics/leftmenu.gif") -190px -44px no-repeat;
}

a.sealed {
background: url("/graphics/leftmenu.gif") 0 -88px no-repeat;
width:189px;
}

a.sealed:hover{
background: url("/graphics/leftmenu.gif") -190px -88px no-repeat;
}

a.specialty {
background: url("/graphics/leftmenu.gif") 0 -132px no-repeat;
width:189px;
height:45px;
}

a.specialty:hover{
background: url("/graphics/leftmenu.gif") -190px -132px no-repeat;
}

#paging {
color:#888888;
font-size:12px;
font-weight:normal;
padding:25px 5px 15px 5px;
clear: left;
}

#prevNext {
width:100%; 
height: 35px;
background: URL(/blogs/graphics/pagingline.gif) repeat-x;
}

#paging a {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #eaeaea;
color:#888888;
margin:0 2px 4px 2px;
padding:3px 7px;
display: inline;
float: left;
text-decoration:none;
}

#paging a.currentPage  {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #eaeaea;
color:#c80117;
margin:0 2px;
padding:3px 7px;
text-decoration:none;
}

#paging a.currentPage:hover  {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #eaeaea;
color:#eaeaea;
margin:0 2px;
padding:3px 7px;
text-decoration:none;
}

#paging a:hover {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #eaeaea;
color:#c80117;
text-decoration:none;
}

/* -- midmenu -- */

#midmenu {
	margin:5px 0 0 17px;
	width:auto;
	height:40px;
	z-index:2;
	float:left;
}

#midmenu ul {
	margin:0;
	padding:0;
	list-style: none;
	height:40px;
}

#midmenu li {
	float:left;
}

#midmenu a {
	display: block;
	height:40px;
	background-image:url(/graphics/midmenu.png);
}
	
#midmenu a span {
	position:absolute;
	left:-9999px;
}

#how {
	width:162px;
	background-position:0 0;
}#how:hover {
	background-position:0 -40px;
}

#find {
	width:175px;
	background-position:-162px 0;
}#find:hover {
	background-position:-162px -40px;
}

#member {
	width:184px;
	background-position:-337px 0;
}#member:hover {
	background-position:-337px -40px;
}

/* -- profiles -- */


#profiles h3 {
	margin:10px 0 0 10px;
	padding:0;
}

#profiles tr { vertical-align:top; }

#profiles td {
	padding:10px 0;
	height:245px;
}

#profiles p {
	margin:0 0 14px 10px;
	padding:0;
}

#profiles img {
	margin:0;
}

/* -- publications -- */

ul#publications {
	margin:0 0 0 20px;
	padding:0;
	list-style:none;
}

#publications li {
	width:230px;
}

#publications li img {
	margin:0 10px -3px 0;
	float:none;
}

#publications li a {
	display:inline-block;
	padding:3px 5px;
	width:100%;
	border-bottom:1px #ccc solid;;
	text-decoration:none;
}

#publications li a:hover {
	background:#f8f8f8;
}

.hidden {
    display: none;
    visibility: hidden;
    }
