/* ************************************************************************** */
/* Imperial Marketing, Inc. Style Sheet
/* 
/* COLORS:
/* blue: #00549E
/* grey: #998B7D
/* ************************************************************************** */

*
{
    margin: 0;
    padding: 0;
    font-family: "MyriadPro", verdana, arial, sans-serif;
}

html
{
    margin: 0;
    padding: 0;
    font-size: .9em;
}

body
{
    margin: 0;
    padding: 0;
    color: #998B7D;
}

h1
{
    color: #00549E;
    font-size: 1em;
    margin-bottom: 1em;
}

p
{
    margin: .5em 0 .5em 0;
    line-height: 1.4em;
}

a img
{
    border: none;
}

#wrapper
{
    width: 778px;
    margin: 0 auto;
    border: 1px solid #C6C8CA;
    border-top: none;
}

#header
{
    height: 88px;
    right: 0;
    background-color: #00549E;	
}

#imperial_logo
{
    float: left;
    margin: 13px 0 11px 15px;
}

#top_nav
{
    margin-top: 12px;
}

#top_nav li
{
    list-style-type: none;
    float: left;
    margin-left: 2em;
}

#top_nav a:link, #top_nav a:visited
{
    text-decoration: none;
    color: #00549E;
}

#top_nav a:hover
{
    color: #998B7D;
}

#banner
{
    margin-top: 57px;
    width: 778px;
    height: 168px;
}

/* ******************************* */
/* set the banners for each page   */
/* ******************************* */

#tag_line /* by default, no image */
{
    float: right;
    margin: 60px 21px 11px 0;
    width: 254px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: top right;
}

.about #banner
{
    background-image: url(images/banner_teamwork.jpg);
}

.promotional #banner
{
    background-image: url(images/banner_creativity.jpg);
}

.promotional #tag_line
{
    background-image: url(images/solutions_for_success.gif);
}

.dealer #banner
{
    background-image: url(images/banner_execution.jpg);    
}

.dealer #tag_line
{
    background-image: url(images/process_to_profits.gif);
}

.competencies #banner
{
    background-image: url(images/banner_strategy.jpg);
}

.news #banner
{
    background-image: url(images/banner_headlines.jpg);
}

.contact #banner
{
    background-image: url(images/banner_communicate.jpg);
}

.clients #banner
{
    background-image: url(images/banner_teamwork.jpg);
}

.background #banner
{
    background-image: url(images/banner_team.jpg);
}

.careers #banner
{
    background-image: url(images/banner_success.jpg);
}
/* ****************************************** */

/* ****************************************** */
/* highlight the links for the current page   */
/* ****************************************** */
.promotional #top_nav #promotional a
{
    /*font-weight: bold;*/
    color: #998B7D;
}

.dealer #top_nav #dealer a
{
    /*font-weight: bold;*/
    color: #998B7D;
}

.competencies #top_nav #competencies a
{
    /*font-weight: bold;*/
    color: #998B7D;
}
/* ****************************************** */

#quick_links
{
    margin-top: 11px;
    padding: 11px 33px 0 27px;
    width: 246px;
    float: left;
    /*position: relative;*/
}

#quick_links h1
{
    color: #00549E;
    font-size: 1em;
}

#quick_links li
{
    list-style-type: none;
    line-height: 2em;
}

#quick_links a:link, #quick_links a:visited
{
    text-decoration: none;
    color: #00549E; 
}

/* ************************************************ */
/* highlight the quick links for the current page   */
/* ************************************************ */
.about #quick_links #about
{
    color: #998B7D;
    font-weight: bold;
}

.news #quick_links #news
{
    color: #998B7D;
    font-weight: bold;
}

.contact #quick_links #contact
{
    color: #998B7D;
    font-weight: bold;
}

.clients #quick_links #clients
{
    color: #998B7D;
    font-weight: bold;
}

.careers #quick_links #careers
{
    color: #998B7D;
    font-weight: bold;
}

.background #quick_links #background
{
    color: #998B7D;
    font-weight: bold;
}
/* ****************************************** */

/* ****************************************** */
/* News items                                 */
/* ****************************************** */
.news #content h2
{
    font-size: 1em;
    border-top: 1px solid #998B7D;
    margin: 1em 0 0 0;
    padding: 0 0 0 .5em;
    color: #00549E;
}

.news h3
{
    font-size: .7em;
    border-bottom: 1px solid #998B7D;
    margin: 0;
    padding: 0 0 0 .5em;
    /*text-align: right;*/
}

.news p
{
    font-size: .8em;
    margin-left: 1em;
}
/* ****************************************** */

#search
{
    margin-top: 2em;
}

#search #search_field
{
    border:0;
    background: transparent url(images/rounded_input.gif) no-repeat top left;
    height: 22px;
    width: 186px;
    padding-top: 2px;
    margin: 2px 5px 0 0;
    float: left;
}

#search #button
{
/*	padding-top: 10px;*/
    float: left;
}

#content
{
    margin: 11px 0 11px 0;
    padding: 11px 33px 11px 33px;
    float: right;
    border-left: 1px solid #998B7D;
    width: 400px;
    /*position: relative;*/
}

#content li
{
    margin-left: 1em;
    line-height: 1.6em;
}

#content a:link, #content a:visited
{
    color: #00549E; 
}

#footer
{
    font-size: .7em;
    width: 778px;
    margin: 0 auto 1em auto;
    text-align: center;
}

