﻿.TopOverviewBox
{
    background:#fff url("Images/sky.png") repeat-x;
    background-repeat:repeat-x;
	border: 1px solid #ccc;
    padding:20px; 
    height:200px; 
    height:400px;
    font-size:12pt;
}
h3
{
	margin:5px 0px 1px 0px;
	font-size:11pt;	
	font-weight:bold;
	color:#019BBD;
}
.LogoText, .LogoText_hidden
{
	display:inline;
	font-size: 20pt;
	color:#818181;
	text-decoration: none;
}
.LogoTextSmall
{
	display:inline;
	font-size: 12pt;
	color:#818181;
	text-decoration: none;
}
.LogoText i, .LogoTextSmall i, .LogoText_hidden. i
{
	font-size:larger; 
}
.LogoTextSmall a:visited
{
	color:#818181;
	text-decoration:none;
}
a.LogoText:hover
{
	text-decoration:none;
}
a.LogoTextSmall:hover
{
	text-decoration:underline;
}
.LogoText span, .LogoTextSmall span, .LogoText_hidden span
{
	color:#019BBD;
}
ul.BlueText li
{
	color:#019BBD;
	width:auto;	
	margin-top:10px;
	margin-bottom:3px;
	margin-right:5px; 
	list-style-image: url('Images/BlueBullet.gif');
	font-size: 15px;
	font-weight:bold;
}

ul.BlueText a.ButtonLink
{
	color: Black;
	font-weight:normal;
	text-decoration:none;
	margin-top:0px;
	padding-top:1px;
	width:160px;
	background: url("Images/largeArrow.gif") right top no-repeat;
	display:inline-block;
}

ul.BlueText a.ButtonLink:hover
{
	color:#019BBD;
	text-decoration:underline;
	background: url("Images/largeArrow_highlight.gif") right top no-repeat;
	width:160px;
	display:inline-block;
}

ul.BlueText a
{
	color: #019BBD;
	text-decoration:none;
	padding-right: 25px;
	display:inline-block;
}

ul.BlueText a:hover
{
	color:#019BBD;
	text-decoration:underline;
	padding-right: 25px;
	display:inline-block;
}
.LongBottom
{
	width:878px; 
	height:180px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	border: solid 1px #EAEAEA; 
	background-image: url('Images/FeatureBoxBG.gif');
	background-repeat:repeat; 
	display:block;
	padding:10px;
}
