html,body{
    margin:0;
    padding:0;
    height: 100%;
}

body{
    font: 76% 'trebuchet', 'verdana', sans-serif;
    color: #336666;
    background: url(/static/images/bg.jpg) no-repeat 0 312px #ccff99;
    min-width: 980px;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    min-width: 1000px;
}

img{border: 0}

#header{
    position:relative;
    background:url(/static/images/header.jpg) -22px 0;
    height:312px;
}

#header h1{
    position:absolute;
    right:35px;
    top:10px;
    color:#ccff66;
    font-size: 1.9em;
    font-weight: normal;
}

#header .phone{
    position:absolute;
    right:30px;
    top:50px;
    color:#ccff66;
    font-size: 3em;
    font-weight: bold;
}

#header #menu{
    position:absolute;
    left:0;
    bottom:0;
    padding:0;
    margin-bottom:10px;
    margin-left: 350px;
    margin-right: -350px;
    padding-left: 20px;

}
* html #header #menu{
    margin-bottom:0;
}
* html #header ul#menu li{
    float: left;
}
#header ul#menu li{
    display: inline;    
    width: 120px;
}
* html #header ul#menu li a {
    display: block;
    height: 20px;
}

#header ul#menu li a{
    padding: 6px 5px 10px 5px;
    text-decoration: none;
    color: #003300;
    font-size: 1.4em;
}

#header ul#menu li a:hover{
    background-color: #e8cd19;
}
#content p{
    line-height:1.4
}

#content ul, #content ol{
    list-style-position: inside;
    line-height: 1.2;
}

#footer p{
    margin:0;
    padding:5px 10px;
    text-align:center;
    font-size: 1.2em;
    font-weight: bold
}

#wrapper{
    float:right;
    width:100%;
    margin-left:-320px
}

#content{
    margin-left:347px;
    background: #a6da73;
    border: 1px solid #a6da73;
    padding: 5px 10px;
}
#content h3{
    color:#fff; font-size:1.4em; font-weight:normal;
}

#content h2{
    font-size:1.8em; font-weight:normal;
}

#content .header2{
    font-size:1.8em; 
    font-weight:normal;
    color: #fff;
    margin: 10px 2px;
}

#content a{
    color: #3a9d97;
}

#content a:hover{
    text-decoration:none;
}

#navigation{
    float:left;
    width:300px;
    padding: 0;
    margin: 10px 0 0 0;
    text-align: right;
}

#extra{
    float:left;
    clear:left;
    width:275px;
    margin: 5px 10px 10px 10px;
    background-color:#b4e781;
    padding: 10px 5px 10px 20px;
}

* html #extra{
    width:300px;
}

#extra div.header{
    color: #33cc00;
    background: url(/static/images/bullet-header.gif) no-repeat 5px 0;
    padding: 2px 10px 2px 35px;
    text-align: left;
    font-size: 1.5em;
    margin: 10px 2px;
}

#footer{
    clear:both;
    width:100%
}

ul#news{
    text-align: left;
    padding: 0;
    margin: 0;
}
ul#news li{
    list-style: none;
    background: url(/static/images/bullet-list.jpg) no-repeat 10px 50%;
    padding: 0 0 15px 35px;
    margin: 0;
}

ul#news li a{
    color: #629566;
    font-weight: normal;
    font-family: Tahoma, sans-serif;

}
ul#news li a:hover{
    text-decoration: none;
}

a.button{
    background:url(/static/images/button.jpg) no-repeat;
    padding: 8px 70px 12px 15px;
    margin-left: 15px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    width: 60px;
}
a.button:hover{
    color:#f8ed37;
}
* html .button{
    width: 170px;
}
.adv-block{
    background: url(/static/images/adv-block.png) no-repeat;
    position: absolute;
    top: 320px;
    left: 320px;
    width: 210px;
    height: 120px;
    overflow: hidden;
}

.adv-block .header{
    color: #f8ed37;
    font-size: 1em;
    font-weight:bold;
    text-align: center;
    margin: 15px 10px 10px 10px;
}
.adv-block .text{
    overflow: hidden;
    color: #006633;
    margin: 5px 10px 0px 10px;
}
.adv-block a{
    color: #dbe868 !important;
    font-weight: bold;
    position: absolute;
    bottom: 22px;
    left: 63px;
    text-decoration:none;
}
.adv-block a:hover{
    text-decoration:underline !important;
}

.wrap-adv-block{
    float: left;
    width: 200px;
    height: 120px;
}

.form-error{
    color: red;
}
#YMapsID{
    width: 99%; height: 400px;border: 5px #fdcb00 solid
}
* html #YMapsID{
    width: 700px;
}

.rooms{
    width: 613px;
    background-color: #ccff99;
    border-collapse: collapse;
    color: #000;
}

.rooms td, .rooms th{
     border: 1px solid #a6da73;
     padding: 5px 7px;
}

.rooms a, .buildings a.link{
    border: 1px solid #33CC00;
    background-color: #33CC00;
    color: #fff !important;
    padding: 1px 2px;
    text-decoration: none;
}

.rooms a:hover, .buildings a.link:hover{
    border: 1px solid #fff;
    background-color: #fff;
    color: #33CC00 !important;
}

.rooms a.active{
    background-color: #ff6666;
    color: #ffffff !important;
    border: 1px solid #ff6666;
}

.rooms a.active:hover{
    
}

.buildings a.link{
    padding: 0px 2px;
    margin-left: 10px;
    height: 20px;
}

.buildings li{
    margin: 5px 0;
    padding: 0;
}
ol.buildings{
    margin-left: 180px;
}
* html ol.buildings{
    margin-left: 240px;
    padding: 0;
}
#level{
    border: 8px solid #FFCC00;
    margin-top: 10px;
}

#carousel{
    border: 8px solid #FFCC00;
    margin-top: 10px;
}
#carousel ul {
    list-style: none;
    width: 1500px;
    margin: 0;
    padding: 0;
    position: relative;
}
#carousel li {
    display: inline;
    float: left;
}

.textholder{
    background: #FFCC00 !important;
    color: #000;
    padding: 2px;
    opacity:0.5
}

h2{
    color: #fff;
}
#content{
    color: #000;
}

#sb-body, #sb-loading {
background-color:#A6DA73 !important;
}

.standardform label {
        float: left;
        width: 200px;
        margin-right: 10px;
}

.standardform label.group {
        float: none;
        width: auto;
        margin: 0 5px 0 2px;
}

.standardform p {
        margin: .5em 0;
}

.standardform .input {
        border: 1px solid #ccc;
}

.standardform .errorInput {
        border: 1px solid red;
}

.standardform .errorMessage {
        margin-left: 15px;
        font-size: 10px;
        color: red;
}

.standardform .captcha {
        float: left;
}

.standardform .captcha_challenge {
        float: left;
}

.standardform .captcha input {
        float: left;
        clear: left;
}

.standardform p .clear {
        display: block;
}

.submit,
.button {
        margin-left: 110px;
}

.fileLink {
        border: none;
        padding: 5px;
        cursor: pointer;
}

.fileLink:hover {
        background: #fefeee;
}

.comment {
        font-size: 10px;
        margin-left: 15px;
        color: #3e60f5;
}

.room{
    border: 1px solid #33CC00;
    padding: 1px 2px;
}

.shadow{
	box-shadow:#111 4px 4px 15px;
	-moz-box-shadow:#111 4px 4px 15px;
	-webkit-box-shadow:#111 4px 4px 15px;
    width: 121px;
    height: 85px;
    margin: 5px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#111111')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#111111');

}

.photo{
    border: 8px solid #fff;
    width: 184px;
    height:134px;    
    box-shadow:#111 2px 2px 8px;
	-moz-box-shadow:#111 2px 2px 8px;
	-webkit-box-shadow:#111 2px 2px 8px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#111111')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#111111');
}

.frame-photo{
    width: 200px;
    float: left;
    margin: 10px;
    font-family: Hevletica, sans-serif;
    font-size: 11px;
}
