/*
 * Author: Duo Consulting
 * Contact: www.duoconsulting.com
 * File: basestyles.css
 * 
 * Description:
 * Basic styling rules.
 *
 */

/* Global White Space Reset - Hat Tip: Andrew Krespanis of http://leftjustified.net/  */
/* Custom Styles
-------------------------------------------------------- */
body {
	color:#333300;
	background: #3c4533 url(/media/images/structural/bg_body.jpg) top left;
	font-family: Verdana, Trebuchet, Arial, Helvetica, Sans-serif;
	font-size: 72%;
	line-height: 100%;
	}

* {
	padding:0;
	margin:0;
	}
	
p {
	color:#333300;
	font-family: Verdana, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 160%;
	padding-top: 3px;
	padding-bottom: 2px;
}

pre, blockquote, label, ul, ol, dl, fieldset, address { margin:0; }
ul, ol { margin-left: 1.9em; }
ul { list-style: none; }

 fieldset { padding: 5px;}
/* End GWR */



	
	
/* Tables - table, tr, th, td
-------------------------------------------------------- */
th, td {
	padding:0;
	font-size: 69%; /* for IE 5.x */
	voice-family: "\"}\""; 
  voice-family:inherit;
	font-size: 100%; /* for compliant browsers */
} 
th { vertical-align: center; }
td { vertical-align: center; }



/* Links - a, a:hover
-------------------------------------------------------- */

a img {
}

a {
	color: #663333;
	font-weight: normal;
	text-decoration: none;
}
a:link {
	color: #663333;
	text-decoration: none;
}
a:visited {
	color: #663333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #663333;
}
a:active {
	color: #663333;
	text-decoration: none;
}

/* Headers - h1, h2, h3, h4, h5, h6
-------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { 
	font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	line-height: 115%; 
	margin:0; 
	padding:0;
	}

h1 
{ 
    color:#979766; 
    font-size:22px; 
    font-style:normal; 
    font-variant:normal; 
    font-weight:bold;
    line-height:115%; 
    margin:0px;
    text-decoration:none; 
    text-transform:none;
}
h2 
{ 
    color:#333300; 
    font-size:22px; 
    font-style:normal; 
    font-variant:normal; 
    font-weight:bold;
    line-height:115%; 
    margin:0px;
    text-decoration:none; 
    text-transform:none;
}
h3
{ 
    color:#333300; 
    font-size:18px; 
    font-style:normal; 
    font-variant:normal; 
    font-weight:bold;
    line-height:115%; 
    margin:0px;
    text-decoration:none; 
    text-transform:none;
}

h3 a, a:link, a:active, a:visited {
    color: #333300;
	font-weight: bold;

}

h3 a:hover{
	color: #663333;
	font-weight: bold;
	text-decoration: underline;
}

h4
{
	color:#999966;
	font-size:18px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:115%;
	margin:0px;
	text-decoration:none;
	text-transform:none;
}
h5
{
	color:#666633;
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:115%;
	margin:0px;
	text-decoration:none;
	text-transform:none;
}

h5 a, a:link, a:visited, a:active {
    color: #666633;
	font-weight: bold;
}

h5 a:hover{
	color: #663333;
	font-weight: bold;
	text-decoration: underline;
}

h6
{
	color:#999966;
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:115%;
	margin:0px;
	text-decoration:none;
	text-transform:none;
}


/* Text
-------------------------------------------------------- */
b, strong { font-weight: bold; }
i, em { font-style: oblique; }

p.alignleft {
	float: left;
	}
	
p.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}
	
.alignright {
	float: right;
	}
img.alignleft {
	width: auto;
	padding: 0 5px 0 5px;
	}
	
#mainColumn img.alignright {
	width: auto;
	margin: 0 0 10px 10px;
	}
	
/* Images
-------------------------------------------------------- */

img.alignleft {
	float: left;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0;
	}
	
img.alignright {
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 8px;
	}
	
img.aligncenter {
	display: block;
	margin: 0 auto;
	}

/* Misc
-------------------------------------------------------- */
.normal { font-size: 1em; line-height: 1.3em; font-weight: normal; }

.error {
	color: #c00;
	font-weight: bold;
	}

.clear {
	clear: both;
	}

.skipper {
	position: absolute;
	left: -5000px;
	top: 0;
	width: 1px;
	height: 1px; 
	overflow: hidden;
	}

.hide {
	position: absolute;
	left: -5000px;
	top: 0;
	width: 1px;
	height: 1px; 
	overflow: hidden;
	}
	
.popHide { display: none; }

.popShow { display: block; }
	
hr {
	display: none;
	}

/* Clearing floats - Hat Tip: http://www.positioniseverything.net/easyclearing.html  */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/* JCK - added this next line to remove the extra spacing in Safari and Firefox */
.c\learfix:after { line-height: 0; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*
 * Author: Duo Consulting
 * Contact: www.duoconsulting.com
 * File: layout_all.css
 *
 * Description:
 * Layout rules for all media.
 *
 */
 
/* Basic Layout
-------------------------------------- */

#pageBounds {
	width: 764px;
	margin: 15px auto 15px auto;
	}

#contentBounds {
	background: #f8f8f1 url(/media/images/structural/bg_pageContent.jpg) center top repeat-y;
	}
	
#mastHead {
	background: transparent url(/media/images/structural/masthead_bgd.jpg) left top no-repeat;
	height: 107px;
	position: relative;
	}
	
#mainColumn {
	float: right;
	margin-right: 22px;
	display: inline;
	width: 544px;
	position: relative;
	}

#sideColumn {
	float: right;
	width: 180px;
	display: inline;
	background: #eff0e0;
	color: #666633;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	}
	

#sideColumn p {
	color: #666633;
	line-height: 130%;
	font-size:96%;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	}

#sideColumnBounds {
	margin: 0 10px 0 10px;
	}
	
#footer {
	background-image: url(/media/images/structural/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 120px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	clear: both;
}

	
/* Masthead
-------------------------------------- */

#mastHead h2 {
	float: left;
	width: 726px;
	height: 83px;
	margin: 15px 0 0 37px;
	display: inline;
	background: url("/media/images/structural/logoNew.gif") left top no-repeat;
	}
	
#mastHead h2 a {
	display: block;
	height: 50px;
	text-indent: -1999px;
	overflow: hidden;
	}
	
.sunrise {
	float: right;
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	color: #666633;
	padding: 0;
	width: 150px;
	text-align:center;
	z-index:10;
	margin-top: -54px;
	margin-right: 12px;
	margin-bottom: 0;
	margin-left: 0;
}
.sunrise p {
	margin: 0;
	padding: 0;
}
	
/* Search */
div#search {
	background-image: url(../media/images/structural/promo-bkgd.png);
	background-repeat: no-repeat;
	width: 140px;
	padding-top: 16px;
	margin: 0px;
	}

#search a {
	font-size: 12px;
	font-weight: bold;
	font-family: Trebuchet, Verdana, Arial, Helvetica, Sans-serif;
	color: #663333;
	}
	
/* Main Mavigation */
#mnavBounds {
	float:left;
	font-size:95%;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 140px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 18px;
}
	
#mnav ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: -5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0em;
	padding-left: 0;/*border-bottom: 2px solid #e1decd;*/
	}
	
#mnav ul li {
	background: transparent url(/media/images/structural/bg_mnav.gif) 4px 6px no-repeat;
	padding-left: 15px;
	line-height: 1.7em;
	padding-bottom: 6px;
	}
	

#mnav ul li.down {
	background: transparent url(/media/images/structural/bg_arrow_red_down.gif) 0px 6px no-repeat;
	
	}
	
#mnav ul li.down li {
	background: none;
	margin-bottom:3px;
	line-height: 1.2em;
	padding-left: 0;
	}

#mnav ul li.down a {
	color:#663333;	
	}

#mnav ul li.down li a {
       color: #663333;
       font-weight: normal;
	}

#mnav ul li.active a {
	color:#663333;	
	}

#mnav a {
	color: #333300;
	text-decoration: none;
	text-transform:none;
	font-weight:bold;
	font-size: 13px;
	}	

#mnav a:hover {
	text-decoration: underline;
	color:#663333;	
	}
	
#mnav li strong { 
	color: #6f6d60;
	font-weight: bold;
	}

/* sub mnav*/
#mnav ul.expanderNav li {
	background: none;
	}
	
#mnav ul.expanderNav li a {
	background: none;
	color:#333300;
	}
	
#mnav ul ul {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 6px;
	margin-left: 0px;
	}
#mnav ul ul ul
{
    margin: 0px;
    padding: 0px;
    }
#mnav ul ul ul li
{
	display: none;
	border: solid 1px red;
}

#mnav li li {
	background: transparent url(/media/images/structural/bg_mnav_sub.gif) 7px 5px no-repeat;
	padding-left: 17px;
	line-height: 1.5em;
	}
#bnav {
	border-bottom: 1px solid #cccc99;
	margin-bottom: 10px;
	text-transform:uppercase;
	font-size:10px;
	color:#999966;
}	


#mainColumn #bnav ul {
	list-style:none; 
	display:inline;
}	

#mainColumn #bnav li {
	float:left;
	margin: 5px 7px 2px 0;	
	font-weight: bold;
}	

.promoAds td {
	padding-top: 16px;
	margin: 4px;
}

table.promoAds p {
	padding-bottom: 1px;
	font-family: Trebuchet, Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10.5px;
	font-style: normal;
	line-height: 14px;
	text-transform: none;
	color: #666633;
}
	
table.promoAds p a, a:link, a:visited {
	color: #666633;
}

table.promoAds p a:hover {
	color: #663333;
	text-decoration: underline;
}
	
/* Local Navigation/SideColumn DL's */

#sideColumn #lnav {
	background: transparent url(/media/images/structural/bg_sideColumn_bottom.jpg) center bottom no-repeat;
	margin: 0;
	padding-bottom: 35px;
	color: #555544;
	}

#inner {
	padding: 35px 25px 25px 30px;
	background: transparent url(/media/images/structural/bg_sideColumn_top.jpg) center top no-repeat;
	}

#sideColumn #lnav ul {
	border-left: none;
	padding: 0;
	margin-left: 1.9em;
	}

#sideColumn #lnav ul li {
	background: transparent url(/media/images/structural/bg_mnav_sub.gif) 0 7px no-repeat;
	margin-left: 0;
	padding: 0 0 0 10px;
	line-height: 1.7em;
	}

#sideColumn #lnav h2, #sideColumn #lnav h3 {
	color: #771111;
	border-bottom: solid 2px #ebe9d5;
	padding-bottom: 2px;
	font-size: 150%;
	font-weight: normal;
	margin-bottom: .25em;
	}
#sideColumn form {
margin-bottom: 15px;
	}
	
#lnav h3 {
	margin-top: 25px;
	}

#lnav p {
	margin-bottom: .5em;
	}


/* Content 
------------------------------------------------------------- */	

#flashContent * {
	position: relative;
	margin: -30px -35px 0 -32px;
	}

div.alignleft, div.alignright {
	margin-right: 40px;
	}
	
div.alignleft.last {
	margin-right: 0;
	}
	
	
#mainColumn ul {
	padding: 0;
	margin-left: 1.9em;
	list-style-position: outside;
		list-style-image: url(/media/images/structural/bullet.png);
}

#mainColumn ol {
	padding: 0;
	margin-left: 1.9em;
	list-style-position: outside;
}
	
#mainColumn ul li {
	background: none;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0 0 0 0;
	font-size: 100%;
	line-height:150%; 
	}
	
#mainColumn ol li {
	background: none;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0 0 0 0;
	font-size: 100%;
	line-height:150%; 
	}
	
table.chart {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

table.chart p {
	font-family: Trebuchet, Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333300;
	margin: 3px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sideColumn h5 {
	color:#999966;
	font-size:15px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height: 120%;
	margin:0px;
	padding-bottom: 2px;
	padding-top: 6px;
	text-decoration:none;
	text-transform:none;
}

#sideColumn a  {
	color: #663333;
}

#sideColumn a:hover {
	text-decoration: underline;
	color: #663333;
}

#sideColumn ul {
	color: #666633;
	line-height: 120%;
	font-size:96%;
	margin-left: 1.7em;
	list-style-image:url(../media/images/structural/bullet.png);
	list-style-position:outside;
	}

#sideColumn ul li{
	color: #666633;
	line-height: 120%;
	font-size:96%;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	}

.subscribe {
margin-top: 10px;
}

.border {
	clear: both;
	border-bottom: solid 4px #f6f5ed;
	margin-bottom: 1em;
}

		
/* Footer Navigation */

#footerBounds {
	width: 700px;
	height: 120px;
	float:right;
	margin-right: 25px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
	
.copyright {
	font-size: 9px;
	line-height: 12px;
	color: #663;
	padding-top: 74px;
	font-family: Helvetica, Sans-serif;
	text-align: center;
	}
	
.copyright a, a:link, a: visited {
	color: #663;
	}
	
.copyright a:hover {
	color: #663;
	text-decoration: underline;
	}
	
	
/* Home Styles
-------------------------------------------------------- */

.HomePage #contentBounds 
{
	background: #f8f8f1 url(/media/images/structural/bg_homePageContent.jpg) center top repeat-y;
}
	
.HomePage #footer {
	background: #f8f8f1 url(/media/images/structural/bg_homeFooter.jpg) center bottom no-repeat;
	padding: 0px 0 15px 0;
}

.HomePage a, a:visited, a:link, a:active {
	font-weight: normal;
	color: #333300;
}

.HomePage a:hover {
	font-weight: normal;
	color: #663333;
	text-decoration: underline;
}

.HomePage .contentCol1 
{
	float: left;
	width: 280px;
	font-size: 100%;
	font-weight: normal;
	display: inline;
	position: relative;
	margin-top: 0;
}

.HomePage .contentCol2 
{
	float: right;
	width: 260px;
	margin: 0 0 0 0;
	font-size: 100%;
	font-weight: normal;	
	display: inline;
	position: relative;
}

.feature  {
margin: 10px 0 10px 10;
}

.feature.right  {
text-align: right;
}

div #mainColumn .CrumbItem
{
    font-weight: normal;
}


/****************************************************************/

/*          Calendar Styles DuPage Forest Preserve               */

/****************************************************************/


/*Calendar*/

div#mainColumn p.monthJumper {
	margin: 1.2em 0 1.4em 0;
	font-family: Trebuchet, Verdana, Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}

div#mainColumn p.monthJumper a {
	margin: 1.2em 0 1.4em 0;
	font-family: Trebuchet, Verdana, Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}

div#mainColumn div.eventList { margin-top: .8em; }

div#mainColumn div.eventList h3.eventTitle { margin-bottom: 0; padding-bottom: 0; font-size: 1.2em; }

div#mainColumn div.eventList p { margin: 0 0 .9em 0; padding: 0; font-size: 1em; line-height: 1.3em; }

table.calendarTitle td {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color: #999966;
	padding: 2px;
	width: 160px;
}

table#ctl00_DuPageCalendar {
	border: 1px solid #CCCC99;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333300;
	background-color: #CCCC99;
	width: 160px;
}

div#mainColumn th.calendarDayHeader {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333300;
	background-color: #CCCC99;
	padding: 2px;
}

div#mainColumn td.calendarDay {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333300;
	background-color: #FFFFFF;
	border: 1px solid #999966;
}


div#mainColumn td.calendarToday {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333300;
	background-color: #999966;
}

/****************************************************************/

/*          Map Styles DuPage Forest Preserve               */

/****************************************************************/

#map_canvas 
{
	border: 2px solid #666633;
}




