* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, sans-serif;
	font-size: small;
	background: #fff url(./chrome/nav_bg.gif) 0 0 repeat-y;
	color: #333;
}

a:link {
	color: #339;
}

a:visited {
	color: #669;
}

a:hover,
a:focus,
a:active {
	color: #fe7c17;
}

a img {
	border: none;
}

#outerwrapper {
	padding-left: 203px;
	background: transparent url(./chrome/nav_logo_bg.gif) 0 0 no-repeat;
	min-height: 600px;
	min-width: 550px;
}

* html #outerwrapper {
	height: 1%;
	padding-left: 200px;
}

* html #innerwrapper {
	height: 1%;
}

#skiplink {
	position: absolute;
	left: -9999px;
}

#quicksearch {
	text-align: right;
	background: #fff url(./chrome/masthead_upper_bg.gif) 0 100% repeat-x;
	padding: 10px;
}

* html #quicksearch {
	height: 1%;
}

#quicksearch label {
	font-weight: bold;
	vertical-align: middle;
	margin-right: 6px;
}

#quicksearch_query {
	border: 1px solid #2e2e43;
	vertical-align: middle;
	color: #666;
	width: 153px;
	margin-right: 6px;
}

#quicksearch_submit {
	background: #2e2e43;
	border: 1px solid #000;
	color: #fff;
	font-size: 90%;
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	width: 30px;
}

#masthead {
	padding: 15px 0 15px 0;
	background: #fff url(./chrome/masthead_inner_bg.gif) 0 100% repeat-x;
	margin-left: -203px;
	overflow: hidden;
}

#breadcrumb {
	margin-left: 220px;
	list-style: none;
	position: relative;
}

#breadcrumb li {
	display: inline;
	padding-left: 29px;
	background: transparent url(./chrome/breadcrumb.gif) 9px 50% no-repeat;
}

#breadcrumb li.firstitem {
	padding-left: 0;
	background: none;
}

#breadcrumb a:link,
#breadcrumb a:visited,
#breadcrumb a:hover,
#breadcrumb a:active,
#breadcrumb a:focus {
	color: #333;
	text-decoration: none;
}

#breadcrumb a:hover,
#breadcrumb a:focus {
	text-decoration: underline;
}

#logo {
	float: left;
	width: 107px;
	margin-left: 101px;
	margin-top: 6px;
	margin-bottom: 5px;
	display: inline;
}

* html #logo {
	height: 1%;
}

h1 {
	font-size: 310%;
	margin-left: 217px;
	margin-top: 3px;
	text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
}

* html h1 {
	margin-left: 214px;
	margin-top: 2px;
	height: 1%;
}

#nav {
	float: left;
	width: 203px;
	margin-left: -203px;
	display: inline;
}

#nav ul {
	margin: 40px 10px;
	list-style: none;
}

#nav a:link,
#nav a:visited,
#nav a:hover,
#nav a:active,
#nav a:focus {
	color: #dde;
	text-decoration: none;
}

#nav a:hover,
#nav a:focus {
	text-decoration: underline;
	color: #fff;
}

#primary_nav li {
	padding: 7px 0;
	border-top: 2px solid #595e7e;
	border-bottom: 2px solid #595e7e;
	margin-top: -2px;
	font-size: 115%;
	position: relative;
}

#supplemental_nav li {
	margin: 5px 0;
}

#site_tools li {
	margin: 5px 0;
	font-size: 90%;
}

.with_sectioncolumn #midwrapper {
	background: #fff url(./chrome/sectioncolumn_bg.gif) 100% 0 repeat-y;
}	

.with_sectioncolumn #innerwrapper {
	padding-right: 200px;
	overflow: auto;
}

#sectioncolumn {
	float: right;
	width: 200px;
	margin-right: -200px;
	background: transparent url(./chrome/masthead_lower_sectioncolumn_bg.gif) 0 0 repeat-x;
	display: inline;
}

#sectioncolumn h2 {
	font-size: 190%;
	margin: 20px 8px 0 8px;
	text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
}

#sectioncolumn h3 {
	font-size: 100%;
	margin: 15px 10px 12px 10px;
	font-weight: normal;
}

#sectioncolumn h3#header_descendents {
	font-size: 110%;
}

#sectioncolumn ul {
	list-style: none;
	margin-bottom: 20px;
}

#sectioncolumn ul li {
	margin: 8px 10px;
	font-size: 85%;
	font-weight: bold;
}

#sectioncolumn ul#nav_descendents li {
	font-size: 95%;
}

#content {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent url(./chrome/masthead_lower_content_bg.gif) 0 0 repeat-x;
	line-height: 1.4;
	overflow-x: auto;
}

#innercontent {
	margin: 0;
	padding: 5px 18px;
}

#footer {
	clear: both;
	background: #2e2e43;
	color: #fff;
	padding: 8px;
	text-align: right;
	list-style: none;
	margin-left: 15px;
	font-size: 80%;
}

* html #footer {
	height: 1px;
}

#footer li {
	display: inline;
	padding-left: 26px;
	background: transparent url(./chrome/footer_divider.gif) 6px 50% no-repeat;
}

#footer li.firstitem {
	padding-left: 0;
	background: none;	
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active,
#footer a:focus {
	color: #fff;
}

#footer a:hover,
#footer a:focus {
	text-decoration: none;
}

/* content innards */

#content p,
#content ul,
#content ol,
#content dl,
#content div {
	margin: 12px 0;
}

#content ul,
#content ol {
	margin-left: 30px;
	margin-right: 30px;
}

#content li {
	margin: 6px 0;
}

#content h2 {
	font-size: 112%;
	margin-top: 30px;
	margin-bottom: 12px;
}

* html #content h2 {
	height: 1%;
}

#content h3 {
	font-size: 105%;
	color: #667;
	margin-top: 30px;
	margin-bottom: 12px;
}

* html #content h3 {
	height: 1%;
}

/* test environment */

body.test_environment #outerwrapper {
	position: relative;
   top: 10px;
}

#testEnvironment {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 10px;
   background: #000 url(/images/testEnvironment.gif) left top repeat-x;
	overflow: hidden;
}

/* floats */

.withfloat {
	clear: both;
}

.floatright {
   float: right;
   margin: 0 0 1em 1em;
   position: relative;
}

.floatleft {
   float: left;
   margin: 0 1em 1em 0;
   position: relative;
   clear: left; /* can't do this with floatright, as things will then clear the sectionpanel */
}

/* prompt, success, failure */

p.prompt {
   padding: 5px;
   border: 1px solid #efbd6b;
   background-color: #fff5bf;
}

p.success {
   padding: 5px;
   border: 1px solid #33cc00;
   background-color: #eeffe8;
}

p.failure {
   padding: 5px;
   border: 1px solid #ff0000;
   background-color: #ffdddd;
}

/* simpletable */

table.simpletable th {
   background-color: #ddd;
   padding: 4px;
   margin: 2px;
   border-right: 1px solid #cfcfcf;
   border-bottom: 1px solid #cfcfcf;
   font-size: 105%;
   font-weight: bolder;
   text-align: left;
}

table.simpletable td {
   background-color: #eee;
   padding: 4px;
   margin: 2px;
   border-right: 1px solid #cfcfcf;
   border-bottom: 1px solid #cfcfcf;
   font-size: 100%;
}

table.simpletable caption {
   font-size: 90%;
   color: #666;
   border-bottom: 2px dotted #aaa;
}

table.simpletable p {
   margin: 0;
}

/* general styles */

#content p.byline {
	font-size: 140%;
	padding-bottom: 10px;
	border-bottom: 2px dotted #515976;
	color: #515976;
}

#content dl {
	margin: 0;
}

#content dt {
	font-weight: bold;
	font-size: 110%;
	margin: 15px 0 0 0;
	padding-top: 15px;
	border-top: 1px dotted #ddd;
}

#content dd {
	margin: 4px 0;
}

.feint {
	color: #888;
}

a.withlock {
	vertical-align: middle;
}

img.lock {
	vertical-align: middle;
}

#content .highlight {
	clear: both;
	padding: 10px;
	border: 1px solid #aaa;
	background: #eeeeef;
}

#content .sect {
	margin-top: 50px;
}

#content img.sitemapicon {
	margin-right: 5px;
}

/* forms */

#content form {
	margin: 30px 0;
}

#content .form_label {
	margin-bottom: 0;
	font-weight: bold;
	padding: 0 5px 5px 5px;
	border-bottom: 1px dotted #aaa;
}

#content .form_input {
	margin-top: 0;
	padding: 5px;
	background: #fafafb;
}

#content .form_submit {
	margin-top: 25px;
	padding: 5px;
	border-top: 2px dotted #aaa;
}

#content .form_embedded th {
	text-align: left;
	font-weight: normal;
	font-size: 85%;
}

/* search */

#content ul.searchcachepages {
   position: relative;
   list-style: none;
   font-weight: bold;
   border-top: 1px dotted #aaa;
   border-bottom: 1px dotted #aaa;
   margin: 15px 0;
   padding: 10px 0;
   background-color: #fafafb;
   text-align: center;
}

ul.searchcachepages li {
   position: relative;
   display: inline;
   margin: 0;
   padding: 0 10px;
   list-style: none;
   background: none;
   color: #aaa;
}

/* this page */

#content .jumptitle {
	margin: 0;
	padding: 5px;
	background: #515976;
	color: #fff;
	text-transform: uppercase;
	font-size: 80%;
}

#content ul.jumplinks {
	border: 1px solid #515976;
	background: #fefeff;
	margin: 0 0 20px 0;
	padding: 5px;
	list-style: none;
	font-size: 80%;
}

#content ul.jumplinks li {
	font-weight: bold;
	margin: 4px 0;
	padding: 0;
}

#content ul.jumplinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content ul.jumplinks li li {
	font-weight: normal;
	margin: 2px 0 2px 20px;
}

#content ul.jumplinks a {
	text-decoration: none;
}

#content ul.jumplinks a:hover {
	text-decoration: underline;
}

/* NEED:
	- navitem_notes
*/