/* ####################################### */
/* ########### DEFAULT STYLES ############ */
/* ####################################### */

body {
	color: #666666;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*h1, h2, h3, h4, h5,
.section-home h3 {
	color: #666666;
}*/

h1,
.section-home h2 {
	color: #666666;
}

h2,
.section-home h3 {
	color: #666666;
}

h3,
.section-home h4 {
	color: #666666;
}

h4 {
	margin-bottom: 0.9em;
}

h4,h5,h6 {
	font-weight: bold;
	color: #666;
}

a:link,
a:visited {
	text-decoration: none;
}


p a:link,
p a:visited {
	text-decoration: underline;
}


.paragraph-with-image {
	clear 			: both;
	margin-bottom 	: 2em;
	overflow		: hidden;
}

.paragraph-image {
	float			: left;
	padding 		: 1px;
	margin			: 0.2em 30px 1.5em 0;
	border			: 1px solid #aaaaaa;
}







.e-home-page div.paragraph-image {
	margin-right	: 0;
	margin-left		: 1em;
	margin-bottom	: 1em;
	float			: right;
}

div.paragraph-image span {
	width				: 100px;
	height				: 100px;
	display				: block;
	background-position	: 50% 50%;
}


/* ####################################### */
/* ############# LIST STYLES ############# */
/* ####################################### */

ul, ol {
	list-style-position:outside;
}

.article ul,
.article ol,
#main-copy ul,
#main-copy ol {
	margin-left: 1.2em;
}



.date-list li {
	margin-bottom: 1.5em;
}

.date-list li:first-word {
	font-weight: bold;
}



/* ####################################### */
/* ########### CALL TO ACTION ############ */
/* ####################################### */

.cta-container {
	margin-bottom: 2.5em;
}

.cta:link,
.cta:visited,
.basket-full:link,
.basket-full:visited {		/* applies to <a> only */
	white-space:nowrap;
	display: inline-block;
	font-size: 0.9em;
	padding: 4px 20px;
	background-image: url(/images/global/cta_grad_bg.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
	color: #fff;
	text-decoration: none;
}

.cta span {
	background: transparent url(/images/global/cta_arrow_bg.png) no-repeat 100% 55%;
	padding-right: 12px;
}

.cta:hover,
.cta:focus {
	background-image: none;
}

a.cta-small:visited,
a.cta-small:link {
	padding: 3px 10px;
}

a.graphical-cta:link,
a.graphical-cta:visited {
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.graphical-cta span {
	position: absolute;
	left: -9999px;
}

.skip-to-top {
	text-align: right;
	font-size: 0.9em;
	text-transform: uppercase;
	display: block;
	padding: 1em;
}



/* ####################################### */
/* ############### HEADINGS ############## */
/* ####################################### */

/* TITLES
------------------------------------------------*/

.e-page_title {
	background: url(/images/global/page_title_bg.jpg) no-repeat 0 100%;
	font-family: "Futura Bk", Futura, Arial, sans-serif;
	padding: 20px;
	margin-left: 20px;
	position: absolute;
	left: -999999px
}

#page-title,
#page-subtitle {
	margin: 0;
	font-weight: normal;
}

#page-title {
	margin-bottom: 0.2em;
}

h1,h2,h3 {
	font-weight:normal;
}















/* ####################################### */
/* ############## HEADER ################# */
/* ####################################### */

#press-quote p {
	margin: 0;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.press-quote-text {
	font-size: 2em;
	line-height: 1.1em;
}

.press-quote-citation cite {
	font-style: italic;
}









/* ####################################### */
/* ############### CONTENT ############### */
/* ####################################### */

/* DEFAULT CONTENT TYPO
------------------------------------------------*/

#page-summary {
	font-size: 14px;
	color: #666;
	margin-top: 20px;
}

#page-summary p {
	margin: 0;
}


.para-header {
	color: #666;
	font-size: 18px;
	font-weight: normal;
}

p ~ h3.para-header {
	padding-top: 0.7em;
}

#sub-copy ul,
#sub-copy ol {
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style: none;
}

#sub-copy ul li,
#sub-copy ol li {
	margin-bottom: 0.5em;
	padding-left: 15px;
	list-style: none;
	background: url(/r/i/css_framework/graphics/arrow.gif) no-repeat 0 0.5em;
}


/* QUOTE PARAGRAPH
------------------------------------------------*/

.para-blockquote {
	margin-bottom: 3em;
}

.para-blockquote p {
	margin-bottom: 0;
}

.para-blockquote-citation {
	margin-bottom: 0;
	text-align: right;
}

.para-blockquote-citation cite {
	font-style: italic;
}




/* ####################################### */
/* ############## HOMEPAGE ############### */
/* ####################################### */

.section-home h3 {
	font-size: 21px;
}

.section-home h4 {
	font-size: 18px;
} 









.tinynote {
	color:#AAAAAA;
	font-family:tahoma;
	font-size:9px;
}