/********************************************
* Huff Construction
* Developed by I-ology
* http://www.i-ology.com
*
* Created 05/2/07 - BD
*
* News Room Style Definitions
********************************************/

/*********************************
* HTML Mods 
*********************************/
#news-archive {
    width: 514px;
    text-align: center;
}


/*********************************
* Lists 
*********************************/
#news-archive ul {
    margin: 5px 0 20px 0;
    padding: 0;
    width: 514px;
    text-align: center;
}

#news-archive ul li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style: none;
    background: none;
}

/*********************************
* Layout Definitions
*********************************/
#content-right {
    margin: 38px 40px 0 0;
    width: 514px;
    display: inline; /* Fixes IE6 double-float margin bug */
}

/*********************************
* Titles & Headers
*********************************/
h1#ttl-news-room,
h1#ttl-newsletters,
h1#ttl-media {
    margin-bottom: 15px;
    width: 514px;
    height: 18px;
    text-indent: -9999px;
}

h1#ttl-news-room {
    background: url(/images/ttl_news_room.gif) top left no-repeat;
}

h1#ttl-newsletters {
    background: url(/images/ttl_newsletters.gif) top left no-repeat;
}

h1#ttl-media {
    background: url(/images/ttl_media.gif) top left no-repeat;
}

/*********************************
* Tables & Forms
*********************************/
table {
    margin: 0 auto;
}
.form-padding td {
    padding-bottom: 15px;
}
.form-field1,
.form-field2,
.form-field3,
.form-field4 {
    padding: 1px;
}
.form-field1 {
    width: 72px;
}
.form-field2 {
    width: 165px;
}
.form-field3 {
    width: 350px;
}
.form-field4 {
    padding: 5px 0 0 0;
}

/*********************************
* Form Definitions
*********************************/

/*********************************
* Footer Definitions
*********************************/

/*********************************
* Main Navigation
*********************************/

/*********************************
* Sub Navigation
*********************************/

a#press-releases {
    background: url(/images/subnav_press_releases.gif) top left no-repeat;
    width: 127px;
}

a#newsletters {
    background: url(/images/subnav_newsletters.gif) top left no-repeat;
    width: 122px;
}

a#media {
    background: url(/images/subnav_media.gif) top left no-repeat;
    width: 82px;
}

a:hover#newsletters, body.newsletters-on #subnav-news-room #newsletters {
    background: url(/images/subnav_newsletters.gif) bottom left no-repeat;
}

a:hover#media, body.media-on #subnav-news-room #media {
    background: url(/images/subnav_media.gif) bottom left no-repeat;
}

/*********************************
* Global Navigation
*********************************/

ul#global-nav li a#home {
    visibility: visible;
}
