/*** Column Layout ***/

body {
	max-width: 970px;
	min-width: 220px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
	font-family: arial, verdana, helvetica, sans-serif;
}

#container {
	padding-left: 1px;      /* LC fullwidth */
	padding-right: 80px;     /* RC fullwidth + CC padding */
}

#container .column {
	position: relative;
	float: left;
}

#center {
	padding: 0px 10px 0px 10px;       /* CC padding */
	width: 100%;
}

#left {
	width: 1px;             /* LC width */
	padding: 0 0px;          /* LC padding */
	right: 40px;             /* LC fullwidth + CC padding */
	margin-left: -100%;
}

#right {
	width: 120px;             /* RC width */
	padding: 115px 20px;          /* RC padding */
}

#footer {
	clear: both;
}

/*** IE Fix ***/
* html #left {
	left: 140px;              /* RC fullwidth */
}



/*** Just for Looks ***/

body {
	margin: 0;
	padding: 0;
	background: #FFF;
}

#left {
	background: #FFF;
}

#center {
	background: #FFF;
}

#right {
	background: #FFF;
}

a 	{	
	text-decoration: none;
	color: #008080;
	outline: none
	}

a:visited {
	color: #808080;
	}

a:active {
	color: #808080;
	}

a:hover {
	color: #FF0000;
	}

h1 	{
        color: #E31B23;
	font-size: 1.2em;
	font-weight: bold; font-family:MicrogrammaDMedExt; background-color:#FFFFFF
	}

h2 	{	
	font-size: 1.1em;
        font-weight: bold;
	color: #000000;
    	background: #FFFFFF;
    	line-height:1.5;
        font-family:MicrogrammaDMedExt; padding-left:10px; padding-right:10px; padding-top:0px; padding-bottom:0px
        }

h3 	{	
	font-size: 0.6em;
        font-weight: bold;
        text-align: center;
 	text-transform:uppercase;
    	letter-spacing:0.4em;
	}

h4 	{	
	font-size: 0.6em;
        text-align: center;
	}
img 	{
	border: 0px none;
	}

img.strong {
	border: 1px;
	border-style: solid;
	border-color: #E31B23;
	}

img.story {
	float: right;
        padding: 0px 0px 0px 10px;
	}

img.center {
        text-align: center;
	}

p	{
	color: #000;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: .8em;
	line-height:1.3;
        margin-top: 5px;
        text-align: justify;
	padding: 0px 10px 0px 10px;
	}

p.quote	{
	font-family: arial;
	font-size: 1.2em;
        font-weight: bold;
	line-height:1;
	text-transform: uppercase;
	padding: 70px 10px 0px 10px;
	}

p.quote_small	{
	font-size: .7em;
        font-weight: bold;
	line-height:1;
	text-transform: uppercase;
	padding: 0px 10px 70px 10px;
	}

p.adverts {
	padding: 0px 0px 20px 0px;
	}

/* Bottom Padding to ensure that images stay alongside paragraphs. Use in the last paragraph of very short text elements */
p.alittlemoreonthebottom {
	padding: 0px 10px 60px 10px;
	}

/* MENU STYLE SHEET DO NOT EDIT */
/* style the outer div to give it width */
.menu {font-size:0.7em; font-weight: bold; text-align: left}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; height:1.5em; background:#000;}

/* style the sub-level lists */
.menu ul ul {width:15em;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left;height:1.5em;line-height:1.5em;}

/* style the sub level list items */
.menu ul ul li {display:block;width:12em;height:auto; line-height:1em;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;float:left;height:100%;font-size:1em;text-decoration:none;color:#fff;background:#000;padding:0 3em 0 1em;}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block;background:#CCCCCC; color:#000000;width:12em;height:100%;line-height:1em; padding-left:1em; padding-right:1em; padding-top:0.5em; padding-bottom:0.5em}
* html .menu ul ul a, * html .menu ul ul a:visited  {width:14em; w\idth:12em;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:1px; top:0; width:0; height:0; font-size:1em; z-index:1;}


/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#b4be9c;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#c4ceac;}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:#b4be9c;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:#c4ceac;}

/* style the level hovers */
/* first */
* html .menu a:hover {color:#000;background:#C0C0C0; position:relative; z-index:100;}
.menu li:hover {position:relative;}
.menu :hover > a {color:#FFFFFF;background:#E31B23;}
/* second */
* html .menu ul ul a:hover{color:#000;background:#C0C0C0; position:relative; z-index:110;}
.menu ul ul li:hover {position:relative;}
.menu ul ul :hover > a {color:#000;background:#C0C0C0;}
/* third */
* html .menu ul ul ul a:hover {background:#C0C0C0; position:relative; z-index:120;}
.menu ul ul ul :hover > a {background:#C0C0C0;}
/* fourth */
.menu ul ul ul ul a:hover {background:#C0C0C0; position:relative; z-index:130;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:1.5em;left:0;width:14em;}

/* position the third level flyout menu */
.menu ul ul ul{left:12em;top:0;width:14em;}


/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{visibility:visible; height:auto; padding-bottom:1.5em; background:url('http://www.gw0irw.net/CSS/images/trans.gif');}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}