﻿/* Fonts */
body {
	font: 16px/18px Arial, Helvetica, sans-serif;
}
p, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	color: #cc9900;
	font-size: 16px;
	font-weight: bold;
}
a {
	color: Maroon;
	font-size: large;
	font-weight: bold;
	text-decoration: none;
}
/*a:hover {
	background-color: ThreeDShadow;
}*/
.disclaimer {
	font-size: 10px;
	line-height: normal;
}

/* Layout */
body {
	padding: 2px;
	margin: 0;
}
#page {
	float: left;
	width: 770px;
}
#header {
	float: left;
	width: 770px;
}
#header img {
	display: inline-block;
}
#logo {
	float: left;
	width: 177px;
}
#banner {
	float: left;
	width: 593px;
}
#navigation {
	float: left;
	width: 593px;
}
#content {
	float: left;
	width: 770px;
}
#contentLeft {
	float: left;
	width: 180px;
	margin-right: 10px;
}
#login, #quickLinks, #weather {
	margin-bottom: 5px;
	text-align: center;
	background-color: #E5E3E0;
}
#login img, #quickLinks img, #weather img {
	display: block;
}
#login h2, #quickLinks h2, #weather h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background-image: url(/images/QuickLinks_v1.png);
}
#login a, #quickLinks a, #weather a {
	font-size: 12px;
	line-height: 12px;
}
#login {
	padding-bottom: 2px;
}
#login h2 {
	margin-bottom: 5px;
}
#login img {
	margin: 0 auto;
}
#quickLinks ul, #quickLinks li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#quickLinks a {
	display: block;
	padding: 4px 2px;
	border-bottom: 1px solid #fff;
	background: #c9c9a7;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-align: center;
}
#quickLinks a:hover {
	color: #fff;
	background: #b3ab79;
}
#weather {
	padding-bottom: 5px;
}
#contentCenter {
	float: left;
	width: 386px;
	margin-right: 0px;
}
#contentRight {
	position: relative;
	float: left;
	width: 194px;
}
#contentRight iframe {
	position: relative;
	top: -11px;
}
#pic {
	float: left;
	width: 770px;
}
#pic .left {
	float: left;
	width: 150px;
}
#pic .right {
	float: right;
	width: 200px;
}
#footer {
	float: left;
	width: 593px;
	padding-left: 179px;
}

/* Calculator Styles */
#calculators font {
	font-family: inherit;
	font-family: expression(this.parentNode.currentStyle['fontFamily']); 
	font-style: inherit;
	font-style: expression(this.parentNode.currentStyle['fontStyle']);
	font-size: inherit;
	font-size: expression(this.parentNode.currentStyle['fontSize']);
	color: inherit;
	color: expression(this.parentNode.currentStyle['color']);
}
#calculators font {
	font-size: 14px;
}
