body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background-color: #fcfbf8;*/
	text-align: center;
	background-color: #262627;
	color: #000000;
	font-size: 1em;
	min-width: 800px;
	position: relative;
}
html, body, #doc {
	min-height: 100%;
	width: 100%;
	height: 100%;
}


p {
	font-size: .8em;
	margin: 5px 10px;
	text-align: justify;
}
a {
	outline: none;
	text-decoration: none;
}
a:link, a:visited {
	color: #990000;
}
a:hover {
	text-decoration: underline;
}

#print_header {
	display: none;
}
#powered {
	display: none;
}
/*TO STYLE H2, H3, and H6 headings you have to edit the dummy style in the SIFR-screen.css file */
h1 { 
	font-size: .9em;
	font-weight: bold;
	margin: 0;
	padding: 5px 5px 0px 5px;
	color: #a70404;
}
h2 { /*These are the big headings at the top of each content area */
	color: #000066;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 10px;
}
h3 {
	color: #a70404;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 5px 5px  5px 5px;
}

.partners {
	font-size: .9em;
	font-weight: bold;
}
h4 { /*these are the headings within the text slightly larger and bold */
	font-size: 1.1em;
	font-weight: bold;
	margin: 5px;
	padding: 0;
	color: #a70404;
}
h5 { /*these are the headings within the text slightly larger and bold */
	font-size: .9em;
	font-weight: bold;
	margin: 0;
	padding: 5px 5px 0px 5px;
	color: #a70404;
}
h6 {
	color: #a70404;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0 0  0 10px;
}
.skip { /* for hidden jump links */
	position: absolute; 
	visibility: hidden;
}
 #skip a, #skip a:hover, #skip a:visited
{
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
}

#skip a:active
{
position:static;
width:auto;
height:auto;
}
img {
	border:0;
}
a img {
	border: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}

/* Containers and centering//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////  */
#centerwrap {
	position: relative;
	width: 662px;
	text-align: left;
	z-index: 1;
	margin: 10px auto 0px;
	padding: 0 0 30px 0;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.clear {
	clear: both;
}

/* TOP BAR ACROSS //////////////////////////////////////////////////////////*/
#toplogo {
	width: 100%;
	height: 137px; 
	position: relative;
	min-width: 800px;
	background-image: url(../imgs/logoBar.jpg); 
	background-repeat: repeat-x;
}
#logo {
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	width: 372px;
	height: 111px;
	background-image: url(../imgs/logoMain.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: 19px;
}

/* MENU/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////  */
#menustripe {
	background-image: url(../imgs/menuGrad.jpg);
	background-repeat: repeat-x;
	min-height: 25px;
	height: 25px;
}
#nav ul { 
	list-style: none;
	margin: 0 0 0 30px;
	padding: 0;
}	
#nav li { 
	float: left;
}
.reveal {
	/*display: none;
	visibility: hidden;*/
	position: absolute;
	left: -2500em;
}
#nav_1 {
	width: 71px;
	height: 25px;
	background: url(../imgs/menuSepLine.jpg) no-repeat right;
	
}
#nav_1 a {
	display: block;
	width: 69px;
	height: 25px;
	background: url(../imgs/buttons/b1.png);
	background-position: 0 0px;
}
#nav_2 {
	width: 92px;
	height: 25px;
	background: url(../imgs/menuSepLine.jpg) no-repeat right;
}
#nav_2 a {
	display: block;
	width: 90px;
	height: 25px;
	background: url(../imgs/buttons/b2.png);
	background-position: 0 0px;
}
#nav_3 {
	width: 87px;
	height: 25px;
	background: url(../imgs/menuSepLine.jpg) no-repeat right;
}
#nav_3 a {
	display: block;
	width: 85px;
	height: 25px;
	background: url(../imgs/buttons/b3.png);
	background-position: 0 0px;
}
#nav_4 {
	width: 75px;
	height: 25px;
	background: url(../imgs/menuSepLine.jpg) no-repeat right;
}
#nav_4 a {
	display: block;
	width: 73px;
	height: 25px;
	background: url(../imgs/buttons/b4.png);
	background-position: 0 0px;
}
#nav_5 {
	width: 170px;
	height: 25px;
	background: url(../imgs/menuSepLine.jpg) no-repeat right;
}
#nav_5  a{
	display: block;
	width: 168px;
	height: 25px;
	background: url(../imgs/buttons/b5.png);
	background-position: 0 0px;
}
#nav_6 {
	width: 105px;
	height: 25px;
}
#nav_6  a{
	display: block;
	width: 105px;
	height: 25px;
	background: url(../imgs/buttons/b6.png);
	background-position: 0 0px;
}
#nav .nav_button:hover {
	background-position: 0 -25px;
}

/* FOOTER//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////  */
#footer {
	width: 100%;	
	color: #a5a5a5; 
	background-color: #262627;
	font-size: .8em;
	cursor: default;
	margin: 0px;
	padding-bottom: 15px;
	border: 0;
}
#footer li {
	display: inline;
	
}
#footer a {
	padding: 0px;
	margin: 0 5px 0 0;
	text-decoration: none;
	color: #bcbcbb;
}
#footer a:hover {
	text-decoration: none;
	color: #ffffff;
}
#footer p {
	font-size: .9em;
	text-align: center;

}
/* CONTENT//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////  */
#content {
	margin: 0 6px 0 0;
	padding: 6px 0 1px 0;
	width: 611px;
	border-left: 50px solid #780202;
	background-image: url(../imgs/contentMenuShadow.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	border-right: 1px solid #e2e1da;
	min-height: 250px;
}
* html #content{
	margin: 0 3px 0 0px;
}
#redBar {
	position: absolute;
	width: 50px; 
	height: 472px;
	background-color: #780202;
	background-image: url(../imgs/sidebarGrad.jpg); 
	background-repeat: repeat-x;
	
}
 .cdiv {
	margin: 5px 6px 0 6px;
	padding: 5px 5px 10px 5px;
	background-image: url(../imgs/contentTextBG.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #e8e8e8;
	
}

/* CLT Resource Center/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////  */
#centerwrap_wider {
	position: relative;
	width: 800px;
	text-align: left;
	z-index: 1;
	margin: 10px auto 0px;
	padding: 0 0 30px 0;
}
#content_wider {
	margin: 0 6px 0 0;
	padding: 6px 0 1px 0;
	width: 750px;
	border-left: 50px solid #780202;
	background-image: url(../imgs/contentMenuShadow.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	border-right: 1px solid #e2e1da;
}
* html #content_wider {
	margin: 0 3px 0 0px;
	width: 750px;
}
#sideBar {
	color: #a5a5a5; 
	background-color: #262627;
	width: 190px;
	margin: 4px 0 0 3px;
	float: left;
	border: 2px solid #cacaca;
	font-size: .9em;
	/*position: relative;
	top: -6px;*/
}
#sideBar h5 {
	color: #ebeaea;
	/*border-top: 2px solid #cacaca;*/
	text-align: center;
	font-size: .9em;
	padding: 5px 0px 0px 0px;
}
#sideBar ul {
	list-style-type: square;
	font-size: .8em;
	margin: 5px 5px 10px 0;
	padding: 0 0 0 20px;
	
}
#sideBar ul ul {
	font-size: 1em;
	margin-right: 0;
}
#sideBar ul li {
	margin: 5px 0px;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #444444;
}
#sideBar ul ul > li:first-child {
	border-top: 1px solid #444444;
}
#sideBar ul > li:first-child {
	border: none;
}
#sideBar ul li a {
	color: #b3b2b2;
}
#sideBar ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}
#sideBar form {
	margin: 5px;
}
#sideBar label{
	font-size: .8em;
	margin-left: 5px;
}
#sideBar input {
	margin: 5px;
	width: 165px;
}
#sideBar input[type=submit] {
	color: #cacaca;
	background-color: #222222;
	border: 1px solid #cacaca;
	float: right;
	width: auto;
}
#sideBar .license {
	text-align: center;
	margin: 20px 0 10px;
	font-size: .8em;
	line-height: 1.2em;
}
#sideBar .license img {
	margin-bottom: 8px;
}
#sideBar .license a {
	color: #cacaca;
	text-decoration: underline;
}
#featured {
	width: 545px;
	margin-left: 200px;
	font-size: .9em;
}
* html #featured {
	width: 540px;
	height: 1%;
}
#featured:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.postdiv h4 {
	margin: 5px 5px 5px 10px;
}
.postdiv h5 {
	background-color: #efefef;
	padding: 5px;
	margin: 0;
	color: #333333;
}
#featuredItems {
	list-style-type: none;
	font-weight: bold;
	font-size: .9em;
	line-height: 1.5em;
}
.postdiv {
	margin: 6px;
	padding: 0px;
	font-size: .9em;
	border: 1px solid #cacaca;
}
.postdiv p { 
	padding: 5px;
}
.postdiv p img {
	margin-right: 8px;
}
#searchBlock {
	color: #a5a5a5; 
	background-color: #262627;
	margin: 10px 5px 8px 5px;
	border: 1px solid #cacaca;
	font-size: .9em;
}
#searchBlock form {
	margin: 5px;
}
#searchBlock label{
	font-size: .8em;
	margin-left: 5px;
}
#searchBlock input {
	margin: 5px;
	width: 165px;
}
#searchBlock input[type=submit] {
	color: #cacaca;
	background-color: #222222;
	border: 1px solid #cacaca;
	width: auto;
}
#searchBlock .check {
	width: 12px;
	height: 12px;
}
/* LISTS//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////  */
ol {
	font-size: .8em; 
	line-height: 1.2em;
}
dl {
	font-size: .8em;
	padding: 15px 20px;
}
dt {
	margin-left:15px;
	font-weight: bold;
	text-decoration: underline;
}
dd {
	padding: 10px 5px;
}
#content ul { 
	padding: 0px 10px 0px 20px;
	list-style: url("../imgs/bullet.jpg") square;
	font-size: .8em;
	line-height: 1.1em;
	margin: 0;
}
#content li {
	margin: 10px;
}
#content ul ul {
	font-size: 1em;
}

#quicklink ul { /*this is for the quick jump menus at top of large pages */
	list-style: none;
	list-style-image: none;
}
#quicklink li {
	line-height: 1.1em;
	margin-bottom: 5px;
	padding-top: 5px;
	list-style: none;
	background-image: url(../images/topline.jpg);
	background-repeat: no-repeat;
}
#quicklink a {
	text-decoration: none;
	color: navy;
}
#quicklink a:hover {
	text-decoration: underline;
}
/* PUBLICATIONS/////////////////////////////////////////////////////////////////////////// */
#publications {
	height: 107px;
	padding: 0;
	margin: 0px 6px 0 6px;
	background-image: url(../imgs/pubBoxGrad.jpg);
	background-color: #e2e2e2;
	background-position: bottom left;
	background-repeat: repeat-x;
}
#pubL {
	 float: left;
	 margin: 0;
}
#pubR {
	 float: right;
	 margin: 0;
}
#contained {
	background-color: #f8f8f9;
}
#contained {
	background-color: #f8f8f9;
}
/* JUST SOME STUFF TO FIX IE 5 AND 6 MINWIDTH ISSUES/////////////////////////////////////////////////////////////////////////// */
* html #minwidth {
	border-left: 800px solid #f8f8f9; 
	position: relative;
}
* html #contained {
	margin-left: -800px;
	position: relative;

}
/*The following uses the mac band pass with the * html selectors targeting non mac IE 5 and 6 the body selector is only seen by IE 5 Mac*/
/*\*/
* html #minwidth, * html #contained, * html #content { 
	height: 5px;
}
* html #minwidth { border-left: 800px solid #cacaca; position: relative; float: left; z-index: 1; }
* html #contained { margin-left: -800px; position: relative; float: left; z-index: 2; text-align: center;}
/*/
body {
	display: inline-block;
}
/**/

