/* GENERAL STYLES */
@import "reset.css";
@import "kar-base.css";

/*---------------------------
	=Rotating Content 
---------------------------*/
.content { clear: both;float: left; height: 240px; overflow: hidden; padding: 0 0 0 37px; position: relative; width: 642px; z-index: 1; }
	/*
	#rotating-content img { height: 240px; left: -8px; overflow: hidden; position: absolute; top: -8px; width: 642px; z-index: 2; }
	#rotating-content div.mask { background: url(/images/slide-mask.png) 0 0 no-repeat; height: 240px; left: 0; position: absolute; top: 0; width: 642px; z-index: 3; }
	#rotating-content div.content { height: 204px; left: 0; padding: 18px; position: absolute; top: 0; width: 606px; z-index: 4; }
	*/

/*---------------------------
	=Quick Links
---------------------------*/
#quick-links { float: right; height: 250px; padding: 0 39px 0 0; width: 251px; }
	#quick-links h1 { color: #013a6f; font: bold 16px/20px "Trebuchet MS", Arial, sans-serif; margin: 0 0 8px 0; }

	#quick-links ul li { border-bottom:1px dotted #ddd; color: #1f1f1f; font-family:"Trebuchet MS", Arial, sans-serif; font-size:13px; height:13px; padding:4px 0; }
	#quick-links ul { border-top:1px dotted #ddd; }
	#quick-links a { color: #957018; }
		#quick-links a:hover { color: #3F2C00; }


/*---------------------------
	=Home Sidebar
---------------------------*/
body#homepage #sidebar { float: right; padding: 8px 39px 0 0; width: 296px; }
body#homepage #sidebar .content { float:none; height:auto; padding:0; margin-bottom:8px; text-align:right; width:auto; }
  body#homepage div.calendar { margin-top:20px; }
  body#homepage div.calendar h3 { background: url(/images/calendar-hd.jpg) 0 0 no-repeat; display: block; height: 18px; overflow: hidden; text-indent: -10000px; width: 230px; }


/*---------------------------briefs-back.jpg
	=Homepage Briefs
---------------------------*/
#homepage-briefs { float: left; overflow: hidden; padding: 8px 0 0 42px; width: 605px; }
	#homepage-briefs ul li { background: url(/images/briefs-back.jpg) left bottom repeat-x #F8F1E9; color: #815800; display: block; float: left; font: normal 12px/15px "Trebuchet MS", Arial, sans-serif; margin: 0 9px 0 0px; width: 293px; }
	#homepage-briefs ul li .brief_title { display: block; font-weight: bold; font-size:13px; }
	#homepage-briefs ul li .brief { padding:0 8px 0 13px; }
	#homepage-briefs ul li .brief_link a { color: #815800; display: block; margin: 0 0 7px 0; }
		#homepage-briefs ul li .brief_link a:hover { color: #3F2C00; }
	#homepage-briefs ul li h2 { margin: 0 0 7px 0; }

		#news-brief h2 { background: url(/images/news-brief-hd.jpg) 0 0 no-repeat; height: 46px; overflow: hidden; text-indent: -10000px; width: 293px; }
		#industry-brief h2 { background: url(/images/industry-brief-hd.jpg) 0 0 no-repeat; height: 46px; overflow: hidden; text-indent: -10000px; width: 293px; }
 		/*#events-brief h2 { background: url(/images/events-brief-hd.jpg) 0 0 no-repeat; height: 46px; overflow: hidden; text-indent: -10000px; width: 293px; }*/


/*---------------------------
	=Home Maincontent
---------------------------*/	
body#homepage #maincontent { clear: left; float: left; padding: 16px 24px 0 42px; width: 574px; }
	body#homepage #maincontent td { vertical-align: top; }
	body#homepage #maincontent td.brief_between { height: 16px; }
	body#homepage #maincontent .brief_image a { display:block; width:110px; overflow:hidden; }
	body#homepage #maincontent .brief_image img { margin: 0 12px 0 0; padding: 0 0 16px 0; width:300px; height:70px; overflow:hidden; }
	body#homepage #maincontent .brief_text { padding: 0 0 16px 13px; line-height: 13px; }
	body#homepage #maincontent .brief_title { color: #114b6f; display: block; font-size: 16px; margin-bottom:3px; }
	body#homepage #maincontent .brief_summary { color: #555555; font-size: 12px; }
	body#homepage #maincontent .brief_link a { color: #0276c0; display: block; font-size: 12px; text-transform: lowercase; }
		body#homepage #maincontent .brief_link a:hover { color: #042A3F; }
