/* Universal styles */

body {
    background-color: #7DB75C;
    background-image: url(../images/TSC_main_bg.gif);
    background-repeat: repeat-y;
    color: #FFFFFF;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 150%;
    margin: 0px;
    padding: 0px;
}
body.landing {
    background-color: #5CA533;
    background-image: url(../images/TSC_lines_bg.gif);
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}
h1 {
    font-size: 18px;
    color: #000000;
    font-weight: normal;
    margin-top: 20px;
}
a img {
    border: none;
    display: block;
    overflow: hidden;
}
:link {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    font-style: italic;
}
:visited {
    color: #333333;
    font-style: normal;
    text-decoration: none;
    font-style: italic;
}
:link:hover, :visited:hover {
    font-style: normal;
    text-decoration: underline;
    font-style: italic;
}
p.signature {
    text-align: right;
    margin-right: 100px;
}
img.right {
    float: right;
    margin: 10px 0px 20px 20px;
}
strong {
    color: #000000;
}


ol li{ list-style:decimal}

ol, ul, ul ul { color:#000 !important; }

ol ul, ul ul {
    padding:0px 0px 0px 8px !important;
	margin:0px 0px 0px 8px !important;
	display:block;	
}

ul li {
	list-style:square;
	margin:0;
	padding-left:5px;
}

li span { color:#fff; }


/* Landing Page */

td.landingLogo {
    padding: 0px;
}
td.landingLogo img {
    position: relative;
    left: 195px;
}

/* Main Pages */

table.layout {
    width: 100%;
    background-image: url(../images/TSC_lines_bg.gif);
    background-repeat: repeat-x;
}
td.header {
}
td.spacer {
    width: 25px;
    padding: 0px;
    height: 400px;
}
td.mainLogo {
    width: 138px;
    padding: 0px;
    vertical-align: top;
    height: 400px;
}
td.content {
    width: 478px;
    padding: 28px 23px 30px 26px;
    vertical-align: top;
    text-align: left;
}
td.sidebar {
    padding: 0px;
    height: 400px;
}

/* Sidebar */

td.sideQuote {
    vertical-align: top;
}
div.quote {
    font-size: 16px;
    width: 215px;
    margin-left: 30px;
    margin-top: 88px;
    margin-bottom: 6px;
    line-height: 150%;
}
div.attribution {
    font-size: 14px;
    color: #666666;
    width: 215px;
    margin-left: 30px;
    line-height: 150%;
}
td.corporationsQuote {
    background-image: url(../images/TSC_quote_corporations.gif);
    background-repeat: no-repeat;
}
td.communicationQuote {
    background-image: url(../images/TSC_quote_communication.gif);
    background-repeat: no-repeat;
}
td.schoolsQuote {
    background-image: url(../images/TSC_quote_schools.gif);
    background-repeat: no-repeat;
}
td.aboutQuote {
}
td.coachingQuote {
    background-image: url(../images/TSC_quote_coaching.gif);
    background-repeat: no-repeat;
}
td.contactQuote {
}
td.homeQuote {
}