﻿#content-wrapper h1
{
	margin-top: 20px;
}

#content-wrapper h2
{
	margin-top: 5px;
	color: #5d7c97;
	font-weight: bold;
}

#services-list
{
	list-style-type: disc;
	padding-left: 30px;
	margin: 10px 0 20px 0;
}

#services-list li
{
	color:  #f88f34;
	font-weight: bold;
	margin-top: 5px;
	font-size: .9em;
	text-transform:uppercase;
}

#services-list b
{
	color:  #f88f34;
}

#footer-content
{
	text-align: right;
	background-color: #5d7c97;
	padding: 30px 40px 15px 15px;
	height: 150px;
}

#footer-content span, #footer-content a
{
	display: block;
	padding-bottom: 5px;
	color: #fff;
	font-size: .9em;
}

#footer-content a
{
	text-decoration: underline;
}

#footer-content a:hover
{
	color: #f88f34;
}

#footer-links a
{
	display: inline;
	margin-top: 15px;
}

#bottom-keyword-bar
{
	font-size: 0.8em;
	color: #B6B6B6;
	text-align: center;
	
}
#bottom-keyword-bar b
{
	font-weight: normal;
	color: #B6B6B6;
}


