a{
text-decoration: none;
color: #0098e7;
}


/*Column 3 HOME PAGE ONLY*/
#column3home a{
color: white;
text-decoration: underline;
}


/*WHY NETFINANCIALS?*/
#smallbluesquare a{
color: white;
text-decoration: underline;
}


/*WHAT IS THE COST*/
#smallsquare a{
color: #0098e7;
text-decoration: underline;
}


/*TOP LINKS(Top right Contact and Home icon links)*/
.toplinkshome{
display: block;
width: 31px;
height:28px;
background:url(../images/HomeButton.png);
background-repeat: no-repeat;
text-decoration: none;
color: black;
}

a{
outline: none;
}

a.toplinkshome:hover, a.toplinkshome:visited, a.toplinkshome:active{
background:url(../images/HomeButton.png);
background-repeat: no-repeat;
}

a.toplinkshome:hover{
background-position: -31px 0;
}

#toplinkshome li{
float: right;
list-style: none;
font-size: .95em;
text-align: center;
padding-bottom: 1px;
padding-right: 5px;
}

.toplinkscontact{
display: block;
width: 36px;
height:32px;
background:url(../images/ContactButton.png);
background-repeat: no-repeat;
text-decoration: none;
color: black;
}

a{
outline: none;
}

a.toplinkscontact:hover, a.toplinkscontact:visited, a.toplinkscontact:active{
background:url(../images/ContactButton.png);
background-repeat: no-repeat;
}

a.toplinkscontact:hover{
background-position: -36px 0;
}

#toplinkscontact li{
float: right;
list-style: none;
font-size: .95em;
text-align: center;
padding-bottom: 1px;
}


/*MAIN NAVIGATION*/
.rollover{
display: block;
width: 112px;
height:32px;
background:url(../images/Button2.png);
background-repeat: no-repeat;
text-decoration: none;
color: black;
}

a{
outline: none;
}

a.rollover:hover, a.rollover:visited, a.rollover:active{
background:url(../images/Button2.png);
background-repeat: no-repeat;
}

a.rollover:hover{
background-position: -112px 0;
}

#mainnavigation li{
float: left;
list-style: none;
font-size: .95em;
text-align: center;
padding-bottom: 1px;
}

#mainnavigation ul{
float: right;
margin-bottom: 0px;
margin-right: 0px;
}


/*COMMUNITY NAVIGATION (Column 1 large links to contact page, facebook and Blog) */
.questionlinks{
display: block;
width: 133px;
height:52px;
background:url(../images/Question.png);
background-repeat: no-repeat;
text-decoration: none;
color: black;
margin-left: 4px;
}

a{
outline: none;
}

a.questionlinks:hover, a.questionlinks:visited, a.questionlinks:active{
background:url(../images/Question.png);
background-repeat: no-repeat;
}

a.questionlinks:hover{
background-position: -134px 0;
}

.facebooklinks{
display: block;
width: 133px;
height:52px;
background:url(../images/facebook.png);
background-repeat: no-repeat;
text-decoration: none;
color: black;
margin-left: 4px;
}


a.facebooklinks:hover, a.facebooklinks:visited, a.facebooklinks:active{
background:url(../images/facebook.png);
background-repeat: no-repeat;
}

a.facebooklinks:hover{
background-position: -134px 0;
}

.bloglinks{
display: block;
width: 133px;
height:52px;
background:url(../images/blog.png);
background-repeat: no-repeat;
text-decoration: none;
color: black;
margin-left: 4px;
}


a.bloglinks:hover, a.bloglinks:visited, a.bloglinks:active{
background:url(../images/blog.png);
background-repeat: no-repeat;
}

a.bloglinks:hover{
background-position: -134px 0;
}






