/* style selectors related to the main layout of the pages throughout the site */
/* alphabetical by selector */
#blocknav {
	min-height: 28px;
	font-size: .7em;
	/*text-align:right; karl put this in in an attempt to solve an accessibility problem, but i'm taking out for now cause it's breaking admin pages*/
}
#blocknav input {
	font-size: 1em;
}
#blocknav select {
	font-size: 1em;
}
#blocknav li {
	float: right;
	padding-top: 4px;
	/*border-top: 4px solid #669;*/
	display: block;
}
#blocknav a {
	text-decoration: none;
	display: block;
	padding: 7px 10px 5px 7px;
	/*border-top: 2px solid #669;*/	
}
div#blocknav a.skiplink {
	padding: 1px 7px 2px 2px;
	display: block;

}
#blocknav select {
	margin: 3.5px 0 0 0 ;
}
#blocknav a:hover {
	text-decoration: underline;
}
#blocknav li label{
	padding-left: 7px;
}

#copyright {
	float: left;
	font-size: .9em;
	padding: 0px 10px 10px 10px;
	clear:both;
	}
	

#footer {
	min-height: 50px;
}
#footerlinks {
	float: left;
	font-size: 1em;
	padding: 10px;
	}
#footer li {
	float: left;
	list-style-type: none;
	font-size: .7em;
	line-height: 1em;
}

#footer li a {
	line-height: 1.2em;
	display: block;
	padding: 0px 10px 0px 10px;
}
#footer li a:hover {
	text-decoration: underline;

}
#infoline 
	{
	clear:both;
	display:block;
	font-size: .9em;
	padding: 6px 10px 6px 0px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}
#header {
	min-height: 77px;
}
#logo {
	padding: 0px 0px 10px 16px;
	min-height: 50px;
	float: left;
	width: 50%;
}	
#sitebranding
{
	float: left;
	width: 40%;
}
.topbutton a {
	padding: 2px 8px 2px 8px;
	margin-left: .5em;
	font-weight: bold;
	text-decoration: none;
	font-size: .75em;
	clear: none;
}
.topbutton a:hover 
{
	text-decoration: underline;
}

#registereduser {
	padding: 10px 16px 10px 10px;
	min-height: 23px;
	text-align: right;
}

#savedsearch {
	float: left;
	width: 50%;
	text-align: left;
	}


#searchtabs {
	/*padding-left: 15px;*/
	float: left;
	width: 100%;	
}
#searchtabs li {
	float: left;
	list-style-type: none;
    padding:0 0 0 9px;
    font-size: .75em;
    font-weight: bold;
}

#searchtabs a 
{
	text-decoration: none;
	font-weight: bold;	
	float:left;
    display:block;
    /*padding:5px 10px 1px 1px;*/
    padding:6px 10px 2px 1px;
}
  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #searchtabs a {float:none;}
  /* End IE5-Mac hack */

#searchtabs .current a 
	{
	/*padding-bottom: 2px;*/ 
	padding-bottom: 3px;
	/*font-weight: bold;*/
    }
 #tabspace 
	{
	width: 16px;
	float: left;
	height: 24px;
	}
.container-1c
	{
	/*
	JCR: appears to fix NC touching problme in IE 7, IE 6 and FireFox
	*/	
	float: left;
	width: 32.5%;
	}		
.container-2c
	{
	/*
	JCR: appears to fix NC touching problme in IE 7, IE 6 and FireFox
	*/	
	float: left;
	width: 65%;
	}		
.container-3c
	{
	/*
	JCR: appears to fix NC touching problme in IE 7, IE 6 and FireFox
	*/	
	float: left;
	width: 97.5%;
	}		
	
	
	
	
	
#container-content
{
	padding: 16px 0 16px 0; 
}
#outercontainer
{
	width:100%;
}
#outercontainer2
{
	width:100%;
}
#outercontainer3
{
	width:100%;
}


.outercontainer
	{
	padding: 16px;
	display: block;
	min-height:400px;
	height:auto;
	}
.container-1c-left 
	{	
	/* KLC changing padding: 0% 2% 0% 0%; to all 0's seems to resolve the problem with the
	boxes touching in NC (no visible shadow) */
	/*
	JCR: this problem still evident; attempted fix by adding left padding to container-1c
	*/
 	padding: 0% 0% 0% 0%;
	float: left;
	width: 31%;
	height: auto;
	min-height: 22em;
	}	
.container-1c-right 
	{
	float: right;
	width: 33%;
	height: auto;
	min-height: 10em;
	}
.container-2c-left 
	{
	/*
	padding: 0% 2% 0% 0%;
	float: left;
	width: 63%;
	height: auto;		
*/
	float: left;
	width: 61%;
	height: 100%;
	min-height: 10em;
	/* we cannot mix pixels with percentages when calculating widths - it will not be valid CSS */
	/*margin-left: 2%;*/
	}
.container-2c-right 
	{
	float: left;
	width: 61%;
	height: 100%;
	min-height: 10em;
	/* we cannot mix pixels with percentages when calculating widths - it will not be valid CSS */
	/*margin-left: 2%;*/
	margin-left: 16px;
	}
	.block
	{
		background-color: #FFF;
		margin: 0 0 0 16px;
		min-height: 120px;
		height: auto;
		background-image: url(../../images/bg-shadow.gif);
		background-repeat: repeat-x;
		background-position: left bottom;
		padding-bottom: 13px;
	}
	.block .content, .blockoutline .content
	{
		padding: 6px 10px 10px 10px;
	}
	

	
