/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


body, html {
text-align: center;
margin: 0;
padding: 0;
font-family: arial;

}

/*.blink {
text-decoration: blink ! important;
}*/

#container {
position: relative;
width: 899px;
margin-left: auto;
margin-right:auto;
/*z-index: 0;*/
}

#logo {
position: relative;

}

#top {
position: relative;
width: 100%;
/*height: 200px;*/
height: 230px;
background: #ffffff;
/*background-image: url(./pictures/bg_900x200.jpg);*/
background-repeat:no-repeat;
z-index: 50;
}

#top h1{
position: absolute;
visibility: hidden;
display: none;
/*font-family:Arial; 
font-size: 200%;
letter-spacing:5px;
color: #6699ff;*/
}


/* Main Menu */


.top_menu {
bottom: 0px;
left: 0px;
width: 900px; 
font-size:0.85em;
position: absolute;
z-index:100;
/*border-left: 1px solid white;*/

}

/* remove all the bullets, borders and padding from the default list styling */
.top_menu ul {
padding:0;
margin:0;
list-style-type:none;

}
.top_menu ul ul {
width:150px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown top_menu positon */
.top_menu li {
float:left;
width:150px;
position:relative;
font-family: Arial;
}

/* style the links for the top level */
.top_menu a, .top_menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
width:139px; 
height:30px; 
border:1px solid #fff; 
border-width:1px 1px 0 0; 
background:#758279; 
padding-left:10px; 
line-height:29px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .top_menu a, * html .top_menu a:visited {
width:150px;
w\idth:139px;
}

/* style the second level background */
.top_menu ul ul a.drop, .top_menu ul ul a.drop:visited {
background:#d4d8bd url(../../graphics/drop.gif) bottom right no-repeat;

}

/* style the second level hover */
.top_menu ul ul a.drop:hover{
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}

.top_menu ul ul :hover > a.drop {
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}

/* style the third level background */
.top_menu ul ul ul a, .top_menu ul ul ul a:visited {
background:#e2dfa8;
}

/* style the third level hover */
.top_menu ul ul ul a:hover {
background:#b2ab9b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.top_menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:150px;
}

/* another hack for IE5.5 */
* html .top_menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout top_menu */
.top_menu ul ul ul{
left:130px; 
top:0;
width:150px;
}

/* position the third level flyout top_menu for a left flyout */
.top_menu ul ul ul.left {
left:-130px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.top_menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.top_menu ul ul a, .top_menu ul ul a:visited {
background:#d4d8bd; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}

* html .top_menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.top_menu a:hover, .top_menu ul ul a:hover{
color:#fff; 
background:#949e7c;
}

.top_menu :hover > a, .top_menu ul ul :hover > a {
color:#fff;
background:#949e7c;
}

/* make the second level visible when hover on first level list OR link */
.top_menu ul li:hover ul,
.top_menu ul a:hover ul{
visibility:visible; 
}

/* keep the third level hidden when you hover on first level list OR link */
.top_menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.top_menu ul :hover ul :hover ul{ 
visibility:visible;
}

#content {
text-align: left;
position: relative;
top: 0px;
z-index: 0;
}

#teaser {
position: relative; 
width: 420px; 
/*background: #9caf9c;*/
background: #ff0000; 
color:#000; 
margin: 30px auto;
z-index: 10;
}

#ctl, #cbl, #ctr, #cbr {
position:absolute; 
width:20px; 
height:20px; 
color:#ff0000; 
background:#fff; 
overflow:hidden; 
font-style:normal; 
z-index:1;
}
#ctl {top:0; left:0;}
#cbl {bottom:0; left:0;}
#ctr {top:0; right:0;}
#cbr {bottom:0; right:0;}
#teaser em b {
position:absolute; 
font-size:150px; 
font-family:arial; 
color:#ff0000; 
line-height:40px; 
font-weight:normal;
}
#ctl b {left:-8px;}
#ctr b {left:-25px;}
#cbl b {left:-8px; top:-17px;}
#cbr b {left:-25px; top:-17px;}

/*
#teaser {
position:relative;
text-align: center; 
font-family:Arial; 
font-size: 200%;
letter-spacing:5px; 
padding:5px 10px;
}
*/
#teaser p {
position:relative;
text-align: center; 
font-family:Arial; 
font-size: 300%;
letter-spacing:5px; 
padding:5px 10px;
}

#teaser p#norm {
position:relative;
text-align: center; 
font-family:Arial; 
font-size: 100%;
font-weight: bold;
letter-spacing:5px; 
padding:5px 10px;
}


