/* @override http://www.bandwidthonline.org/CSS/Level2_Verdana_Text.css */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul#nav{
	float:left;
	width:638px;
	background: #666;
	list-style:none;
	font-weight:bold;
	margin: 0;
	padding: 0 0 0 3px;
}
ul#nav li.home {
	background: url(../images/topnav/001-home-blue.gif) no-repeat 0 0;
	width: 160px;
	height: 25px;
}

ul#nav li#active.home, ul#nav li.home:hover {
	background: url(../images/topnav/001-home-white.gif) no-repeat 0 0;
}

ul#nav li.howdo {
	background: url(../images/topnav/002-how-do-i-orange.gif) no-repeat 0 0;
	width: 160px;
	height: 25px;
}

ul#nav li.howdo:hover {
	background: url(../images/topnav/002-how-do-i-blue.gif) no-repeat 0 0;
	width: 160px;
	height: 25px;
}

ul#nav li#active.howdo {
	background: url(../images/topnav/002-how-do-i-white.gif) no-repeat 0 0;
}

ul#nav li.whatisband {
	background: url(../images/topnav/003-what-is-bandwidth-blue.gif) no-repeat 0 0;
	width: 160px;
	height: 25px;
}

ul#nav li#active.whatisband, ul#nav li.whatisband:hover {
	background: url(../images/topnav/003-what-is-bandwidth-white.gif) no-repeat 0 0;
	height: 25px;
}

ul#nav li{
	float:left;
	margin-right:3px;
	position:relative;
	display:block;
}

ul#nav li a{
	display:block;
	padding:5px;
	text-decoration:none;
	color: #fff;
	font-weight: 400;
}

#nav li a span {
	visibility: hidden;
}

#nav ul{
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}

ul#nav li ul {
	padding: 0;
	background: #fff;
	margin: 0;
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}

#nav ul li a {
	padding: 7px 15px 7px 10px;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	display:block;
}

#nav li.howdo:hover ul{ /* Display the dropdown on hover */
	float:left;
	top: 25px;
	left:0px; /* Bring back on-screen when needed */
}
#nav li.howdo:hover ul li a { /* Set styles for top level when dropdown is hovered */
	background:#7394b5; /* Solid colour fall-back */
}

#nav li:hover ul a{ /* Override some top level styles when dropdown is hovered */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Set styles for dropdown when items are hovered */
	background:#f60; /* Solid colour fall-back */
}


td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodystyle {
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.xbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}
.Serif {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
a:link {
	color: #0033FF;
}
a:visited {
	color: #0033FF;
}
a:active {
	color: #C5BD8C;
}
.bullet-tips {
	padding-left: 6px;
}
.smallbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	font-weight: bold;
}
.quotation {
	font-family: Verdana;
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
}
.smallnotbold {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	font-weight: normal;
}
.searchbox {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
.smallboldwhite {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.medium-bold {
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}
