/**
 * CSS_01.css
 *
 * The main CSS file for Lava Studios
 *
 */

/*#### HTML Tags ####*/
body {
    background-color: #FFFFFF;
    color: #000000;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}

a:link {
    color: #87704B;
    text-decoration: none;
}

a:visited {
    color: #BF9C70;
    text-decoration: none;
}

a:hover {
    color: #C3322E;
    text-decoration: none;
}

a:active {
    color: #D4B58B;
    text-decoration: none;
}

a.intLink {
    position: absolute;
    font-size: .8em;
    left: 30px;
    top: 180px;
    z-index: 1;
}

img {
    border: none;
}

/*#### CLASSES ####*/
.mainTable {
    width: 760px;
    padding: 0px;
    margin: 0px;
}

/* HEADER DIVS */
.header {
    background-image: url(../images/header_bg.jpg);
    background-repeat: no-repeat;
    height: 190px;
}

.logo {
    display: inline;
    position: relative;
    left: 14px;
    bottom: 31px;
}

.flashMain {
    display: inline;
    position: relative;
    bottom: 10px;
    left: 22px;
}

.topLinks {
    width: 750px;
    height: 1.1em;
    font-size: .9em;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: right;
    padding-bottom: 10px;
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: .05em;
}

/* CONTENT DIVS */
.contentMain {
    background-image: url(../images/contentMain_bg.jpg);
    background-repeat: repeat-y;
}

.image01 {
    display: inline;
    float: left;
    width: 267px;
}

.contentBG {
    display: inline;
    float: left;
    background: url(../images/contentCorner_bg.gif) no-repeat right bottom;
    width: 350px;
    height: 100%;
}

.contentBG_home {
    display: inline;
    float: left;
    background: url(../images/contentCorner_bg.gif) no-repeat right bottom;
    width: 350px;
}


.contentBG_cont {
    display: inline;
    float: left;
    width: 350px;
}

.content {
    width: 300px;
    color: #87704B;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 0.88em;
    text-align: right;
    font-weight: lighter;
    letter-spacing: -.001em;
    line-height: 1.8em;
    padding: 5px 0px 40px 15px;
}

.content a:link, .content a:visited {
    color: #C3322E;
}

.content a:hover {
    color: #333333;
}

.submit {
    text-align: center;
    padding: 10px;
}

.capital {
    font-size: 1.7em;
    font-weight: bold;
    color: #C3322E;
    padding-right: 2px;
    margin: 0px;
}

.contHead {
    text-align: center;
}

.contentHeaderLava {
    font-size: 1.4em;
    font-weight: bold;
    color: #C3322E;
    text-transform: uppercase;
    letter-spacing: .3em;
}

.contentHeaderColon {
    font-size: 1.4em;
    font-weight: bold;
    color: #808080;
    text-transform: uppercase;
    letter-spacing: .3em;
}

.contentHeaderSection {
    font-size: 1.4em;
    font-weight: lighter;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: .3em;
}

.featured {
    border: 1px dotted #CCCCCC;
    margin-left: 20px;
    margin-bottom: 10px;
    padding: 10px;
}

.featTitle {
    margin-top: 10px;

}

.featText {
    padding: 10px 0px 0px 10px;
    margin: 0px;
    font-size: .9em;
}

.featHead {
    padding: 5px 0px;
    margin: 0px;
    border-bottom: 1px solid #CCCCCC;
}

.subNav {
    background-image: url(../images/lavasubnavLong_bg.jpg);
    position: absolute;
    top: 187px;
    left: 620px;
    width: 140px;
    margin: 0px;
    padding-bottom: 20px;
    background-repeat: no-repeat;
    background-position: right center;
}

.subNavHome {
    background-image: url(../images/lavasubnavLong_bg.jpg);
    position: absolute;
    top: 187px;
    left: 620px;
    width: 140px;
    height: 375px;
    margin: 0px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    background-position: right center;
}

.subNavContact {
    background-image: url(../images/lavasubnavLong_bg.jpg);
    position: absolute;
    top: 187px;
    left: 620px;
    width: 140px;
    height: 541px;
    margin: 0px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    background-position: right center;
}


.subNavLinks {
    position: absolute;
    top: 187px;
    left: 579px;
    width: 140px;
    margin: 0px;
    padding-bottom: 10px;
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #000000;
    font-weight: bolder;
    text-transform: lowercase;
}

.homeSubTitleBack {
    background-color: #FFFFFF;
    filter: alpha(opacity=40);
    -moz-opacity: .40;
    opacity: .40;
    width: 127px;
    height: 20px;
    margin: 10px 0px 0px 0px;
    padding: 5px 0px;
    text-align: center;
    text-transform: none;
}

.homeSubTitle {
    width: 120px;
    height: 20px;
    margin: 10px 0px 0px 50px;
    padding: 5px 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: none;
    font-size: .9em;
}

.homeBackAudio {
    display: inline;
    float: left;
    margin: 10px 0px;
    padding: 0px 0px 0px 5px;
    text-align: right;
}

.homeBackVideo {
    display: inline;
    float: right;
    margin: 10px 0px;
    padding: 0px 15px 0px 0px;
    text-align: right;
}

.homeLinksAudio {
    display: inline;
    margin: 10px 0px;
    padding: 0px;
    text-align: right;
    width: 62px;
}

.homeLinksVideo {
    display: inline;
    margin: 10px 0px;
    padding: 0px;
    text-align: right;
    width: 62px;
}

.homeBack {
    margin: 0px;
    padding: 3px 0px;
}

.homeLink {
    margin: 5px 0px;
    padding: 0px;
    width: 56px;
    height: 42px;
    background-color: #FFFFFF;
    filter: alpha(opacity=40);
    -moz-opacity: .40;
    opacity: .40;
}

.homeBack:hover {
    filter: alpha(opacity=70);
    -moz-opacity: .70;
    opacity: .70;
    margin: 0px;
    padding: 3px 0px;
}

.hidden {
    display: none;
}

.opaque {
    background-color: #FFFFFF;
    filter: alpha(opacity=40);
    -moz-opacity: .40;
    opacity: .40;
    margin-top: 15px;
    padding: 0px;
    height: 20px;
    width: 128px;
    text-align: right;
}

.opaqueNot {
    background-color: transparent;
    margin-top: 15px;
    padding: 0px;
    height: 20px;
    width: 166px;
    text-align: right;
    vertical-align: center;
}

.opaqueNot a:link, .opaqueNot a:visited {
    color: #C3322E;
    background-color: transparent;
    text-decoration: none;
    font-size: .9em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: .02em;
}

.opaqueNot a:hover {
    color: #87704B;
}

.backSpacer {
    height: 20px;
    margin-top: 5px;
    color: #000000;
    text-align: right;
    padding: 0px;
    width: 128px;
}

.subLink {
    height: 20px;
    margin-top: 5px;
    color: #000000;
    text-align: right;
    padding: 0px;
    width: 166px;
}

.subLink a:link, .subLink a:visited {
    color: #333333;
    text-decoration: none;
    font-size: .7em;
    font-weight: bold;
    font-family: "MS Sans Serif", Arial, Helvetica, sans-serif;
    text-transform:none;
}

.subLink a:hover {
    color: #C3322E;
}

.vidDiv {

}

.vidLinks {
    text-align: left;
    font-size: .8em;
}

.vidLinks a:hover {
    cursor: pointer;
}

.vidTitle {

}

.vidDesc {
    margin-bottom: 15px;
}

.audDiv {
    height: 25px;
}

.audioLinkE {
    text-align: left;
    padding-bottom: 30px;
}

.audioLinkL {
    position: relative;
    top: 50px;
    text-align: left;
    padding-bottom: 30px;
}

.audTitle {

}

.audDesc {

}

.pdfLinkDiv {
    padding: 5px 0px;
    margin: 0px;
}

.pdfTitle {
    display: inline;
}

.pdfIcon {
    display: inline;
}

.pdfDesc {

}

.pdfSize {
    font-size: .8em;
}

/* FOOTER DIVS */
.footer {

}

.bottomlinks {
    font-size: .7em;
    margin-left: 15px;
}


/*#### ID's ####*/
#topLink {
    margin-top: 20px;
}

#reset {
    text-align: center;
    font-size: .9em;
}

#reset a {
    text-decoration: underline;
}
