body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4d;
}
a {
	text-decoration: underline;
	color: #009fe8;
	font-weight: bold;
}
a:hover {
	color: #30BCFD;
}
#columntwo a{
font-weight:normal;
}
#blue {
	height: 6px;
	width: 100%;
	background-image: url(../images/blueBG.gif);
	background-repeat: repeat-x;
	background-position: top;
}
div.center {
	width: 955px;
	margin: 0px auto;
}
#top {
	height: 78px;
}
h1 {
	float: left;
	margin: 0px;
}
h1 a {
	background-image: url(../images/logo.gif);
	height: 78px;
	width: 424px;
	display: block;
}
ul#loginnav {
	height: 14px;
	width: 304px;
	float: left;
	padding: 0px 0px 0px 195px;
}
ul#loginnav li {
	float: left;
}
ul#loginnav a {
	background-image: url(../images/loginnav.gif);
	background-repeat: no-repeat;
	height: 14px;
	display: block;
}
ul#loginnav a#signin {
	background-position: 0px 0px;
	width: 62px;
}
ul#loginnav a#signin:hover {
	background-position: 0px -14px;
	width: 62px;
}
ul#loginnav a#create {
	background-position: -62px 0px;
	width: 121px;
}
ul#loginnav a#create:hover {
	background-position: -62px -14px;
	width: 121px;
}
ul#loginnav a#support {
	background-position: -183px 0px;
	width: 121px;
}
ul#loginnav a#support:hover {
	background-position: -183px -14px;
	width: 121px;
}
ul#navigation {
	float: left;
	height: 22px;
	width: 429px;
	padding: 9px 0px 0px 75px;
}
ul#navigation li {
	float: left;
}
ul#navigation a {
	background-image: url(../images/navigation.gif);
	display: block;
	height: 22px;
}
ul#navigation a#home {
	width: 56px;
	background-position: 0px 0px;
}
ul#navigation a#home:hover {
	background-position: 0px -22px;
}
div#homepage ul#navigation a#home {
	background-position: 0px -44px;
}
ul#navigation a#about {
	width: 80px;
	background-position: -56px 0px;
}
ul#navigation a#about:hover {
	background-position: -56px -22px;
}
div#aboutpage ul#navigation a#about {
	background-position: -56px -44px;
}
ul#navigation a#services {
	width: 148px;
	background-position: -136px 0px;
}
ul#navigation a#services:hover {
	background-position: -136px -22px;
}
div#servicespage ul#navigation a#services {
	background-position: -136px -44px;
}
ul#navigation a#faqs {
	width: 54px;
	background-position: -284px 0px;
}
ul#navigation a#faqs:hover {
	background-position: -284px -22px;
}
div#faqspage ul#navigation a#faqs {
	background-position: -284px -44px;
}
ul#navigation a#contact {
	width: 91px;
	background-position: -338px 0px;
}
ul#navigation a#contact:hover {
	background-position: -338px -22px;
}
div#contactpage ul#navigation a#contact {
	background-position: -338px -44px;
}
#middle {
	clear: left;
}
#columnone {
	float: left;
}
p.audiencetitle {
	color: #BABCBE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p#articletitle img {
	float: left;
	margin: 0px 3px 0px 0px;
}
.imagetext {
	display: block;
	padding: 3px 0px 0px 0px;
	line-height: 1.5em;
}
.imagetext .small {
	font-size: 10px;
	font-style: italic;
}
p#articleteaser {
	margin: 20px 0px 0px 15px;
}
#columntwo {
	float: left;
}
ul#subnav a {
	display: block;
	background-image: url(../images/subnavBullet.gif);
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 19px;
	margin: 0px 0px 8px 0px;
	background-position: 0px 0px;
	height: 14px;
}
ul#subnav a:hover {
	/* background-position: 0px -15px; */
	display: block;
	background-image: url(../images/subnavBullet.gif);
	text-decoration: none;
	text-transform: uppercase;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 19px;
	margin: 0px 0px 8px 0px;
	height: 14px;
}
h5 {
	font-weight: bold;
	font-size:13px;
	color: #009fe8; /*#39bcf8;*/
	margin: 1.2em 0em .7em 0em;
	line-height: 1.3em;
}
p.intro {
	font-weight: bold;
	font-size:13px;
	color: #009fe8; /*#39bcf8;*/
	margin: 1.2em 0em .7em 0em;
	line-height: 1.3em;
}
ul.bullet li {
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding: 0px 0px 0px 14px;
	margin: 0em 0em .7em 0em;
}
div#grey {
	height: 1px;
	width: 100%;
	margin: 45px 0px 10px 0px;
	border-top: 1px #E9E9E9 solid;
}

/*******************************************
* Blog CSS
*
*/
.newsitem
{
	border-bottom: dashed 1px #009fe8; /*#39bcf8;*/
	margin-bottom: 1em;
	list-style-type: none;
}

.newsitemdivider
{
	color: #cdcdcd;
	text-align: center;
	margin-top: 5px;
	width: 245px;
	height: 5px;
	border-top: solid 1px #cdcdcd;
	float: left;
}

.newsitemlink
{
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 10px;
/*	font-weight: bold; */
	color: #009fe8; /*#39bcf8;*/
	text-decoration: none
}
.newsitemfooter
{
	font-style: italic;
	font-size: xx-small;
	text-align: left;
	margin-bottom: 1em;
	margin-top: 1em;
}

.newsitemtitle
{
	text-transform: uppercase;
	letter-spacing: .25em;
	font-size: 12px;
	font-weight: bold;
	color: White;
	/*background-color: #009fe8;*/ /*#39bcf8;*/
	background-image: url(../images/interest_header_240x22.gif);
	background-repeat: no-repeat;
	width: 240px;
	height: 22px;
	margin-bottom: 1em;
	margin-top: 1em;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
	text-align: center;
}

div#BulletNav
{
	width: 240px;
	float: left;
	padding: 0px 5px 0px 0px;
}

div#BlogApp1
{
	width: 240px;
	float: left;
	margin-right: 5px
}

div#BlogApp1 h5 {
	font-weight: bold;
	font-size:13px;
	color: #009fe8; /*#39bcf8;*/
	margin: 0.5em 0em 0.5em 0em;
	line-height: 1.3em;
}

div#BlogApp1 A:link 
{
	text-transform: uppercase;
	letter-spacing: .25em;
	font-size: 12px;
	font-weight: bold;
	color: White;
	/*background-color: #009fe8;*/ /*#39bcf8;*/
	text-decoration: none
}

div#BlogApp1 A:visited 
{
	text-transform: uppercase;
	letter-spacing: .25em;
	font-size: 12px;
	font-weight: bold;
	color: White;
	/*background-color: #009fe8;*/ /*#39bcf8;*/
	text-decoration: none
}


div#BlogApp2
{
	width: 240px;
	float: left;
}

div#BlogApp2 h5 {
	font-weight: bold;
	font-size:13px;
	color: #009fe8; /*#39bcf8;*/
	margin: 0.5em 0em 0.5em 0em;
	line-height: 1.3em;
}


div#BlogApp2 A:link 
{
	text-transform: uppercase;
	letter-spacing: .25em;
	font-size: 12px;
	font-weight: bold;
	color: White;
	/*background-color: #009fe8;*/ /*#39bcf8;*/
	text-decoration: none
}

div#BlogApp2 A:visited 
{
	text-transform: uppercase;
	letter-spacing: .25em;
	font-size: 12px;
	font-weight: bold;
	color: White;
	/*background-color: #009fe8; *//*#39bcf8; */
	text-decoration: none
}

/* END BLOG CSS */
#BreadCrumbs
{
	border-bottom: solid 1px #cdcdcd;
	border-top: solid 1px #cdcdcd;
	margin-bottom: 10px;
	padding: 2px 0px 2px 0px;
}

#BreadCrumbs a
{
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	margin: 0px 2px 0px 2px;
	padding: 5px 0px 5px 8px;
}