/* CSS Document */

/*GLOBAL STYLES*/

#content_header
{
    height: 5px;
    font-size: 1px;
    background-image: url(/images/seghome/content_header.gif);
}

#content_footer
{
    height: 5px;
    font-size: 1px;
    background-image: url(/images/seghome/content_footer.gif);
    margin-bottom: 5px;
}

#header table
{
    width: 100%;
}


*
{
    padding: 0;
    margin: 0;
}

a
{
    text-decoration: none;
    color: #000;
}


body
{
    font-family: "Trebuchet" , "TrebuchetMS" , "Trebuchet MS" , Verdana, Arial, sans-serif serif;
    font-size: 12px;
    text-align: center;
    padding: 0;
    margin: 0;
    background-color: #fff;
    color: #555;
}

.keyword
{
    color: #A60400;
}

#everything
{
    padding: 0;
    margin: 0 auto;
    text-align: center;
    width: 900px;
    margin-top: 20px;
    margin-bottom: 50px;
}

#sup_header
{
    height: 25px;
    background-image: url(/images/seghome/sup_header.gif);
}

#headercontainer
{
    text-align: center;
    background-image: url(/images/seghome/header_footer_BG.gif);
}

#header
{
    padding: 0;
    margin: 0 auto;
    width: 690px;
    height: 150px;
    margin-bottom: 5px;
}

#header #logo
{
    text-align: center;
    padding-top: 60px;
}

#header img
{
    border: 0;
}

#header #headerimg
{
    width: 540px;
    text-align: right;
}

#contentcontainer
{
    padding: 0;
    margin: 0 auto;
    text-align: center;
    width: 740px;
    background-image: url(/images/seghome/content_bg_new.gif);
}


#content
{
    padding: 0;
    margin: 0 auto;
    width: 690px;
}

#leftcol
{
    width: 145px;
    float: left;
    background-color: #EEEEEE;
}


#rightcol
{
    width: 540px;
    float: right;
}


.team_picture
{
    padding-right: 15px;
    float: left;
}


.team_profile
{
    clear: both;
}

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    display: inline-block;
}
/* for IE/Mac */

#spotlight
{
    margin: 10px;
    width: 205px;
    text-align: center;
    border: solid gray 1px;
    padding: 7px;
    background: #fff2a3;
    float: right;
}


#footer
{
    height: 15px;
    background-image: url(/images/seghome/footer_BG.gif);
}

#sub_footer
{
    height: 25px;
    background-image: url(/images/seghome/sub_footer.gif);
    background-repeat: no-repeat;
    font-size: 11px;
    text-align: right;
    padding: 8px 105px 0 0;
}

#rightcontent
{
    padding: 15px 30px 15px 15px;
    text-align: left;
    line-height: 20px;
}

/*Menu Style*/

#navigation {font-size:12px; text-align: left; margin-top:10px;}
#navigation ul {margin:0px; padding:0px;}
#navigation li {list-style: none;} 

ul.top-level
{
    background: #EEEEEE;
}
ul.top-level li {

}

#navigation a {
 cursor: pointer;
 display:block;
 height:25px;
 line-height: 25px;
 text-decoration:none;
}
#navigation a:hover{
}

#navigation li:hover
{
    background: #FFFFFF;
}

/*Text Styles*/


#rightcontent p
{
    line-height: 20px;
    margin-bottom: 10px;
}


h1
{
    font-weight: bold;
    font-size: 18px;
    color: #880c19;
    margin-bottom: 10px;
}

/*Menu Hover Styles*/



.title
{
    font-weight: bold;
    font-size: 14px;
    color: #A60400;
}

