﻿#banner
{
	height:221px;
	background-image:url(../images/london-underground.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	background-color: #42618F;
}
#info-box
{
	padding:10px;
	height:201px;
	border-right:solid 1px #819EC0;
	background:#42618F url(../images/dark-blue-curve-bl.gif) no-repeat left bottom;
	width: 259px;
}
#info-box h1
{
    color:White;
    font-size:1.7em;
    margin-top:3px;
    margin-bottom:15px;
    font-weight:normal;
}
#info-box p
{
    font-size:1.2em;
    line-height:1.4em;
    color:#B5C7DD;
}
#news-banner
{
    position:relative;
    height:26px;
    margin-top:20px;
    margin-bottom:20px;
    background-image:url(../images/news-banner-bg-middle.gif);
    background-repeat:repeat-x;
}
#news-banner .left-curve
{
    background-image:url(../images/news-banner-bg-left.gif);
    background-repeat:no-repeat;
    background-position:left center;
    position:absolute;
    top:0;
    left:0;
    height:26px;
    width:4px;
}
#news-banner .right-curve
{
    background-image:url(../images/news-banner-bg-right.gif);
    background-repeat:no-repeat;
    background-position:left center;
    position:absolute;
    top:0;
    right:0;
    height:26px;
    width:5px;
}
#news-banner .box
{
	background-color:#FF0000;
	width:78px;
	height:17px;
	padding-top:3px;
	padding-bottom:2px;
	padding-left:5px;
	float:left;
	position:relative;
	top:2px;
	left:4px;
	color:White;
	font-size:1.1em;
}
#news-banner .text
{
	float:left;
	color:#FF0000;
	font-size:1.1em;
	height:17px;
	padding-top:3px;
	padding-bottom:2px;
	padding-left:5px;
	position:relative;
	top:2px;
	left:4px;
}
#news-banner .text a
{
	color:#FF0000;
}
div.sidebar
{
    width:222px;
    float:right;
    padding-left:10px;
    background-color:White;
}
#register-box
{
    position:relative;
    background-color:#42618F;
    padding:4px 8px 9px 8px;
    background-image:url(../images/dark-blue-curve-br.gif);
    background-repeat:no-repeat;
    background-position:right bottom;
}
/*IE6, give layout to fix corner positioning*/
* html #register-box
{
    height:1px;
}
#register-box .left-curve
{
    background-image:url(../images/dark-blue-curve-bl.gif);
    background-repeat:no-repeat;
    width:10px;
    height:9px;
    position:absolute;
    left:0;
    bottom:0;
}
#register-box h1
{
    color:white;
    font-size:1.4em;
    padding:0;
    border:0;
    margin-bottom:5px;
}
#register-box p
{
    margin-top:8px;
    margin-bottom:5px;
    font-size:1.1em;
    line-height:1.3em;
    color:#B5C7DD;
}
#register-textbox
{
    background-image:url(../images/register-email-txt-bg.gif);
    width:146px;
    height:17px;
    padding-top:3px;
    padding-left:2px;
    background-repeat:no-repeat;
    font-size:1.1em;
    border:0;
    color:#666;
}
#register-button
{
    position:relative;
    top:5px;
    left:5px;
}
#newsletter-box
{
    margin-top:10px;
    position:relative;
    background-color:#818181;
    padding:4px 8px 5px 8px;
    background-image:url(../images/dark-grey-curve-br.gif);
    background-repeat:no-repeat;
    background-position:right bottom;
}
/*IE6, give layout to fix corner positioning*/
* html #newsletter-box
{
    height:1px;
}
#newsletter-box .left-curve
{
    background-image:url(../images/dark-grey-curve-bl.gif);
    background-repeat:no-repeat;
    width:9px;
    height:9px;
    position:absolute;
    left:0;
    bottom:0;
}
/*IE6, to fix corner positioning*/
* html #newsletter-box .left-curve
{
    bottom:-1px;
}
#newsletter-box h1
{
    color:white;
    font-size:1.4em;
    padding:0;
    border:0;
    margin-bottom:5px;
}
#newsletter-box ul
{
    margin-top:5px;
}
#newsletter-box ul li
{
    background-image:none;
    padding-left:0;
    color:White;
    padding-bottom:0;
}
#newsletter-box ul li a
{
    color:White;
}
