/* CSS Document */

body {
margin: 0px;
padding: 0px;
background: #E2D8A8;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
width: 900px;
}

#top {

}

#top1 {
float: left;
width: 599px;
height:150px;
border-right: 1px dotted #3A2020;
border-bottom: 1px dotted #3A2020;

}

#top2 {float: left;
width: 299px;
height:150px;
border-right: 1px dotted #3A2020;
border-bottom: 1px dotted #3A2020;

}

#top3 {
float: left;
width: 299px;
height:150px;
border-right: 1px dotted #3A2020;
}

#middle {

}

#middle1 {
float: left;
width: 480px;
min-height:140px;
background:url(images/h2.gif) no-repeat top right #FFF3BD;
padding: 10px;
font-size: 11px;
}

#middle1 h2 {
color: #333333;
}

h1 {

font-size: 20px;
font-weight: lighter;
color:#3A2020;
}

h2 {
color: #ffffff;
font-size: 18px;
font-weight: lighter;
margin:0px;
padding:0px;
list-style:none;
padding-left:15px;
}

#middle2 {
background: url(images/h3.gif)  no-repeat top;
float: left;
width: 147px;
min-height:150px;
}

#middle3 {
float: left;
width: 240px;
min-height:140px;
background: #3A2020;
border: 5px solid #50423B;
}

#middle3 ul {
margin:5px;
padding: 5px;
font-size: 11px;
color: #ffffff;
list-style: none;
}

#middle3 li {
list-style: none;
margin-bottom: 1px;
}

#middle3 li a:link {
color: #ffffff;
text-decoration: none;
display: block;
background: #333333;
padding: 5px;
padding-left:25px;
}

#middle3 li a:visited {
color: #ffffff;
text-decoration: none;
display: block;
background: #333333;
padding: 5px;
padding-left:25px;
}

#middle3 li a:hover {
background:url(images/li.gif) left no-repeat;
color: #ffffff;
text-decoration: none;
display: block;
padding: 5px;
padding-left:25px;
}

#bottom {

}

#bottom1 {
float: left;
width: 299px;
height:50px;
border-top: 1px dotted #3A2020;
border-right: 1px dotted #3A2020;
border-bottom: 1px dotted #3A2020;
}

#bottom2 {
float: left;
width: 599px;
height:50px;
border-top: 1px dotted #3A2020;
border-right: 1px dotted #3A2020;
border-bottom: 1px dotted #3A2020;

}

#bottom3 {
float: left;
width: 299px;
height:50px;
border-right: 1px dotted #3A2020;
border-bottom: 1px dotted #3A2020;

}

.clear {
clear: both;
}

#table1 {

}

.t1 {
border-right: 1px dotted #3A2020;
border-bottom: 1px dotted #3A2020;
}

.t2 {
border-right: 1px dotted #3A2020;
}

#pagetitle {
margin-top: 15px;
margin-left: 15px;
display:block;
width: 390px;
font-size: 24px;
font-weight: bold;
}

.footer {
font-size:10px;
}

#symbols {
width: 500px;
background: #E2D8A8;
padding-top: 3px;
text-align: center;
}

#symbols img {
padding: 0px;
margin: 0px;
}


/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#333333;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #333333;
    text-align: left;
	filter: alpha(opacity:95);
	KHTMLOpacity: 0.95;
	MozOpacity: 0.95;
	opacity: 0.95;
	font-size: 11px;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #333333;
    background: url(images/bubble.gif) no-repeat bottom;s
}

a:link {
color: #333333;
text-decoration: none;
}

a:visited {
color: #333333;
text-decoration: none;
}

a:hover {
color: #333333;
text-decoration: underline;
}

.meta {
font-size: 10px;
border-bottom: 1px dashed  #666666;
}