/* import reset css to standardize defaults across browsers */
@import url('../styles_global/reset.css');

/* import hacks css to compensate for IE quirks */
@import url('../styles_global/hacks.css');

/* start site-specific css */

/* vvvvvv */
/* page wrappers */

body {
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	background-image: url('../imgs/background_body.jpg');
	}

div.container {
	text-align: left;
	width: 950px;
	margin: 6px auto 6px auto;
	}
	
/* ^^^^^^ */
/* end page wrappers */

/* vvvvvv */
/* header */

div.header {
	background-color: #fff;
	}

div.header h1 {
	float: left;
	}

div.header h2 {
	}
	
div.header h2.branding-role {
	height: 76px;
	width: 731px;
	background-image: url('../imgs/branding-role.jpg');
	background-position: right;
	background-repeat: repeat-none;
	float: right;
	}

div.header h3 {
	display: none;
	}

div.header ul li {
	display: inline;
	}

div.header div.nav-utility {
	display: none;
	}

div.header div.nav-utility ul.tier-1 {
	display: none;
	}

div.header div.nav-utility ul.tier-2 {
	display: none;
	}

div.header div.text-size-base {
	display: none;
	}

/* end header */
/* ^^^^^^ */

/* vvvvvv */
/* top stand-alone (horizontal usually) navigation area */

div.nav-head {
	height: 10px;
	background-color: #ccc;
	background-image: url('../imgs/background_nav-head.gif');
	overflow: hidden;
	}

/* semi-hack for IE to allow nav-head to display when empty */
div.nav-head span {
	display: block;
	height: 10px;	
	}
/* end hack */

div.nav-head h3 {
	display: none;
	}

div.nav-head ul.tier-1 {
	display: none;
	}

div.nav-head ul.tier-1 li {
	display: none;
	}

div.nav-head ul.tier-2 {
	display: none;
	}

div.nav-head ul.tier-2 li {
	display: none;
	}

/* end top stand-alone (horizontal usually) navigation area */
/* ^^^^^^ */

/* vvvvvv */
/* full content area */

div.content {
	background-color: #fff;
	background-image: url('../imgs/background_content.gif');
	clear: both;
	}

/* provides for flexible layout within the content area */
.layout-a {
	}

.layout-a .col-left {
	float: left;
	width: 200px;
	}

/* multi-tier (left vertical usually) navigation area */
.layout-a .col-left div.nav-body {
	}

.layout-a .col-left div.nav-body h3 {
	display: none;
	}

.layout-a .col-left div.nav-body ul {
	}

.layout-a .col-left div.nav-body ul li {
	}

.layout-a .col-left div.nav-body ul li a {
	font-size: 0.750em; /* 16x0.750=12px */
	font-weight: bold;
	text-decoration: none;
	color: #967247;
	display: block;
	background-image: url('../imgs/separator_nav-body_tier-1.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0px 2px 4px 10px;
	}

.layout-a .col-left div.nav-body ul li a:hover {
	background-image: url('../imgs/background_nav-body_tier-1_on.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	}

.layout-a .col-left div.nav-body ul li a.selected {
	background-image: url('../imgs/background_nav-body_tier-1_on.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	}

.layout-a .col-left div.nav-body ul.tier-1 {
	}

.layout-a .col-left div.nav-body ul.tier-1 li {
	}

.layout-a .col-left div.nav-body ul.tier-2 {
	}

.layout-a .col-left div.nav-body ul.tier-2 li {
	background-image: url('../imgs/background_nav-body_tier-2.gif');
	background-position: 4px 0;
	background-repeat: repeat-y;
	}

.layout-a .col-left div.nav-body ul.tier-2 li a {
	background-image: url('../imgs/separator_nav-body_tier-2.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 0px 2px 4px 16px;
	}

.layout-a .col-left div.nav-body ul.tier-2 li a:hover {
	background-color: #fff;
	background-image: url('../imgs/background_nav-body_tier-2_on.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	}

.layout-a .col-left div.nav-body {
	}

.layout-a .col-left div.nav-body ul.tier-3 {
	}

.layout-a .col-left div.nav-body ul.tier-3 li {
	}

.layout-a .col-left div.nav-body ul.tier-3 li a {
	background-image: none;
	background-color: #fff;
	padding: 0px 2px 4px 22px;
	}

.layout-a .col-left div.nav-body ul.tier-4 {
	}

.layout-a .col-left div.nav-body ul.tier-4 li {
	}

.layout-a .col-left div.nav-body ul.tier-4 li a {
	background-image: none;
	background-color: #fff;
	padding: 0px 2px 4px 28px;
	}

.layout-a .col-left div.nav-body ul.tier-5 {
	}

.layout-a .col-left div.nav-body ul.tier-5 li {
	}

.layout-a .col-left div.nav-body ul.tier-5 li a {
	background-image: none;
	background-color: #fff;
	padding: 0px 2px 4px 34px;
	}
/* multi-tier (left vertical usually) navigation area */

/* actual content area (where the text lives) */
.layout-a .col-right {
	margin-left: 231px;
	padding-right: 40px;
	}

.layout-a .col-right h2 {
	display: none;
	}

.layout-a .col-right .content-block div.splash-image {
	text-align: center;
	margin: 20px 0 20px 0;
	}

/* breadcrumb */
.layout-a div.breadcrumb {
	font-size: 0.689em; /* 16x0.689=11px */
	padding: 0.25em;
	}

.layout-a div.breadcrumb ul li {
	display: inline;
	margin-right: 0.5em; /* 14x0.5=7px */
	}

.layout-a div.breadcrumb h3 {
	display: none;
	}
/* end breadcrumb */

/* standard html formatting */
.layout-a .col-right div.content-block {
	width: 460px;
	padding: 0;
	}
	
.layout-a .col-right .content-block p {
	font-size: 0.875em; /* 16x0.875=14px */
	line-height: 1.285em; /* 14x1.285=18px */
	margin: 1.286em 0 1.286em 0; /* 14x1.286=18px */
	}

.layout-a .col-right .content-block h3 {
	display: block;
	font-weight: bold;
	line-height: 1.25em; /* 16x1.375=20px */
	color: #967247;
	margin: 1.286em 0 1.286em 0; /* 14x1.286=18px */
	}

.layout-a .col-right .content-block h4 {
	display: block;
	font-weight: bold;
	line-height: 1.25em; /* 16x1.375=20px */
	margin: 1.286em 0 1.286em 0; /* 14x1.286=18px */
	}

.layout-a .col-right .content-block h5 {
	display: block;
	font-weight: bold;
	font-size: 0.875em; /* 16x0.875=14px */
	line-height: 1.285em; /* 14x1.285=18px */
	color: #024631;
	margin: 1.286em 0 1.286em 0; /* 14x1.286=18px */
	}

.layout-a .col-right .content-block h6 {
	display: block;
	font-weight: bold;
	font-size: 0.875em; /* 16x0.875=14px */
	line-height: 1.285em; /* 14x1.285=18px */
	margin: 1.286em 0 1.286em 0; /* 14x1.286=18px */
	}

.layout-a .col-right .content-block dl {
	margin: 2em 0 0 2em; /* 14x2=28px */
	}

.layout-a .col-right .content-block dt {
	font-weight: bold;
	font-size: 0.875em; /* 16x0.875=14px */
	line-height: 1.285em; /* 14x1.285=18px */
	}
	
.layout-a .col-right .content-block dd {
	font-size: 0.875em; /* 16x0.875=14px */
	line-height: 1.285em; /* 14x1.285=18px */
	}
	
.layout-a .col-right .content-block ul {
	font-size: 0.875em; /* 16x0.875=14px */
	line-height: 1.285em; /* 14x1.285=18px */
	list-style: inside disc;
	margin: 2em 0 0 2em; /* 14x2=28px */
	}
	
.layout-a .col-right .content-block ol {
	font-size: 0.875em; /* 16x0.875=14px */
	line-height: 1.285em; /* 14x1.285=18px */
	list-style: inside decimal;
	margin: 2em 0 0 2em; /* 14x2=28px */
	}
	
.layout-a .col-right .content-block pre {
	margin: 1.286em 0 1.286em 0; /* 14x1.286=18px */
	}
	
.layout-a .col-right .content-block form {
	margin: 0.25em; /* 14x1.286=18px */
	}

.layout-a .col-right .content-block text {
	display: block;
	margin: 0.25em; /* 14x1.286=18px */
	}

.layout-a .col-right .content-block textarea {
	display: block;
	margin: 0.25em; /* 14x1.286=18px */
	}

.layout-a .col-right .content-block radio button {
	display: block;
	margin: 0.25em; /* 14x1.286=18px */
	}

.layout-a .col-right .content-block checkbox {
	display: block;
	margin: 0.25em; /* 14x1.286=18px */
	}

.layout-a .col-right .content-block Option {
	display: block;
	margin: 0.25em; /* 14x1.286=18px */
	}

.layout-a .col-right .content-block submit {
	}

.layout-a .col-right .content-block blockquote {
	display: block;
	padding: 8px;
	}

.layout-a .col-right .content-block table {
	display: block;
	}

.layout-a .col-right .content-block th {
	padding: 4px;
	background-color: #eeeeee;
	border: 1px solid #fff;
	}

.layout-a .col-right .content-block td {
	padding: 4px;
	border: 1px solid #eee;
	}
	
/* end standard html formatting */

/* end actual content area (where the text lives) */

/* end provides for flexible layout within the content area */

/* begin info-blocks (contain portlet-type stuff) */

/* left column */
.layout-a .col-left .info-block {
	}
/* end left column */

/* right column */
.layout-a .col-right .info-block {
	width: 200px;
	float: right;
	clear: right;
	}
/* end right column */

/* info-block type-a specific */

.type-a {
	font-size: 0.875em; /* 16x0.875=14px */
	background: url("../imgs/curve_outershell_bl.gif") no-repeat 0% 100%;
	background-color: #FAD791;
	margin-bottom: 20px;
	}

.type-a .info-block-header {
	background: url("../imgs/curve_outershell_tr.gif") no-repeat 100% 0;
	}

.type-a div.info-block-header h3 {
	display: block;
	font-weight: bold;
	line-height: 1.25em; /* 16x1.375=20px */
	color: #024631;
	background: url("../imgs/curve_outershell_tl.gif") no-repeat 0 0;
	padding: 0.5em 0 0.125em 1em; /* 14x0.5=7px */
	margin: 0;
	}

.type-a div.info-block-body {
	}

.type-a div.info-block-body ul {
	list-style-image: url("../imgs/bullet_info-block_type-a.gif");
	list-style-type: circle;
	margin: 0 0.5em 0 0.5em;
	padding-top: 0.125em;
	background-image: url('../imgs/separator_nav-body_tier-1.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	}

.type-a div.info-block-body ul li {
	margin: 0.5em 0.5em 0 1.875em;
	padding-left: 0.5em;
	}

.type-a div.info-block-body ul li a {
	font-size: 0.857em; /* 14x0.875=12px */
	color: #663300;
	text-decoration: none;
	}

.type-a div.info-block-body ul li a:hover {
	text-decoration: underline;
	}

.type-a div.info-block-footer {
	background: url("../imgs/curve_outershell_br.gif") no-repeat 100% 100%;
	display: block;
	padding: 0.025em;
	}

.type-a div.info-block-footer hr {
	color: #FAD791;
	background-color: #FAD791;
	border: 0;
	}
/* end info-block type-a specific */

/* info-block type-b specific */
.type-b .info-block-header {
	margin-top: 20px;
	}
	
.type-b .info-block-header h3 {
	display: none;
	}
	
.type-b .info-block-body {
	text-align: center;
	}
	
.type-b .info-block-footer {
	display: none;
	}
/* end info-block type-b specific */

/* end info-blocks */
	
/* end full content area */
/* ^^^^^^ */

/* vvvvvv */
/* footer */

div.footer {
	font-size: 0.689em; /* 16x0.689=11px */
	color: #666;
	text-align: center;
	height: 64px;
	background-color: transparent;
	background-image: url("../imgs/background_footer.gif");
	background-position: bottom;
	background-repeat: no-repeat;
	clear: both;
	}

div.footer p {
	padding-top: 24px;
	}

/* end footer */
/* ^^^^^^ */