@charset "UTF-8";
/* CSS Document */


/* NAVIGATION AND MAIN IMAGE */

div#navigation {
	position: relative;
	height: 365px;
}
div#navigation div#menu {
	position: absolute;
	background-image: url(../images/new-home/menu-back.gif);
	background-repeat: no-repeat;
	width: 146px;
	height: 219px;
	left: 53px;
	z-index: 9000;
}

div#menu ul {
	list-style: none;
	font-size: 10px;
	margin-left: 12px;
	margin-top: 18px; /*32px; AG */
}
div#menu ul li {
	line-height: 1.4em;
	margin-bottom: 7px;
}
div#menu ul li a {
	color: #FFF;
}
div#menu ul li a:hover {
	font-weight: bold;
}

div#navigation img {
	display: block;
}	

/* MAIN BODY */

div#mainbody {
	padding: 0 52px;
}

div.bucket {
	float: left;
	width: 134px;
	padding-left: 12px;
	padding-top: 44px;
	height: 104px;
	background-image: url(../images/new-home/dots-vertical-long.gif);
	background-repeat: no-repeat;
	background-position: 0 30px;
}

div.bucketstock {
	float: right;
	width: 134px;
	padding-left: 12px;
	padding-top: 30px;
	height: 70px;
	background-image: url(../images/new-home/dots-vertical-long.gif);
	background-repeat: no-repeat;
	background-position: 0 30px;
}

div.bucket {
	cursor: pointer;
}

div.bucketstock {
	margin-top: 30px;
	font-size: 10px;
}

div.bucketstock h3 {
	font-size: 10px;
	font-weight: bold;
	color: #0053a0;
}

div.bucketstock span.label {
	float: left;
	width: 60px;
}

div#message {
	height: 148px;
	background-image: url(../images/new-home/dots-horizontal.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#bucket2, #bucket3 {
	width: 134px;
	float: left;
}


div#info {
	clear: both;
	position: relative;
}

div#news {
	width: 410px;
	padding-right: 20px;
}

p#copy {
	padding-top: 30px;
	width:572px; /* AG */
	margin-right: 12px;
	display:block;
	float: left;
}

a.latestnews {
	color: #50565b;
}

a.read, span.read {
	color: #0053a0;
	white-space: nowrap;
	font-size: 10px;
}

/* NEWS */
div#news {
	padding-top: 18px;
}
div#news h3 {
	width: 135px;
	padding: 3px 0 3px 12px;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 18px;
}

div#news h3.blue {
	background-color: #0053a0;
	color: #FFF;
}

div#news h3.border {
	background-color: #FFF;
	background-image: url(../images/new-home/heading-grad-back.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	border: 1px solid #d6dbdf;
	color: #0053a0;
}

div#news p {
	background-image: url(../images/new-home/dots-horizontal.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom: 5px;
	margin-bottom: 5px;
}


/* events */
div#events {
	padding-top: 18px;
	width: 410px;
}
div#events h3 {
	width: 145px;
	padding: 3px 0 3px 12px;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 18px;
}

div#events h3.grey_box {
	background: transparent url(../images/events_bg.png) no-repeat left 2px;
	color: #00539F;
}

div#events h3.border {
	background-color: #FFF;
	background-image: url(../images/new-home/heading-grad-back.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	border: 1px solid #d6dbdf;
	color: #0053a0;
}

div#events p {
	background-image: url(../images/new-home/dots-horizontal.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom: 5px;
	margin-bottom: 5px;
}



/* POPUPS */

div.popup {
	background-color: #FFF;
	background-image: url(../images/new-home/popup-background.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	margin-bottom: 15px;
	width: 262px;
	height: 110px;
	padding: 14px;
	border: 1px solid #c6ccd0;
}

div.popup p.links {
	font-size: 10px;
	line-height: 1.4em;
	margin-top: 12px;
}

div.popup p.links a {
	color: #50565b;
}

div.popup p.links a:hover {
	text-decoration: underline;
}
