/* dia dot css. */

input:focus {background: #cccccc; }

.listen { font-weight: bold; }
.date { font-style: italic; }

/* Has a background image to create the panel across the top of the page. */

body {margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
color: #999999;
background-color: #000000;
background-image: url(images/top_panel.jpg);
background-repeat: no-repeat;
background-position: top left;
}
/* image for top banner : background-image: url(images/top_panel.jpg);
background-repeat: no-repeat; */

/* The panel on the left hand side is attached to this. 

#container1 {
padding: 0;
margin:0;
margin-top: 20;
background-image: url(images/container1_bg.jpg);
background-repeat: no-repeat;
background-position: right;
}*/
/* ide fel image background :background-image: url(images/container1_bg.jpg);
background-repeat: repeat-y; */

/* The image in the top right is attached to this. */

#container2 {
padding: 0;
margin: 0;
margin-top: 100;
background-image: url(images/container2_bg.jpg);
background-repeat: no-repeat;
background-position: top right;
}

/* Banner across top of page that says the name of the whole site */

#main-title {
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
font-size: .9em;
letter-spacing: 5px;
text-align: right;
margin-top: 100px;
padding-bottom: 3px;
background-color: #336666;
border-top: 2px #999999 solid;
color: #336666;
font-weight: bold;
padding-top: 3px;
padding-left: 50px;
border-bottom: 2px #999999 solid;
}

/* Styles for the main text on the page. */

#main-text {
margin-top: 0;
margin-bottom: 0;
margin-left: 120px;
margin-right: 240px;
font-size: .7em;
line-height: 1.9em;
padding-right: 10px;
border-left: 2px #666666 solid;
color: #999999;
}

p, ul, ol, table {
text-align: justify;
padding-left: 24px;
padding-top: 10px;
padding-bottom: 10px;
margin: 0;
}

ol, ul {
margin-left: 25px;
}

h1 {
margin-top: 0;
margin-bottom: 10px;
margin-left: 0;
margin-right: 0;
font-size: 20px;
padding-top: 10px;
padding-left: 12px;
padding-right: 0;
font-weight: normal;
}

h2 {
font-size: 15px;
font-weight: bold;
padding-left: 12px;
padding-top: 5px;
padding-bottom: 5px;
}

a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: #e1ecee;
border-bottom: 2px #b11e17 dotted;
}

a:hover {
text-decoration: none;
font-weight: bold;
color: #ffffff;
border-bottom: 2px #487f9e dotted;
}

/* Styles for the navbar on the left side. */

#left-menu {
position: absolute;
top: 110px;
left: 4px;
width: 116px;
font-size: .8em;
height: 100%;
padding-top: 50px;
padding-bottom: 200px;
font-weight: bold;
}

#left-menu a:link, #left-menu a:visited {
display: block;
color: #336666;
text-align: left;
padding-right: 7px;
padding-bottom: 8px;
padding-top: 8px;
border-bottom: 2px #666666 dotted;
}

#left-menu a:hover {
color: #de7772;
border-bottom: 2px #666666 solid;
}
#left-menu a.current{
color: #de7772;
border-bottom: 2px #666666 solid;
}
#left-menu a.now {
color: #336666 ; 
font-size: .8em;
padding-left: 20px;
text-align: left;
}

/* Styles for the pullquote on the right side. */

#right-column {
position: absolute;
top: 100px;
right: 0;
width: 220px;
font-size: .8em;
line-height: 1.5em;
color: #e1ecee;
}

#right-column strong {
font-weight: bold;
font-style: normal;
}

#right-column p {
font-style: italic;
padding-left: 10px;
padding-right: 5px;
padding-top: 50px;
}

/* Styles for the footer at the bottom of the page */

#footer {
text-align: center;
margin-bottom: 0;
padding-top: 9px;
padding-bottom: 9px;
font-size: .7em;
line-height: 21px;
margin-top: 0;
padding-right: 50px;
margin-left: 100px;
}

#footer a:link, #footer a:visited {
color: #b11e17;
border: none;
}

#footer a:hover {
color: #666666;
}