.container { width:100%; }

a { text-decoration:none; color:#ee7e2d; }
a:hover { color:#666; }

@media only screen and (min-width:921px) {
	.menu li:hover { background-color:#ee7e2d; }
	.menu li > .subNav { background-color:#ee7e2d; }
}
.breadcrumbs > a:last-child { color:#f0c4a5; }
.breadcrumbs > a:hover { color:#f0c4a5; }
.subNav > a { color:#f0c4a5; }
@media only screen and (max-width:920px) {
	.container { padding-top:90px; }
}
@media only screen and (max-width:480px) {
	.container { padding-top:80px; }
}
@media only screen and (max-width:320px) {
	.container { padding-top:65px; }
}

.pageHeader { width:100%; background-color:#ee7e2d; position:relative; }
.innerPageHeader { width:100%; max-width:1030px; margin:0 auto; padding:1.5em 0 0 0; background-image:url(../images/common/grey-dot.jpg), url(../images/common/grey-dot.jpg); background-repeat:repeat-y; background-position:0 0, right 0; }

.subHeader { width:100%; background-color:#fff; position:relative; }
.innerSubHeader { width:100%; max-width:1030px; margin:0 auto; padding:1.5em 0; background-image:url(../images/common/grey-dot.jpg), url(../images/common/grey-dot.jpg); background-repeat:repeat-y; background-position:0 0, right 0; }
.innerSubHeader > h2 { font-size:2.5em; line-height:1.2em; color:#ee7e2d; padding:0 35px; }
.innerSubHeader > p { font-size:1.3em; line-height:1.3em; color:#666; padding:0 35px; margin-top:1em; }

@media only screen and (max-width:920px){
	
	.innerPageHeader { width:100%; max-width:100%; padding:1em 0; background-image:none; }
	.innerSubHeader > h2 { display:none; }
	.innerSubHeader > p { font-size:1.1em; padding:0 4%;}
	
}
@media only screen and (max-width:480px){
	
	.innerSubHeader > p { font-size:1em; }
	
}
/*-------------------*/

ul.bulletList { width:100%; overflow:hidden; }
.bulletList li { margin-top:1em; padding:0 20px 0 12px; background-image:url(../images/public-declarations/bullet-icon.png); background-position:0 .45em; line-height:1.2em; background-repeat:no-repeat; }

.bulletList li { font-size:1em; line-height:1.6em; color:#666; }
.bulletList li > p { margin-bottom:1em; }

ul.dashedList { width:100%; overflow:hidden; }
.dashedList > li { margin-top:.5em; padding:0 20px 0 12px;  background-image:url(../images/public-declarations/dark-organge-icon.jpg); background-position:0 .7em; background-repeat:no-repeat; background-size:5px 1px; }
.dashedList > li > p { font-size:1em; line-height:1.6em; color:#666; }

ol.alphaList { width:100%; list-style-type:lower-latin; margin-left:1em; margin-top:.5em; }
.alphaList li { font-size:1em; line-height:1.5em; margin-bottom:.5em;  }

@media only screen and (max-width:480px){
	.bulletList li,.dashedList > li,.alphaList li { font-size:.9em; }
}