

html {
    
    background: #023c8b;
    
}

body {
    
    background: url(../images/bg.jpg) repeat-x #fff;
    
}

h2 {
    font-size: 20pt;
    font-weight: normal;
    color: #486678;
    padding-top: 3px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
}

#rotate
{
    width: 946px;
    height: 403px;
    z-index: 1;
    position: relative;
}

#rotate>img
{
    position: absolute;
    top: 0px;   
}

.wrapper {
    width: 946px;
    margin: 0px auto;
}

#top-nav {
    font-family: arial;
    font-size: 12px;
    text-align: right;
    line-height: 25px;
    color: #8a8a8a;
    margin-right: 40px;
}

#top-nav a {
    color: #8a8a8a;
    text-decoration: none;
}

#top-nav a:hover {
    color: #000;
}

#right-top {
    background: url(../images/right-top.jpg) no-repeat;
    width: 298px;
    height: 10px;
}

#right-mid {
    background: url(../images/right-mid.jpg) repeat-y;
    width: 298px;
}

#right-wrapper {
    padding: 0px 15px;
}

#right-bot {
    background: url(../images/right-bot.jpg) no-repeat;
    width: 298px;
    height: 10px;
}

#shadow {
    background: url(../images/shadow.jpg) repeat-x;
    height: 10px;
}


#home-wrapper, #int-wrapper {
    padding: 20px;
}

#footer-bg {
    background: url(../images/footer-bg.jpg) repeat-x;
    height: 185px;
}

#contact {
    font-family: arial;
    font-size: 12px;
    color: #d6d5d5;
    padding-left: 75px;
}

#footer-links {
    background: url(../images/footer-bevel.jpg) repeat-y;
}

#footer-links a {
    font-family: arial;
    font-size: 12px;
    text-decoration: none;
    color: #f9ea0e;
    display: block;
    margin-left: 15px;
}

#footer-links a:hover {
    color: #fff;
}

#footer-copy {
    background: url(../images/footer-bevel.jpg) repeat-y;
    height: 105px;
}

#footer-copy div {
    font-family: arial;
    font-size: 12px;
    color: #fff;
    padding-left: 15px;
}

#footer-copy a {
    color: #fff;
    text-decoration: none;
}

#footer-copy a:hover {
    color: #f9ea0e;
}

ul {
    list-style-type: none;
}
/* Basic sample CSS */
#flip {
    height: 300px;
    width: 946px;
    margin-bottom: 70px;
    position: relative;
}
      
#flip ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#flip ul li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#flip .ui-jcoverflip--title {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center;
    color: #555;
}
      
#flip img {
    display: block;
    border: 0px;
}
      
#flip a {
    outline: none;
}

.ui-jcoverflip {
    position: relative;
}

.ui-jcoverflip--item {
    position: absolute;
    display: block;
}

#wib-nav {
    background: url(../images/nav-bg.jpg) no-repeat;
    height: 60px;
    text-align: center;
}

#wib-nav a {
    color: #f9ea0e;
    font-family: arial;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 2px 5px #023e90;
    text-transform: uppercase;
    line-height: 60px;
    padding: 0px 35px;
}

#wib-nav a:hover {
    color: #fff;
}
