/* @override 
	http://172.28.2.58/cwf_styles/13_structure.css */


/*--------------- 	TEMPLATE STRUCTURE & LAYOUT  ----------------*/
/*--------------- Contents:
** Base reset
** Content
		email print
** Page promos - bottom trio
** Related links
** Page nav and promo div
** Page navigation
		lists
		anchors
		landing page nav
** Nav promos
** Footer
--------------------*/

* {
	margin:0;
	padding:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-family: 'Open Sans', sans-serif;
	background:#d9d6d0;
	color:#090909; 
	margin:0; 
	min-width: 1024px;
	/* sets base font size to 10px using percentages so IE6- can resize text*/
}	

body, html { height:100%; }

#container {
}


/* grid overrides for inside pages */
#containerwrapper .three, 
#containerwrapper .row .three { width: 20%; }

#containerwrapper .push-three { left: 20%; }

#containerwrapper .nine, 
#containerwrapper .row .nine { width: 80%; }

#containerwrapper .pull-nine { right: 80%; }

#containerwrapper #content .three, 
#containerwrapper #content .row .three {
	padding-right: 0;
	width: 25%
}
#containerwrapper #content .nine, 
#containerwrapper #content .row .nine {
	padding-left: 0;
	width: 75%;
}


/* ---- ADD ONS ------*/
a img {
	border: none;
}

img {
	ms-interpolation-mode: bicubic;
}

a {
	border: none;
	color: #666;
	outline: none !important;
	text-decoration: none !;
}

a:visited {
	color: #666;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin: 0;
}

ul li {
	list-style: none;
}

hr {
	border: none;
	border-bottom: 1px solid #ddd;
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 15px 0;
	width: 98%;
}

hr + hr {
	margin: -18px 0 20px 0;
}

hr.subtlehr {
	border-bottom: 1px dotted #ccc;
}

hr.boldhr {
	border-bottom: 3px solid #999;
	height: 3px;
}

fieldset {
	border: none;
}

code,
pre {
	color: dimgray;
	display: block;
	font-family: Courier, monospace;
	font-size: 13px;
	line-height: 1.4em;
}

sup {
	font-size: .6em;
}


/* ------------- FROM ORIGINAL FONTS FILE ------------------*/
#content h1, 
#content h2, 
#content h3, 
#content h4, 
#content h5,
#content .fheader1, 
#content .fheader2, 
#content .fheader3, 
#content .fsub,
#content .hheader1, 
#content .hheader2, 
#content .hheader3, 
#content .hsub {
	font-weight: normal;
	line-height: 1.3em;
	margin: .5em 0;
}

#content h1, 
#content .hheader1, 
#content .fheader1 {
	color: #4e7c99;
}

#content h2, 
#content .hheader2, 
#content .fheader2 {
	color: #902627;
}

#content h3, 
#content .hsub, 
#content .hsub2, 
#content .fsub {
	color: #617538;
	margin: 1em 0 .5em;
}

#content h4 {
	color: #826A7E;
}

#content h5 {
	color: #b1947b;
}


h1 em { font-family: inherit;}

/* ---start header tags ------*/



#content h1, 
#content h1 a,
#content .fheader1 {
	color: #4e7c99;
	font-size: 32px;
	font-size: 3.2rem;
	font-family:  "Vollkorn", serif;
	text-transform: uppercase;
	font-weight: normal;
	text-transform: none;
}

#content h2, 
#content h2 a {
	color: #A78F73;
	font-size: 21px;
	font-size: 2.1rem;
	font-family: "Open Sans",Verdana, sans-serif;
}

#content h3, 
#content h3 a {
	color: #7f7f57;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: "Open Sans",Verdana, sans-serif;
}

#content h4, 
#content h4 a {
	color: #969476;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "Open Sans",Verdana, sans-serif;
}

#content h5, 
#content h5 a {
	color: #b1947b;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "Open Sans",Verdana, sans-serif;
}

#content .lower {
	text-transform: none !important;
	font-family: inherit;
}

#content p.source {
	text-align: right;
}

#content ul {
	margin-left: 15px;
}

#content ul li {
	list-style: disc;
}

#content ul h3 {
	font-size: 18px;
}

#content ul h4 {
	font-size: 15px;
}

#content a {
	color: #4f7b98;
}

#content a:hover {
	text-decoration: none;
}

#content dd a {
	border-bottom: 1px dotted #b3c7d8;
}

#content p a:hover, 
#content dd a:hover {
	border-bottom: 1px dotted #b3c7d8;
	text-decoration: none;
}

#content p.author {
	text-align: right;
}

#content dl {
	margin: 1em 0;
}

#content dt {
	font-weight: bold;
	margin: 1em 0 0 0;
}

#content table {
	width: 100%;
}

#content table ul {
	margin-left: 5px;
}

#content table li {
	list-style: none;
}

#content table td, table th {
	padding: 5px;
}

.warning {
	color: #761f20;
}

.disclaimer {
	color: #999;
	font-size: .9em !important;
	font-style: italic;
}




/* -------------- CONTENT DEFAULTS -------------- */

/* this creates the background for the sidebar to go all the way to the bottom on a page that's longer than the navigation */
#container {
position: relative;
background: #F2F2ED url(/images_global/white_background13.gif) repeat-y right top;
}
#content {
	background: #fff;
	padding: 28px 30px 10px 30px;
	font-size: 1.6rem;
	line-height: 1.4em;
	height: 100%;
}

#content p {
	margin: 1em 0;
}
#content ol {
	margin: 1em 0 1em 24px;
}
#content ul {
	list-style: disc;
	margin: 1em 0 1em 15px;
}
#content blockquote {
	font-style: italic;
	margin: 1em 1.5em;
}
#content blockquote em {
	font-style: normal;
}



/* ------ EMAIL / PRINT -------*/
div#emailPrint {
	height: 14px;
	position: absolute;
	right: 10px;
	top: 30px;
	z-index: 455598;
}
div#emailPrint a {
	padding-right: 0;
}
div#emailPrint img {
	border: none;
	clear: none;
	float: none;
	margin: 0;
	padding: 0 3px;
}
div#emailPrint .sizefont img {
	border: 1px solid #ccc;
	padding: 1px 3px;
	position: relative;
	top: 1px;
}
div#emailPrint #large {
	margin-right: 3px;
}


/* ------ breadcrumb -------*/
#breadcrumb, #breadcrumb a {
	font-size: 9px; 
	text-transform: uppercase; 
	letter-spacing: .09em; 
	color: #a0acb2;
}
#breadcrumb span {
	margin: 3px 95px 15px 0; 
	display:block; 
}


/* -------------- MAIN CONTENT BOX-------------- */
/*
#mainContent {
	width: 535px;
	float: left;
}
*/


/* -------------- RELATED INFO BOX -------------- */
#relatedInfo {
	width: 100%;
	border-left : 1px solid #ddd;
}
#relatedInfo div {
		background-color: #fff;
		padding: 0 0 0 20px;
		margin-right: 0;
		margin-top: 20px;
		margin-bottom: 10px;
}
#relatedInfo h3 {
	color: #2e678c;
	font: 14px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-top: 0;
}
#relatedInfo a {
	font-size: 12px;
	font-size: 1.2rem;
}
#relatedPages {
	margin-top: 5px;
}
#relatedMedia {}
#relatedPubs {
	
}


#content #relatedInfo #AjaxifyLoading {
	border: none;
	display: inline;
}
#content #relatedInfo #AjaxifyLoading img {
	display: none;
}
#content #relatedInfo ul {
	margin: 1em 0;
}
#content #relatedInfo ul li {
	list-style: none;
}

#content #relatedInfo div h3, #content 
#relatedInfo div h3 a {
	color: #4E7C99;
	font-size: 18px;
	font-weight: strong;
	letter-spacing: .03em;
	margin-bottom: 0;
}
#content #relatedInfo ul li a strong, 
#content #relatedInfo #relatedPages .relPageSection {
	
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .03em;
}
#content #relatedInfo #relatedPages .relPageSection {
	color: #666;
}
#content #relatedInfo #relatedPages .relPageSection li {
	font-size: 13px;
	letter-spacing: 0;
	text-transform: none;
}
#content #relatedInfo .showHideAll {
	color: #999;
	font-size: 10px;
}
#content #relatedInfo .showHideAll:hover, 
#content #relatedInfo .showHideAllMedia:hover {
	cursor: pointer;
}
#content #relatedInfo ul li ul {
	display: none;
}
#content #relatedInfo ul li ul li ul {
	display: block;
}
#content #relatedInfo ul li ul li {
	line-height: 1.2em;
	margin: 7px 0;
}
#content #relatedInfo ul li ul li img {
	border: 1px solid #ccc;
	padding: 0px;
}





	
/* -------------- PAGE NAVIGATION --------------*/
#pageNav {
	width: auto;
	background-color: #f5f5f1;
	padding-bottom: 10px;
	position: relative;
}
#navAndPromos > #pageNav {
	background-color: #EBE9E1;
}
#pageNav a {
	display: block;
}
#pageNav a:hover {
	text-decoration: none;
}


/* TITLES */
#pageNav h3 a {
	color: #a78f73;
	display: block;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1em;
	padding: 20px 0 20px 20px;
	text-transform: uppercase;
	margin-bottom: -6px;
	}

#pageNav h4.chunktitle {
	padding: 18px 10px 10px 20px;
	margin-top: 6px;
	text-transform: uppercase;
	font-size: 1.05em;
	color: #628194;
	border-top: 1px solid silver;
}
#pageNav h4.chunktitle.empty {
	height: 1px;
	padding: 0;
}

#pageNav h4 a {
	color: #A78F73;
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.1em;
	padding: 10px 20px 10px 20px;
	}


/* -------------- SECTIONS --------------*/


#pageNav ul {
	padding: 0 0 10px 0;
}
#pageNav ul li a {
	display: block;
	line-height: 1.3em;
	padding: 8px 15px 8px 20px;
	font-size: 14px;
	font-size: 1.4rem;
}
#navAndPromos>#pageNav ul li a {
	height: auto;
	line-height: 1.2em;
}
#pageNav ul li a:hover {
	background: #477A96;
	color: #fff;
}


/* -------------- CURRENT SECTION --------------*/
#pageNav h4.current_section a {
	color: #fff; 
	margin: 0; 
	background: #000; 
	/* border-top: 1px solid #eee; */
	position: relative;
}
#pageNav ul.current_section {
	display: block; 
	background: #fff; 
	padding: 0 0 5px 0;
	margin-bottom: 5px; 
/* 	border-bottom: 1px solid #eee; */
}


/* -------------- CURRENT SUBSECTION --------------*/
#pageNav li.current_submenu {
	background: #f3f2ed;
	/*
border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	font-weight: bold;
	padding-top: 5px;
*/
}
#pageNav li.current_submenu a {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding-right: 10px;
}
#pageNav li.current_submenu ul {
	background: #EBE9E1;
	background: #f3f2ed;
	display: block;
	padding-bottom: 0;
}
#pageNav li.current_submenu ul li {
	font-weight: normal;
}
#pageNav li.current_submenu ul li a {
	padding-right: 15px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
}
#pageNav li.current_submenu ul li ul {
	display: block;
}


/* -------------- CURRENT SUBSUBSECTION --------------*/
#pageNav ul li.current_submenu ul li.current_submenu {
	background: #DFDDD5;
	background: #e3e1d8;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	font-weight: bold;
	margin: 3px 0;
	padding-top: 5px;
}
#pageNav ul li.current_submenu ul li.current_submenu ul {
	background: #CFCDC6;
	background: #DFDDD5;
	background: #e3e1d8;
	display: block;
	margin: 0;
}
#pageNav li.current_submenu ul li.current_submenu ul li {
	font-weight: normal;
}


/* -------------- CURRENT PAGE --------------*/
#pageNav ul li.current_page a, 
#pageNav ul li.current_page a:hover,
#pageNav h4.current_page a, 
#pageNav h4.current_page a:hover {
	background: #4B7E9B;
	color: #fff;
	margin: 0;
/*
	padding-bottom: 5px;
	padding-top: 5px;
*/
	position: relative;
}
#pageNav li.current_section ul li.current_page a, 
#pageNav li.current_section ul li.current_page a:hover {
/* 	border-top: 5px solid #fff; */
}
#pageNav li.current_submenu ul li.current_page a, 
#pageNav li.current_submenu ul li.current_page a:hover {
	/*
border-top: 5px solid #F3F2ED;
	border-top-color: #EBE9E1;
*/
}
#pageNav li.current_submenu li.current_submenu ul li.current_page a, 
#pageNav li.current_submenu li.current_submenu ul li.current_page a:hover {
	/*
border-top: 5px solid #E3E1D8;
	border-top-color: #DFDDD5;
*/
}

/* pointer arrow */
#pageNav ul > li.current_page > a:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 13px solid transparent;
	border-right-color: #fff;
	top: 4px;
	right: -1px;
}

/* -------------- SUBSECTION AROUND CURRENT PAGE --------------*/
#pageNav ul.current_section li.current_page ul {
	background: #E3E1D8;
	background: #EBE9E1;
	margin-bottom:  0px;
	padding: 0;
}
#pageNav ul.current_section li.current_page ul li a, 
#pageNav ul.current_section ul li.current_page ul li a:hover {
	background: #e3e1d8;
	background: #EBE9E1;
	border-top: none;
	color: #666;
	margin: 0;
	padding: 8px 5px 8px 20px;
}
#pageNav ul.current_submenu li.current_page ul {
	background: #EBE9E1;
	margin-bottom: 5px;
	padding: 0 0 5px;
}
#pageNav li.current_submenu ul li.current_page ul li a, 
#pageNav li.current_submenu ul li.current_page ul li a:hover {
	background: #D3D0C7;
	border-top: none;
}
#pageNav li.current_submenu li.current_submenu ul li.current_page ul li a, 
#pageNav li.current_submenu li.current_submenu ul li.current_page ul li a:hover {
	background: #d3d1cb;
	border-top: none;
}
#pageNav ul.current_submenu li.current_page ul li a, 
#pageNav ul.current_section ul li.current_page ul li a:hover {
	background: #e3e1d8;
	border-top: none;
	color: #666;
	margin: 0;
	padding: 8px 5px 8px 20px;
}


/* -------------- LANDING PAGE NAV --------------*/
#pageNav #pageLinks li.landingpage {
	display: block;
}
#pageNav #pageLinks li.landingpage:hover, 
#pageNav #pageLinks li.current_section ul li:hover {
	background: #ded7bd;
}


/* -------------- NAV PROMOS --------------*/
#navAndPromos {
	padding: 0;
}
#navAndPromos h5 {
	background-color: #8b9d7a;
	height: 21px;
	margin: 0;
	padding-top: 0;
}
#navAndPromos .navPromos,
#relatedInfo #relatedLinks .navPromos {
	margin: 0;
	width: 152px;
}
#navAndPromos .navPromos li,
#relatedInfo #relatedLinks .navPromos li {
	border: none;
	border-bottom: 1px solid #bbb;
	clear: both;
	margin: 0;
	padding: 8px 10px;
}
#navAndPromos .navPromos img,
#relatedInfo #relatedLinks .navPromos img {
	float: right;
	margin: 2px 0 0 0;
	padding: 0px;
}
.navPromos img.alt,
#relatedInfo #relatedLinks .navPromos img.alt {
	float: left;
	margin: 2px 6px 0 0;
}
.navPromos>li:hover,
#relatedInfo>#relatedLinks .navPromos li:hover {
	background-color: #e4e4e0;
}

/* -------------- JUMP TO TOP LINK --------------*/
	
#bottomLine {
	clear: both;
	position: relative;
	text-align: right;
	top: 5px;
}
a.gototop {
	background: url(/images_global/arrow_up.gif) right top no-repeat;
	color: #4F7B98;
	font-size: .9em;
	letter-spacing: .02em;
	padding: 0;
	padding-right: 13px;
}
a.gototop:hover {
	border-bottom: 1px dotted #bbb;
	text-decoration: none;
}


/*Smaller screens */
@media only screen and (max-width: 767px) { 
	header img { width: 380px; }
	#containerwrapper .push-three { left: 0%; }
	
	#containerwrapper .pull-nine { right: 0%; }
}