@charset "UTF-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

a {
	color: #cc6600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 1.4em;
	color: #666666;
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 20px;
}

h3, .blog_title a {
	font-size: 1.1em;
	color: #3b6482;
	font-weight: bold;
	text-transform: uppercase;
}

.body_copy, .sub_copy {
	font-size: 1.2em;
	color: #333333;
	line-height: 1.3em;
}

.sub_copy ul, ul.sub_copy{
	padding: 5px 0px 15px 10px;
}

.date {
	font-size: 1.2em;
	color: #333333;
	padding: 5px 0px 5px 0px;
	display: block;
}
.footer_copy {
	color: #999999;
	font-size: 1.0em;
}

.footer_copy a{
	color: #999999;
	text-decoration: none;
}
.footer_copy a:hover{
	text-decoration: underline;
}

table.services {
	border: 1px solid #999999;
	border-collapse:collapse;
}
table.services td, table.services th{
	padding: 8px;
	border: 1px solid #999999;
}
.feedsweep_title a{
	text-indent: -2000px;
	background: url(../images/content/blog.png) left top no-repeat;
	display: block;
	height: 15px;
	width: 200px;
	padding-bottom: 15px;
}
.blog_body{
	font-size: 1.1em;
	color: #333333;
	line-height: 1.3em;
	padding: 5px 0px 10px 0px;
}
