@import url(default.css);
@import url(cms.css); /* These imports must remain at the top */

/* Styles for all Heartland pages */
body {
color: #000;
background: #fff url(../_imgs/bkgd/bottom_bkgd_grad.jpg) repeat-x bottom left;
}
/* Links
====================================================================================================================== */
a { color: #36c; text-decoration: underline; }
a:link   	{ color: #36c; }
a:visited	{ color: #36c; }
a:hover  	{ color: #000; }
a:active 	{ color: #36c; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
text-decoration: none;
}
/* Text
====================================================================================================================== */
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
margin-top: 0;
padding-bottom: 2px;
}
h1 { font-size: 2em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.3em; }
h6 { font-size: 1.2em; }
p, li, dd, th, td {
font-size: 1em;
line-height: 1.5em;
}
/* Specific Container Styles
====================================================================================================================== */
div#Logo, div#HeaderGradFixed {
float: left;
}
div#Logo {
width: 123px;
height: 64px;
z-index: 100;
position: absolute;
top: 5px;
left: 0;
}
div#HeaderContainer {
background: #ccc url(../_imgs/bkgd/top_bar.gif) repeat-x top left;
padding-top: 5px;
width: 100%;
}
div#HeaderGradFluid {
height: 47px;
margin-left: 123px;
background: #ABD6EE url(../_imgs/bkgd/header_vert_grad.jpg) repeat-x top left;
}
div#HeaderNav {
height: 31px;
padding-left: 123px;
background: #ABD6EE url(../_imgs/bkgd/top_nav_grad.gif) repeat-x top left;
}
div#HeaderNav ul {
list-style: none;
margin: 0;
padding: 0;
}
div#HeaderNav li {
float: left;
height: 17px;
}
div#HeaderNav li a {
display: block;
color: #fff;
text-transform: uppercase;
text-decoration: none;
font-size: 10px;
padding: 1px 3px;
line-height: 17px;
}
div#HeaderNav li a:hover, div#HeaderNav li.active a {
color: #ABD6EE;
}
div#ContentContainer {
width: 100%;
}
div#Panels div.CmsPanel {
margin-right: 2em;
}
div#Panels p, div#Panels li {
font-size: 0.85em;
}
div#Panels h2 {
font-size: 1.2em;
}

/* eWEP styles */
.Small { font-size: .8em !important; }
h1.Blue, h2.Blue, h3.Blue, h4.Blue, h5.Blue, h6.Blue, p.Blue { color: #00f !important; }