* {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	color: #000000
}

body {
    background: #e7ebed url(images/bg.jpg) top left repeat-x;
    text-align: center;
}

body, html {
    height: 98%;
}

a {
    color: #000000;
	font-size: 10px;
}

a img {
    border: none;
}

a:link {
	color: #7C969E;
	text-decoration: none;
}
a:visited {
	color: #7C969E;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
}

#site-container {
    position: relative;
	margin: 0px auto;
    width: 876px;
    height: 800px;
	text-align: left;
	background: #fff;


}
html>body #site-container {
	height: 800px;
}


/*** header-universal ***************************************************/


body#header {
	height: 280px;
}
#header {
	background: #fff;
	text-align: left;
	height: 280px;
	width: 876px;
	margin: 0px auto;
}

div.header {
    margin: 0px auto;
    width: 876px;
    text-align: left;
    height: 280px;
    voice-family: "\"}\"";
    voice-family: inherit;
    background-color: #fff ;
}

/*** breadcrumbs ***************************************************/

#breadcrumbs-container {
    position: relative;
	margin: 0px auto;
	text-align: left;
	
}
html>body #breadcrumbs-container {
    width: 876px;
}
* html #breadcrumbs-container {
    width: 876px;

}
#breadcrumbs {
	width: 876px;
    height: 24px;
	margin-top: 10px;
	padding-bottom: 10px;
	background: #FFF url('/images/crumbs.gif') no-repeat;
}
#breadcrumbs-detail {
	float: right;
	clear: right;
	width: 846px;
	font-size:10px;
	text-align: right;
	padding: 5px 30px 5px 0px;
	color: #678392 ! important;
}
#breadcrumbs-container a:link {
	color: #B3C1CA ! important;
}

#breadcrumbs-container a:visited {
	color: #B3C1CA ! important;
}
#breadcrumbs-container a:hover {
	color: #FFFFFF ! important;
}

/*** main-content *************************************************************/

#main-content {
    overflow: hidden;
	position: relative;
    background-color: fff;
	border: 1px solid #F0F0F0;
	margin-right: 10px;

}

* html #main-content {
    height: 480px;
    width: 390px;
}
html>body #main-content {
    width: 390px;
    height: 478px;
}

#main-content h1 {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 15px 0px 0px 10px;
	height: 52px;
	width: 380px;
	font-size: 12px;
	font-weight: 700;
	display: inline;
	background: #fff url("images/bar.gif") no-repeat;
	background-position: top left;
}
* html #main-content h1 {
    margin: 0;
}
#main-content h2 {
    position: absolute;
    top: 395px;
    left: 5px;
    height: 80px;
	width: 380px;	
	font-size: 12px;
	font-weight: 700;
	display: inline;
    background: #fff url("images/logos.gif") no-repeat;
	background-position: bottom;	
}

* html #main-content h2 {
    margin: 0;
}
#main-content h3 {
    position: absolute;
    top: 395px;
    left: 0px;
    height: 80px;
	width: 380px;
	font-size: 12px;
	font-weight: 700;
	display: block;
    background: #fff url("images/BTlogo.gif") no-repeat;
	background-position: bottom;	
}

* html #main-content h3 {
    margin: 0;
}
#main-content h4 {
    position: absolute;
    top: 128px;
    left: 10px;
    height: 320px;
	width: 370px;	
	font-size: 12px;
	font-weight: 700;
	display: inline;
    background: #fff;
	background-position: bottom;	
}

* html #main-content h4 {
    margin: 0;
}


#main-content #splash-photo {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #F0F0F0;
}

#main-content p {
    clear: both;
    line-height: 1.4em;
    margin: .5em 10px 1em 0;
}

#main-content ul {
    position: relative;
    list-style: none;
    list-style-position: outside;
    margin: 0 0 15px 0;
    padding: 0;
    clear: both;
}

#main-content ul li {
    margin:  auto;
    padding: 0 0 0 15px;
    background: url("images/bullet-blue.gif") 0 4px no-repeat;
}
* html #main-content ul li {
    background-position: 0 5px;
    line-height: 1.1em;
    padding-bottom: 5px;
}

#main-content h3.tagline {
    position: absolute;
    left: 0px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    display: block;
    bottom: 10px;
}


/*** main-content scrolling ***************************************************/


#main-content div#scrollableText h3.tagline {
    left: 0;
}

div#scrollableBox {
    position: absolute;
    top: 52px;
    left: 10px;
    width: 330px;
    height: 390px;
    clip: rect(0, 330px, 390px, 0);
    overflow: hidden;
    visibility: hidden;
}

div#scrollableBoxwide {
    position: absolute;
    top: 52px;
    left: 10px;
    width: 370px;
    height: 390px;
    clip: rect(0, 370px, 390px, 0);
    overflow: hidden;
    visibility: hidden;
}
div#scrollableText {
    position: absolute;
    left: 0px;
    top: 0px;
}
/*** shortened main-content scrolling ***************************************************/

div#shortscrollableBox {
    position: absolute;
    top: 52px;
    left: 10px;
    width: 340px;
    height: 345px;
    clip: rect(0, 340px, 345px, 0);
    overflow: hidden;
    visibility: hidden;
}
div#shortscrollableBoxwide {
	position: absolute;
	top: 52px;
	left: 10px;
	width: 360px;
	height: 140px;
	clip: rect(0, 360px, 140px, 0);
	overflow: hidden;
	visibility: hidden;
}
/*** right-content *************************************************************/

div#loginBox {
    position: absolute;
	color:#000000;
	background-color:#CCCCCC;
    top: 0px;
    left: 10px;
    width: 310px;
    height: 100px;
    clip: rect(0, 330px, 390px, 0);
    overflow: hidden;
    visibility: hidden;
}

#main-content #scrollbar {
    position: absolute;
    bottom: 200px;
    right: 10px;
    width: 25px;
    height: 60px;
    background-color: transparent;
}

#main-content #scrollbar div.scroll-arrow {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    width: 25px;
    height: 12px;
    overflow: hidden;
}

#main-content #scrollbar div.scroll-arrow a {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

#main-content #scrollbar #scroll-up {
    top: 0;
}

#main-content #scrollbar #scroll-up, #main-content #scrollbar #scroll-up a {
    background: transparent url("images/scroll-up.gif") top left no-repeat;
}

#main-content #scrollbar #scroll-down {
    bottom: 0;
}

#main-content #scrollbar #scroll-down, #main-content #scrollbar #scroll-down a {
    background: transparent url("images/scroll-dn.gif") top left no-repeat;
}

#main-content #scrollbar #scroll-up a:hover, #main-content #scrollbar #scroll-down a:hover {
    background-position: 0 -20px;
}

#right-content {
	float: right;
	clear: right;
}	
#right-content {	
    overflow: hidden;
	position: relative;
	display: inline;
	height: 480px;
    width: 228px;
	color: #000;
	background: #f4f4f4;
	margin-right: 10px;
/*	background: #f4f4f4 url("images/right-header.gif") no-repeat;*/
}

* html #right-content {
    height: 480px;
    voice-family: "\"}\"";
    voice-family: inherit;
}
html>body #right-content {
    width: 228px;
	height: 480px;
}


.whiteyell, .whiteyell * {
	font-size: 11px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, "Helvetica Neue", Arial;
	color: #fff;
/*	font-style: italic;*/
}
.yell, .yell * {
	font-size: 10px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, "Helvetica Neue", Arial;
	height: 40px;
	width: 228px;
	color: #336699;/*	font-style: italic;*/
}

.caption, .caption * {
    padding: 5px 5px;
	font-size: 10px;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, "Helvetica Neue", Arial;
	line-height: 120%;
	color: #000;/*	font-style: italic;*/
}

.captiontable, .captiontable * {
	padding: 1px 1px;
	font-size: 10px;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, "Helvetica Neue", Arial;
	line-height: 120%;
	color: #7D8FAA;/*	font-style: italic;*/
}
#right-content p {
    clear: both;
    line-height: 1.4em;
    margin: .5em 0 1em 0;
}

#right-content ul {
    position: relative;
    list-style: none;
    list-style-position: outside;
    margin: 0 0 10px 0;
    padding: 0;
    clear: both;
}

#right-content ul li {
    margin:  auto;
    padding: 0 0 0 10px;
    background: url("images/bullet-blue.gif") 0 4px no-repeat;
}
* html #right-content ul li {
    background-position: 0 5px;
    line-height: 1.1em;
    padding-bottom: 5px;
}



/*** left content ***************************************************/

#left-content {
	float: left;
	clear: left;
	width: 215px;
    height: 480px;
	margin-left: 10px;
	margin-right: 10px;	
	display: inline;
}

html>body #left-content {
	height: 480px;
	width: 215px;
}

#left-content div.inner {
	padding: 10px 10px;
	color: #666;
	line-height: 120%;
}

#left-content h3 {
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	color: #97a9b2;
	line-height: 100%;
}


/*** footer ***/

#footer-container {
    position: relative;
	margin: 0px auto;
	text-align: left;
		
}
html>body #footer-container {
    width: 876px;
	
}
* html #footer-container {
    width: 876px;

}

#footer {
	float: center;
	clear: center;
	width: 876px;
    height: 52px;
	margin: 0px;
	background: url("images/footer.gif") no-repeat;
}

#footer-breadcrumbs {
	float: right;
	clear: right;
	width: 836px;
	font-size:10px;
	text-align: right;
	padding: 8px 20px;
	margin-top: 22px;
	color: #7C969E ! important;
}
