﻿html,body
{
    margin:0;
    height:100%;
}
html
{
    overflow-y:auto;
}
body
{
    overflow:visible;

    color: #333;
    background-color: #FFF;

    font-size: 10pt;
    font-family: Arial black,sans-serif;
   
    margin: 0;
    padding: 0;
}

a:link
{
    color: #333;
    /*text-decoration: underline;*/
}
a:visited
{
    color: #333;
    /*text-decoration: underline;*/
}

a:hover
{
    color: #999;
    /*text-decoration: none;*/
}

a:active
{
    color: #333;
    /*outline:none;*/
}

p, ul
{
    margin:0 0 0 0 ;
}


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    margin:0 0 0 0;
    font-size: 10pt;
}

/*h1 a,h2 a,h3 a,h4 a,h5 a,h6 a
{
    text-decoration:none;
    outline:none;
}
*/

h1
{
 /*   padding-bottom: 0;
    margin-bottom: 0;*/
}
h2
{
    /*padding: 0 0 10px 0;*/
    font-size:20pt;
    font-weight:bolder;
    
}
h3
{
    font-size:14pt;
}
h4
{
    /*font-size: 1.1em;*/
}
h5, h6
{
    /*font-size: 1em;*/
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#page
{
    margin-left: auto;
    margin-right: auto;
    
    padding-top:70px;
    
    font-family: Arial black,sans-serif;

    text-align:left;
    width:840px;

    border: 0 none;
}
#left_side
{
    display: block;
    /*width: 45%;*/
    letter-spacing: -0.1em;

    float:left;
}
#right_side
{
    display: block;
    width: 55%;
    float:right;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    padding: 0;
    text-align: left;
    
    height:160px;
    clear:both;
}



#main
{
    display:block;
    padding:0 0 0 0;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    
    border:0 none;

    min-height:500px;
    
    
}

#footer
{
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
    width:100%;
    clear:both;
}

/* TAB MENU   
----------------------------------------------------------*/
#menucontainer
{
    /*margin-top:40px;*/
    /*border: 0 none;
    display: block;
    font-family: Arial black,sans-serif;
    letter-spacing: -0.1em;
    width: 30%;*/
}

ul#menu
{
/*    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: left;*/
}

ul#menu li
{
    display: inline;
    list-style: none;
    /*line-height:1.6em;*/
}
/*
ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
}
*/

ul#menu li a
{
    color: #999;
    cursor: pointer;
    display: block;
    font-size:30pt;
    line-height:26pt;
    font-weight: bold;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    outline:none;
}

ul#menu li a:hover
{
    /*text-decoration: none;*/
    /*color:#FFF;*/
}

ul#menu li a:active
{
/*    background-color: #a6e2a6;*/
    /*text-decoration: none;*/
}

ul#menu li.selected a
{
    color: red;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"]
{
    border: 1px solid #CCC;
}

input[type="password"]
{
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table
{
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td
{
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

/* MISC  ----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

address
{
    text-align:center;
}


/* ----------------------------------------------------------*/
.news dl
{
    width:100%;
}

.news dt
{
    clear:left;
    float:left;    
    width:50px;
    font-size:7pt;
    margin-right:7px;
}

.news dd
{
    /*width:200px;
    float:left;*/
}




/* ----------------------------------------------------------*/
div #gmap
{
    width:400px;
    height:400px;
}
/* live view----------------------------------------------------------*/

#livetime
{
    margin-top: 10px;
    text-align:right;
    width:120px;
}

#livereserve
{
    text-align:center;
}
#livedescription
{
    margin : 30px 0px 30px;
}

/* biograpy ----------------------------------------------------------*/
#biograpy_space>div
{
    margin-bottom:100px;
}

#jdmenuwrap
{
    width:640px;
    margin-left:auto;
    margin-right:auto;
    
    position:fixed;
    top:0;
    z-index:10;
}