#leftNavBox {
	background-color: #2072ad;
	float: left;
	position: relative;
	background: #2072ad url(/images/leftnav-rborder.jpg) repeat-y scroll right;
	width: 163px;
	margin-top: 7px;
}
#leftNavTop {
	background: #2072ad url(/images/leftnav-top.jpg) no-repeat scroll 0 top;
	width: 163px;
	height: 20px;
}
#leftNavBottom {
	background: #2072ad url(/images/leftnav-bottom.jpg) no-repeat scroll 0 bottom;
	width: 163px;
	height: 24px;
}
#leftNav {
	width: 150px;
	text-align: center;
}
#leftNav  a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0;
	text-decoration: none;
	padding: 3px 5px 3px 0;
   text-align: right;
}
#leftNav a:link, #leftNav a:visited {
	color: #fff;
	background-color: #2072ad;
	text-decoration: none;
}
#leftNav a:hover, #leftNav a:active, #leftNav a:focus, #leftNav a.kNavSelected {
   background-color: #e9bc36;
	color: #000;
	text-decoration: none;
}
#navContactInfo {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#navContactInfo a {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}
#navContactInfo a:link, #navContactInfo a:visited {
	text-decoration: underline;
	color: #fff;
}
#navContactInfo a:hover, #navContactInfo a:active, #navContactInfo a:focus  {
	text-decoration: underline;
	color: #e9bc36;
	background-color: #2072ad;
}
#navDivider {
	width: 118px;
	border: 1px solid #49a7de;
	margin: 10px auto;
	/* note: IE6 renders the default line-height inside of an empty DIV when the DIV has an 
	 * explicit width and the DIV is empty. Placing a comment in the DIV fixes the issue.
	 * using line-height of 0 or setting a height doesn't remedy the issue.
	*/
}

/* email signup */
#emailSignup {
	margin: 10px;
	padding: 0;
	text-align: center;
}
#emailSignup label {
	color: #fff;
	font-size: 13px;
   line-height: 15px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
   display: block;
}
#emailInput {
	font-size: 12px;
	margin: 0 0 4px 0;
	padding: 0;
	width: 123px;
}
#emailButton {
   font-size: 12px;
}

.facebook {
	background: transparent url(/images/facebook.gif) no-repeat scroll right top;
	padding-right: 22px;
}
.twitter {
	background: transparent url(/images/twitter.gif) no-repeat scroll right top;
	padding-right: 22px;
}
