.container { width:100%; }

a { text-decoration:none; color:#005eb5; }
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:#b1daff; }
.breadcrumbs > a:hover { color:#b1daff; }
.subNav > a { color:#b1daff; }
@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:#005eb5; 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; }
@media only screen and (max-width:920px){
	
	.innerPageHeader { width:100%; max-width:100%; padding:1em 0; background-image:none; }
	
}

/*-------------------*/

.content { width:100%; max-width:1030px; margin:0 auto; background-image:url(../images/common/grey-dot.jpg), url(../images/common/grey-dot.jpg); background-repeat:repeat-y; background-color:#fff; background-position:0 0, right 0; }
.innerContent { padding:2em 35px; color:#666666; }
.innerContent > h2 { font-size:2em; line-height:1.3em; margin:1.2em 0 .3em 0; color:#005eb5; }
.innerContent > h3 { font-size:1.5em; line-height:1.3em; margin:1.2em 0 .3em 0; }
.innerContent > p { font-size:1em; line-height:1.6em; margin:.3em 0 1em 0; }
.innerContent > hr { height:1px; width:100%; border:0; margin:2em 0; background-image:url(../images/common/grey-dot.jpg); background-position:0 0; background-repeat:repeat-x; }



@media only screen and (max-width:800px){
	.content { width:100%; max-width:100%; background-image:none; }
	.innerContent { padding:2em 4%; }
	
	.innerContent > h2 { font-size:1.5em; }
	.innerContent > h3 { font-size:1.3em; }
	.innerContent > p { font-size:.95em; margin-top:1.5em; }
	
	
}
@media only screen and (max-width:480px){
	.innerContent > h2 { font-size:1.2em; }
	.innerContent > h3 { font-size:1em; }
	.innerContent > p { font-size:.9em; margin-top:1.5em; }
	
}
@media only screen and (max-width:320px){
	.innerContent > h2 { font-size:1.1em; }
}


/*---------------------------*/

ul.bulletList { width:100%; overflow:hidden; margin:.5em 0 1em 0; }
.bulletList li { margin-bottom:.5em; padding:0 20px 0 12px; background-image:url(../images/disclaimer/bullet-icon.png); background-position:0 .45em; background-repeat:no-repeat; font-size:1em; line-height:1.2em; color:#666; }
.bulletList li > p { margin-bottom:.8em; }

ol.alphaList { list-style-type:lower-latin; margin-left:1em; margin:0 0 1em 1em; overflow:hidden; }
.alphaList li { font-size:1em; line-height:1.5em; margin-bottom:.5em;  }

ol.numericList { list-style-type:decimal; margin:.5em 0 1em 1em; }
.numericList li { font-size:1em; line-height:1.6em; margin-bottom:.5em; color:#666;  }

@media only screen and (max-width:480px){
	.bulletList li,.alphaList li, .numericList li { font-size:.9em; }
}
