/* CSS Document */

body
{
    margin-top: 0px;
    background-image: url(../images/bkgrdPattern.jpg);
    background-repeat: repeat-x;
}

h1,h2,h3,h4,h5
{
    margin: 1em 0;
}

img
{
 border: 0;   
}

#siteWrapper
{
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}
#flashHolder
{
    width: 960px;
    height: 229px;
}
#navHolder
{
    height: 45px;
    width: 960px;
    background-image: url(../images/mainNavBkgrd.jpg);
    background-repeat: no-repeat;
    background-position: 410px 0px;
    float: right;
}
.earthQuote
{
    height: 45px;
    background-image: url(../images/madrid_theEarth.jpg);
    background-repeat: no-repeat;
    float: left;
    width: 414px;
}
/* Main Navigation */

.mainNav
{
    width: 546px;
    float: right;
    background-image: url(../images/madrid_navBkgrd.jpg);
    background-repeat: repeat-x;
}

ul.mainNav
{
    list-style: none;
    text-align: center;
    font-size: 0.8em;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.12em;
    line-height: 2.9em;
    height: 45px;
}
ul.mainNav li
{
    display: inline;
    float: left;
    height: 45px;
    background-image: url(../images/verticalines.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
ul.mainNav a
{
    padding: 8px 10px 8px 10px;
    text-decoration: none;
    color: #ffffcc;
}
ul.mainNav a:hover
{
    padding: 8px 10px 8px 10px;
    text-decoration: none;
    color: #000;
}
ul.mainNav li.first-child
{
    background-image: none;
}

/*End of Main Navigation */
.bodyTop
{
    background-image: url(../images/madrid_bodyTop-trans.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 21px;
    width: 960px;
}
.bodyMiddle
{
    background-image: url(../images/madrid_bodyMiddle-trans.png);
    background-repeat: repeat-y;
    background-color: #FFF;
}
.bodyBottom
{
    background-image: url(../images/madrid_bodyBottom-trans.png);
    background-repeat: no-repeat;
    height: 23px;
    width: 960px;
}
.footerTop
{
    background-image: url(../images/footerTop-trans.png);
    background-repeat: no-repeat;
    height: 21px;
    width: 960px;
    margin-top: 5px;
}
.footerBody
{
    background-image: url(../images/footerBody-trans.png) background-repeat: repeat-y;
    background-image: url(../images/footerBody-trans.png);
    background-repeat: repeat-y;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}
.footerBottom
{
    background-image: url(../images/footerBottom-trans.png);
    background-repeat: no-repeat;
    height: 23px;
    width: 960px;
}
.bodyTop_interior
{
    background-image: url(../images/madrid_bodyTop-Itrans.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 21px;
    width: 960px;
}
.bodyMiddle_interior
{
    background-image: url(../images/madrid_bodyMiddle-Itrans.png);
    background-repeat: repeat-y;
    background-color: #FFF;
}
.bodyBottom_interior
{
    background-image: url(../images/madrid_bodyBottom-Itrans.png);
    background-repeat: no-repeat;
    height: 23px;
    width: 960px;
}
/*right hand navigation*/
ul.rightNav
{
    margin: 0;
    padding: 70px 0px 0px 0px;
    list-style-type: none;
    font-size: 0.8em;
    cursor: default;
    width: 12em;
}
ul.rightNav li
{
    margin: 0;
    padding: 5px 0px 5px 0px;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 12em;
}

ul.rightNav a
{
    display: block;
    cursor: pointer;
    background-color: #CCC;
    padding: 0.3em 0.75em;
    color: #333;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #666699;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 2px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #939393;
    border-right-color: #434343;
    border-bottom-color: #434343;
    border-left-color: #939393;
}
ul.rightNav a:hover
{
    color: #f8f5c2;
}
.login
{
    margin-top: 150px;
    width: 135px;
}
.login-button
{
    margin-right: 27px;
    margin-left: 27px;
}
.video
{
    height: 300px;
    width: 300px;
    float: right;
    padding-bottom: 15px;
    padding-left: 15px;
}
.welcomeInfo
{
    margin-left: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    line-height: 1.3em;
    text-indent: 15px;
    text-align: justify;
}
.welcomeInfo p
{
    padding-bottom: 15px;
}
#MenuBar1 li ul li
{
    background-image: none;
}
.mainContent
{
    width: 910px;
    margin: 0px 15px 0px 15px;
    text-align:justify;
    
}

.floatright
{
    margin: 4px 8px;
    float:right;
}
.floatleft
{
    margin: 4px 8px;
    float:left;
}

.bullet
{
    margin-left: 2em;
    list-style: circle;
}

.formtable td
{
    padding: 5px 6px;
}

.verticalcell
{
    vertical-align: middle;
}
.gallery_thumbs li {
width: 200px;
float: left;
text-align:center;
}
.gallery_thumbs img {
display: block;
margin:0 auto;
}