/* commented backslash hides from ie5mac \*/
html {
	height: 100%;
	margin: 0;
	padding: 0;
}
/* end hack */
html, body {
	background-color: #669eb8;
	color: #ffffff;
	font: 14px/16px Trebuchet MS;
	margin: 0;
	padding: 0;
}
body {
	background-color: #669eb8;
	height: 100%;
	min-width: 1000px; /* for mozilla */
	text-align: left;
}
#wrapper {
	background-color: #669eb8;
	_height: 100%; /* for ie */
}
#wrapper p {
	line-height: 18px;
	margin: 10px 0;
}
#wrapper a {
	color: #000000 !important;
	text-decoration: underline;
}
#wrapper a:hover {
	color: #b24509 !important;
	text-decoration: none;
}
#wrapper a:focus {
	outline: 0;
}
#outer {
	background: #669eb8 url(../img/y-gradient.gif) repeat-y left top;
	height: 99.9%;
	margin: 20px auto;
	min-height: 100%;
	overflow: visible;
	position: relative;
	text-align: left;
	width: 1000px;
}
/* mac hide \*/
* html #outer {
	width: 1000px;
}
/* end hide */
html>body #outer {
	height: auto; /* for mozilla as ie treats height as min-height anyway */
}
#inner {
	padding-top: 300px; /* needed to make room for header */
	 /* for ie hack */
	_padding-top: 0;
	_margin-top: 300px;
	/* end hack */
	width: 100%;
}

#pre-header {
	background: #669eb8 url(../img/pre-header.jpg) no-repeat left top;
	bottom: 0;
	height: 370px;
	left: 0;
	position: absolute;
	width: 1000px;
	z-index: 20;
}
#pre-footer {
	background: #669eb8 url(../img/pre-footer.jpg) no-repeat left top;
	top: -380px;
	height: 380px;
	left: 0;
	position: absolute;
	width: 1000px;
	z-index: 20;
}

#header {
	background: #ffffff url(../img/x-gradient.gif) repeat-x left top;
	height: 530px;
	left: 0;
	position: absolute;
	top: 0;
	width: 1000px;
	z-index: 10;
}
/* mac hide \*/
* html #header {
	width: 1000px;
}
/* end hide */
#logo {
	height: 90px;
	left: 70px;
	position: absolute;
	text-indent: -5000px;
	top: 50px;
	width: 130px;
	z-index: 30;
}
#newyear {
	background: url(../img/newyear.png);
	_background-image/* */: none;
	height: 90px;
	left: 70px;
	position: absolute;
	top: 50px;
	width: 130px;
	z-index: 25;
}
#nav {
	color: #b24509;
	font-size: 70%;
	height: 10px;
	left: 40px;
	margin: 0 auto;
	position: absolute;
	top: 10px;
	width: 210px;
	z-index: 40;
}
#weather {
	left: 300px;
	position: absolute;
	top: 0;
	z-index: 40;
}
#weather h3 {
	border: 0;
	color: #000000;
	font: bold 100%/16px Trebuchet MS;
	margin: 10px 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
#bookmark {
	list-style: none;
	margin: 0;
	padding: 0;
}
#bookmark li {
	background-color: transparent;
	float: left;
	position: relative;
	text-align: center;
	width: 85px;
}
#bookmark li a {
	border: 1px solid #ffffff;
	border-bottom: 1px dotted #B6D1DC;
	margin-top: 5px;
	font-size: 70%;
	color: #b24509 !important;
	display: block;
	padding: 3px 5px;
	text-decoration: none;
	text-transform: uppercase;
}
#bookmark li a:active, #bookmark li a:focus {
  outline: none !important;
}
#bookmark li a.active {
	background-color: #ffffff !important;
	border: 1px dotted #B6D1DC;
	border-bottom: 1px solid #ffffff;
	color: #000000 !important;
}
#panel {
	margin: 0;
	padding: 0;
}
#panel div.box {
	margin: 0;
	padding: 10px;
	z-index: 1000;
}
#panel div.box p {
	color: #000000;
	font: 80%/15px Verdana;
	margin: 0;
	padding: 2px 10px;
}
#weather-img {
	height: 180px;
	position: absolute;
	right: 0;
	top: 0;
	width: 250px;
	z-index: 50;
}
#quotes {
	color: #000000;
	font: 80%/15px Verdana;
	left: 320px;
	margin: 0;
	position: absolute;
	top: 140px;
	z-index: 60;
}
#quotes a {
	font-size: 90%;
	color: #b24509 !important;
	text-decoration: underline;
	text-transform: uppercase;
}
#topmenu {
	background-color: #669eb8;
	height: 30px;
	margin: 0 auto;
	position: absolute;
	right: 3px;
	top: 270px;
	width: 700px;
	z-index: 400;
}
#lsqr {
	background: #ffffff url(../img/l-sqr.gif) no-repeat left top;
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	width: 20px;
	z-index: 20;
}
#rsqr {
	background: #ffffff url(../img/r-sqr.gif) no-repeat right top;
	height: 160px;
	right: 0;
	position: absolute;
	top: 0;
	width: 20px;
	z-index: 20;
}

#footer {
	background: #669eb8 url(../img/footer.jpg) no-repeat left bottom;
	bottom: 0;
	clear: both;
	height: 105px;
	left: 0;
	position: absolute;
	width: 1000px;
}
/* ie rounding bug */
* html #footer {
	margin-bottom: -1px;
}
/* mac hide \*/
* html #footer {
	/* only ie gets this style */
	height: 105px;
	/* for ie */
}
/* end hide*/
/* to clear footer */
#clearfooter {
	clear: both;
	height: 105px;
	width: 100%;
}
/* safari wrapper */
html>body #minHeight {
	float: left;
	height: 100%;
	margin-bottom: -105px;
	width: 0;
}
#footer p {
	font-size: 80%;
	font-weight: bold;
	margin: 0;
	text-align: center;
}
#counter {
	background-color: transparent;
	top: 0;
	float: left;
	height: 31px;
	position: absolute;
	right: 50px;
	width: 88px;
	z-index: 50;
}

#right {
	float: right;
	position: relative;
	width: 724px; /* set 1px less than right width */
	z-index: 200;
}
#right-inner {
	padding: 0 10px;
	text-align: left;
	width: 700px;
}
#content {
	/* vertical anti-drag */
	min-height: 600px;
	_height: 600px;
	/* end anti-drag */
	padding-top: 0;
	z-index: 210;
}
#content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content ul li, ol li {
	margin: 10px;
	padding-left: 10px;
}
#content ul li {
	background: url(../img/li.gif) no-repeat 0 5px;
}
#content ul li a, ol li a {
	color: #777d82;
	font-weight: bold;
	padding: 0px;
	text-decoration: underline;
}
#content table {
	border: 0;
	margin: 10px 0;
	width: 98%;
}
#content tr {
	text-align: left;
}
#content th {
	background-color: #669eb8;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}
#content td {
	border-bottom: 1px dotted #ffffff;
	padding: 5px 10px;
}

#left {
	float: left;
	overflow: hidden; /* ie expanding box fix */
	position: relative; /* ie needs this to show float */
	width: 275px;
	z-index: 100;
}
#left-inner {
	padding: 0 10px;
	text-align: left;
	width: 250px;
}
#sidebar {
	padding-top: 16px;
	z-index: 110;
}

h2 {
	border-left: 3px solid #b24509;
	font: bold 130%/22px Arial Narrow;
	margin: 10px 0 10px 3px;
	padding-left: 10px;
	text-transform: uppercase;
}
.block {
	margin: 5px 0 5px 13px;
	padding: 0;
	width: 98%;
}
.block .date {
	color: #000000;
	display: inline;
}
.block h3 {
	display: inline;
}
.block h3 a {
	font: bold 80%/15px Tahoma;
}
.block .source {
	font-size: 70%;
	text-align: right;
}
.more {
	text-align: center;
}

/* clear top margin for mozilla */
div, p {
	margin-top: 0;
}
/* clear br after float */
br.clearing {
	clear: both;
	font-size: 1px;
	height: 0;
}
/* no image should have a border when linked */
a img {
	border: 0;
}
img {
	border: 3px solid #ffffff;
}
/*img:before { content: attr(alt)}*/
form {
	margin: 10px 0;
}
fieldset {
	border: 1px solid #ffffff;
	margin: 10px;
	padding: 10px;
}
legend {
	margin: 5px;
}
label {
	font-size: 80%;
	margin: 0;
	vertical-align: text-top;
}
form a {
	font-size: 70%;
	margin: 5px 0;
	text-align: center;
}
input, textarea, select {
	background-color: #fcfcfc;
	border: 1px solid #669eb8;
	margin: 5px 0;
	padding: 3px;
}
input {
	width: 145px;
}
input.chkbox {
	background: none;
	border: 0;
	margin: 5px 0;
	padding: 0;
	width: auto;
}
input.submit {
	background-color: #669eb8;
	border: 1px solid #fcfcfc;
	color: #fcfcfc;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for ie 5.x */
	font: 80%/12px Arial Narrow;
	height: 24px;
	margin: 5px;
	padding: 3px 5px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}
acronym {
	border-bottom: 1px dotted #669eb8;
	color: #000000;
	cursor: help;
}

