@import "../../css/fonts.css"; /* MUST COME BEFORE GLOBAL STYLES */
@import "../../css/global.css";
@import "../../css/sub-global.css";

/*
	MAIN CONTENT
*/
#maincontent { width:436px; padding-right: 26px; background: url(../images/main-mike.jpg) top right no-repeat; }
#maincontent h3 { margin-top: 15px; padding-top: 15px; border-top: solid #ccc 1px; }
#maincontent a:hover {color: #5c74b8;}
#maincontent table { border-collapse: collapse; width: 100%; margin: 10px 0; }
#maincontent th { padding: 5px; border-bottom: solid #333 1px; font-size: 100%; color: #333; text-align: left; }
#maincontent tr { font-size: 92%; color: #666; }
#maincontent td { padding: 5px; border-bottom: solid #ccc 1px; }
#maincontent td.date { width: 150px; }
/*
	SUB CONTENT 
*/
#subcontent { background: url(../../site-graphics/home-sub-bg.jpg) top left no-repeat; position: relative; padding-top:400px; }
#subcontent h4 { position: absolute; top: 370px; right: 26px; font-size: 92%; font-weight: normal; color: #666; }
#subcontent h4 span { color: #999;}
a.speakLink { display: block; margin: 5px 0; padding-left: 15px; background: url(../../site-graphics/arrow-icon.gif) left center no-repeat; font-size: 107%; color: #484848; text-decoration: none;}

#subcontent h3#homePointVideo { background:url(../../site-graphics/homepoint-video.png) center no-repeat; }
#subcontent h3#homePointVideo a { height:125px; }
