

/***** SKIP LINK *****/
/* Users with screenreaders can skip right to the content.        *
 * The absolute-positioned DIV fixes an IE6 bug where it visually *
 * skips to the content, but the keyboard focus remains up top.   */
#skipLink {
	position: absolute; 
	left: -1000em; 
	width: 20em;
}

#skipTarget {
	position: absolute;
	font-size: 1px;
}


/***** HEADER *****/

#header {
	width: 700px;
	margin: 0;
	padding: 0;
}

#logo {
	float: left;
}

#Utilities {
	float: right;
	color: #808080;
	margin: 0 0 0 0;
	padding: 0;
}


#Utilities li {
	display: inline;
	margin-left: 1.5ex;
}

#Utilities a, #Footer a {
	color: #808080; /* Medium Gray */
	border-bottom: solid 1px #ccc; /* Pale Gray */	
}

#Utilities a:hover, #Footer a:hover {
	color: #808080; /* Medium Gray */
	border-bottom: solid 1px #808080; /* Medium Gray */	
}
.utility_selected {
	color: black;
	font-weight: bold;
}

/***** MAIN BODY *****/

body {
	margin: 0;
	padding-top: 14px;

	/* Background attributes set separately so as to add granularity when overriding */
	background-color: #e7e1cf; /* Tan */
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	font-size: smaller;

	min-width: 700px; /* used to avoid problems in some browsers when page is wider than window */
}

a, a:hover {
	text-decoration: none;
}

#page {
	background: white url(/images/pine-cone-big.gif) bottom right no-repeat;

	margin: 0 auto; /* center page in window */
	padding: 0;

	width: 700px;
	overflow: hidden;
}


#bodytext {
	position: relative; /* makes this appear on top of the tab reflections */

	border-left: solid 1px #808080;
	border-right: solid 1px #808080;

	padding: 10px 10px 10px 160px;
	margin: 0 0 0 0;
}

#bodytext h1 {
	font: normal bold 150% Arial;
	color: #006633; /* Dark Green */
	margin: 0 0 1ex 0;
}

#bodytext h2 {
	font: normal bold 115% Arial;

	margin: 0 0 1ex 0;
}

#bodytext h3, #bodytext h4, #bodytext h5 {
	font: normal bold 100% Arial;
	color: #063; /* Dark Green */
}

#bodytext p {
	margin: 0 10px 1em 0;
}


#bodytext a, #breadcrumbs a, #subnav a {
	color: #063; /* Dark Green */
	border-bottom: solid 1px #cce0d6; /* Pale Green */
}

#bodytext a:hover, #breadcrumbs a:hover, #subnav a:hover {
	color: #063; /* Dark Green */
	border-bottom: solid 1px #063; /* Dark Green */
}

a.no_underline, #bodytext a.no_underline,
#breadcrumbs a.no_underline, #subnav a.no_underline {
	border-bottom: 0;
}


a:hover.no_underline, #bodytext a:hover.no_underline,
#breadcrumbs a:hover.no_underline, #subnav a:hover.no_underline {
	border-bottom: 0;
}

.column {
	float: left;
}

.clearColumns {
	clear: both;
	padding: 0;
	font-size: 1px;
}

/* Fix IE bug with the "Holly Hack" */
/* Hides from IE5-mac \*/
#hollyhack {
	height: 1%;
}
/* End hide from IE5-mac */ 



/***** TAB NAVIGATION *****/

#navbar {
	clear: both;

	position: relative;
	top: -9px;

	width: 700px;
	height: 74px;
	
	vertical-align: bottom;
	background: url(/images/header.png) top left no-repeat;
}


.navbar_reflect {
	/* Position this exactly below the people on the right */
	position: absolute;
	right: 0px;
	bottom: -41px;

	width: 194px;
	height: 41px;

	background: url(/images/reflection.gif) top right no-repeat;
}

#tabs {
	display: inline;
	margin: 0 0 0 1ex;
	padding: 0;

	/* Bottom-align div that holds all tabs */
	position: absolute;
	bottom: 0px;
}


#tabs li {
	position: relative;
  	float: left;
	list-style: none;


	margin: 0 -10ex 0 0; /* Space tabs closely */
	padding: 0;
}

.tab {
	background: url(/images/tab.png) top right no-repeat;

	position: relative;
} 

.label {
	color: white;
	font-weight: bold;

	margin: 0 14ex 0 0;
	padding: 2px 0 2px 1ex;

	border-left: solid 1px #333;
	position: relative;
}

.label a {
	color: white;
	text-decoration: none;
}

.tab_reflect {
	position: absolute;
	left: 1px;
	top: 20px;

	background: url(/images/tab-reflect.gif) top left no-repeat;

	width: 70px;
	height: 15px;
	
}

.tab_selected {
	background: url(/images/tab-selected.gif) top right no-repeat;

	vertical-align: bottom;
	position: relative;
} 

.label_selected {
	color: black;
	font-weight: bold;

	margin: 0 14ex 0 0;
	padding: 4px 0 0 1ex;

	border-left: solid 1px #333;
	position: relative;
}

.label_selected a {
	color: black;
	text-decoration: none;
}


.tab_reflect_selected {
	position: absolute;
	left: 1px;
	top: 20px;
	
	z-index: 0;

	background-color: white;

	width: 70px;
	height: 15px;
	
}


/***** BREADCRUMBS & SUBNAVIGATION *****/


#breadcrumbs {
	position: relative;
	font-size: 85%;

	margin: -10px 0 0 0;
	padding: 12px 0 5px 0;
}

#breadcrumbs em {
	color: #808080;
	font-size: 100%;
	font-weight: bold;
	font-style: normal;

	margin: 0px;
	padding: 1ex;
}

#subnav {
	width: 150px;
	float: left;
	padding-top: 1ex;

	position: relative; /* makes this appear on top of the tab reflections */
	z-index: 9999;
}

#subnav em {
	color: #808080;
	font-size: 85%;
	font-weight: bold;
	font-style: normal;

	padding: 1ex;
}

#subnav ul {
	list-style: none;

	margin: 0;
	padding: 0;
}

#subnav li {
	margin: 1ex 1ex 2ex 1ex;
	padding: 0;

	font-weight: bold;
}

#subnav #selected  {
	color: black;

	background-color: #e7e1cf; /* Tan */
	border-left: solid 1px #e7e1cf; /* Tan */

	border-top: solid 1px #333; /* Dark Gray */
	border-right: solid 1px #ccc; /* Light Gray */
	border-bottom: solid 1px #ccc; /* Light Gray */

	padding: 2px;
	margin-left: 1px;

	position: relative;
	left: -1px;

	z-index: 1000;
}

#subnav #selected a {
	border-bottom: solid 1px #bac2a8;
}
#subnav #selected a:hover {
	border-bottom: solid 1px #063;
}

#subnav #selected ul {
	list-style-type: square;
	font-weight: normal;
	font-size: 80%;
	padding-left: 1em;
	margin-top: 3px;
}

#subnav #selected ul li {
	font-weight: normal;
}

/***** FOOTER *****/


#bodybottom {
	clear: both;

	font-size: 5px;
	height: 5px;

	border: solid 1px #808080;
	border-top: 0;

	background: #063 url(/images/footer.gif) repeat-x;  /* Dark Green */
}

#Footer {	
	width: 700px;

	color: black;

	font-size: 80%;
	margin: 0 auto;
}
.indent {
	padding-left: 40px;
}

.FooterLeft {
	clear: left;
	float: left;

	margin: 0;
	padding: 0;

	color: #808080;
}

.FooterLink {
	list-style-type: none;
	float: left;

	padding: 0 2ex;

	border-left: solid 1px #808080;
}

.FirstFooterLink {
	list-style-type: none;
	float: left;
	padding-right: 2ex;
}

.FooterLeft a {
	color: #808080;
}

.FooterRight {
	float: right;
	text-align: right;

	color: #808080;
}

/***** TAGS *****/
img { border: 0 }

dt { font-weight: bold }
dd { margin: 0 0 1em 0 }

hr {
	border: 0;
	border-top: 1px dashed silver;
	height: 1px;
}
td {
	vertical-align: top;
}

/***** DEFINITION TABLE *****/
td.term {
	font-weight: bold;
	color: white;
	background-color: #063;
}
td.definition {
	background-color: #e7e1cf;
}

/***** BODY ELEMENTS *****/
ul.square { list-style-type: square }
div.container {
	background-color: #cce0d6; /* Pale Green */
	border: 1px dotted #063;/* Dark Green */
	padding: 1em;
	margin: 1em 0;
}
.footnote { font-size: 70% }
.bold { font-weight: bold }
.italic { font-style: italic }
.rightAligned { text-align: right; }
.centered { text-align: center; }
.bigGreen { font-size: 120%; color: #063 }
.bigGrey { font-size: 120%; color: #999 }
.bigBlack { font-size: 120%; color: black }
.hugeBlack { font-size: 140%; color: black }
