/* CSS Document */
body{
font-family:Verdana, Geneva, sans-serif;
font-size:small;
color:#666666;
line-height:1.2;
}
#contenttxt b{
color:#333333;
}
em{
text-decoration:inherit;
font-size:x-small;
color:#999;
}
img{
margin:8px;
}
#contenttxt{
margin-top:5px;
text-align:left;
width:580px;
margin-left:10px;
padding-right:15px;
}
#content h1,h2,h3{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:18px;
margin-bottom:-6px;
color:#cc3300
}
#content h4,h5{
font-size:12px;
color:#CC3300;
}
.signature{
font-family:Arial, Helvetica, sans-serif;
font-style:italic;
font-size:larger;
text-align:right;
}
/* FORMS AND CONTACT PAGE */
p.mailing{
font-weight:bold;
margin-top:5px;
float:right;
width:200px;
}
input{
margin-bottom:5px;
background:#fff;
border:#ccc solid 1px;
font-family:Verdana, Geneva, sans-serif;
}
textarea{
border:#ccc solid 1px;
font-size:small;
font-family:Verdana, Geneva, sans-serif;
}
.button{
width:60px;
border:none;
background:url(../graphics/button.png) no-repeat;
}
.button:hover{
border:none;
background:url(../graphics/buttonh.png) no-repeat;
width:60px;
}
/* END FORMS */

/* DEFAULT LISTS STYLES */
ul{
list-style-image:url(../graphics/li.png)
}
li{
padding-bottom:5px;
}
li.title{
list-style-image:none;
list-style:none;
font-size:large;
padding-bottom:10px;
}

#contenttxt ul{
font-stretch:narrower;
}



/* SUBLINKS UNDER THE NAVIGATION */
#sublinks{
position:relative;
left:15px;
clear:right;
margin-top:15px;
text-align:left;
}
#sublinks ul{
list-style:none;
list-style-image: none/*url(../graphics/sublinks_blue.png)*/;
}
.compare{
background:url(../graphics/compare_sub.png) no-repeat center;
}
.hosting{
background:url(../graphics/hosting_sub.png) no-repeat center;
}
.bcit{
background:url(../graphics/bcit_sub.png) no-repeat center;
}
#sublinks li{
padding-left:50px;
margin-bottom:5px;
}
#sublinks a{
text-decoration:none;
color:#0099cc;
}
#sublinks li a:hover{
color:#CC3300;
}