html,
body {
    background-image: url(images/header-main-bg.jpg) repeat;
    text-align: center;
    color: #cc3333;
    font-family: 'Merienda', cursive;
    font-size: 18px;
}

body {
    background-image: url(images/header-main-bg.jpg);
    text-align: center;
    color: #cc3333;
    font-family: 'Merienda', cursive;
    font-size: 18px;
}

h1 {
    font-family: 'Sree Krushnadevaraya', serif;
    color: cc0033;
    margin-top: -10px;
    font-weight: bold;
    font-size: 1px;
}

h2 {
    margin: 0px;
    padding: 0px;
    text-align: left;
}

h3 {
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    line-height: 150%;
    font-family: 'Sree Krushnadevaraya', serif;
    color: cc0033;
}

h4 {
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    font-size: 30px;
    font-family: 'Philosopher', sans-serif;
    background-color: #E1FFE1;
}

h5 {
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    line-height: 150%;
    color: #cc3333;
    font-variant: normal;
    margin-top: 25px;
    font-family: 'Merienda', cursive;
}

h6 {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    line-height: 100%;
    color: #cc3333;
}

h7 {
    font-weight: 400;
    text-align: center;
    line-height: 125%;
    color: #cc3333;
    font-family: 'Merienda', cursive;
    font-size: 22px;
}

h8 {
    font-weight: 700;
    text-align: center;
    line-height: 250%;
    font-family: Merienda;
    color: #cc3333;
    font-size: 28px;
}

h9 {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    font-size: 25px;
    text-align: left;
    line-height: 100%;
    color: #004000;
    font-family: 'Arima', cursive;
}

h10 {
    margin: 0px;
    padding: 0px;
    font-weight: 600;
    font-size: 30px;
    text-align: left;
    line-height: 100%;
    color: #cc3333;
}

h17 {
    text-align: center;
    font-family: 'Merienda', cursive;
    font-size: 22px;
    font-weight: 400;
    line-height: 125%;
    color: #004000;
}

h18 {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    line-height: 250%;
    color: #004000;
    font-family: Merienda;
}

#search-submit {
    display: none;
    width: 50px;
    height: 25px;
}

/* * MENU */
#menu {
    width: 960px;
    height: 50px;
    margin: 0px auto 20px;
    background: #C5586A url(images/menu-wrapper-bg.png) repeat;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,.3);
}

#menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    line-height: normal;
    text-align: center;
}

#menu li {
    display: inline-block;
    padding: 0px 30px;
    background: url(images/menu-divider-bg.png) no-repeat left 50%;
    line-height: 50px;
}

#menu a {
    text-decoration: none;
    text-shadow: 1px 1px 0px rgba(0,0,0,.3);
    font-size: 18px;
    color: #FFFFFF;
}

#menu a:hover {
    text-decoration: underline;
}

#menu .first {
    background: none;
}

/* * PAGE */
#page {
    overflow: hidden;
    width: 960px;
    margin: 0px auto;
    text-align: center;
}

/* * CONTENT */
#content {
    float: left;
    width: 410px;
}

.two-column2 #content {
    float: right;
}

/* * SIDEBAR */
#sidebar {
    float: right;
    width: 500px;
}

.two-column2 #sidebar {
    float: left;
}

/* * FOOTER */
#footer {
    overflow: hidden;
    height: 140px;
}

#footer p {
    margin: 0px;
    padding: 40px 0px 0px 0px;
    text-align: center;
    color: #535353;
    font-family: Perpetua, Papyrus;
    font-size: 16px;
}

/* * FOOTER CONTENT */
#footer-content-wrapper-bg {
    overflow: hidden;
}

#footer-content-topbg {
}

#footer-content {
    overflow: hidden;
    width: 960px;
    margin: 0px auto;
    padding: 5px 0px;
    text-align: center;
}

#footer-content h2 {
    padding: 0px 0px 15px 0px;
    text-shadow: 1px 1px 0px #FFFFFF;
    font-size: 28px;
    color: #525151;
}

#footer-content #column1 {
    float: left;
    width: 270px;
    margin-right: 50px;
}

#footer-content #column2 {
    float: left;
    width: 270px;
}

#footer-content #column3 {
    float: right;
    width: 270px;
}

/* * BAR CONTENT */
#bar-wrapper-bg {
    overflow: hidden;
}

#bar-content {
    width: 960px;
    height: 75px;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    text-align: center;
    text-shadow: 1px 1px 0px rgba(0,0,0,.3);
}

#bar-content h2 {
    padding: 0px 0px 15px 0px;
    font-size: 28px;
    color: #cc3333;
}

#bar-content .bar-number {
    display: inline;
    width: 42px;
    height: 42px;
    margin: 0px;
    padding: 0px 0px 20px 0px;
    line-height: normal;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}

#bar1 {
    float: left;
    width: 95px;
}

#bar2 {
    float: left;
    width: 750px;
}

#bar3 {
    float: right;
    width: 75px;
}

/* * LIST STYLE 1 */
ul.style1 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.style1 li {
    height: 38px;
    background: url(images/list-style1-line.png) repeat-x left top;
}

ul.style1 a {
    display: block;
    padding: 0px 0px 0px 20px;
    background: url(images/list-style1-arrow.png) no-repeat left 16px;
    line-height: 38px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #F2F2F2;
    color: #878787;
}

ul.style1 a:hover {
    text-decoration: underline;
}

ul.style1 .first {
    background: none;
}

/* * LIST STYLE 2 */
ul.style2 {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}

ul.style2 h3 {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-size: 16px;
    color: #EF3434;
}

ul.style2 li {
    padding: 40px 0px 80px 0px;
    border-top: 1px solid #E3E3E3;
}

ul.style2 .first {
    border-top: 0px;
}

/* * LIST STYLE 3 */
ul.style3 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.style3 li {
    padding: 15px 0px 0px 0px;
}

ul.style3 a {
    color: #979797;
}

/* * BANNER */
#banner {
    overflow: hidden;
    width: 960px;
    height: 419px;
    margin: 0px auto;
    background: url(images/homepage-s--Copy_15.jpg) no-repeat left top;
}

#banner #col1 {
    float: left;
    width: 470px;
}

#banner #col1 h2 {
    padding: 62px 0px 15px 0px;
    text-shadow: 1px 1px 0px rgba(0,0,0,.5);
    font-size: 45px;
}

#banner #col1 p {
    line-height: normal;
}

#banner #col2 {
    float: right;
    width: 490px;
}

/* * TEXT STYLES */
.text-style1 {
    line-height: 380%;
    text-shadow: 1px 1px 0px rgba(0,0,0,.5);
    font-size: large;
    color: #B8B8B8;
    font-family: Perpetua;
    text-align: center;
}

.text-style1 span {
    color: #EF3434;
}

.text-style2 {
    line-height: 380%;
    text-shadow: 1px 1px 0px rgba(0,0,0,.5);
    margin-top: -5px;
    font-size: 48px;
    color: #A1A1A1;
    text-align: center;
}

/* * LINK STYLE 1 */
.link-style1 {
    display: block;
    width: 150px;
    height: 40px;
    margin-top: 33px;
    background: #C5586A url(images/menu-wrapper-bg.png) repeat;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,.3);
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0px rgba(0,0,0,.3);
    font-size: 18px;
    color: #FFFFFF;
}

/* * LINK STYLES 2 */
.link-style2 {
    display: inline-block;
    width: 80px;
    height: 30px;
    margin-top: 10px;
    background: #323232 url(images/link-style2.png) repeat;
    border-radius: 5px;
    box-shadow: inset 0px 1px 0px 0px rgba(0,0,0,.3);
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0px rgba(0,0,0,.3);
    font-size: 14px;
    color: #FFFFFF;
}

/* * LINK STYLE 3 */
.link-style3 {
    float: left;
    display: block;
    width: 80px;
    height: 30px;
    margin-top: 2px;
    background: #C5586A url(images/menu-wrapper-bg.png) repeat;
    border-radius: 5px;
    box-shadow: inset 0px 1px 0px 0px rgba(0,0,0,.2);
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0px rgba(0,0,0,.3);
    font-size: 14px;
    color: #FFFFFF;
}

/* * SLIDERTRON */
#slider {
    position: relative;
    width: 520px;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
}

#slider .viewer {
    width: 500px;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
    border: solid 10px #cc3333;
    border-radius: 5px;
}

#slider .viewer .reel {
    display: none;
    height: 400px;
}

#slider .viewer .reel .slide {
    position: relative;
    width: 500px;
    height: 400px;
}

#slider .indicator {
    margin: 30px auto 0 auto;
}

#slider .indicator ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

#slider .indicator ul li {
    display: inline-block;
    width: 12px;
    height: 13px;
    text-indent: -9999em;
    margin: 0 2px 0 2px;
    background: url(images/indicator-default-bg.png) no-repeat left top;
}

#slider .indicator ul li.active {
    background: url(images/indicator-active-bg.png) no-repeat left top;
}

/* * TWO-COLUMN */
#two-column {
}

#two-column #colA {
    float: left;
    width: 450px;
}

#two-column #colB {
    float: right;
    width: 450px;
}

/* * IMAGE STYLE 1 */
.image-style1 {
    float: left;
    display: inline-block;
    margin-left: 5px;
    margin-right: 30px;
    padding: 0px;
    border-radius: 5px;
    border: 0px solid #F3F3F3;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,.1);
}

/* * IMAGE STYLE 2 */
.image-style2 {
    float: right;
    display: inline-block;
    margin-left: 30px;
    margin-right: 5px;
    padding: 0px;
    border-radius: 5px;
    border: 0px solid #F3F3F3;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,.1);
}

/* * IMAGE STYLE 3 */
.image-style3 {
    float: none;
    display: inline-block;
    margin-left: 125px;
    margin-right: 125px;
    padding: 0px;
    border-radius: 5px;
    border: 0px solid #F3F3F3;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,.1);
}

/* * BOX STYLE 1 */
.box-style .title {
    padding: 0px 0px 5px 0px;
    text-shadow: 1px 1px 0px #FFFFFF;
    font-size: 30px;
    text-align: center;
    font-weight: bolder;
    line-height: 175%;
}

.box-style .title-r {
    padding: 0px 0px 5px 0px;
    text-shadow: 1px 1px 0px #FFFFFF;
    font-size: 36px;
    color: #cc3333;
    text-align: right;
    font-weight: bolder;
}

.box-style .list-title {
    text-shadow: 1px 1px 0px #FFFFFF;
    font-size: 24px;
    color: #cc3333;
    font-weight: bolder;
    float: right;
}

.box-style .list-text {
    padding: 0px 0px 0px 0px;
    font-family: Perpetua, Papyrus;
    font-size: 24px;
    color: #cc3333;
    line-height: 100%;
    text-align: left;
    font-family: Perpetua;
}

/* * BOX 1 */
#box1 .first {
    padding-top: 10px;
}

/* latin-ext */
