/********************************************
* Republic Media
* Developed by I-ology
* http://www.i-ology.com
*
* Created 09/20/07 - BD
*
* Home Page Style Definitions
********************************************/

/*********************************
* Layout Definitions
*********************************/

#header {
    height: 334px;
}

#header img {
    margin-top: 0;
}

#logo {
    width: 278px;
    height: 49px;
    float: left;
    display: inline;
    margin: 39px 0 15px 31px;
}

#home-content {
    width: 823px;
    margin: 0 auto;
    padding: 30px 40px 5px 40px;
    width/**/:/**/743px;
    background: #FFF;
    overflow: hidden;
}

#home-content p {
    margin-top: 7px;
}

#full-width {
    padding: 30px 40px 100px 40px;
}

#updates {
    width: 425px;
    margin-bottom: 25px;
    padding-bottom: 5px;
    overflow: hidden;
    border-bottom: 1px solid #CCC;
}

#updates ul {
    width: 395px;
    margin: 0 auto;
}

#updates li {
    list-style: none;
    color: #000;
    font-weight: bold;
    background: url(/images/bullet.gif) 0 7px no-repeat;
    line-height: 14px;
    border-bottom: 1px dotted #CCC;
    padding: 0 0 15px 10px;
    margin-bottom: 15px;
}

#updates li strong {
    color: #000;
    font-size: 12px;
    padding-bottom: 15px;
}

#updates li.last {
    border-bottom: none;
    padding-bottom: 0;
}

#updates li a {
    line-height: 14px;
    font-weight: bold;
    color: #0033CC;
}

#updates h2 {
    width:425px;
    height: 14px;
    display: block;
    text-indent: -9999px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
    margin-bottom: 15px;
    background: url(/images/hdr_updates.gif) top left no-repeat;
}

/*********************************
* Titles
*********************************/

h1#ttl-home {
    width: 315px;
    height: 55px;
    display: block;
    text-indent: -9999px;
    background: url(/images/ttl_home.gif) top left no-repeat;
}

/*********************************
* Promos
*********************************/

a#promo-contact {
    margin: 0;
    padding: 0;
    width: 279px;
    height: 124px;
    display: block;
    text-indent: -9999px;
    background: url(/images/promo_contact.jpg) top left no-repeat;
}

/*********************************
* Content Slider
*********************************/

.sliderwrapper {
    position: relative; /*leave as is*/
    overflow: hidden; /*leave as is*/
    height: 136px;
}

.sliderwrapper .contentdiv {
    visibility: hidden; /*leave as is*/
    position: absolute; /*leave as is*/
    left: 0;  /*leave as is*/
    top: 0;  /*leave as is*/
    width: 500px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
    height: 100%;
    filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.pagination {
    display: none;
}
/*********************************
* Content Slider
*********************************/

.sliderwrapper {
    position: relative; /*leave as is*/
    overflow: hidden; /*leave as is*/
    height: 136px;
}

.sliderwrapper .contentdiv {
    visibility: hidden; /*leave as is*/
    position: absolute; /*leave as is*/
    left: 0;  /*leave as is*/
    top: 0;  /*leave as is*/
    width: 500px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
    height: 100%;
    filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.pagination {
    display: none;
}

/*********************************
* Lists
*********************************/

ul.video-list {
    margin: 0 0 15px 10px;
    padding: 0;
    list-style: none;
    width: 600px
}

ul.video-list li {
    margin: 0;
    padding-left: 12px;
    background: url(/images/bullet.gif) 0 7px no-repeat;
}

