/* ---------------------------------
	Heartland Investments styles 
--------------------------------- */

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background: #fff;
}

/* ---------------------------------
	link styles
--------------------------------- */
a, a:link, a:active, a:visited {
	color: #2C8FCB;
	text-decoration: none;
}
a:hover {
	color: #5AAF75;
	text-decoration: none;
}
.calendar a, .calendar a:link, .calendar a:active, .calendar a:visited {
	color: #fff;
	text-decoration: none;
}

.calendar a:hover {
	color: #999;
}
.sections a, .sections a:link, .sections a:active, .sections a:visited {
	color: #fff;
	text-decoration: none;
}
.red a, .red a:link, .red a:active, .red a:visited {
	color: #cc0000;
	text-decoration: underline;
}
.sections a:hover {
	color: #ccc;
}
.footer {
	background-color: #2C8FCB;
	padding: 7px 0;
	color: #fff;
}
.footer a, .footer a:link, .footer a:active, .footer a:visited {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	color: #ccc;
	text-decoration: none;
}


/* ---------------------------------
	table styles
--------------------------------- */
table, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	border-collapse: collapse;

}

/* ---------------------------------
	misc styles
--------------------------------- */
h1, h2, h3 {
	margin: 2px 0 4px 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	color: #2C8FCB;
	font-style: italic;
}
h2 {
	font-size: 16px;
	color: #2C8FCB;
	font-style: italic;
}
h3 {
	font-size: 14px;
	color: #2C8FCB;
}
hr {
	height: 1px;
	background: #999;
	color: #999;
	border: 0px;
}
.searchBox {
	background: url(../images/search_bg.gif) repeat-x;
}
.topNav {
	background: url(../images/top_nav_bg.jpg) repeat-x;
}
.content {
	padding: 10px;
	border-top: 2px solid #BDD7BD;
	background: #fff;
}
.footer {
	background-color: #2C8FCB;
	padding: 7px 0;
	color: #fff;
}
.submit {
	background: #64B662;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFF;
	border: 0;
	padding: 3px;
}
.logo {
	background-color: #fff;
	border-bottom: 2px solid #5AAF75;
}
#errorMsg {
	background-color: #F00;
	margin: 5px 0;
	font-weight: bold;
	color: #fff;
	padding: 5px;
}
#userMsg {
	background-color: #eee;
	font-weight: bold;
	margin: 5px 0;
	padding: 5px;
}