/* -------------------------------------------------------------- 
Standardised Internet Explorer 6 stylesheet:
http://forabeautifulweb.com/blog/about/universal_internet_explorer_6_css/

Author: Andy Clarke
Web site: http://stuffandnonsense.co.uk
Web site: http://forabeautifulweb.com
Web site: http://transcending.com
Twitter: http://twitter.com/malarkey

Version date : 22nd May 2009
Version: 0.3 Alpha

License: Creative Commons CC Zero Declaration. No Rights Reserved.

Based on the work of:
Mark Boulton: http://markboulton.co.uk
Eric Meyer: http://meyerweb.com
Cameron Moll: http://www.cameronmoll.com/
Richard Rutter: http://clagnut.com
Khoi Vinh: http://subtraction.com

-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin : 0;
padding : 0;
border : 0;
font-weight : inherit;
font-style : inherit;
font-size : 100%;
font-family : inherit;
vertical-align : baseline; }

/* Body ---------------------------------------------------- */

body {
width : 80%;
/* http://www.cameronmoll.com/archives/000892.html */
width: expression(document.body.clientWidth < 742? "740px" : document.body.clientWidth > 1202? "1200px" : "auto");
margin : 0 auto;
padding : 2em 0;
background :  #fff;
font : 88% Georgia, Times, serif;
line-height : 1.4;
color : #333; }

/* Headings ---------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
font-weight : normal; }

h1 {
margin-bottom : .5em;
font-size : 3em;
line-height : 1; }

h2 {
margin-bottom : .75em;
font-size : 2em; }

h3 {
margin-bottom : 1em;
font-size : 1.5em;
line-height : 1 ; }

h4 {
margin-bottom : 1.25em;
font-size : 1.2em;
line-height : 1.25; }

h5, h6 {
margin-bottom : 1.5em;
font-weight : bold;
font-size : 1em; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
margin : 0; }

/* Text elements -------------------------------------------------------------- */

p {
margin : 0 0 1.5em; }

a {
color : #105cb6;
text-decoration : underline; }

a img {
border : none; }

blockquote, q {
quotes : "" ""; }

blockquote {
margin : 1.5em 1.5em 1.5em -1.5em;
padding-left : 1.5em;
border-left : 1px solid #666;
font : italic 1.2em "Times New Roman", Times, serif; }

blockquote:before, blockquote:after, q:before, q:after {
content : ""; }

strong {
font-weight : bold; }

em, dfn {
font-style : italic; }

dfn {
font-weight : bold; }

sup, sub {
line-height : 0; }

abbr, acronym {
border-bottom : 1px dotted #666; }

address {
margin : 0 0 1.5em;
font-style : italic; }

del {
color : #666; }

pre, code, tt {
margin : 1.5em 1.5em 1.5em -1.5em;
padding-left : 1.5em;
border-left : 1px dotted #666;
font : 1em 'andale mono', 'lucida console', monospace;
line-height : 1.5; }

pre {
white-space : pre; }

code {
display : block; }


/* Lists -------------------------------------------------------------- */

li ul, li ol {
list-style-type : circle;
margin : 0 1.5em .75em 1.5em; }

ul, ol {
margin : 0 1.5em 1.5em 0; }

ul {
list-style-type : disc; }

ol {
list-style-type : decimal; }

dl {
margin-bottom: 1.5em;
padding-top: 1.5em;
border-top : 1px solid #ccc; }

dl dt {
margin-bottom : .75em;
font-size : 1.2em;
line-height : 1.25; }

dd {
margin-bottom: 1.5em;
padding-bottom: 1.5em;
border-bottom : 1px solid #ccc; }

/* Tables -------------------------------------------------------------- */

table {
border-collapse : separate;
border-spacing : 0;
margin-bottom : 1.4em;
width : 100%; }

table, td, th {
vertical-align : top; }

th, thead th {
font-weight : bold; }

th, td, caption {
padding : 4px 10px 4px 5px;
text-align : left;
font-weight : normal; }

th, td {
border-bottom : 1px solid #ccc; }

tfoot {
font-size : .9em; }

caption {
margin-bottom : 1em;
font-size : 1.5em;
line-height : 1 ; }

/* Forms -------------------------------------------------------------- */

label {
font-weight : bold; }

fieldset {
margin : 0 0 1.5em 0;
padding : 1.4em 1.4em 0 1.4em;
border : 1px solid #ccc; }

legend {
font-size : 1.2em;
font-weight : bold; }

textarea {
width : 390px;
height : 250px;
padding : 5px; }



	/* Utility Classes */

	.no_print {
		display: none;
		visibility: hidden;
	}

	.clearfix:after {
		clear:      both;
		content:    ' ';
		display:    block;
		height:     0;
		visibility: hidden;
	}

	.clearfix {
		display: inline-block;
	}

		* html .clearfix {
			height: 1%;
		}

	.clearfix {
		display: block;
	}



	/* Site-Specific Stuff */

	.more {
		display:   none;
		visiblity: hidden;
	}

	a {
		color: #111;
		text-decoration: none;
	}

	div.content_image {}

		div.image_left {
			margin:  0 20px 20px 0;
			display: inline;
			float:   left;
		}

		div.image_right {
			margin:  0 0 20px 20px;
			display: inline;
			float:   right;
		}

		.content_image img {
			display: block;
		}

	div.events_list {
		border-bottom: 1px solid #d7d7d7;
		margin:        0 0 2em;
	}

		.events_list ul {
			margin-left: 0;
		}

			.events_list div.thumb {
				display: inline;
				float:   left;
				margin:  0 1em 1em 0;
			}

			.events_list div.preview {
				display: inline;
				float:   left;
				margin:  0 0 1em;
			}

			.events_list h3 {
				margin: 0;
			}

			.events_list li {
				clear:      both;
				list-style: none;
			}

	div#footer {
		display:    none;
		visibility: hidden;
	}

	div.ligs_map {
		display:    none;
		visibility: hidden;
	}

	div.logo {
		border-bottom: 1px solid #d7d7d7;
		font-size:     2.6em;
		line-height:   1.5;
		margin-bottom: .5em;
		text-align:    center;
	}

	div.news_list {
		border-bottom: 1px solid #d7d7d7;
		margin:        0 0 2em 0;
	}

		.news_list ul {
			margin-left: 0;
		}

			.news_list div.thumb {
				display: inline;
				float:   left;
				margin:  0 1em 1em 0;
			}

			.news_list div.preview {
				display: inline;
				float:   left;
				margin:  0 0 1em;
			}

			.news_list li {
				clear:      both;
				list-style: none;
			}

	div.video {
		margin: 0 auto;
		width:  400px;
	}

	div.welcome h1 {
		line-height: 1.5;
		font-size:   1.3em;
	}

	form.contact_form {
		display: none;
	}

	h1 {}

		h1.title {
			font-size: 2.2em;
		}

	p.breadcrumb {
		display:    none;
		visibility: hidden;
	}

	p.print_message {
		margin-top: 3em;
		color:      #777;
		text-align: center;
	}

	p.view_all {
		display:    none;
		visibility: hidden;
	}

	ul, ol {
		margin-left: 1.5em;
	}

		ul#navigation {
			display:    none;
			visibility: hidden;
		}

	ul.home_vpn {
		margin-left: 1.5em;
	}
		.home_vpn a {
			background: none !important;
		}

		.home_vpn li {
			background: none;
		}

	ul.inline_boxes {
		margin-left: 0;
	}

		.inline_boxes li {}

			.inline_boxes a.thumb {
				display:    none;
				visibility: hidden;
			}

			.inline_boxes div.details {
				display: inline;
				float:   left;
				width:   auto;
			}

	ul.lig_sub_nav {
		display: none;
	}

	ul.sub_nav {
		display:    none;
		visibility: hidden;
	}

	ul.vpn_sub_nav {
		display:    none;
		visibility: hidden;
	}

