/* LSQF global stylesheet */

/* LSQF Globals */
body,p,li,span,h1,h2,h3,h4,h5,h6,a,th,td,blockquote
{
        font-family: arial,helvetica,sans-serif;
/*        font-size: 9pt; 
        color: #666666;
        line-height: 1.1em; */
}

body
{
	background-color: white;
}

p,li,td
{
	font-size: 8pt;
	color: black;
}

p,blockquote
{
	margin-top: 1em;
	margin-bottom: 1em;
}

h1,h2,h3,h4,h5,h6
{
	color: #f76b21;
}

h1
{
	font-size: 14pt;
	margin: 12px 0;
}

h2
{
	font-size: 12pt;
	margin: 12px 0;
}

h3
{
	font-size: 11pt;
	margin: 12px 0 0 0;
}

h3.alt-h3
{
	font-size: 9pt;
	color: black;
}

h4
{
	font-size: 9pt;
}

/* Unfortunately IE6 doesn't support the adjacent sibling selector
 * so we'll have to use a class instead. 
h3 + p
{
	margin-top: 0;
}
*/
p.h-para
{
	margin-top: 0;
}

ul.h-list
{
	margin-top: 5px;
}

blockquote.h-quote
{
	margin-top: 5px;
}

a
{
	color: #f76b21;
}

a:hover
{
	color: #f88b32;
}

img
{
        border: 0;
        padding: 0;
        margin: 0;
}

ul
{
	margin-top: 1em;
	margin-bottom: 1em;
}

blockquote,q
{
	font-style: italic;
}

cite
{
	font-style: normal;
	font-weight: bold;
}

ol.letter-list
{
	list-style-type: lower-alpha;
}

/* Content area structure */
table.page-table
{
        table-layout: fixed;
        width: 100%;
        height: 100%;
        border-collapse: collapse;
        border: 0;
	padding: 0;
	margin: 0;
}

table.page-table td
{
        border: 0;
	padding: 0;
	margin: 0;
}

tr.content-row
{
        height: 100%;
}

td.content-area
{
        width: 750px;
        height: 100%;
        vertical-align: top;
        border: 0;
	padding: 0;
	margin: 0;
}

/* Title bar include */

div.title-bar
{
	width: 750px;
	height: 127px;
	background-image: url("../images/grey-bar.jpg");
}

img.title-logo
{
	float: left;
	margin-top: 15px;
	margin-left: 37px;
}

img.title-mission
{
	float: right;
	margin-top: 34px;
	margin-right: 31px;
}

div.patron-text
{
	clear: right;
	float: right;
	width: 222px;
	margin-top: 29px;
	text-align: left;
	font-size: 9pt;
	color: white;
	line-height: 9pt;
}

/* Navigation bar include */

table.navigation-bar
{
	width: 720px;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	padding: 0;
	margin: 12px 21px 0 21px;
}

td.nav-cell
{
	width: 120px;
	border: 0;
	padding: 6px;
	margin: 0;
}

td.nav-cell img
{
	border: 0;
}

/* Main content area */

table.main-page-area
{
	table-layout: fixed;
	width: 708px;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	padding: 0;
	margin: 12px 21px 0 21px;	
}

td.main-image-col
{
	width: 200px;
	border: 0;
	padding: 6px;
	margin: 0;
	vertical-align: top;
	background-color: #f69452;
}

td.main-spacer-col
{
	width: 12px;
	border: 0;
	padding: 6px;
	margin: 0;
	background-color: white;
}

td.main-content-col
{
	width: 496px;
	border: 0;
	padding: 6px;
	margin: 0;
	vertical-align: top;
	background-color: #ffdebd;
}

div.main-content-block
{
	padding: 0 12px 12px 12px;
}

/* Main image column */

div.main-image-block
{
	padding: 0;
	margin: 0;
	border: 0;
}

div.main-image-block img
{
	padding: 0;
	margin: 0;
	border: 0;
}

div.main-image-spacer
{
	width: 200px;
	height: 12px;
	margin-top: 0;
	background-color: white;
}

div.main-image-blurb
{
	padding: 0 12px;
}

div.main-image-blurb p
{
	font-weight: bold;
}

/* Sub navigation */
div.subnav-links
{
	margin-top: 24px;
	margin-bottom: 0;
	color: #808080;
	font-size: 8pt;
}

div.subnav-links a
{
	color: #808080;
	text-decoration: none;
}


div.subnav-links a:hover
{
	color: #808080;
	text-decoration: underline;
}

/* Other bits 'n' pieces */

/* Links only paragraphs have links in black instead of orange,
 * to give a better contrast next to orange headings */
p.links-only
{
	margin-top: 0;
}

p.links-only a
{
	color: black;
}

p.links-only a:hover
{
	color: #999999;
}

/* The logo images look best centered against a white background */
/* 20060228: Adjusting this due to double-height Wigmore logo */
.logo-links
{
	padding-top: 5px;
	padding-bottom: 6px;
	text-align: center;
	vertical-align: middle;
	word-spacing: 10px;
	background-color: white;
}

#partners-logo
{
	text-align: left;
}

.logo-links *
{
	vertical-align: middle;
	word-spacing: 10px;
}

img#logo-wigmore
{
	float: left;
	margin-left: 50px;
	margin-right: 15px;
}

/* Corporate Support Benefits page calls for smaller text embedded in an h2 */
span.h2-sub
{
	font-size: 10pt;
}

/* Jury member paragraphs are much closer together (lic2006-juries.shtml) */
p.jury-members
{
	margin-top: 2px;
	margin-bottom: 2px;
}

ul.past-jury-members
{
	padding-left: 0;
	margin-left: 0;
	list-style-type: none;
}

ul.past-jury-members li
{
	padding-left: 0;
	margin-left: 0;
	list-style-type: none;
}

/* Online application form */
div#form-area
{
	width: 480px;
}

.bold { font-weight: bold; }
.center { text-align: center; }

.ruleslist li { 
margin-bottom:1em;
}

.ruleslist2 li { 
margin-bottom:0px;
}

.rulessublist li { 
margin-bottom:0px;
}

.rulessublist2 { 
margin-bottom:0px;
margin-left:0px;
padding-left:0px;
}

.rulessublist2 li { 
margin-bottom:0px;
margin-left:0px;
padding-left:0px;
}

.under_line {text-decoration:underline;}
.left {float:left;}
.clear {clear:both;}

.form_inputs { margin-bottom:10px;}
.form_inputs div { float:left; width:150px; height:22px; line-height:200%; }

.application {
	border: 0;
	padding: 15px;
	margin: 0;
	vertical-align: top;
	background-color: #ffdebd;
}

.marginbottom10 {margin-bottom:10px;}
.toppad3 {padding-top:3px;}


.form_holder { position:relative; width:680px; height:25px; top:0px; left:0px;  }
.form_left { position:absolute; left:10px; top:0px; width:190px; height:20px; text-align:right; line-height:180%; }
.form_right { position:absolute; left:210px; top:0px; width:450px; height:20px; }

.form_holder40 { position:relative; width:680px; height:40px; top:0px; left:0px;  }
.form_left40 { position:absolute; left:10px; top:0px; width:190px; height:35px; text-align:right; line-height:180%; }
.form_right40 { position:absolute; left:210px; top:0px; width:450px; height:35px; }

.form_holder60 { position:relative; width:680px; height:60px; top:0px; left:0px;  }
.form_left60 { position:absolute; left:10px; top:0px; width:190px; height:55px; text-align:right; line-height:180%; }
.form_right60 { position:absolute; left:210px; top:0px; width:450px; height:55px; }

.wform_holder40 { position:relative; width:680px; height:40px; top:0px; left:0px;  }
.wform_left40 { position:absolute; left:10px; top:0px; width:330px; height:35px; text-align:left; }
.wform_right40 { position:absolute; left:350px; top:0px; width:310px; height:35px; }

.wform_holder60 { position:relative; width:680px; height:60px; top:0px; left:0px;  }
.wform_left60 { position:absolute; left:10px; top:0px; width:330px; height:55px; text-align:left; }
.wform_right60 { position:absolute; left:350px; top:0px; width:310px; height:55px; }

.wform_holder100 { position:relative; width:680px; height:100px; top:0px; left:0px;  }
.wform_left100 { position:absolute; left:10px; top:0px; width:330px; height:95px; text-align:left; }
.wform_right100 { position:absolute; left:350px; top:0px; width:310px; height:95px; }

.wform_holder_work { position:relative; width:680px; height:60px; top:0px; left:0px;  }
.wform_left_work { position:absolute; left:0px; top:0px; width:340px; height:55px; text-align:left; }
.wform_right_work { position:absolute; left:350px; top:0px; width:310px; height:55px; }

.form_holderd { position:relative; width:680px; height:40px; top:0px; left:0px;  }
.form_leftd { position:absolute; left:10px; top:0px; width:100px; height:35px; text-align:right;  }
.form_lefts { position:absolute; left:10px; top:0px; width:100px; height:20px; text-align:right; line-height:180%; }
.form_rightd { position:absolute; left:120px; top:0px; width:540px; height:35px; }
.form_rights { position:absolute; left:120px; top:0px; width:540px; height:20px; }

.form_big_holder { position:relative; width:680px; top:0px; left:0px;  }
.form_big_left { position:absolute; left:10px; top:0px; width:190px; height:20px; text-align:right; line-height:180%; }
.form_big_leftL { position:relative; left:10px; top:0px; width:190px; height:20px; text-align:left; line-height:180%; }
.form_big_right { position:relative; left:210px; top:0px; width:450px;}
.form_big_rightR { position:absolute; left:210px; top:0px; width:450px;}

.stretcher { width:300px; }
.enlarge { width:300px; height:50px;}