@import url(common.css);
@import url(nav.css);

#content {
	line-height: 18px;
}

#content p {
	margin: 0 0 15px 0;
	line-height: 18px;
}

#right ul {
	margin: 5px 0 15px 40px;
}

#left {
	float: left;
	width: 290px;
}

#right {
	float: left;
	width: 680px;
}

#content-left {
	float: left;
	width: 440px;
	padding: 15px 0 50px 0;
}

#content-right {
	float: left;
	padding: 15px 0 15px 10px;
	width: 225px;
	margin: 0 0 0 5px;
}

#content-wide {
	padding: 15px 20px 15px 0;
}

.image-right {
	float: right;
	margin: 0 0 10px 10px;
}

.image-left {
	float: left;
	margin: 0 10px 10px 0;
}

.news-nav {
	background-color: #e6f4fa;
	padding: 15px 0 15px 10px;
	margin: 63px 0 0 0;
}

#content .news-nav ul {
	margin: 0 0 0 10px;
	list-style: none;
	padding: 0;
}

.news-item  {
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
}

.news-nav a, .news-nav a:visited {
	font-family: Georgia, Times, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

.news-nav a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 18px;
	margin: 0 0 15px 0;
	color: #04376e;
}

h2 {
	color: #04376e;
	font-size: 14px;
}

#right.markets #content-left {
	width: 401px;
}

#right.markets #content-right {
	width: 255px;
}

.content-left, .content-right {
	float: left;
	width: 345px;
	margin: 20px 35px;
}

.box {
	width: 172px;
	float: left;
	margin: 0 50px 0 0;
}

.box-wide {
	float: left;
	width: 450px;
}

.box-wide ul {
	float: left;
}

.bottom-row {
	clear: both;
	padding: 20px 0;
}
 
ol {
	margin: 0 20px;
}

ol li {
	margin: 0 0 15px 0;
}

h1 {
	font-size: 18px;
}

#banner-image {
	width: 680px;
	height: 213px;
	margin: 0 0 20px 0;
}

p input, textarea {
	border: 1px solid #ccc;
	width: 200px;
	padding: 5px;
}

p label {
	font-weight: bold;
}

textarea {
	width: 400px;
	height: 150px;
}

.checkboxes {
	line-height: 20px;
	margin: 0 0 20px 0;
}

.note {
	font-size: 11px;
	color: #666;
}

#submit {
	padding: 5px 10px;
	border: 1px solid #255281;
	cursor: pointer;
	font-size: 14px;
	color: #255281;
	background-color: #fff;
}

#submit:hover {
	color: #fff;
	background-color: #255281;
}

.to-top a {
	border-top: 1px solid #4976ff;
	border-bottom: 1px solid #4976ff;
	text-decoration: none;
	padding: 2px 2px 3px 2px;
	font-size: 11px;
	color: #48a1d1;
}

.to-top a:hover {
	color: #fff;
	background-color: #48a1d1;
}