﻿body
{
	padding: 0;
	margin: 0;
	background: #1061a3;
	font-family: Arial, sans-serif;
	font-size: 11px;
	min-width: 980px;
}

img
{
	border: none;
}

a:link, a:visited, a:hover, a:active
{
	font-size: 12px;
	color: #1061a3;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#middle_bar
{
	position: absolute;
	top: 172px;
	left: 0;
	width: 100%;
	height: 413px;
	background: #f4f4f4;
}

#wrapper
{
	 position: relative;
	 width: 980px;
	 height: 820px;
	 margin-left: auto;
	 margin-right: auto;
}

#wrapper #logo
{
	position: absolute;
	top: 43px;
	left: 15px;
}

#wrapper #toplinks
{
	position: absolute;
	top: 55px;
	right: 0px;
	line-height: 22px;
	font-weight: bold;

	/* Styles added to prevent scrollbars because of content area */
	width: 400px;
	padding-right: 10px;
	text-align: right;
}

#toplinks a:link, #toplinks a:visited, #toplinks a:hover, #toplinks a:active
{
	font-size: 15px !important;
	color: #fff;
	text-decoration: none;
}

#toplinks a:hover
{
	text-decoration: underline;
}

#wrapper
{
	overflow: hidden;
}
#wrapper #footer_banner
{
	position: absolute;
	width: 728px;
	height: 90px;
	top: 616px;
	left: 122px;
}

/* --- Content box --- */

#wrapper #content_boxes
{
	position: absolute;
	top: 187px;
	left: 0;
}

.box
{
	position: relative;
	float: left;
	width: 326px;
	height: 380px;
	background: url(../images/box.gif) no-repeat;
}

.box .button
{
	position: absolute;
	top: 17px;
	right: 20px;
	width: 29px;
	height: 29px;
	background: url(../images/button.gif) no-repeat;
}

.box .heading
{
	position: absolute;
	top: 20px;
	left: 20px;
}

.box .content
{
	position: absolute;
	top: 82px;
	left: 25px;
	width: 280px;
	height: 155px;
	line-height: 12px;
}

/*.box .content img
{
	border: solid 1px #8d8d8d;
}*/

.box .content a:link, .box .content a:visited, .box .content a:hover, .box .content a:active
{
	font-size: inherit !important;
	color: #000;
	text-decoration: underline;
}

.box .links
{
	position: absolute;
	top: 255px;
	left: 23px;
	width: 282px;
	height: 110px;
}

.links, .content, #footer_banner, #toplinks
{
	overflow: auto;
}