
/* To adjust the height of the section panels, edit the .scroll and .scrollContainer div.panel height values in coda-slider.css */

body
{
margin:0;
padding:0;

background:url(bg-dropshadow.png) repeat-y center center;


font-family:verdana;
line-height:1.4em;

}

a, a:link, a:visited {   /* also edit corresponding #home-link li a  color values below if need be */
	color:#CC490F;
}
a:hover {
	color:#FF6626;
}

#page-contents {
	font-size:108%;
	line-height: 1.6em;
}

#page-header a:focus {
    outline: none;
}
ul li {
	list-style-type: square;
}

#bg-orange-stripe 
{
background:url(bg-orangestripe.png) repeat-x top left; min-height:300px;
}


#bg-orange-stripe-shadow
{
background:url(bg-header.png) repeat-x top center; min-height:300px;
}

#page-main
{
margin:0 auto; width:974px;


background:url(bg-ewblogo.jpg) no-repeat bottom right;
}

#page-header
{
background:url(bg-header.png) repeat-x top center; min-height:281px;
}

#page-contents
{
background:url(bg-content-grad.png) repeat-x top left; min-height:400px;

}

#footer {
	margin-top:80px;
}

#finder-link 
{
background: white;
text-decoration: none;
position: absolute;
z-index: 9;
top: 0pt;
left: 0pt;
width: 974px;
height: 64px;
opacity: 0.13;
filter: alpha(opacity = 13);
}
#finder-link:hover 
{
opacity:0.0;
filter: alpha(opacity = 0);
}
#home-link 
{

text-decoration: none;
position: absolute;
z-index: 9;
top: 90px;
left: 38px;
width: 574px;
height: 140px;

/*
opacity:0.0;
background: white;
*/
}
/*
#home-link:hover 
{
opacity:0.1;
}
*/
#ewb-link 
{

text-decoration: none;
position: absolute;
z-index: 9;
top: 68px;
left: 780px;
width: 186px;
height: 98px;

}

#about-ewb
{
z-index: 9;
position: absolute;
top: 175px;
left: 780px;

}

img.title-image {
margin-bottom:4px;
}

img.float-image {
margin:10px;
margin-top:0;
}


ul.what-tree {
	line-height: 1em;
	/*margin-left: 0;*/
}
ul.what-tree li
{
	list-style:none;
	padding: 8px 0 0 0;
}
ul.what-tree li span {
	font-size:160%;
	list-style: none;
    font-weight: bold;
}
ul.what-tree li li{
	/*list-style:square;*/
}	

.tabs, #workplace-tabs {
	padding-top:33px;
}

.tabs-content, #workplace-tabs-content {
background:url(bg-content-grad.png) repeat-x white top left;
border:1px solid #777;

}
.tabs-content div, #workplace-tabs-content div{
padding:10px;
}

.tabs-bar, #workplace-tabs-bar {
	padding-left:10px;
	z-index:5;
position:absolute;
margin-top:-33px;
}

.tabs-bar a, #workplace-tabs-bar a {
display:block;
float:left;
color:#333;
border:1px solid #777;
border-bottom:none;
margin-left:5px;
padding:5px 10px;
text-decoration: none;
background-color:#EBEBEB;
height:23px;
}

.tabs-bar a, #workplace-tabs-bar a {
border-bottom: 1px solid #777;
height:22px;

background-color:#fafafa;
}

.tabs-bar a:focus, #workplace-tabs-bar a:focus {
    outline: none;
}


.tabs-bar a.sel, #workplace-tabs-bar a.sel {
border-bottom: none;
height:23px;
color:#333;
background-color:#EBEBEB;
}

.tabs-bar a:hover, #workplace-tabs-bar a:hover {
background-color:#DDD;
color:#333;
}

.tabs-bar a.sel:hover, #workplace-tabs-bar a.sel:hover {
background-color:#EBEBEB;
}


.tabs-content ul, #workplace-tabs-content ul {
margin-top:0.5em;
}

.tabs-content ul ul li {
  list-style-type: disc;
}

#home-list {
margin-top:0.1em;
font-size:124%;
line-height: 1.7em;
}
#home-list li {
	

}
#home-list a {
color:black;
text-decoration: none;
}
#home-list a:hover {
/*text-decoration:underline;*/
}
#home-list li a b {
color:#CC490F;
}
#home-list li a:hover b {
color:#FF6626;
text-decoration:underline;
}



form label {
display:block;
margin-bottom:0.5em;
}
input.textbox, textarea {
padding:0.4em;
width:414px;
display:block;
}

.subtext {
color:#777;
}
input.submitbutton {
	padding:0.4em;
	font-weight:bold;
}


.messageBox {
font-style: oblique;
text-align: center;
font-weight: bold;
}

.what-box
{
	display: none;
	background: #eeeeee;
	padding: 5px 10px 5px 15px;
	margin: 5px 0 10px 25px;
	width: 75%;
}

.what-box ul,
.what-box ul li
{
	margin: 0;
}

div.what-box ul li
{
	list-style-position: inside;
	list-style-type: disc;
}

div.closelink
{
	font-size: 80%;
	font-weight: normal;
	text-align: right;
}

div#sharebutton
{
	z-index: 9;
	position: absolute;
	top: 208px;
	left: 805px;
}


/* this is absolutely not permanent =) */
.highlight
{
	background: yellow;
}
