@charset "utf-8";
/* CSS Document 
Site Design for Energy Innovation Conference 2008
site design by Susan Nugent
The Center for Technology and Professional Development
Lake Land College, Mattoon, Illinois*/

/*HTML elements */

body {
	font-family: Calibri, Arial, "Trebuchet MS";
	color: #333333;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	background-image:url(images/background.gif);
}
a:link {
	color: #091E80;
}
a:visited {
	color: #4813B7;
}
a:hover {
	color: #C44F00;
}
/*Design Elements*/
#wrap {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000033;
	border-left-color: #000033;
}
/*Header Elements*/
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 201px;

}
#header h1, #header h2 {
	margin: 0px;
	padding: 0px;
	text-indent: -4000px;
}
h5 {
	margin-left: 15px;
}
/*Main Navigation*/
#navcontainer {
	background-image:url(images/navbkgr.jpg);
	background-repeat:repeat-x;
	height: 25px;
	border-bottom: 1px solid #000;
}

#navlist
{
	margin: 0;
	
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 10px;
}

#navlist ul, #navlist li
{
	display: inline;
	list-style-type: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#navlist a {
	padding-top: 5px;
	padding-bottom: 5px;
}
#navlist a:link, #navlist a:visited
{
	float: left;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 10px;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #86be00;
padding-bottom: 2px;
background: transparent;
color: #000;
}

#navlist a:hover { color: #000; }

#wrap #content {
	padding: 10px;
	clear: both;
}
#wrap #content #main h2, #wrap #content #main h3 {
	padding-left: 10px;
}
#wrap #content #main p {
	padding-right: 10px;
	padding-left: 10px;
}
#wrap #content #sidebar h2 {
	padding-left: 10px;
}
#wrap #content #sidebar p {
	padding-left: 10px;
}
/*Main Page code*/
#wrap #maincontent {
	
	padding: 11px;
	margin-top: 176px;
	background-color: #2A9AD0;
}
#wrap #maincontent #main h3, #wrap #maincontent #main h2, #wrap #maincontent #sidebar h2 {
	padding-top: 0px;
	padding-left: 10px;
}


#wrap #maincontent #main p {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#sidebar {
	width: 31%;
	float: right;
}
#main {
	width: 65%;
}


#wrap #maincontent #sidebar h3, #wrap #maincontent #sidebar h2{
	padding-left: 10px;
}
#wrap #maincontent #sidebar p {
	padding: 10px;
}

/*footer*/

#footer {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	height: 150px;
	clear: both;
	
}

#wrap #footer p {
	padding: 10px;
}

.imgfloat {
	float: left;
	margin-right: 10px;
	}
.highlight {
	font-weight: bold;
	color: #1D4B6B;
}
/*Pop-up Window*/
#subWindow {
	background-color:#FFFFFF;
	width: 300px;
	/*height: 60px;*/
	margin: 10px;
	text-align: center;
}
#scheduleTable{
	background-color:#3D9EC9;
	border-collapse: collapse;
	color:#FFFFFF;
	/*padding-left:2px;*/
	/*border-collapse: separate;*/
}
#scheduleTable td {
	padding-left: 5px;
}
#tableHeader {
	background-color:#3D9EC9;
	
}
.oddRow {
	background-color:#9DCD09;
}
.evenRow {
	background-color:#FFFFFF;
	color:#000000;
}
.collapseBlock {
	display:none;
}
.isLink {
	text-decoration:underline;
	cursor: pointer;
}

#news {
	font-size: smaller;
}
#news p {
	margin-top: 1px; 
	margin-bottom: 1px;
}
.workshopHeader {
	float:left;
	font-size:x-large;
	font-weight:bold;
	margin-top: 10px;
	margin-bottom: -35px;
	margin-left: 10px;
}
.workshopLogo {
	float:right;
	margin-bottom: -35px;
}
.clearBoth {
	clear:left;

}