* {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-style: normal;
}

body {
    width: 980px;
    margin: auto;
    background: #333;
    font-family: "Times New Roman", Times, serif;
    padding: 0px 10px;
}

.mainbody {
    width: 957px;
    height: auto;
    margin-top: 10px;
    padding: 10px;
    float: left;
    background: #fff;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -khtml-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    position: relative;
}

.indexbody {
    width: 957px;
    height: auto;
    margin-top: 10px;
    float: left;
}

.rightbody {
    margin-top: 20px;
    width: auto;
    height: auto;
    float: left;
    padding: 15px;
    background: #fff;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -khtml-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    position: relative;
}


.footer {
    width: 957px;
    margin: 20px;
    color: gray;
    text-align: center;
    float: left;
}

.blackbox {
    margin-top: 5px;
    width: 957px;
    height: 602px;
    float: left;
    background: url(../images/black.jpg);
}


div#box {
    margin-top: 5px; /* centered */
    width: 460px;
    float: left;
}


.bubble {
    clear: both;
    margin: 0px auto;
    width: 350px;
    background: #fff;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -khtml-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 90; /* the stack order: displayed under ribbon rectangle (100) */
}

.rectangle {
    background: #7f9db9;
    height: 50px;
    width: 380px;
    position: relative;
    left: -15px;
    top: 10px;
    float: left;
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
    -khtml-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
    z-index: 100; /* the stack order: foreground */
}

.rectangle h2 {
    font-size: 30px;
    color: #fff;
    padding-top: 6px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.triangle-l {
    border-color: transparent #7d90a3 transparent transparent;
    border-style: solid;
    border-width: 15px;
    height: 0px;
    width: 0px;
    position: relative;
    left: -30px;
    top: 45px;
    z-index: -1; /* displayed under bubble */
}

.triangle-r {
    border-color: transparent transparent transparent #7d90a3;
    border-style: solid;
    border-width: 15px;
    height: 0px;
    width: 0px;
    position: relative;
    left: 350px;
    top: 15px;
    z-index: -1; /* displayed under bubble */
}

.info {
    padding: 5px;
}


.news {
    width: 335px;
    height: 250px;

}

.fon16 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.fon12 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;


}

.fon12B {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.contleftbox {
    float: left;
    width: 550px;
}

.contleftbox p {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}

.floatingleft {
    float: left;
}


#fulladd ul {

    margin-top: 10px;
    list-style-type: none;
}

#fulladd li {
    height: 20px;
    float: left;
    width: 165px;
}

.headingfont {
    font-family: arial;
    font-size: 20px;
    font-weight: bold;


}

.header {
    margin-bottom: 5px;
    width: 957px;
    height: 160px;
    float: left;
    color: #FFFFFF;
    background-image: url("../images/brahm.jpg");
    max-width: 957px;
}

.header h6 {
    padding-top: 30px;
    padding-right: 10px;
    float: right;
    font-weight: normal;
    font-size: 50px;
    font-family: Brush Script MT;
    text-indent: 5px;
    letter-spacing: -1px;
}

.header span {
    margin-top: 10px;
    float: right;
}

.header a {
    color: #FFFFFF;
    text-decoration: none;

}

.header a:hover {
    color: #00B4FF;

}


#fixmenu {
    color: #FFFFFF;
    position: fixed;
    right: 0;
    top: 50%;
    width: 5em;
    margin: -2.5em 0 0 0;
    z-index: 5;
    background: black;
    color: white;
    font-weight: bold;
    font-size: large;
    text-align: left;
    border: solid #00B4FF;
    border-right: none;
    padding: 0.5em 0.5em 0.5em 2.5em;
    box-shadow: 0 1px 3px black;
    border-radius: 3em 0.5em 0.5em 3em;
    position: fixed;
}

#fixmenu span {
    color: grey;
}

#fixmenu a {
    color: #FFFFFF;
    display: block;
    float: left;
    font-weight: normal;

    text-decoration: none;
    text-shadow: 1px 1px 1px #000000;
}

#fixmenu a:hover {
    color: #00B4FF;
}

.error {
    font-size: 14px;
    color: #c60300;
}

.jeernodhara h1 {
    font-size: 40px;
    font-family: Brush Script MT;

}

.jr-slideshow {
    margin: 20px
}
