html, body
{
margin: 0;
padding: 0;
font-family: verdana, sans-serif;
}

#logo
{
position: absolute;
left: 145px;
}

#navbar
{
height: 86px;
background-color: #b6deff;
padding-left: 299px;
}

	#navbar a
	{
	text-decoration: none;
	font-weight: bold;
	font-size: smaller;
	color: #5a5a5a;
	}

	#navbar ul
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	position: absolute;
	top: 60px;
	}

	#navbar li
	{
	display: inline;
	margin-right: 1.15em;
	padding-right: 0.75em;
	border-right: 1px solid #fff;
	}

	#navbar .current
	{
	color: #fff;
	}


#wrapper
{
background-image: url('images/gradient.png');
background-repeat: repeat-x;
min-height: 400px;
padding-left: 271px;
padding-top: 15px;
}

#content-header
{
background-image: url('images/content-header.png');
width: 733px;
}

#content
{
padding: 20px 24px;
color: #616161;
min-height: 300px;
font-size: 9pt;
line-height: 2em;
overflow: hidden;
}

#content-footer
{
background-image: url('images/content-footer.png');
background-repeat: no-repeat;
width: 733px;
height: 14px;
margin: 0;
}

#plans a
{
display: block;
float: left;
color: #fff;
background-color: #b8b8b8;
text-decoration: none;
width: 85px;
margin: 0 10px 10px 0;
padding-left: 10px;
}

#plans a:hover, #plans a.current
{
background-color: #1c3f94
}

#plans-left
{
width: 210px;
float: left;
}

#plans-right
{
border-left: 1px solid #f4f4f4;
float: left;
padding-left: 20px;
}

#copyright
{
width: 733px;
text-align: right;
font-size: xx-small;
color: #8b8b8b;
margin-bottom: 1em;
}

a img
{
border: 0;
}

h3
{
color: #337cb8
}



#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;}
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}






#slider {width:459px}
#slider .header {width:449px; border:1px solid #9ac1c9; padding-left: 8px; font-weight:bold; margin-top:5px; cursor:pointer; background:url(images/header.gif)}
#slider .header:hover {background:url(images/header_over.gif)}
#slider .content {overflow:hidden}
#slider .text {width:427px; border:1px solid #9ac1c9; border-top:none; padding:15px}