/* LSQF Home page stylesheet */

/* Main six box table */
 
table.main-boxes
{  
        width: 720px;
	height: 324px;
        border-collapse: collapse;
        border-spacing: 0;
        border: 0;  
        padding: 0;
        margin: 6px 21px 0 21px;
}

td.main-box-cell
{
        width: 240px;
        border: 0;   
        padding: 6px;
        margin: 0;
}

table.home-box
{
	table-layout: fixed;
        border-collapse: collapse;
        border-spacing: 0;
        border: 0;  
        padding: 0;
	margin: 0;
	width: 228px;
	height: 150px;
}

td.home-box-cell1def
{
	width: 128px;
	height: 0;
        border: 0;  
        padding: 0;
	margin: 0;
}

td.home-box-cell2def
{
	width: 100px;
	height: 0;
        border: 0;  
        padding: 0;
	margin: 0;
}

td.home-box-title
{
	height: 75px;
        border: 0;  
        padding: 0;
	margin: 0;
	background-color: #fab078;	

	vertical-align: top;
	color: white;
}

td.home-box-title p
{
	margin: 9px 10px 6px 12px;
	font-size: 13pt;
	font-weight: bold;
	color: white;
}

td.home-box-link
{
	width: 128px;
	height: 75px;
        border: 0;  
        padding: 0;
	margin: 0;
	background-color: #f69452;

	vertical-align: top;
	color: white;
	font-size: 8pt;
}

td.home-box-link p
{
	margin: 6px 6px 6px 12px;
	font-size: 8pt;
	color: white;
}

p.home-box-link-blurb
{
	height: 42px;
}

td.home-box-link a
{
	color: white;
}

td.home-box-link a:hover
{
	color: black;
}

td.home-box-image
{
	width: 100px;
	height: 75px;
        border: 0;  
        padding: 0;
	margin: 0;
	background-color: #999999;	
}

/* Specific box images */
#lic2006-image
{
	background-image: url(../images/int-comp-2006-pic-100.jpg);
}

#education-image
{
	background-image: url(../images/trying-violin-thumb-100.jpg);
}

#atrium-image
{
	background-image: url(../images/atrium-quartet-thumb-100.jpg);
}

#lsqw2005-image
{
	background-image: url(../images/wihan-quartet-thumb-100.jpg);
}

#lsqw2006-image
{
	background-image: url(../images/quartet-lineart-thumb-100.gif);
}

#nyc2005-image
{
	background-image: url(../images/azzura-quartet-thumb-100.jpg);
}

#news-image
{
	background-image: url(../images/johnston-quartet-thumb-100.jpg);
}

