#homeheaderbg {
	background: url(../images/home/header-bg.jpg) top center no-repeat;
}

#container {
	background: #FFFFFF url(../images/home/page-bg.gif) top center repeat-y;
}


#sidenav {
	padding: 0;
	background: url(../images/home/sidenav-botbg.jpg) bottom right no-repeat;
}
#sidenav ul {
	background: url(../images/home/nav-topbg.jpg) top left no-repeat;
}
#sidenav div {
	background: url(../images/home/under-nav.jpg) top right no-repeat;
	height: 21px;
}



#content {
	background: url(../images/home/content-bg.gif) top center no-repeat;
	padding-bottom: 30px;
}
#content h1 {
	margin: 39px 0 20px;
	padding: 0 0 6px;
}


#thirdcol {
	width: 257px;
	vertical-align: top;
	background: url(../images/home/thirdcol-botbg.jpg) bottom left no-repeat;
}
#thirdcol div {
	background: url(../images/home/thirdcol-topbg.jpg) top right no-repeat;
	padding: 33px 40px 10px 30px
}
#thirdcol h2 {
	margin: 30px 0 0;
	padding: 0 0 6px;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #1C557B;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid #BFDCEA;
}
#thirdcol p {
	margin: 12px 0;
	font-size: 11px;
	line-height: 16px;
}
#thirdcol a {
}

.link {
	text-align: right;
	height: 20px;
}
.link a {
	display: block;
	float: right;
	background: #B5DBED url(../images/page/linkbullet.gif) top right no-repeat;
	border: 1px solid #98CEE8;
	font-size: 9px;
	line-height: 20px;
	font-weight: bold;
/*	letter-spacing: 1px;*/
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 18px 0 10px;
}
.link a:hover {
	background-color: #61ACCE;
	border: 1px solid #1C557B;
}
