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

/* head text */
.headtext{
    text-align: right;
    font-family: Arial, sans-serif;
    font-size: 14pt;
    color : #FFFFFF;
    margin : 0px 10px 10px 0px ;
    font-weight : bold;
}

.spacercolor{ background-color : #ffffff;}

/* h1 headline */
h1{
    font-family: Arial, sans-serif;
    font-size: 13pt;
    color : #CC0000;
    margin : 10px 0px 10px 20px ;
    padding : 0px 0px 0px 0px ;
    font-weight : normal;
}

tr,td {
    font-family: Arial, sans-serif;
    font-size: 10pt;
    color : #000000;
    font-weight : normal;
}

/* div text areas */
.divtextarea {
    margin: 10px 10px 0px 10px ;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    color : #000000;
    font-weight : normal;
}

/* inactive navigation-text */
.intd{
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-weight : normal;
    color : #b3e9ff;
padding-top:10px;
padding-bottom:0px;
}
.intd a:link{color : #b3e9ff; text-decoration : none;}
.intd a:visited{color : #b3e9ff; text-decoration : none;}
.intd a:hover{color : #b3e9ff; text-decoration : underline;}

/* inactive second tier navigation-text */
.intd2{
    font-family: Arial, sans-serif;
    font-size: 9pt;
    font-weight : normal;
    color : #b3e9ff;
padding-top:5px;
padding-bottom:0px;
}
.intd2 a:link{color : #b3e9ff; text-decoration : none;}
.intd2 a:visited{color : #b3e9ff; text-decoration : none;}
.intd2 a:hover{color : #b3e9ff; text-decoration : underline;}

/* active navigation-text */
.antd{
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-weight : bold;
    color : #ffffff;
padding-top:10px;
padding-bottom:0px;
}
.antd a:link{color : #ffffff; text-decoration : none;}
.antd a:visited{color : #ffffff; text-decoration : none;}
.antd a:hover{color : #ffffff; text-decoration : none;}

/* active second tier navigation-text */
.antd2{
    font-family: Arial, sans-serif;
    font-size: 9pt;
    font-weight : bold;
    color : #ffffff;
padding-top:5px;
padding-bottom:0px;
}
.antd2 a:link{color : #ffffff; text-decoration : none;}
.antd2 a:visited{color : #ffffff; text-decoration : none;}
.antd2 a:hover{color : #ffffff; text-decoration : underline;}

/* top navigation-text */
.tntd{
    font-family: Arial, sans-serif;
    font-size: 8pt;
    font-weight : normal;
padding-top:10px;
padding-bottom:0px;
}
.tntd a:link{color : #b3e9ff; text-decoration : underline;}
.tntd a:visited{color : #b3e9ff; text-decoration : underline;}
.tntd a:hover{color : #b3e9ff; 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-size: 8pt;
    color : #333333;
    font-weight : normal;
}

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

/* info box */
.box{
    float: none;
    margin-right: 10px; margin-left: 10px;  margin-top: 0px; margin-bottom: 10px; width: 200px;
    font-family: Arial, sans-serif;
    border-color: #005070;
    border-style: solid;
    border-width: 1px;
    font-weight : normal;
}

.box .headline{
    font-family: Arial, sans-serif;
    font-size: 10pt;
    color : #ffffff;
    background-color : #005070;
    font-weight : bold;
    padding : 0px 0px 0px 0px ;
    margin: 0px;
}

.box hr{
    color: #005070;
    border-width: 0px;
    height: 1px;
}

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

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

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

/* body */
.hiddendiv{
    background-color: #ffffff;
    border-width: 5px;
    border-style: solid;
}

.sold {font-weight:bold; color: red; margin-left: 20px;}
.emailtext {color: #FFFFFF;}
.boxmiddle {
    padding: 5px;
}
.boxheader {
    text-align:center;
    background: #005070;
    color: #ffffff;
    font-weight:bold;
}
.bottom, .bottom a {
    color:#ffffff;
}
.listingheadline {
    color:#005070;
    font-size:11pt;
    font-weight:bold;
}
.socialmedialinks {
    float:right;
    padding:5px;
    margin-bottom:80px;
color:#333333;
font-size:12pt;
background:url(media/social-media/fade.png);
background-repeat:repeat;
}
.socialmedialinks img {border:0;}
