/* program css */

/* Use with image title - image needs to wrapped in <div id="title">image goes here</div> */
div#title {
margin: 0 0 15px 0;
}

#content_primary {
padding-top: 5px;
}

#landing_page_nav {
margin-top: -15px;
}

#content_primary p.first {
font-size: 16px;
line-height: 1.2;
}

div#content_related {
margin-top: 20px;
}

div#content_related h4 {
color: #990000;
}

div#content_related h3 {
color:#1D156B;
margin-top: 20px;
}

/* Fancy homepage section business */
h4 {
background: #efefef;
border-style: solid none;
border-color: #999999;
border-width: 1px;
padding: 2px 0px 0px 10px;
}

p.banner_par{
margin: 10px;
height: 100px;
}

p.banner_par a.learn_more{
color: #990000;
font-style: italic;
}

span.banner_img {
height: 100px;
width: 185px;
display: table-cell;
text-align: center;
float: left;
}

span.banner_img img {
margin: 10px;
}