@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
	text-align: center;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
}

/* common */

p {
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 16px;
}

table {
	font-size: 12px;
}

a:visited,
a:link,
a:active {
	color:#4d4d4d;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	color:#b70c32;
	text-decoration: none;
	font-weight: bold;
}

img {
	border: none;
}

hr {
	width: 100%;
	height: 1px;
	color: #CCC;
	background-color: #CCC;
	margin: 5px 0px;
}
hr.thick {
	height: 3px;
	color: #4d4d4d;
	background-color: #4d4d4d;
	margin: 10px 0px 20px 0px;
}

.clearHack {  /* use with <img src="images/spacer15.gif" width="1" height="1" border="0" class="clearHack" /> */
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

/* layout */
	#container {
		width: 914px;
		height: auto;
		margin: 30px auto 0 auto;
		text-align: left;
	}
		#header {
			width: 914px;
			height:111px;
			margin-bottom: 10px;
		}
		#leftcol {
			width: 239px;
			height: auto;
			float: left;
		}
			#topnav {
				width: 239px;
				height: 289px;
				background: url(../images/home-2010/main-menu-bg.jpg) no-repeat;
			}
				#topnav-menu {
					width: 212px;
					padding: 12px 0 0 19px;
					line-height: 19px;
				}
					#topnav-menu a:visited,
					#topnav-menu a:link,
					#topnav-menu a:active {
						font-size: 14px;
						font-weight: bold;
						color: #FFF;
						text-decoration: none;
						background: none;
						padding-left: 8px;
					}
					#topnav-menu a:hover {
						font-size: 14px;
						font-weight: bold;
						color: #FFF;
						text-decoration: none;
						background: url(../images/home-2010/nav-arrow.png) no-repeat;
						background-position: 0px 5px;
						padding-left: 8px;
					}
			#bottomnav {
				width: 238px;
				margin: 8px 0 8px 4px;
			}
		#righttcol {
			width: 675px;
			height: auto;
			float: left;
		}
			#banner {
				width: 675px;
				height: 191px;
				float: left;
				background: url(../images/home-2010/banner-bg.jpg) no-repeat;
			}
				#mission-statement {
					width: 230px;
					padding: 10px 0 0 10px;
					font-size: 12px;
				}
			#news-area {
				width: 643px;
				min-height: 98px;
				padding: 16px;
				float: left;
				background: url(../images/home-2010/content-shadow.jpg) no-repeat;
			}
				.news-item {
					width: 100%;
					height: auto;
					border-bottom: solid 2px #4d4d4d;
				}
	#footer {
		width: 914px;
		height: 25px;
		margin: auto;
		padding: 5px;
		border-top: solid 2px #e0e0e0;
	}
		#copyright {
			float:left;
			font-size: 11px;
			color:#4d4d4d;
		}
		#eliquid {
			float:right;
		}
			#eliquid a:visited,
			#eliquid a:link,
			#eliquid a:active {
				font-size: 11px;
				color:#4d4d4d;
			}
			#eliquid a:hover {
				font-size: 11px;
				color:#b70c32;
				text-decoration: none
			}
			
/* styles */
.date {
	font-size: 13px;
	font-weight: bold;
}
.date_blue {
	font-size: 13px;
	font-weight: bold;
	color:#36F;
}
a.newslink {
	padding-left: 7px;
	background: url(../images/home-2010/red-arrow.gif) no-repeat;
	background-position: 0px 4px;
}
.red {
	color: #b70c32;
}
.red-alert {
	font-size: 16px;
	font-weight: bold;
	color: #b70c32;
	line-height: 20px;
}
.grey-alert {
	font-size: 16px;
	font-weight: bold;
	color: #868686;
	line-height: 20px;
}
.big-title-blue {
	font: bold 26px Arial, Helvetica, sans-serif;
	color: #014a96;
	line-height: 30px;
	margin: 10px 0;
}
.subtitle {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #CC0000;
	line-height: 20px;
}

/* Tradein styles 
-------------------------------------------------------------- */

#tradin_news {
	margin: 0;
	width: 320px;
}

	#tradin_news h1, #tradin_news h1 a {
		margin: 5px 0 20px 0;
		padding: 0;
		font: 24px Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: #C80000;
	}
	
	#tradin_news h1 a:hover {
		text-decoration: underline;
		color: #F00;
	}
	
	#tradin_news .tn_date {
		font: 11px/18px Tahoma, Arial, sans-serif;
		color: #666;
	}
	
	/* list styles */
		
	#tradin_news ul {
		margin: 0;
		padding: 0;
		border: 0;
		list-style-type: none;
	}
	
	#tradin_news ul li {
		display: block;
		margin: 0 0 10px 0;
		padding: 0 0 10px 0px;
		border-bottom: 1px solid #DDD;
		background: url(images/pdf.png) no-repeat;
		background-position: left top;
		font: 11px/18px Tahoma, Arial, sans-serif;
		color: #666;
	}
	
	#tradin_news ul li a {
		font: bold 14px Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: #000;
	}
	
	#tradin_news ul li a:hover {
		text-decoration: underline;
		color: #F00;
	}


#tradin_eman {
	margin: 0;
	padding: 0 10px 10px 10px;
	border: 1px solid #CCC;
	width: 320px;
	background: url(images/emanifest_header.gif) top right no-repeat;
}

	#tradin_eman h1, #tradin_eman h1 a {
		margin: 5px 0 20px 0;
		padding: 0;
		font: 24px Arial, Helvetica, sans-serif;
		color: #C80000;
	}
	
	#tradin_eman h1 a:hover {
		text-decoration: underline;
		color: #F00;
	}
	
	#tradin_eman .tn_date {
		font: 11px/18px Tahoma, Arial, sans-serif;
		color: #666;
	}
	
	#tradin_eman h3 {
		margin: 5px 0 20px 0;
		padding: 0;
		font: bold 20px Arial, Helvetica, sans-serif;
		color: #900;
	}