﻿.content
{
	z-index: 0;
	position: relative;
	height: 400px;
}
.content .left
{
	width: 112px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	vertical-align: top;
	font-size: 8pt;
	color: White;
}
.content .left .login
{
	width: 112px;
	height: 103px;
	margin-top: 45px;
	background: url(../images/sidebar_blue_login.png) no-repeat;
}
.content .left .login .text
{
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 20px;
	z-index:5;
	position: relative;
	font-size: 10pt;
	
}
.content .left a
{
	color: White;
	text-decoration: none;
}
.content .left a:visited
{
	color: White;
	text-decoration: none;
}
.content .left a:active
{
	color: White;
	text-decoration: none;
}
.content .left a:hover
{
	color: White;
	text-decoration: underline;
}
.content .right
{
	width: 702px;
	position: absolute;
	top: 0px;
	left: 98px;
	vertical-align: top;
}
.content .right .top
{
	position: relative;
	height: 240px;
}
.content .right .bottom
{
	position: relative;
}

.bannersOuter
{
	position: relative;
}
.bannersOuter .arrows
{
	position: absolute;
	top: 112px;
	left: 30px;
	z-index: 6;
}
.bannersOuter .arrows img
{
	cursor: pointer;
}
.banner
{
	position: relative;
	font-family: Helvetica;
}
.banner a
{
	color: White;
	text-decoration: none;
}
.banner a:hover
{
	color: White;
	text-decoration: underline;
}
.banner span
{
	position: absolute;
	top: 95px;
	left: 90px;
	color: White;
	font-size: 18pt;
	width: 450px;
}

.bubble_h
{
	position: absolute;
	width: 143px;
}
.bubble_h .c
{
    padding: 10px 16px 14px 16px;
}

.bubble_h .t
{
	background: url('../images/bubbles/tan_h2.png') 0 0 no-repeat;
	height: 92px;
}
.bubble_h .g
{
	background: url('../images/bubbles/green_h2.png') 0 0 no-repeat;
	height: 144px;
}
.bubble_h .p
{
	background: url('../images/bubbles/purple_h2.png') 0 0 no-repeat;
	height: 92px;
}
.bubble_h .b
{
	background: url('../images/bubbles/blue_h2.png') 0 0 no-repeat;
	height: 92px;
}
.bubble_h a
{
    color: White;
    text-decoration: none;
}
.bubble_h a:visited
{
    color: White;
    text-decoration: none;
}
.bubble_h a:active{
    color: White;
    text-decoration: none;
}
.bubble_h a:hover
{
    color: White;
    text-decoration: underline;
}
