﻿/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     border-style: none;
    border-color: inherit;
    border-width: 0;
    margin: 0;
    padding: 0;
}
body{
	/*text-align:center;*/
	background-color:#FFFFFF;      /*        *** Change background for elogwebdev presentation; to help avoid confusion while developing;  20090209, LC  */
	/*background-color:#EEFFFF;  */

	font-family: Arial, Helvetica, sans-serif;
	/*font-size:0.9em;*/
	font-size:small;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 
{
	font-family: Arial, Helvetica, Sans-Serif;
	color:#446699;
	text-decoration:none;
}

	
/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */

h1 {
	margin:0.5em 0 0 0;
	/*font-size: 1.4em;*/
	font-weight: bold;
}
h2 {
    margin:0.5em 0 0 0;
	/*font-size: 1.3em;*/
	font-weight: bold;
}
h3 {
    margin:0.5em 0 0 0;
	/*font-size: 1.2em;*/
	font-weight: bold;
}
h4 {
	margin: 0.5em 0;
	/*font-size: 1.1em;*/
	font-weight: bold;
}
h5 {
	margin: 0.5em 0;
	/*font-size: 1em;*/
	font-weight: bold;
}
h6 {
	margin: 0.5em 0;
	/*font-size: 0.9em;*/
	font-weight: bold;
}
p  {
	margin: 1em 0;
	line-height: 1.5em;
}

ul
{
	list-style-position:outside;
	list-style-type:disc;
	margin-left: 30px;
}

li
{
	margin-top:10px;
}

.subUl
{
	list-style-type:circle;
	margin-left: 60px;
}

.tableNoBorder
{
	border: solid 0px #FFFFFF;
	text-align:center;
	width:100%;
}

.col3x td
{
	width:33%;
	height:20px;
}

.left
{
	text-align:left;
}

.tableGen
{
	border: solid 0px #FFFFFF;
	/*width: 100%;*/
	vertical-align:baseline;
	text-align:left;
	font-family:Arial;
}

.tableBorderIn
{
	width:100%;
	border: 1px solid #000000;
}

.tableBorderIn td
{
	border: 1px solid #000000;
}

.tableBorderIn td ul
{
	list-style-position:inside;
	list-style-type:inherit;
}

.motto
{
	font-style:italic;
}

.PartnerLink
{
	font-weight:bold;
}

.uline
{
	text-decoration:underline;
	font-weight:bold;
}

.indent
{
	margin-left:20px;
}

.fdcMain
{
	margin-left:40px;
}

.bold
{
	font-weight:bold;
}

.gold
{
	background-color: #DDCC88;	
}

.floatImgR
{
	position: relative;
	float:right;
	border: solid 4px #DDCC88;
	margin: 2px 2px 2px 6px;
}

.floatImgL
{
	position: relative;
	float:left;
	border: solid 4px #DDCC88;
	margin: 2px 6px 2px 2px;
}

.imgNoFloat
{
	border: solid 4px #DDCC88;
	margin: 3px 3px 3px 3px;	
}

.seeThru
{
	/*TODO: Make 80% or 90% transparent "gold" .PNG to serve as background image */
	
	/*opacity: 0.8;*/
	/*background-color: Transparent;*/
	/*background-color: rgba(221,204,136,0.5);*/
}

.errMsg
{
	color: #FF0000;
}



a 
{
	text-decoration:underline;
		font-weight:bold;
}

a:hover {text-decoration:none;}

/*This controls the whole content box -- left col, right col*/
#wrapper{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	min-width:1000px;
}
* html #wrapper {   /*** IE5.x/win box model fix ***/
	/*width: 1000px;*/
}


#header
{
	position:relative;
	height:80px;
	background-color:#FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#logo
{
	position:relative;
	float:left;
	white-space:nowrap;
}


#banner{
	position:relative;
	float:right;
	font-size: small;
	text-align: right;
	color: #000000;
	background-color:#FFFFFF;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#mylogo
{
	float:right;
    text-align:right;
}
#search{
	position:absolute;
	bottom:5px;
	right:5px;
}


#mainnav 
{
	top:77px;
	padding:0px 0px 0px 0px;
	background-color:#DDCC88;
	height:32px;
	width:100%;
}

* html #mainnav
{
	margin-top: -1px;
}

* + html #mainnav
{
	margin-top: -1px;
	height: 33px;
}



#subnav
{
	top:0;
	/*position:relative;
	float:left;*/
	width:150px;
	/*background-color:#004400;*/
	padding: 0px 5px 20px 5px;
	margin-right:10px;
	overflow:hidden;
}

#mainnav .menu
{
	padding: 0px 0px 0xp 0px;
	background-color:#DDCC88;
}

#subnav .menu
{
	width:150px;
	font-weight:bold;
	font-size:small;
}

#subnav .menu .menu
{
	font-weight:normal;
	font-size:small;
}

#subnav .menu .menu .menu
{
	font-style:italic;
	font-size:small;
}

#mainnav .item, #mainnav .selected, #mainnav .hover
{
	padding:4px 0px;
	border: 1px solid #ccaa77;
	color: #000000;
	height:32px;
	margin-top:0px;
}

#mainnav .item a, #mainnav .selected a, #mainnav .hover a
{
	padding:4px 4px;
}

* html #mainnav .item {padding:0 4px;}

#subnav .item, #subnav .selected, #subnav .hover
{
	padding:2px 2px 2px 2px;
	border: 2px solid #CCAA77;
	color:#000000;
	/*margin: 2px 2px 2px 2px;*/
}


#subnav .item
{
	/*background-color:#448844;*/
	/*background-color:#226622;*/
	background-color:#DDCC88;
}


#mainnav .selected
{
	color:#000000; 
	background-color:#BBEEBB;
}

#subnav .selected
{
	color:#000000; 
	background-color:#BBEEBB;
}

#mainnav .selSpec
{
	color:#000000; 
	background-color:#BBEEBB;
}

#mainnav .hover
{
	color:#000000; 
	background-color:#EEDD99;
}

#subnav .hover
{
	color:#000000; 
	background-color:#EEDD99;
}

#contentwrapper{
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 468px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	/*margin-left: 150px;*/    /*** Critical left col dimension value ***/
	/*border-left: 1px solid #F0EFC8;*/   /*** Critical left divider dimension value ***/
	/*border-right: 1px solid #F0EFC8;*/   /*** Critical right divider dimension value ***/
}
* html #contentwrapper {  /*** IE5.x/win box model fix ***/
	width: 468px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
}
#floatwrapper {
	float: left;
	width: 468px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	margin-right: -1px;   /*** Static fix ***/
}
#centercolumn{
	float: right;
	width: 468px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	/* \*/
	margin-left: -1px; 
	/* Hidden from IE-mac */
	padding-top:30px;
}
#breadcrumbs{
	position:absolute;
	top:5px;
	left:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#999999;
}
#breadcrumbs a {
	color:#59B101;
	text-decoration:underline;
}

#breadcrumbs a:hover {text-decoration:none;}

#copy a {color:#59B101;}

#copy .container {
	margin:0px;
	padding:0px 0px 0px 0px; 
	background-color:#FFFFFF;
	width:100%;	
}
	
.gridView
{
	background-color: #FFFFFF;
	color: #000000;
}

.gridView td
{
	/*
	background-color: #FFFFFF;
	color: #000000;
	*/
}

.gridView th
{
	background-color: #DDCC88;
	color: #000000;
}

.gridView .alt
{
	background-color: #BBEEBB;
	color: #000000;
}

.gridView .pgr
{
	background-color: #DDCC88;
	color: #000000;
}
	
/* \*/
* html #copy .container {height:1%;}
/* */

#copy img, #rightcolumn img 
{
    /* border:1px solid #6BD601 !important; */
    /*width: 48px;
    height: 48px;*/
}

#navlinks img
{
    /* border:1px solid #6BD601 !important; */
    width: 24px;
    height: 24px;
    vertical-align:middle;
    padding-bottom:5px;
}

.teaser
{
	margin-top:-0.2em;
	color:#000000;
	font-weight:normal;
}

#copy .teaser {
	margin-top:-0.2em;
	color:#000000;
	font-weight:normal;
}


#copy td, #copy th {padding: 0.2em 0.5em;}

/*Override so the AJAX Calendar appears correctly.*/
#copy .ajax__calendar_container td, #copy .ajax__calendar_container th
{
	padding: 0px 0px 0px 0px;
}

#copy td {
	padding: 0.2em 0.5em;
	font-family: Arial, Helvetica, sans-serif;
}
.txtBox {
    border:1px solid #CCCC66;
    background-color:#F7F7E8;
    color: #000000;
}

.txtBox:focus {background-color:#FFFFFF;}

#copy fieldset {	
	margin-bottom:1em;
	padding:1em;
	/*border:1px solid #CCCC66;*/
}

#copy fieldset legend {
	color:#0055CC;
	background-color:#FFFFFF;
}

* html #copy legend {
	padding:0.5em;
}

div.readmore {
	text-align:right;
	font-size:0.9em;
}

#leftcolumn {
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	/*width: 250px;*/    /*** Critical left col/divider dimension value ***/
	min-width: 320px;
	max-width: 320px;
	padding-top:30px;
	background-color:#FFFFFF;
}
* html #leftcolumn {
	float:left;	
	padding-top:25px;
}

*>html #leftcolumn {width:251px;}   /*** Fix only for IE/Mac ***/

#leftcolcontainer
{
	/*width: 250px;*/    /*** Critical left col dimension value ***/
	min-width: 320px;
	max-width: 100%;/*250px;*/
	float:right;
	text-align:left;
	/*margin-right:0px;*/
	/*border-left: solid 4px #DDCC88;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

}

#rightcolumn{
	float: left; 
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 152px;    /*** Critical right col/divider dimension value ***/
	padding-top:10px;
}

/* \*/
* html #rightcolumn {
	margin-left: 0px; 
	margin-right: -500px; 
	margin-right: -152px;
	padding-top:10px;
}
/* */

/*** These commented-out rules below are there to explain the "Critical" info 
	for the rules above, because comments must not appear within the Mac-hack.
	The "rules" below are not active, they are just for teaching purposes. ***/

/*
* html .right {
margin-left: 0px;    *** Critical right divider dimension value ***
margin-right: -500px;    *** IE5.x/win fix, must be above a critical number, but very high values appear okay ***
mar\gin-right: -152px;    *** Critical right col/divider dimension value ***
}
*/

#rightcolcontainer{
	/* \*/
	width: 150px;
	/* Hidden from IE-Mac */   /*** Critical right col dimension value ***/
	margin-left: 3px;    /*** Critical right divider dimension value ***/
}
/* \*/
* html #rightcolcontainer {
	float: right;
	margin-left: 2px; 
	margin-left: 0px; 
}
/* */

/*where is this used?*/
.sidebarcontainer{
	border:1px solid #CCCC66;
	margin:5px;
	padding:6px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
}

/* \*/
* html .sidebarcontainer {height:1%;}
/* */

.sidebarcontainer a {color:#59B101;}

.sidebarcontainer li {list-style-type:none;}

.sidebarcontainer2{
	/*margin:5px;*/
	padding:6px 10px 5px 5px;
	/*border:0px none #B9B9B9;*/
	/*border-bottom: 4px solid #DDCC88;*/
	border: 4px solid #DDCC88;
	margin: 10px 10px 10px 0px;
	/* top right bottom left*/
	/*width: 100%;*/
	font-size:smaller;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	background-color:#FFFFFF;
}
/* \*/
* html .sidebarcontainer2 {height:1%;}
/* */

.sidebarcontainer3{
	padding:6px 10px 5px 5px;
	border: 4px solid #446644;
	margin: 10px 10px 10px 0px;
	font-size:smaller;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	background-color:#FFFFFF;
}
/* \*/
* html .sidebarcontainer3 {height:1%;}
/* */


.sidebarcontainer2 a {color:#993300;}

.sidebarcontainer2 li {list-style-type:none;}

.subcontainer{
	padding:6px 10px 5px 5px;
	border: 2px solid #000000;
	/*margin: 10px 10px 10px 0px;*/
	/* top right bottom left*/
	width: 97%;
	background-color:#FFFFFF;
}

#footer{
	clear:both;
	/*margin:1px 0;*/
	/*padding:2px 15px;	*/
	background-color:#DDCC88;
	font-size:0.9em;
	text-align:center;
	height: 32px;
}
#footer a {
	margin:1px 5px;
	color:#59B101; 
}
.button {
    border:1px solid #CCCC66;
    color:#FFFFFF;
    background-color:#0066FF;
    font-size:1em;
}
.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 1em 0.25em 0;
}
#datacontentwrapper
{
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	background-color:#FFFFFF;
	text-align:left;
	margin:0px 0px 20px 0px;	
}

* html #datacontentwrapper {  /*** IE5.x/win box model fix ***/
	width: 1000px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	zoom:1; /*IE6 fix -- forces hasLayout flag which changes calculations*/
	margin: 0px 0px 0px 10px;
}

#sidecolumn 
{
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
    float:right;
	min-width: 340px;
	max-width: 33%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

* html #sidecolumn /*IE 4 - 6 selector */
{
	width:320px; /*without this, IE 6 renders this fullscreen above the main content -- not what we want...*/
	/*margin-left:10px;*/
}

#mainContent
{
	position:relative;
    float:left;
	/*width:620;*/  /*without this, IE6 will resize mainContent instead of moving it down*/
	padding-top:10px;
	margin: 0px 0px 0px 0px;
	min-width: 660px;
	max-width: 65%;
}
* html #mainContent
{
	width:680px;
}

#theContent
{

}


* html a:hover 
{
 visibility:visible
}

.gridhiddencolumn
{
    display:none;
}

.greenField 
{
	background-color:#BBEEBB;
	color: #000000;
}

body table td, body table th
{
	font-size:1em;
}


@media print {	
	body{
		font-size:11pt;
		line-height:13pt;
		background:#FFFFFF !important;
	}	
	#wrapper, #contentwrapper, #floatwrapper, #centercolumn, * html #wrapper, * html #contentwrapper, * html #floatwrapper, * html #centercolumn {
		width:auto !important;
		margin:auto !important;
	}

	#wrapper, #contentwrapper {border:none;}

	#mainnav{
		padding:0;
		text-align:center;
	}

	#leftcolumn, #rightcolumn, #search {display:none;}

	#wrapper, #header, #mainnav, #mainnav .item, #mainnav .selected, #copy .container, #footer {
		background:transparent;
	}
	#centercolumn {
		float:none;
		margin:0 1em 0 2.5em;
	}	

	#breadcrumbs {position:static;}

	#copy .container{
		margin:0;
		margin:0;
		border-style:none !important;
		border-width:0;
	}
	
    #copy fieldset {border:none;}

	#footer {		
		border-style:none !important;
		border-top:1px solid #000000;
	}
}

