body {
	padding: 0;
	margin: 0 0 20px 0;
}

#wrapper {
	width: 778px;
	margin: 0 auto;
	padding: 0;
}

#header {
	height: 292px;
	position:relative;
}

	#logo {
		position: absolute;
		top: 32px;
		left: 26px;
	}

	#years {
		position: absolute;
		top: 90px;
		right: 25px;
	}
	
	#toptab {
		position: absolute;
		left: 0px;
		top: 180px;
		background: url(../images/topbg.gif) top center no-repeat;
		width: 778px;
		height: 82px;
	}
	#phone {
		color: #35b4e7;
		font: 37px Arial, Helvetica, sans-serif;
		position: relative;
		left: 28px;
		top: 25px;
	}

#banner_container {
	height: 350px;
	position:relative;
}

.slideshow {
	position:absolute;
	top: 0;
	left: 0;
	width: 778px;
	z-index: 500;
}

#moreinfo {
	background: #776b5b url(../images/moreinfo.gif) left center no-repeat;
	width: 136px;
	height: 350px;
	position:absolute;
	top: 0px;
	right: 0px;
}

#nav {
	position:absolute;
	top: -56px;
	width: 778px;
	z-index: 9999;
}


#main_container
{
	min-height: 660px;
	position:relative;
	background: url(../images/content-topleft.gif) top left no-repeat;
}
*html #main_container
{
	height: 660px;
}
	#blurb {
		position: absolute;
		top: 33px;
		left: 26px;
		width: 215px;
	}
	#blurbtop {
		height: 28px;
		background: url(../images/blurb.gif) top left no-repeat;
	}
	#blurbbottom {
		height: 28px;
		background: url(../images/blurb.gif) bottom left no-repeat;
	}
	#blurbtext {
		padding: 0px 10px 0 10px;
		font: 14px Tahoma, Arial, sans-serif;
		text-align:center;
		color: #9f9c93;
		background: url(../images/blurb-fill.gif) repeat-y;
	}
	#sideimage {
		position: relative;
		top: 25px;
	}
	#greenlogo {
		position: absolute;
		bottom: 0px;
		left: 24px;
	}
	#cplogo {
		position: absolute;
		bottom: 0px;
		right: 17px;
	}
	
	#content {
		padding: 30px 75px 75px 265px;
	}

#footer {
	background: url(../images/footer.gif) no-repeat bottom center;
	height: 66px;
	position:relative;
	font-size: 9px;
	font-weight:bold;
}
#copyright {
	position: absolute;
	top: 38px;
	left: 25px;
	color: #b1aa9e;
}
#footerlinks {
	position: absolute;
	top: 38px;
	right: 10px;
}
#footerlinks a {
	padding: 0px 10px;
	text-transform: uppercase;
	color: #b1aa9e;
	text-decoration: none;
}

#breadcrumbs {
	position: absolute;
	top: 269px;
	left: 30px;
}
.breadcrumb {
	color: #70614E;
	text-transform: lowercase;
	text-decoration: none;
}
.breadcrumbcurrent, .breadcrumb:hover {
	color:#5bc5ef;
	text-transform: lowercase;
	text-decoration: none;
}

#ticker {
	position: absolute;
	top: 269px;
	right: 30px;
	border-left: 1px solid #9a9383;
	border-right: 1px solid #9a9383;
	padding: 0px 2px;
}
#ticker, #ticker a {
	font: 14px Tahoma, Arial, sans-serif;
	color: #9a9383;
}

.navlinkcurrent > .navbuttonlabel {
	background: url(../images/tab-active.gif) !important;
}
