/* body */
body{
    background-image : url(media/website_background.jpg);
    background-repeat : repeat-x;
    font-family: Trebuchet MS, sans-serif;
    font-size: 10pt;
    color : #000000;
    font-weight : normal;
    margin : 0px 0px 0px 0px ;
}

/* head text */
.headtext{
    text-align: left;
    font-family: Arial, sans-serif;
    margin : 0px 0px 0px 0px ;
    font-weight : normal;
}

/* headline */
h1{
    font-family: Trebuchet MS, sans-serif;
    font-size: 12pt;
    color : #d42424;
    margin : 5px 0px 0px 0px ;
    padding : 5px 0px 0px 0px ;
    font-weight : bold;
}
h2{
    font-family: Trebuchet MS, sans-serif;
    font-size: 11pt;
    display:inline;
    color : #000000;
    margin : 5px 0px 0px 0px ;
    padding : 5px 0px 0px 0px ;
    font-weight : bold;
}
/* text */
td, td div {
    font-family: Trebuchet MS, sans-serif;
    font-size: 10pt;
    color : #000000;
    font-weight : normal;
}

/* div text areas */
.divtextarea {
    margin : 5 0 5 0 ;
}

/* inactive navigation-text */
.intd{
    font-family: Verdana, sans-serif;
    font-size: 8pt;
    font-weight : bold;
    color : #ffffff;
padding-left:10px;
padding-right:10px;
}
.intd a:link{color : #ffffff; text-decoration : none;}
.intd a:visited{color : #ffffff; text-decoration : none;}
.intd a:hover{color : #ffffff; text-decoration : none;}

/* inactive second tier navigation-text */
.intd2{
    font-family: Verdana, sans-serif;
    font-size: 8pt;
    font-weight : bold;
    color : #a2abb0;
}
.intd2 a:link{color : #818587; text-decoration : none;}
.intd2 a:visited{color : #818587; text-decoration : none;}
.intd2 a:hover{color : #80afc9; text-decoration : none;}

/* active navigation-text */
.antd{
    font-family: Verdana, sans-serif;
    font-size: 8pt;
    font-weight : bold;
    color : #d42424;
padding-left:10px;
padding-right:10px;

}
.antd a:link{color : #d42424; text-decoration : none;}
.antd a:visited{color : #d42424; text-decoration : none;}
.antd a:hover{color : #d42424; text-decoration :
}
/* active second tier navigation-text */
.antd2{
    font-family: Verdana, sans-serif;
    font-size: 8pt;
    font-weight : bold;
    color : #d42424;
}
.antd2 a:link{color : #d42424; text-decoration : none;}
.antd2 a:visited{color : #d42424; text-decoration : none;}
.antd2 a:hover{color : #d42424; text-decoration : none;}

/* top navigation-text */
.tntd{
    font-family: Arial, sans-serif;
    font-weight : bold;
padding-left:10px;
padding-right:10px;
}
.tntd a:link{color : #ffffff; text-decoration : underline;}
.tntd a:visited{color : #ffffff; text-decoration : underline;}
.tntd a:hover{color : #ffffff; text-decoration : underline;}

/* additional inactive top navigation-text */
.tintd{
    font-family: Arial, sans-serif;
    font-weight : normal;
}

/* additional active top navigation-text */
.tantd{
    font-family: Arial, sans-serif;
    font-weight : normal;
}

/* breadcrumb */
.bc{
    font-family: Arial, sans-serif;
    font-weight : normal;
}

/* error message */
.error{
    font-family: Arial, sans-serif;
    font-weight : normal;
}

/* info box */
.box{
    float: none;
    margin-right: 2px; margin-left: 0;  margin-top: 0; margin-bottom: 0; width: 190px;
    padding:2px;
    font-family: Arial, sans-serif;
    border: 1px solid #cc0000;
    font-weight : normal;
}

.box .headline{
    font-family: Arial, sans-serif;
    font-weight : bold;
    padding : 0px 0px 0px 0px ;
    margin: 0px;
}

.box p{
    font-family: Arial, sans-serif;
    padding : 0px 0px 0px 0px ;
    margin: 0px;
}

/* link */
A:link{
    font-size: 100%;
    color : #234271;
    text-decoration : none;
}
A:visited{
    font-size: 100%;
    color : #234271;
    text-decoration : none;
}
A:hover{
    font-size: 100%;
    color : #0099cc;
    text-decoration : underline;
}

li{
    margin-top : 5px; margin-bottom: 5px;
}

/* body */
.hiddendiv{
}

body {
    text-align:center;
}
.page {
    width:960px;
    position:relative;
    margin: 0 auto;
    text-align:left;
    background-image: url(media/main_background.jpg);
}
a img {
    border:none;
}
.septopnav {
    background-image: url(media/top-bar.png);
    position:absolute;
    top:74px;
    left:145px;
    width:747px;
    height:46px;
    z-index:999;
}
.topbutton {
    float:right;
    margin:0px;
    padding:0px;
}
.topnav {
    background-image: url(media/nav-background.jpg);
    position:absolute;
    top:293px;
    left:75px;
    width:810px;
}
.topnav td {
    height:39px;
    vertical-align:middle;
}
.navspacer {
    color:#FFFFFF;
}
.sidenav {
    margin-left:10px;
    width:150px;
}
.sidenav .navitem {
    padding-top:8px;
    padding-bottom:8px;
}
.sidenav .navspacer {
    height:1px;
    background:#cccccc;
}
.content {
    position:absolute;
    top:332px;
    left:75px;
    width: 810px;
    background:#ffffff;
}
.content .left {
    width:198px;
    margin-right:6px;
    float:left;
}
.content .middle {
    width:402px;
    float:left;
}
.content .right {
    width:198px;
    float:right;
}
.content .bottomlinks {
    clear:both;
    width:810px;
    background-color: rgb(192, 192, 192);
    padding:3px;
}
.bannerfile {
    position:absolute;
    top:0px;
    left:0px;
}
.tdborder {
    border:1px solid #cccccc;
    border-collapse:collapse;
}
.logo {
    position:absolute;
    top:190;
    left:10;
}
.calendarfree {
    background:#ffffff;
}
.calendarreserved {
    background-image:url(media/calendarreserved.gif);
}
.calendarreservedp {
    background-image:url(media/calendarreservedp.gif);
}
.nomonth {
    font-size:8pt;
    color:#000000;
}
.weekend {
    background:#dddddd;
    color:#000000;
}
.month {
    background:#eeeeee;
    color:#000000;
}
.calendarheader {
    background:#cccccc;
    color:#ffffff;
}
#searchform {
    border:1px solid #d42424;
    margin:10px;
    text-align:center;
}
#searchform p {
    margin:0px;
    padding:5px;
    font-weight:bold;
}
#searchform div {
    padding:5px;
}