.nav ul ul li.hasChild {
	background: url(images/navigation/subMenuArrow_left.png) no-repeat 20px 12px;
	border-left: 1px solid #f6f5f4;
	border-right: 1px solid #f6f5f4;
}

/*
.nivo-controlNav a {
	display: inline;
	background: url(images/slideshow_circles.png) no-repeat 0 0;
	text-indent: -9999px;
	cursor: pointer;
	border: 01px solid #57fe76;
	position: static;
}
.nivo-controlNav a.active {
}*/

.nivo-controlNav {
	position: absolute;
	display: block;
	text-align: center;
	width: 950px;
	left: 0;
}

.nivo-controlNav a {
	zoom: 1;
	display: inline-block;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	border: 0;
	float:left;
	cursor: pointer;
}

.nivo-controlNav a.active {
	background-position:0 -24px;
}

#footerContainer {
	background: url(images/footer/footerBkg_linen.jpg) repeat;
	color: #e6e6e6;
	display: block;
}

#breadcrumb ul {
	background-color: #4b4b4b;
}

.footerShadow {
	display: none;
}

/* @group ExtraContent Columns */

/*
CSS code for ExtraContent Columns Snippets*/

.column { 
	float: left;
}

.one { 
	width: 99.5%; 
}

.two { 
	width: 49.5%; 
}

.three { 
	width: 32.5%; 
}

.four { 
	width: 24.5%; 
}

.five { 
	width: 19.5%; 
}

.two3rds { 
	width: 65.5%; 
}

.three4ths { 
	width: 74.5%; 
}

.four5ths { 
	width: 79.5%; 
}

.column .content { 
	width: 90% ! important; 
	margin: 0 auto; 
	padding: 0 ! important; 
	float: none ! important;
}

/* @end */

/* @group Navigation */

.navOutter {
	display: inline-block;
	float: right;
	writing-mode: tb-rl;
	position: relative;
}

.nav {
	background-image: none;
}

.nav ul {
	writing-mode: lr-tb;
	border-width: 1px;
}

.nav ul li {
	writing-mode: lr-tb;
}


/* @end */

#titleWrapper {
}

#logo {
	display: block;
	height: 128px;
}

#logo img {
	display: block;
	height: 128px;
}

#titleWrapper {
}

/* @group hed tags */

h1, h2 {
    line-height: 48px;
    margin-bottom: 9px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 13px;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child {
    margin-top: 0
}



/* @end */

#contentContainer {
	zoom: 1;
}