﻿*
{
	padding: 0;
	margin: 0;
}
html, body
{
	height: 100%;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	color: White;
}
#container
{
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(../../images/bg.gif);
	background-position: 0px 205px;
}
#header
{
	background-image: url(../../images/headerBG.gif);
	background-repeat: repeat;
	height: 205px;
}
.leftHeader
{
	padding-top: 53px;
	height: 152px;
	background-image: url(../../images/header_left.gif);
	background-repeat: repeat-y;
	float: left;
	width:615px;
}
#logo
{
	padding-left: 3px;
}
#logo h1
{
	font-size: 49px;
	font-weight: bold;
	margin: 0px;
}
#logo .b2b
{
	letter-spacing: -8px;
}
#info
{
	padding-top: 63px;
	width: 205px;
	font-weight: bold;
	font-size: 22px;
	line-height: 100%;
	float: left;
}
#pageNav
{
	float: left;
	text-align: right;
	width: 397px;
	line-height: 130%;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
#pageNav a:link, #pageNav a:visited
{
	color: White;
	text-decoration: underline;
}

#pageNav a:hover
{
	color: #FC9919;
	text-decoration: underline;
}
#contact
{
	float: left;
	margin-left: 13px;
	font-weight: bold;
	font-size: 14px;
	width: 204px;
	line-height: 130%;
}
#contact a:link, #contact a:visited
{
	color: White;
	text-decoration: underline;
}
#contact a:hover
{
	color: #FC9919;
	text-decoration: underline;
}
#content
{
}
#navigation table .odd a
{
	margin-left: 205px;
}
#navigation table tr
{
	vertical-align: top;
}
#navigation table td
{
}
#navigation a
{
	height: 187px;
	width: 205px;
	display: block;
	padding-top: 18px;
}
#navigation .navText
{
}
#navigation a:link, #navigation a:visited
{
	color: White;
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
}
#navigation a:hover
{
	color: White;
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;
	height: 187px;
}
.navBg
{
	float: left;
	position: relative;
	left: -205px;
	width: 205px;
	height: 205px;
	background-image: url(../../images/btnHomeBg.png);
	opacity: 0;
	filter: alpha(opacity=0);
}
#logoBlog
{
	float: left;
	text-align: center;
	width: 205px;
	padding-top: 48px;
}
#logoBlog a:link, #logoBlog a:visited, #logoBlog a:hover
{
	color: White;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.clear
{
	clear: both;
}
