﻿@charset "utf-8";
@import url("reset.css");

html
		{
		height: 100%;
		}

h1 a#logo {
	text-indent: -999em;
	width: 250px;
	height: 150px;
	position: absolute;
	display: block;
}

body
		{
		height: 100%;
		border-bottom: solid 1px #fff;
		}

div#mainwrapper
		{
		min-height: 100%;
		width: 856px;
		padding: 0 15px 30px 15px;
		margin: 0 auto;
		background: url(../wsimages/wrapper_bg.jpg) repeat-y #fff center;
		}

div#header
		{
		background: url(../wsimages/header3_bg.jpg) no-repeat #fff;
		height: 171px;
		width: 856px;
		}
		
		div#scaleFonts
				{
				position: absolute;
				padding: 2px 5px;
				right: 15px;
				top: 5px;
				z-index: 1;
				}

div#leftColumn
		{
		padding: 10px 20px 20px 20px;
		width: 195px;
		background: url(../wsimages/vertical_hr.gif) repeat-y #fff right top;
		float: left;
		}

div#content
		{
		padding: 10px 20px 20px 20px;
		margin-left: -1px;
		width: 581px;
		background: url(../wsimages/vertical_hr.gif) repeat-y #fff left top;
		float: left;
		}

h2.news
		{
		background: url(../wsimages/newsheader_bg.jpg) repeat-x;
		line-height: 36px;
		color: #575d32;
		margin-top: 10px;
		margin-bottom: 10px;
		}

div.clear
		{
		display: block;
		clear: both;
		height: 1px;
		overflow: hidden;
		}

a.dev
		{
		width: 816px;
		height: 30px;
		line-height: 30px;
		display: block;
		background: url(../wsimages/hr.gif) repeat-x left top #fff;
		margin: -30px auto 0 auto;
		}

/* Tip a Friend*/

/* IDL tip a friend toolbar */
#idltipafriendtoolbar {
	border-top: dotted 1px #ccc;
	margin-top: 15px;
	padding: 5px;
	height: 25px;
	background-color: #eee;
	clear: both;
}

#idltipafriendtoolbar a {
	padding-left: 25px;
	line-height: 20px;
	background: #eee url('../wsimages/idltipafriend/icon-tipafriend.gif') no-repeat;
	display: block;
	float: left;
	font-size: 0.9em;
}

/* IDL tip a friend box */
#idltipafriendbox {
	margin: 0 0 25px 0;
	border: dotted 1px #ccc;
	background: #ddd3ce url('../wsimages/idltipafriend/fieldset_bg.jpg') repeat-x;
	padding: 2px 10px;
	font-size: 0.8em;
}

#idltipafriendbox form {
	float: left;
}

#idltipafriendbox form legend {
	margin: 10px 0 10px 20px;
	float: left;
	text-align: center;
	font-weight: bold;
	clear: both;
}

#idltipafriendbox form fieldset {
	border: dotted 1px #ccc;
	background: #ddd3ce url('../wsimages/idltipafriend/fieldset_bg.jpg') repeat-x;
	margin: 0 0 5px 0;
	float: left;
	clear: both;
	width: 540px;
	margin-right: 15px;
}

#idltipafriendbox form label {
	margin: 0 10px 10px 20px;
	width: 200px;
	float: left;
	clear: left;
}

#idltipafriendbox form input, #idltipafriendbox form textarea {
	margin: 0 0 10px 0;
	float: left;
}

#idltipafriendbox form .validation-advice {
	clear: both;
	color: #ff0000;
	margin: -5px 0 10px 0;
	padding: 0 0 0 230px;
	float:left;
	width: 250px;
}

#idltipafriendbox form input {
	width: 250px;
}

#idltipafriendbox form input#submit {
	margin: 0 0 0 0;
	width: auto;
	clear: both;
	float: left;
}

#idltipafriendbox form textarea {
	width: 250px;
	height: 50px;
}

#eventFocus {
	position: absolute;
	right: 11px;
	background: transparent url('../wsimages/eventFocus_bg.png') no-repeat top left;
	width: 208px;
	height: 87px;
	padding: 5px 12px 5px;
	display:block;
	cursor: pointer;
	line-height:1;
	text-decoration: none;
}
#eventFocus .block {display:block;}
#eventFocus .header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-bottom:5px;
}
	#eventFocus:hover .header {color:#2E529C;}
#eventFocus .smallerText {color:#666;margin-bottom:10px;}
#eventFocus .smallerText .link {color:#2E529C;text-decoration: underline;}
