@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a {
	color: #0053a0;
	text-decoration: none;
}

a.read, span.read {
	color: #0053a0;
	white-space: nowrap;
	font-size: 10px;
}

.underline {
	background-image: url(../images/new-home/dots-horizontal.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

.underlinetight {
	background-image: url(../images/new-home/dots-horizontal.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom: 6px !important;
	margin-bottom: 6px !important;
}

.blockquote {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.grey {
	color: #50565b !important;
}

.tight {
	margin-bottom: 0 !important;
}

/* BODY AND PAGE STRUCTURE */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #50565b;
	line-height: 1.6em;
	background-color: #EEEEEE;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
}

div#page {
	margin: 0 auto;
	width: 980px;
	background-color: #FFF;
}

/* HEADER */

div#header {
	position:relative;
	height: 90px;
}

div#header div#logo {
	position: absolute;
	left: 38px;
	top: 19px;
}

div#header div#date {
	position: absolute;
	text-align: right;
	top: 58px;
	right: 220px;
	font-size: 10px;
}

div#header div#date a {
	color: #50565b;
}

div#header div#date a:hover {
	text-decoration: underline;
}

div#header div#searchbox {
	position: absolute;
	left: 780px;
	top: 56px;
	width: 200px;
}

div#header div#searchbox input#search {
	width: 140px;
	border: 1px solid #99a1a7;
	padding: 3px;
	vertical-align: top;
	height: 14px;
	font-size: 10px;
	color: #50565b;
}

div#header div#searchbox input#submit {
	vertical-align: top;
	padding-left: 8px;
}

/* FOOTER */

div#footer {
	clear: both;
	padding: 40px 0 20px;
}

div#footer p, div#footer a {
	font-size: 10px;
	color: #98A1A7;
}

div#footer a:hover {
	text-decoration: underline;
}
