/* default styles */
* {
    margin: 0;
    padding: 0;
}

p {
	margin-bottom:1em;
}

html {
	font-size:62.5%;
}

/* layout styles */
html, body {
    height: 100%; /* Required */
}

body {
    background: #e3e0d7;
    text-align: center;
    font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#8f8b88;
}

#wrapper {
    margin: 0 auto;
    width: 1000px;
    background: #fff;
    text-align: left;
    position: relative;
    min-height: 100%; /* For Modern Browsers */
    height: auto !important; /* For Modern Browsers */
    height: 100%; /* For IE */
}


/* header styles */
#header {
    height:126px;
    background:url('images/header.gif') 0 0 no-repeat;
	position:relative;
}

#header h1, #header h2 {
	text-indent:-9999px;
}

#header h1, #header h1 a {
	display:block;
	width:118px;
	height:61px;
}

#header h1 {
	position:absolute;
	top:45px;
	left:22px;
}

/* content styles */
#content {
    padding-bottom:80px;/* need for footer */
}

#content:after {
    clear: both;
    display: block;
    font: 1px/0px serif;
    content: ".";
    height: 0;
    visibility: hidden;
}

#content .coming-soon {
	background:url('images/coming_soon.jpg') 0 0 no-repeat;
	height:345px;
	margin-bottom:25px;
}

#content .coming-soon h3, #content .coming-soon p {
	display:none;
}

#content .cols-container {
	background:url('images/divider.gif') 590px 0 repeat-y;
	width:1000px;
	float:left;
}

#content .cols-container .col1, #content .cols-container .col2 {
	float:left;
	margin:5px 0;
}

#content .cols-container .col1 {
	width:591px;
}

#content .cols-container .col2 {
	width:409px;
}


#content .cols-container .col1 p {
	margin:0 5px 0 194px;
}

#content .cols-container .col2 p, #content .cols-container .col2 a {
	margin-left:16px;
}

#content .cols-container .col2 p {
	color:#e50192;
	padding-right:190px;
	margin-bottom:.7em;
}

#content .cols-container .col2 a {
	background:url('images/btn_returnToBTHomepage.gif') 0 0 no-repeat;
	display:block;
	width:199px;
	height:19px;
	text-indent:-9999px;
}

/* footer styles */
#footer {
    width: 100%;
    position: absolute;
    bottom: 0 !important;
    bottom: -1px; /* For Certain IE widths */
    height: 30px;
	clear:both;
}

#footer p {
	text-align:right;
	font-size:.85em;
	margin-right:25px;
}