/* CSS Document */
@import url(undohtml.css);
@import url(forms.css);
body {
	background-color: #d7d6ce;
	/*background-color:#CBCBCB;
	background-color:#fff;*/ 
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

a {
	color: #6E5F45;
}

a:hover {
	text-decoration: underline;
}

h3 {
	color: #6E5F45;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin: 15px 0 0 0;
	padding: 0;
	letter-spacing: 1px;
}

.alert {
	color: red;
	border: 1px solid red;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px  5px;
	width: 430px;
}

form * {
	font-size: 11px;
}

thead {
	color: white;
	background-color: #ED7B42;
}

.skip { 
	color: #d7d6ce;
	background: transparent;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 780px;
}

#hiddentext {
	color: #d7d6ce;
	background: transparent;
}

#main {
	background-color: white;
	border: 0px solid red;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	clear: both;
	overflow: hidden;/**/  /* commented out to prevent hiding content in anchored divs, but may cause layout problem for Mozilla */
	width: 100%;
}

#header {
	background-color: white;
	color: white;
	padding: 0 0 0 0;
	height: 120px;
	width: 780px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

	#header h1 {
		float: left;
		background-image: url(/images/header.gif);
		background-repeat: no-repeat;
		background-postion: 0 0;
		height: 120px;
		width: 780px;
		margin: 0;
		padding: 0;
		text-indent: -9999px;
	}
	
		#header h1 a {
			display: block;
			height: 120px;
			width: 780px;
		}


#nav-container {
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	white-space: nowrap;
}

#nav { 
	padding: 0;
	margin: 0;
	list-style: none;
	height: auto;
	/*line-height: 1;*/
}

#nav ul { /* all lists */
	float: left;
	width: 100%;
	height: auto;
	list-style: none;
	/*line-height: 1;*/
	background-color: #6E5F45;
	font-weight: normal;
	font-size:11px;
	padding: 0;
	border: solid #000;
	border-width: 1px 1px 1px 1px;
	/*margin: 0 0 1em 0;
	margin: 3px 0 1px 0;*/
	margin: 0;
	z-index: 100;
}

#nav a {
	display: block;
	width: 11em;
	w\idth: 7em;
	height: auto;
	color: #fff;
	text-decoration: none;
	padding: 0.25em 2em;
	/*border-right: 1px solid #6E5F45;
	border-left: 1px solid #6E5F45;*/
}

#nav a.parent {
	background: url(/images/arrow.gif) center right no-repeat;
	height: auto;
}

#nav li {
	float: left;
	padding: 0;
	width: 11em;
	height: auto;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	/*border-width: 1px;*/
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em;
	height: auto;
}

#nav li ul a {
	width: 13em;
	w\idth: 10em;
	height: auto;
}

#nav li ul ul {
	margin: -1.60em 0 0 14em;
	height: auto;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	height: auto;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	height: auto;
}

#nav ul li {
	border-right: 1px solid #000;
	height: auto;
}

#nav ul ul li {
	border-right: 0px solid #000;
	height: auto;
}/**/

#nav li:hover, #nav li.sfhover {
	background-color: #B8A888;
	height: auto;
	/*margin: 0 0 0 -1px;
	border-right: 1px solid #6E5F45;
	border-left: 1px solid #6E5F45;*/
}

#nav li:hover a, #nav li.sfhover a {
	color: #FFF;
	height: auto;
}

#nav .active {
	background-color: #B8A888;
	color: #FFF;
	/*border-right: 1px solid #6E5F45;
	border-left: 1px solid #6E5F45;*/
	width: 11em;
	w\idth: 7em;
	height: auto;
}
	
#nav-page {
	background-color: #B8A888;
	border: solid #000;
	border-width: 0px 1px 1px 1px;
	float: left;
	height: 10px;
	/*margin: -1px 0 0 0;*/
	margin: 0 0 0 0;
	padding: 10px 0 10px 15px;
	width: 765px;
	text-align: right;
}

	#nav-page a {
		color: white;
		padding: 0 15px 0 0;
		text-decoration: none;
	}

	#nav-page a:hover {
		text-decoration: underline;
	}

	
#nav-links {
	background-color: #EAEAEA;
	border-right: 1px solid #999;
	border-left: 0px solid #999;
	float: left;
	height: 100%;
	margin-bottom: -32000px;
	padding: 0 0 32000px 0;
	text-transform: capitalize;
	list-style: none;
	width: 230px;
}

#nav-links ul a:link, #nav-links ul a:visited {display: block; text-decoration: none;}

#nav-links ul {
	list-style: none; 
	margin: 0; 
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#nav-links li {border-bottom: 1px solid #CCC; border-top: 1px solid #FFF;}

/* fix for browsers that don't need the hack */
html>body #nav-links li {border-bottom: none;}

#nav-links h3  {
	margin: 10px 0 0 0; 
	padding: 2px 0 0 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
}

#nav-links h3 a:link, #nav-links h3 a:visited {display: block; text-decoration: none;}

#nav-links h3 a:hover {
	background-color: #fff;
	padding: 2px 0 2px 10px;
	width: auto;
}

#nav-links a:link {
	padding: 2px 0 2px 10px;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#nav-links a:visited {
	padding: 2px 0 2px 10px;
	width: auto;
}

#nav-links a:hover {
	background-color: #fff;
	padding: 2px 0 2px 10px;
	width: auto;
}

#nav-links .active {
	background-color: #fff;
	background-image: url(/images/arrow-purple.gif);
	background-position: center left;
	background-repeat: no-repeat
}

#nav-links #quicklinks {
	list-style: none;
	border-top: 0px solid black;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 0 -15px;
	padding: 0 0 0 15px;
}

#content-home {
	background-color: white;
	border: 0px solid blue;
	clear: both;
	color: black;
	margin: 10px 0 0 0;
	padding: 0 20px 40px 40px;
	width: 780px;
	word-wrap: break-word;
}

#content-home #intro {
	/*float: left;
	margin: 5px 0;
	padding: 0 20px 0 0 ;
	width: 350px;*/
	float: left;
	height: 100%;
	margin-bottom: -32000px;
	padding: 0 0 32000px 0;
	list-style: none;
	width: 230px;
}

#content-home #banner {
	/*float: right;
	margin: 0 50px 0 30px;*/
	clear: both;
	color: black;
	float: right;
	margin: 20px 0 0 0;
	padding: 0 20px 40px 40px;
	width: 475px;
	word-wrap: break-word;
	background-color: white;
	border: 0px solid blue;
}

#content {
	clear: both;
	color: black;
	float: right;
	margin: 20px 0 0 0;
	/*padding: 0 20px 40px 40px;
	width: 475px;*/
	padding: 0 40px 40px 40px;
	width: 700px;
	word-wrap: break-word;
	background-color: white;
	border: 0px solid blue;
}

	#content #breadcrumb {
		color: #B8A888;
		font-weight: normal;
		/*margin: 0 0 0 -40px;*/
		margin: 0 0 0 0;
	}
	
		#content #breadcrumb a {
			color: #6E5F45;
			text-decoration: underline;
		}
	
	#content h2 {
		background-color: #B8A888;
		color: #fff;
		border-right: 1px solid #6E5F45;
		border-bottom: 1px solid #6E5F45;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		letter-spacing: 2px;
		text-transform: capitalize;
		/*margin: 10px 0 0 -20px;*/
		margin: 10px 0 0 0;
		padding: 5px 5px 5px 20px;
	}

		#content h2 span {
			color: #B8A888;
			display: block;
			font-size: 11px;
			font-weight: bold;
			letter-spacing: normal;
		}

	#content li {
		list-style: square;
	}
	
	#content p {
		padding: 5px 0px;
	}

	#content p span {
		color: #6E5F45;
		display: block;
		font-size: 11px;
		font-weight: bold;
		letter-spacing: normal;
	}
	
	#content a {
		color: #6E5F45;
		text-decoration: underline;
	}

	#content table {
		background-color: #bbb;
	}
		
	#content th {
		background-color:#DBDBDB;
		color:#666;
		text-align: left;
		font-weight: bold;
	}
		
	#content td {
		white-space: normal;
		word-wrap: break-word;
	}
	
	#content .shade {
		background-color: #f0f0f0;
	}
	
	#content .noshade {
		background-color: white;
	}
	
	#content .date {
		color: #6E5F45;
	}

	#content .summary {
		clear: both;
		margin-left: 30px;
	}

	#content .properties {
		color: #6E5F45;
		clear: both;
		padding: 3px 0 3px 0;
		word-wrap: break-word;
	}

#highlights {
	border: 0px solid blue;
	clear: both;
	float: right;
	width: 475px;
}
	
	#highlights div {
		background-color: white;
		background-position: 0 0;
		background-repeat: no-repeat;
		border: 1px solid #996699;
		float: left;
		height: 75px;
		margin: 5px;
		padding: 35px 15px 10px 10px;
		width: 194px;
	}
	
	#highlights  h3, #highlights  p{
		margin: 0;
	}
	
	#highlights div#highlight1 {
		background-image: url(/images/banner2.gif);
	}
	
#sitemap {
	clear: both;
}
		
#sitemap ul {
	font-weight: normal;
	text-decoration: none;
	list-style: none;
}

#sitemap li {
	list-style-type: square; 
	color: #6E5F45;
}

#sitemap li ul {
	list-style-type: square; 
	color: #6E5F45;
}		

#sitemap a {
	color: #6E5F45;
	text-decoration: none;
}

#sitemap a:hover {
	color: #6E5F45;
	text-decoration: underline;
}
	
#copyright {
	border: 0px solid red;
	clear: both;
	color: #333;
	float: right;
	font-size: 9px;
	margin: 0;
	padding: 10px 0 20px 0;
}


	#leftnav, #leftnav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float: left;
		width: 11em;
	}
	
	#leftnav li { /* all list items */
		position: relative;
		float: left;
		line-height: 1.25em;
		margin-bottom: -1px;
		width: 11em;
	}
	
	#leftnav li ul { /* second-level lists */
		position: absolute;
		left: -999em;
		margin-left: 11.05em;
		margin-top: -1.35em;
	}
	
	#leftnav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#leftnav li a {
		width: 11em;
		w\idth: 10em;
		display: block;
		color: #6E5F45;
		font-weight: normal;
		text-decoration: none;
		background-color: #d9d9d9;
		padding: 0 0.5em;
	}
	
	#leftnav li a:hover {
		color: #6E5F45;
		background-color: #C8E1FB;
		/*background-image: url(images/arrow.gif);
		background-repeat: no-repeat;
		background-position: right;*/
	}
	
	#leftnav li:hover ul ul, #leftnav li:hover ul ul ul, #leftnav li.sfhover ul ul, #leftnav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#leftnav li:hover ul, #leftnav li li:hover ul, #leftnav li li li:hover ul, #leftnav li.sfhover ul, #leftnav li li.sfhover ul, #leftnav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

#leftnav h3 a {
	color: #6E5F45;
}

.highlightBox {
	text-align: left; 
	float: left;
	margin: 5px 0 0 5px;
	padding: 0;
	height: 270px;
}

.highlightBox h4 { 
	padding: 2px 0;
	margin: 0;
	text-transform: uppercase;
	color: #ffffff; 
	font-size: 11px; 
	font-weight: bold;
}

.highlightBox div {
	background-color: #F7F7F7;
	font-weight: normal;
	font-size: 10px;
	color: #000;
	text-align: left;
	padding: 5px;
	float: left;
	width: 205px;
	height: 90%;
}

a.file { line-height: 22px; background-repeat: no-repeat; background-position: 0 0; padding: 2px 0 2px 20px; }

a.csv { background-image: url(/images/file_icons/csv.gif); }
a.msg { background-image: url(/images/file_icons/email.gif); }
a.xls { background-image: url(/images/file_icons/excel.gif); }
a.html, a.htm { background-image: url(/images/file_icons/html.gif); }
a.pdf { background-image: url(/images/file_icons/pdf.gif); }
a.ppt { background-image: url(/images/file_icons/ppt.gif); }
a.wmv { background-image: url(/images/file_icons/wmv.gif); }
a.doc { background-image: url(/images/file_icons/word.gif); }
a.zip { background-image: url(/images/file_icons/zip.gif); }
a.phone { background-image: url(/images/file_icons/phone.gif); }
a.fax { background-image: url(/images/file_icons/fax.gif); }
a.print { background-image: url(/images/file_icons/print.gif); }
