/********** These next few are the Jello Mold **********/
/* See http://www.positioniseverything.net/articles/sidepages/pie-calc.php
for an easy way to calculate the values neccessary */

html, body, ol, ul, li, dl, dt, dd, img {
	margin: 0; 
	padding: 0;
	border: 0;
	/*list-style: none;*/
}

body {
	padding: 0 390px; /* the critical side padding that sets the natural min-width! */ 
	/*background: url(../images/brownlattice2.gif);*/ /* this BG tiles the area outside the columns */
	color: #333333; 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100.01%; /* this body font-size fixes an IE bug and maintains x-browser uniformity */ 
	text-align: center; /* centers the #sizer element in IE5.x/win */
}

#sizer {
	margin: 0 auto; /* centers #sizer in standard browsers */
	padding: 0;
	width: 42%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
	text-align: left; /* resets the default text alignment for the page */
	max-width: 210px;
}

#expander { /* Any % height here causes IE to lose the neg right margin */
	margin: 0 -390px; /* neg side margin values should be < or = to side body padding */
	min-width: 780px; /* This prevents Safari from losing the negative margins in narrow windows */ 
	position: relative; /* makes #expander visible outside #sizer in IEwin */
	min-height: 1px; /* This harmless declaration gives Layout to IE7, which can't read the Holly hack below */
} 

/*\*/
* html #expander {height: 0;}
/* #expander must have "height: 0" in IEwin bug fixing */

/* The above is a modified Holly hack for #expander, with zero substituted for the 
usual 1% height value. Any % value on this element causes a horrendous IE bug! */ 

#wrapper1 { /* BG here tiles the left column */
	position: relative; /* this positioning may be needed for IEwin if page is to contain positioned elements */
	/*background: url(../images/redcircles.gif);*/
	font-size: .87em; /* set global font-size here */
	/*border: 3px solid #da5;*/ /* border around all three columns */
	/*border-width: 4px 3px;*/
}

#wrapper2 { /* BG here tiles the right column */
	position: relative; /* extra insurance against bugs in IEwin */
	/*background: url(../images/redblots.gif) 100% 0 repeat-y;*/
}

/********** These are the Piefecta structure **********/

/* To modify the side column widths and the col divider widths, the values that are 
marked "critical" and also refer to the desired mod MUST be changed as a group. */

.outer { /* BG here tiles the center column */
	/*background: url(../images/bluelattice.gif); */
	/*border-left: 2px solid #da5;*/ /*** Critical left divider dimension value ***/
	/*border-right: 2px solid #da5;*/ /*** Critical right divider dimension value ***/
	margin-left: 200px;  /*** Critical left col width value ***/
	margin-right: 200px;  /*** Critical right col width value ***/
}

.float-wrap {
	float: left;
	width: 100%;
}

.center {
	float: right;
	width: 100%;
}

.left {
	float: left;
	position: relative;  /* Needed for IE/win */
	width: 200px;  /*** Critical left col width value ***/
	margin-left: -200px;  /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
	background-color: #DDDDDD;
}

.right {
	float: right; 
	position: relative; /* Needed for IE/win */
	width: 200px;  /*** Critical right col width value ***/
	margin-right: -200px;  /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
	/*margin-left: 2px;*/  /*** Critical right divider dimension value ***/
}

.centerbox {
	overflow: visible;
	width: 100%;
}

.container-left {color: #333333;}

.container-right {color: #333333; padding-bottom: 80px;} /* makes room for the froggy */

/*************** Header and Footer elements *****************/

.header {
	width: 100%;
	color: #333333;
	padding: 15px 0;
	/*background: url(../images/jello1.gif) no-repeat 50px 7px; */
}  /* "jello" BG is made to be in fixed position here */

/*\*/
* html .header {background-position: 10px 3px;}
/* IEwin hack needed because the "jello" BG is in a positioned wrapper and shows
variance. IEwin does not support fixed backgrounds on elements other than the body */

.header span {color: #333333;} 

.footer {
	width: 100%;
	clear: both;
	padding: 5px 0;
	position: relative;
}

.footer p {
	margin: 10px 0 0 0;
	color: #666666;
}

.froggy {
	position: absolute;
	top: -65px;
	right: -10px;
}

.image_right {
	float: right;
	margin: 0 0 0 5px;
}

.image_left {
	float: left;
	margin: 0 5px 0 0;
}

.floatleft {
	float: left;
}

.breadcrumb {
	font-size: 65%;
	color: #666666;
}

.headertext {
	margin-left: 200px; /* allow room for logo */
	border-left: solid black 2px;
	padding-left: 15px;
}

.headertext h1 {
	font-size: 1.5em;
	margin-bottom: 0.1em;
	margin-top: 0.1em;
}

.headertext h4 {
	margin-bottom: 0.5em;
	margin-top: 0;
}

.searchbar {
	padding: 0 5px;
	background-color: #2E45A0;
	height: 35px;
	text-align: right;
	clear: both;
}

.searchbar form {
	position: relative;
	margin: 0;
	padding: 0;
	top: 6px;
	font-size: 70%;
	vertical-align: middle;
}

.searchbar form input {
	margin: 0;
	padding: 0;
}

.datemodified {
	float: left;
	height: inherit;
	width: 200px;
	font-size: 65%;
	color: #666666;
}

.footertext {
	font-size: 80%;
	margin-right: 200px;
}

.disclaimer {
    clear: both;
	font-size: 65%;
}

/************** Spacing Controls for various column contents ***************/

.outer ul {
	text-align: left;
	margin: 10px 0;
}

.textpadder {padding: 8px;}
.centerbox .textpadder {padding: 16px;}

.centerbox p {
	line-height: 1.5;
}

.centerbox ul {
	margin: .5em 0 1.12em 40px;
	list-style: disc outside;
}

.centerbox ol {
	margin: .5em 0 1.12em 40px;
	list-style: decimal outside;
}

.centerbox li {
	padding-bottom: .85em;
}

.centerbox h3 {
	margin: 0 0 .5em;
	font-size: 1.25em;
}

.centerbox h4 {
	margin: .5em 0 0 0;
	font-size: 1.1em;
}

.centerbox h5 {
	margin: .5em 0;
	font-size: 1em;
}

/*
.centerbox ul ul,
.centerbox ol ol,
.centerbox ul ol,
.centerbox ol ul {
	margin: 0 0 0 40px;
}
*/
/************** Generic Rules *************/

a {color: #000; vertical-align: bottom;}

p {margin: .8em 0;}

h1 {margin: 0 0 35px 0;}

h2 {font-size: 1.2em;
	margin: 0 0 15px 0; 
	/*border: 3px solid #dcd3c2;
	border-color: #fef5e4 #d4cab9 #c2b9a8 #ece3d2;
	color: #500;
	background: url(../images/marble1.jpg);*/
}

h3 {
	font-size: 1.2em;
	margin: 1.0em 0 .3em;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
}

h5 {
	font-weight: bold;
}

.alignright {margin: 0 10px 10px 0; text-align: right;}

.small {font-size: .8em;}

/************** Sidebar Navigation *************/

ul.sidenav, ol.sidenav {
	list-style: none;
	border-bottom: solid 1px gray;
	margin: 0;
}

.sidenav li {
	position: relative;
	border-top: solid 1px gray;
	padding: .5em 0 .5em 0;
	line-height: 1.2;
}

.sidenav img {
	position: absolute;	
	top: .6em; 
	right: 5px;
	cursor: pointer;
}

.sidenav li a {
	display: block;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}

.sidenav li a:hover {
	text-decoration: underline;
}

.sidenav ul, .sidenav ol {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidenav ul li {
	display: block;
	position: relative;
	padding-left: 1em;
	padding-right: 0;
	border: none;
	font-weight: bold;
	font-size: .75em;
	line-height: normal;
}

.sidenav ul li a {
	display: block;
	position: relative;
	font-weight: normal;
	text-decoration: none;
}

/************** Right Column Styling *************/

.right p {
	font-size: 75%;
}

/************** Special Fixes *************/

.outer {word-wrap: break-word;}
/* Prevents long urls from breaking layout in IE, as this is a CSS3 property,
it must be hidden in a conditional comment for CSS to validate */

img {max-width: 100%;} 
/* prevents oversize images from breaking layout in browsers that support max-width */

/* \*/
* html #wrapper1,
* html #wrapper2,
* html .outer a, 
* html .container-left, 
* html .container-right,
* html .outer,
* html h2,
* html .sidenav li a {height: 1%;}
/* Holly hack */


#wrapper1,
#wrapper2,
.outer a, 
.container-left, 
.container-right,
.outer,
h2,
.sidenav li a {min-height: 1%;}
/* gives layout for IE7 */

/*** Variance fixes for IEwin ***/

/*\*/
* html .outer p {margin-right: -6px;}
/* */

/**************** Utility Rules *******************/

/*\*/ /*/
.sidenav a:hover {position: relative;}
/* this fixes an IEmac hover bug in the left column, hidden from other browsers */


.brclear { /* Use a break with this class to clear float containers */
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0;
}

.clicker {
	display: block;
	text-align: center; 
	padding: 3px; 
	background: #833; 
	cursor: pointer;   
}

.hide {	display: none;}

.show {	display: block;}

/********** Print media styles **********/
@media print {
	body, div.outer {
		margin: 0;
		padding: 0;
	}

	div#sizer {
		width: 100% !important;
		max-width: none;
	}

	div#expander {
		margin: 0;
		padding: 0;
		width: 100% !important;
		min-width: none;
	}

	div.left, div.right {
		width: 0;
		margin: 0;
		padding: 0;
	}

	div.searchbar, div.breadcrumb, div.left, div.right, div.footertext {
		display: none;
	}
}
