/*-- Left Column ---------------------------------------------*/
div#left { margin: 15px 0 0 0; width: 271px; background: url('images/homepage_left_bg_bottom.gif') no-repeat bottom; float: left; }

div#left div.top { background: url('images/homepage_left_bg_top_repeat.gif') repeat-y; }
	div#left div.top h2 { margin: 0 0 10px -12px; padding: 4px 10px 4px 10px; text-align: center; width: 235px; font-size: 13px; color: #fff; font-weight: bold; background: #155888; }
	div#left div.top div.content { padding: 8px 20px 20px 20px; background: url('images/homepage_left_bg_top.gif') no-repeat; line-height: 18px; }

div#left div.bottom { padding: 8px 20px 20px 20px; min-height: 220px; background: url('images/homepage_left_bg_middle.gif') no-repeat; line-height: 18px; }
	div#left div.bottom h2 { margin: 0 0 10px -12px; padding: 0 10px 4px 10px; text-align: center; width: 235px; font-size: 13px; color: #fff; font-weight: bold; background: #125687; }

div#left div.nav  ul { margin: 5px 10px 0 10px; list-style: none; }
	div#left div.nav ul li { margin: 10px 5px 0 5px; }
		div#left div.nav ul li a { color: #000; }
		div#left div.nav ul li.current a { font-weight: bold; }

/*-- Middle Column --------------------------------------------*/
div#middle { margin: 15px 20px 0 20px; text-align: center; width: 435px; float: left; }
div#middle img { margin: 0 0 10px 0; }

div#middle div.video a { width: 435px; height: 294px; display: block; background: url('images/btn_video_holderNEW.jpg') no-repeat; }
div#middle div.video a:hover { background-position: 0 -294px; }
div#middle div.video a span { display: none; }

/*-- Right Column --------------------------------------------*/
div#right { margin: 15px 0 0 0; width: 188px; float: left; background: url('images/homepage_right_bg_bottom.gif') no-repeat bottom; }

div#right div.content { padding: 8px 10px 20px 10px; min-height: 350px; text-align: center; background: url('images/homepage_right_bg_top.gif') no-repeat; }
	div#right div.content h2 { margin: 0 0 10px -4px; padding: 2px 10px 4px 10px; text-align: center; width: 155px; font-size: 13px; color: #fff; font-weight: bold; background: #155888; }
	
div#right div.content a.intro { margin: 0 0 0 5px; width: 157px; height: 107px; display: block; background: url('images/btn_introduction.gif') no-repeat; }
div#right div.content a.intro:hover { background-position: 0 -107px; }
div#right div.content a.intro span { display: none; }
	
div#right div.content a.overview { margin: 0 0 0 3px; width: 157px; height: 107px; display: block; background: url('images/btn_overview.gif') no-repeat; }
div#right div.content a.overview:hover { background-position: 0 -107px; }
div#right div.content a.overview span { display: none; }
		
div.question { margin: 10px 15px 0 0; width: 173px; height: 83px; float: right; background: url('images/btn_question.gif') no-repeat bottom; }
div.question a { padding: 18px 10px 10px 48px; width: 115px; height: 55px; display: block; font-weight: bold; }