/* 
    Document   : template
    Created on : Jul 31, 2009, 12:18:12 AM
    Author     : Dave McVittie
    Description:
        Developed based on style guidelines developed by Mark Heine
*/

root { 
    display: block;
}
body {
    display:              block;
    background-color:			#aebcc2;
    padding-top:					0px;
    margin-top:						0px;
    margin-left:                    0px;
    text-align:center;
    background-image: url("/images/tsc_bkgnd_grad.jpg");
    background-repeat:repeat-x;
    font-family:                arial;
    color: #5D5D5D;
    font-size:14px;
    
}
a{
    color:#5D5D5D;
    }

#header{
    height:104px;
    width:900px;
}
#logoarea{
    position:absolute;
    margin-left:10px;
    margin-top:0px;
}
#topnavbuttons{
    position:absolute;
    margin-left:435px;
    margin-top:0px;
}
#socialmediabuttons{
position:absolute;
margin-left:853px;
margin-top:52px;
}
#socialmediabuttons{
border:none;
}
#everything{
    text-align:left;
    margin:0 auto;
    width:900px;
}

#innercontainer{
    float:left;
    width:880px;
    
}

#footer{
    font-size:11px;
    color:#575757;
    margin-bottom:50px;
}
#footer a{
    color:#575757;
    text-decoration:none;
}
#footer a:hover{
    text-decoration:underline;
}

#menu {
    float:right;
    margin-top:75px;
    margin-right:10px;
}
#menu a.menuitem{
    font-size:12px;
    font-family:arial;
    color:#72787d ;
    text-decoration:none;
    letter-spacing:.25px;
    padding-left:15px;
}

#menu a.selected{
    color:#891513 ;
}

#menu a.menuitem:hover{
    color:#891513 ;
}


/* for content pages*/
#contentheader{
    width:880px;
    height:102px;
    background-image:url('/images/TSC_secondary_header.jpg');
}

/*breadcrumbs*/
.breadcrumbs{
    margin-left:10px;
}
.breadcrumbs a{
    text-decoration:none;
    color:#5D5D5D;
}
.breadcrumbs a:hover{
    text-decoration:underline;
}

