body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #fff;
}
a, a:active, a:link, a:visited {
	color: #b02a28;
	text-decoration: underline;
}
a:hover {
	color: #b02a28;
	text-decoration: none;
}
h1 {
	font-size: 24px;
	color: #b02a28;
	margin-top: 0px;
	padding-top: 0px;
}
h2 {
	font-size: 18px;
	color: #666666;
	font-weight: bold;
}
h3 {
	color: #666666;
	font-size: 16px;
	font-weight: bold;
}
#containor {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 0px;
	background-color: #FFFFFF;
}
#bodycontainor {
	float: left;
	height: auto;
	width: 720px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
}

.topnavpad {
	padding-bottom: 8px;
}

#logobannerSub {
	height: 90px;
	width: 950px;
}
#logo{
	height: 90px;
	width: 657px;
	text-align: left;
	float: left;
}
.logopad{
	padding-top: 10px;
}
#loginSub {
	float: left;
	height: 90px;
	width: 293px;
	background-image: url(/images/bg-login-sub.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.textinput {
	height: 14px;
	width: 102px;
	font-size: 10px;
	color: #666666;
	margin-bottom: 3px;
}
.button {
	margin-left: 17px;
}
.rogerslogopad {
	padding-top: 23px;
}

#topnav {
	background-image: url(/images/bg-bar.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 33px;
	width: 950px;
	float: left;
}
#topnav ul {
	padding: 0px;
	list-style-type: none;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
#topnav ul li {
	display: inline;	
}
#topnav ul li a {
	color: #666666;
	text-decoration: none;
	padding-right: 11px;
	padding-left: 11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
#topnav ul li a:hover {
	text-decoration: underline;
}
#topnav ul li a.first {
	color: #666666;
	padding-right: 11px;
	padding-left: 11px;
	border-left-style: none;
}
#logobanner {
	height: 73px;
	width: 950px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999;
	float: left;
}
#sidenav {
	width: 190px;
	float: left;
	margin-bottom: 6px;
}
#sidenav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#sidenav  ul li {
	background-color: #e7e3e7;
	border-bottom: 2px solid #fff;
	font-weight: bold;
	color: #666666;
}
#sidenav  li a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-left: 12px;
	height: 18px;
}
#sidenav li a:hover {
	font-weight: bold;
	text-decoration: none;
	background-color: #ED292E;
	color: #FFFFFF;
}

#sidenav li a.current {
	font-weight: bold;
	text-decoration: none;
	background-color: #ce0000;
	color: #FFFFFF;
}
#sidenav li a.employees {
	font-weight: bold;
	text-decoration: none;
	color: #CE0000;
}
#sidenav li a.employees:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#sidenav_sub {
	margin: 0px;
	padding: 0px;
	width: 190px;
}
#sidenav_sub ul li {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 20px 50%;
}
#sidenav_sub ul li.last {
	background-color: #FFFFFF;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 20px 50%;
	border-bottom-style: none;
}
#sidenav_sub li a {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 32px;
	height: 18px;
}

#sidenav_sub li a:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/images/bullet.gif);
	background-position: 20px 50%;
	background-repeat: no-repeat;
	background-color: #ED292E;
}
#sidenav_sub li a.current  {
	text-decoration: none;
	background-color: #ce0000;
	color: #FFFFFF;
	font-weight: normal;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 20px 50%;
}

/* Wireless Industry News */
div.NewsStory
{
	padding-top: 3px;
	padding-bottom: 15px;
}
div.NewsTitle
{
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 4px;
}
div.NewsAbstract
{
	font-size: 9pt;
	padding-bottom: 2px;
}
/* Glossary */
div.GlossaryTerm
{
	font-size: 10pt;
	font-weight: bold;
	color: #555;
	padding-bottom: 2px;
}
div.GlossaryDescription
{
	font-size: 9pt;
	padding-top: 2px;
	padding-bottom: 14px;
}
/* FAQ */
div.FAQQuestion
{
	font-size: 10pt;
	font-weight: bold;
	padding: 3px;
	background-color: #eeeeee;
	border: 1px solid #bbbbbb;
}
div.FAQAnswer
{
	padding-top: 3px;
	padding-bottom: 3px;
}
div.FAQTop
{
	text-align: right;	
	padding-bottom: 10px;
	font-size: 8pt;
}	



#footer {
	background-image: url(/images/bg-bar.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 33px;
	width: 950px;
	float: left;
	margin-top: 28px;
	margin-bottom: 10px;
	clear: both;
}
#footer ul {
	list-style-type: none;
	float: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	height: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
#footer li {
	display: inline;
	
}
#footer li a {
	color: #666666;
	text-decoration: none;
	padding-right: 11px;
	padding-left: 11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	font-size: 11px;
}
#footer li a:hover {
	text-decoration: underline;
}


#footer ul li a.first {
	color: #666666;
	padding-right: 11px;
	padding-left: 11px;
	border-left-style: none;
}
#bottomtext {
	font-size: 11px;
	color: #999999;
	text-align: center;
	width: 950px;
	float: left;
	clear: both;
}
