/* ColdChainInfo.com CSS 
-------All Rights Reserved-------*/

html{
height: 100%;
}

body{
margin:0;
padding:0;
font: 9pt Arial, Helvetica, sans-serif;
height: 100%;
}

#maincontainer{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color: white;
padding: 10px 0 -25px 0;
bottom: 0;
min-height:100%;
}

#header{
height: 240px; /*min-height of top section*/
margin: 0 20px 0 50px;
padding-top: 10px;
}

#contentContainer{
	margin: 0 50px;
	padding: 0;
	top: 251px;
	}

#content{ /*main data area*/
	width: 455px;
	padding: 15px 10px 40px 0; /* bottom padding allows footer to appear as if its within main container */
}

#rightColumn{
	position: absolute;
	top: 251px;
	bottom: 0;
	width: 204px;
	padding: 12px 10px 0 10px;
	margin: 0 0 0 465px;
}

.logo{
padding-right: 60px;
}

img {
	padding: 0;
	margin: 0;
}

.paperImg{         /*  Padding for images within papers*/
	margin-right: 10px;
	border: 1px solid #333;
}

.RpaperImg{
	margin-left: 10px;
		border: 1px solid #333;
}


/*     Navigation    */

/* Primary Navigation */
#mainNav ul{
	margin: 5px 0 5px 0;
	width: 688px;
	font: 10pt Arial, Helvetica, sans-serif;
	letter-spacing: .02em;
	float: left;
	font-weight: bold;
	padding: 7px 0 5px 0;
}

#mainNav ul li{
	display: inline;
	line-height: normal;
}

#mainNav ul li a
{
	padding: 0 1em;
	text-decoration: none;
	float: left;
}

#mainNav ul li a:hover{
	text-decoration:underline;
}

#mainNav ul li .current{
	text-decoration: none;
	float: left;
		padding: 0 1em;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px 0;
}

h2{
	font-weight: bold;
	font-size: 14px;
	margin-top: 0;
}

h3{
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
}

h4 {
	font-size: 10pt;
	font weight: bold;
	margin: 0 0 10px 0;
}

p, li{
	margin: 0 0 8px 0;
	line-height: 20px;
	padding-bottom: 12px;
}


/*   6. Table             */
table {
	border: none;
	border-collapse: collapse;
	margin-top: 5px;
}

th{
	padding: 5px 0 0 0;
	font-weight: bold;
	text-align: left;
}

td{
	vertical-align:top;
	padding: 0 10px 10px 0;
}

td.tbltext{
	text-align: left;
}

.event{
	text-decoration: underline;
	font-weight: bold;
	line-height: 18px;
}


/*         8. Directory                   */

.directory ul li{
	list-style: none;
	padding: 10px;
	line-height: 10px;
}

.company{
	font-weight: bold;
	line-height: 20px;
	padding: 0;	
}

table.directory {
	border: none;
	margin: 0;
}
.directory th{
	text-align: left;
	border-bottom: 1px solid #81a2c2;
	padding: 0;
	background: none;
	}
	
.directory img{
	padding-right: 5px;
}

.directory td{
	padding: 3px 2px 5px 2px;
	border: 1px dotted #ddd;
	text-align: left;

}

/* Footer (kept outside of container div to allow it to always remain at bottom)*/
#footer{
position: relative;
width: 780px;
margin: -24px auto 0 auto; /*Center footer on page and allow it to always be at bottom*/
color: #999;
padding: 5px 10px;
font-size: 11px;
background-color: white;
vertical-align: bottom;
}

/* Footer Navigation */
#footer a{
	font-size: 11px;
	text-decoration: none;
}

#footer a:hover{
	text-decoration:underline;
}


