/* 
    Document   : default.css
    Created on : 4-Jun-2010, 3:39:09 PM
    Author     : antonio
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body{
    background-color: #f0e6ef;
    background-image: url('img/page-bg.png');
    font-size: 14px;
    color: #565654;
    font-family: arial, sans-serif;
    text-align: center;
}

span.red{
    color: red;
}

span.green{
    color: green;
}

img.navigation_img{
    margin:0;
    padding: 0;
    border: 0;
    float: left;
}

li{
    padding: 4px;
}

h3{
    text-decoration: underline;
}

th{
    text-decoration: underline;
}

#container{
    position: relative;
    width: 772px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: -12px;
    background-color: white;
}

#navigation{
    position: relative;
    width: 100%;
    height: 51px;
    margin: 0;
    padding: 0;
    border: 0;
}

#header{
    position: relative;
    width: 100%;
    height: 164px;
    margin: 0;
    padding: 0;
}

#main{
    position: relative;
    width: 756px;
    border-left: 9px solid white;
    border-right: 7px solid white;
    background-color: #efefe7;
    height: auto;
}

#footer{
    position: relative;
    width: 100%;
    height: 61px;
    margin: 0;
    padding: 0;
}

#text_area{
    position: relative;
    width: 416px;
    height: 341px;
    margin-left: 38px;
    padding: 0;
    border-top: 2px solid #E0DFDD;
    border-left: 2px solid #E0DFDD;
    border-right: 0;
    border-bottom: 2px solid #E0DFDD;
    background-color: #fbfbf9;
}

#animation{
    position: absolute;
    right: 20px;
    width: 285px;
    height: 376px;
    padding:0;
    top: 0px;
    border: 0;
    background-color: #fbfbf9;
    border-bottom: 2px solid #E0DFDD;
}

#directions{

    position: relative;
    margin-top: 20px;

}

object{
    margin: 0;
    display: block;
    border: 0;

}

embed{
    border: 0;
}

#info_area{
    position: relative;
    width: 672px;
    height: 341px;
    margin-left: 38px;
    border: 2px solid #dbdbdb;
    background-color: white;
    padding:0;
}

#info_area p, h3, table{
    margin-left: 20px;
    margin-right: 15px;
    margin-top: 15px;
}

#info_area a{
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    color: #565654;
}

#info_area a:hover{
    text-decoration: underline;
}

#tab{
    position: relative;
    margin-left: 38px;
    margin-bottom: -2px;
}

#xyz{
    position: relative;
    width: 672px;
    height: 341px;
    margin-left: 38px;
    border: 2px solid #dbdbdb;
    background-color: white;
}

#xyz th{
    text-decoration: none;
}

#xyz td{
    background-color: #dbdbdb;
    border: 1px solid white;
    width: 60px;
    text-align: center;
}

#xyz td.form{
    background-color: #fff;
    padding: 0;
    width: auto;
    margin: 0;
    border: 0;
}

#xyz p{

    margin-left: 20px;

}

#xyz a.adm:hover{
    color: black;
    text-decoration: underline;
    font-weight: bold;
    background-image: url('img/link-highlight.png');
}

#xyz a.adm{
    color: black;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

th.left-th{
    text-align: right;
    background-color: #e1bcdd;
    border: 1px solid white;
}

th.top-th{
    text-align: left;
    background-color: #e1bcdd;
    border: 1px solid white;
}


#contact-us a:hover{
    color: black;
    text-decoration: none;
    background-image: url('img/link-highlight.png');
    background-position: left;
    background-repeat: repeat-x;
}

#contact-us a.reference{
    text-decoration: none;
    font-size: 17px;
    color: #565654;
    background-image: none;
}

#contact-us a.reference:hover{
    text-decoration: none;
}

#contact-us a.email{
    font-weight: 200;
    text-decoration: none;
}

#contact-us a.email:hover{
    background-image: none;
    text-decoration: underline;
}

