html, body, html body {
	margin: 0;
	padding: 0;
	}
body * {
	font: 11px arial, verdana, sans-serif;
	color: #666;
	}
body {
	margin:0;
	padding:0;
	text-align: center;
	}
#wrapper {	
	margin: 0 auto;
	width: 949px;
	text-align: left;
	}
img {
	border: 0;
	}
p {
	margin-top: 0;
	margin-bottom: 0.8em;
	}
a {
	text-decoration: none;
	color:ff6600;	
	}	
td, th {
	border: 0;
	padding: 0;
	}		
#headerBox {
	margin-top: 20px;
	height: 72px;
	}	
#title {
	display: block;
	position: absolute;	
	}
#logo {
	float: right;
	margin-top: 5px;
	}
#infoBar {
	height:22px;
	padding: 0 9px 0 9px;
	background-color: #FF6804;
	}
#salutation {
	display: block;
	position: absolute;
	line-height: 22px;
	color: #FFF;
	padding-left: 17px;
	}
.loggedIn {
	background: #FF6804 url(/images/loggedInIcon.gif) 0 3px no-repeat;
	}
.notLoggedIn {

	}	
.premium {
	background: #FF6804 url(/images/loggedInIcon_premium.gif) 0 3px no-repeat;
	}
.standard {
	background: #FF6804 url(/images/loggedInIcon_standard.gif) 0 3px no-repeat;
	}		
	
#infoBarNav {
	float: right;
	margin: 0px;
	height: 22px;
	}		
#infoBarNav ul {
	margin: 0;
	padding: 0;
	}
#infoBarNav ul li {	
	margin: 0;
	padding: 0;
	}
#infoBarNav a {
	margin: 0;
	padding: 0;
	color: #FFF;
	}	

#infoBarNav a.link_black {
	margin: 0;
	padding: 0;
	color: #000;
	}	

#infoBarNav a:hover {
	color: #7E7E7E;
	}	
#infoBarNav ul {
	padding: 5px 0 0 0;
	list-style: none;
	}	
#infoBarNav ul li {
	margin-left: 12px;
	display: inline;
	}	
	

/*MENU BAR*/
#menuBar {
	padding: 0 0 0 10px;
	margin: 0;
	}
* html #menuBar {
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
	}
#menuBar ul {
	list-style:none;
	padding: 0;
	margin: 19px -200px 16px 0px;
	overflow: hidden;
	height: 16px;
	width: 937px;
	}


#menuBar ul li  {
	margin: 0;
	padding: 0;
	color:#666;
	font: 12px Helvetica , arial, verdana ,sans-serif;
	display: block;
	float: left;
	overflow: hidden;
	height: 16px;
	}

#menuBar ul li a {
	margin: 0;
	padding: 0;
	display: block;
	height: 16px;
	}	
#menuBar ul .mainNavLast {
	margin-right: 0px;
	}	
#menuBar ul li a span {
	visibility: visible;
	}	
#menuBar ul li a:hover {
	background-position: 0 100%;
	}	
#menuBar ul li .mainNavSelected	{
	background-position: 0 100%;
	}
	
#home { background: #fff url(/images/text/mainNav/homeBut.gif) 0 0 no-repeat; width: 44px; }	
#walk { background: #fff url(/images/text/mainNav/walkThroughBut.gif) 0 0 no-repeat; width: 146px; }	
#work { background: #fff url(/images/text/mainNav/workWithBut.gif) 0 0 no-repeat; width: 132px; }	
#develop { background: #fff url(/images/text/mainNav/developForBut.gif) 0 0 no-repeat; width: 151px; }	
#tech { background: #fff url(/images/text/mainNav/techSupportBut.gif) 0 0 no-repeat; width: 111px; }	
#news { background: #fff url(/images/text/mainNav/newsEventsBut.gif) 0 0 no-repeat; width: 120px; }	

#menuBar ul li  {
	margin-right:18px;
	margin-left: 18px;
	}
#menuBar ul .mainNavLast {
	margin-right: 0px;
	}		

/*TABLE CELLS*/
#mainTable {
	width: 949;
	}
#leftColCell {
	border-right:1px solid #FFF;
	color: #FF6600;
	padding: 0;
	margin:0;
	}
#midColCell {
	background-color: #EFEFEF;
	}
#midColWrapper {
	padding: 0;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 14px;
	}	
* html #midColCell {
	padding-bottom: 0px;
	}	
	
#rightColCell {
	background-color: #EFEFEF;
	padding: 0;
	margin:0;
	}	
#rightColWrapper {
	padding: 0;
	margin: 0;
	padding-bottom: 14px;
	}	



/*LEFT COLUMN*/

#leftCol {
	display: block;
	margin: 0;
	padding: 0;
	}	
/* SEARCH BOX */	
#utilityBox {
	display: block;
	background-color: #FFB381;
	padding: 0;
	border-bottom: 1px solid #FF6600;
	}	
#utilityBox form {
	margin:0;
	padding:0;
	}	
#utilityBox * {
	margin:0;
	padding:0;
	}
		
#searchBox {
	display: block;
	background-color: #FF6600;
	padding: 3px 0 8px 0;
	
	}	
#searchBox p {
	margin: 4px 2px 3px 10px;
	color: #FFF;
	font-weight: bold;

	}		
#searchBox input {
	padding: 0;
	margin: 0px;
	margin-left: 10px;
	}	
#searchSubmit {
	display: block;
	padding: 5px 0 5px 10px;
	}	
#searchBut {
	display: block;

	}	
#searchSubmit p a {
	background: url(/images/linkarrowwhite.gif) 100% 7px no-repeat;
/*	padding-right: 10px; */
	color: #FF6600;
	text-decoration: none;
	display: inline;
	font-weight: bold;
	font-size: small;
	color: #FFF;
	}		
	
/* LOGIN BOX */			


#loginBox {
	display: block;
	background-color: #FF6600;
	padding: 3px 0 8px 0;
	
	}	
#loginBox img {
	margin: 4px 0 0px 0;

	}	
#loginBox p {
	margin: 4px 2px 3px 10px;
	color: #FFF;
	font-weight: bold;

	}		
#loginBox input {
	padding: 0;
	margin: 0px;
	margin-left: 10px;
	}
#loginSubmit {
	display: block;
	margin: 0px 0 0px 0px;
	padding: 0;
	}
#loginSubmit input {
	margin: 0;
	padding: 0;
	}			
#leftCol #utilityBox #forgot {
	fontsize: 10px;
	font-weight: normal;
	margin: 0 0 0 10px;
	line-height: 20px;
	color: #FFF;
	}	
#loginTxt {
	background: url(/images/linkarrowwhite.gif) 100% 8px no-repeat;
	padding-right: 10px;;
	color: #FF6600;
	text-decoration: none;
	display: inline;
	font-weight: bold;
	font-size: x-small;
	color: #FFF;
	margin-left: 10px;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: small;
	voice-family: "\"}\"";
	}	
	
	
/* SITE MAP*/	
#siteMap {
	padding: 0;
	margin:0;
	}
#siteMap a {
	font-size:11px;
	/*font-weight:bold;*/
	color: #FF6600;
	text-decoration: none;
	}
#siteMap a:hover {	
	color: #666;
	}
#siteMap ul {
	margin-left: 25px;
	padding-left: 0px;
	list-style: none;
	}	
#siteMap ul li {
	color: #FF6600;
	font-size:11px;
	background: url(/images/bullet_2ndLevel.gif) 0 4px no-repeat;
	padding-left: 10px;
	margin: 0px;
	}	
	
#siteMap ul li ul {
	margin-left: 5px;
	padding-left: 0px;
	}
		
#siteMap ul li ul li {	
	background: url(/images/bullet_3rdLevel.gif) 0 7px no-repeat;
	padding-left: 8px;
	margin: 0px;
	}
	
/* LEFT MENU */	
#leftMenu {
	padding: 0;
	margin:0;
	}
#leftMenu a {
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
	}
	
#leftMenu a.leftnav_black{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	}
	
#leftMenu a:hover {	
	color: #666;
	}
#leftMenu ul {
	margin-left: 10px;
	padding-left: 0px;
	list-style: none;
	}	
#leftMenu ul li {
	color: #FF6600;
	font-size: 10px;
	background: url(/images/bullet_2ndLevel.gif) 0 4px no-repeat;
	padding-left: 10px;
	margin: 0px;
	}	
	
#leftMenu ul li ul {
	margin-left: 5px;
	padding-left: 0px;
	}
#leftMenu ul li ul li {	
	background: url(/images/bullet_3rdLevel.gif) 0 7px no-repeat;
	padding-left: 8px;
	margin: 0px;
	}


/*MIDDLE COLUMN*/


.midColWideBoxWhite, .midColWideBoxGrey {
	display: block;
	border: 1px solid #CCC;
	margin: 10px 10px 0px 14px;
	padding:0;
	}
.midColWideBoxWhite {
	background-color: #FFF;
	padding: 14px 13px 14px 13px;
	}
.midColWideBoxWhite a{
	color: #ff6600;
	}
.lastPara {
	margin-bottom: 0px;
	}	
.midColWideBoxGrey {
	background-color: #E1E1E1;
	padding: 14px 13px 14px 13px;
	
	}	
* html .midColWideBoxGrey {
	height: 1%;
	}

.midColWideBoxGrey ul {
	list-style: none;
	margin:0;
	padding: 0;
	position: absolute;
	}
.midColWideBoxGrey ul li {
	display: inline;
	float: left;
	width: 100px;
	
	}
.midColWideBoxGrey ul .last {
	width: 88px;
	}	
.midColWideBoxGrey ul li a {
	border: 1px solid #999;
	display: block;
	width:88px;
	height:74px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #FF6600;
	color: #FFF;
	}

.midColWideBoxGrey ul .last a {
	margin-right: 0px;
	}	
.last {
	margin-right: 0px;
	}		
#squareLinkHolder {
	display: block;
	height: 85px;
	position: relative;
	}	
	
h1 {
	display: block;
	margin: 0;
	padding: 0;
	}	
h2 {
	margin: 0px 0 5px 0;
	}	
#rightColTopBox2 h2,
#rightColTopBox h2 {
	margin: 10px 0 5px 0;
	}	
h3 {
	font-weight: bold;
	margin: 15px 0 3px 0;
	}	
h4 {
	color: #FF6600;
	font-weight: bold;
	fontsize: 1.2em;
	margin-top: 0;
	margin-bottom: 0.6em;
	}
h5 {
	color: #666;
	font-weight: bold;
	fontsize: 1.2em;
	margin-top: 0;
	margin-bottom: 5px;
	}	

/* NEW below - make headings for existng templates using these elements names (see issue list 5-3-05) */	

heading_1 {
	display: block;
	margin: 0;
	padding: 0;
	}	
heading_2 {
	margin: 0px 0 5px 0;
	}	

#rightColTopBox2 heading_2,
#rightColTopBox heading_2 {
	margin: 10px 0 5px 0;
	}	
heading_3 {
	font-weight: bold;
	margin: 15px 0 3px 0;
	}	
heading_4 {
	color: #FF6600;
	font-weight: bold;
	fontsize: 1.2em;
	margin-top: 0;
	margin-bottom: 0.6em;
	}
heading_5 {
	color: #666;
	font-weight: bold;
	fontsize: 1.2em;
	margin-top: 0;
	margin-bottom: 5px;
	}	

/*RIGHT COLUMN*/

#rightColTopBox {
	background: url(/images/rightColBG.gif) 0 100% no-repeat;
	border-top: 1px solid #CCC;
	padding: 5px 13px 30px 13px;
	margin: 14px 14px 0 0;
	}

#rightColTopBox2 {
	background: url(/images/rightColBG2.gif) 0 100% no-repeat;
	border-top: 1px solid #CCC;
	padding: 5px 13px 30px 13px;
	margin: 14px 14px 0 0;
	}

#rightColTopBox2 a,
#rightColTopBox a {
	color: #FF6804;
	}	
#rightColBotBox {	
	background-color: #FF6600;
	margin: 10px 13px 0 0;
	padding: 10px 13px 10px 13px;
	}
#rightColBotBox a {	
	color: #FFF;
	text-decoration: none;
	/*background: url(/images/linkarrowwhite.gif) 100% 5px no-repeat;*/
	padding-right: 10px;
	}		
.arrowLink {
	background: url(/images/orangeresources/redesigntitleimages/linkarroworange.gif) 100% 5px no-repeat;
	padding-right: 10px;
	color: #FF6600;
	text-decoration: none;
	}	

		
#rightColBotBox a:hover {	
	color: #7E7E7E;	
	}	
.rightColUnderline {
	border-bottom: 1px solid #CCC;
	padding-bottom: 4px;
	}	
.alert {
	background: url(/images/alert.gif) 0 1px no-repeat;
	padding: 0 0 0 20px;
	}		
#rightColTopBox2 p,
#rightColTopBox p {
	margin: 0 0 3px 0;	
	}

#rightColTopBox2 a:hover,
#rightColTopBox a:hover {	
	color: #7E7E7E;	
	}
	
	
#squareLinkHolder ul li a:hover {
	background-position: 0 100%;
	}
#squareLinkHolder ul li a span {
	visibility: hidden;
	}		


/*FOOTER*/
#footer {
	display: block;
	width: 949px;
	border-top:1px solid #EFEFEF;
	height: 30px;
	}

#footer ul{
	list-style:none;
	/*padding:0px 0 7px 10px;*/
	margin: 0;
	padding: 5px 0 0 10px;
	}

#footer ul li{
	padding-right:15px;
	color:#666;
	font-size: 11px;
	float: left;
	}


/******************************* INDIVIDUAL PAGE STYLES *************************************/

/** HOME PAGE **/



	
#homeThumbs {
	visibility: visible;
	display: block;
	height: 64px;
	margin: 10px 0px 0px 14px;
	}		
#homeThumbs ul {
	margin: 0;
	padding: 0;
	}	
#homeThumbs ul li {
	float: left;
	margin: 0;
	padding: 0;
	}	
#homeThumbs ul li a {
	display: block;
	width: 104px;
	height: 65px;
	padding: 6px 2px 6px 10px;
	padding-top: 17px;
	color: #FF6600;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 92px;
	height: 42px;
	voice-family: "\"}\"";
	}
	
#homeThumbBut_01 {
	background: url(/NR/orange2/nav/images/homeThumbRolls_walk.jpg); 
	visibility: visible;}
#homeThumbBut_02 {
	background: url(/NR/orange2/nav/images/homeThumbRolls_work.jpg); 
	visibility: visible;}
#homeThumbBut_03 {
	background: url(/NR/orange2/nav/images/homeThumbRolls_develop.jpg); 
	visibility: visible;}
#homeThumbBut_04 {
	background: url(/NR/orange2/nav/images/homeThumbRolls_tech.jpg); 
	visibility: visible;}
#homeThumbBut_05 {
	background: url(/NR/orange2/nav/images/homeThumbRolls_news.jpg);
	visibility: visible;}
		
#homeThumbs ul li a:hover {
	background-position: 0 0;
	color: #FF6600;
	}	
#homeThumbs ul li a span {
	visibility: visible;
	color: #FF6600;
	font-weight: bold;
	}	

#visible {
	visibility: visible;
	}
	
	
#homeShowHide_01,
#homeShowHide_02,
#homeShowHide_03,
#homeShowHide_04,
#homeShowHide_05 {
	display: block;
	}
	




/** WALK TROUGH **/

#walkLinkHolder {
	width: 490px;
	height: 100px;
	}	
#walkLinkHolder ul li a {
	background-color: #FFF;
	color: #FF6600;
	padding: 6px;
	width: 90px;
	height: 90px;
	display: block;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 76px;
	height: 76px;
	voice-family: "\"}\"";
	}	

#walkLinkHolder ul li a span {
	visibility: visible;
	color: #FF6600;
	font-size: large;
	display: block;
	width: 48px;
	padding-bottom: 5px;
	}
/*
.walkTroughShowHide {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 10px;
	padding-bottom: 0;
	}
*/
/* NEW below - make bottom box in consistent size, based on the largest piece of the text (see issue list 4-29-05) */
.walkTroughShowHide {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 10px;
	width: 490px;
	height: 128px;
	position: relative;
	margin-top: 0px;
	left: 0px;
	overflow: hidden;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 470px;
	height: 90px;
	voice-family: "\"}\"";	
	}
	
.walkTroughShowHide p {

	}	
	
#walkLinkHolder ul li .linkSelected {
	background-color: #FF6600;
	color: #FFF;
	}
#walkLinkHolder ul li .linkSelected span {
	color: #FFF;
	}	
	

/** WORK WITH **/

#workWithLinkHolder {
	width: 304px;
	height: 85px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 85px;
	voice-family: "\"}\"";
	}
#workWithLinkHolder ul li a {
	background-color: #FFF;
	color: #FF6600;
	padding: 6px;
	padding-top: 12px;
	width: 90px;
	height: 68px;
	display: block;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 76px;
	height: 56px;
	voice-family: "\"}\"";
	}	
#workWithLinkHolder ul li .linkSelected {
	background-color: #FF6600;
	color: #FFF;
	}
#workWithLinkHolder ul li .linkSelected span {
	color: #FFF;
	}			
	
.workWithShowHide {
	background-color: #FFF;
	border: 1px solid #999;
	padding: 10px;
	width: 190px;
	height: 158px;
	position: relative;
	margin-top: -85px;
	left: 300px;
	overflow: hidden;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 170px;
	height: 140px;
	voice-family: "\"}\"";	
	}
	



/** TECH SUPPORT **/

/*
.techSupShowHide {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 10px;
	}
*/
/* NEW below - make bottom box in consistent size, based on the largest piece of the text (see issue list 4-29-05) */
.techSupShowHide {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 10px;
	width: 490px;
	height: 80px;
	position: relative;
	margin-top: 0px;
	left: 0px;
	overflow: hidden;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 470px;
	height: 62px;
	voice-family: "\"}\"";	
	}
	
.techSupShowHide p {
	margin-bottom: 0;
	}	
#techSupLinkHolder {
	width: 490px;
	height: 100px;
	}	
#techSupLinkHolder ul li a {
	background-color: #FFF;
	color: #FF6600;
	padding: 6px;
	width: 90px;
	height: 90px;
	display: block;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 76px;
	height: 76px;
	voice-family: "\"}\"";
	}			
#techSupLinkHolder ul li a span {
	visibility: visible;
	color: #FF6600;
	font-size: large;
	display: block;
	width: 48px;
	padding-bottom: 5px;
	}

#techSupLinkHolder ul li .linkSelected {
	background-color: #FF6600;
	color: #FFF;
	}
#techSupLinkHolder ul li .linkSelected span {
	color: #FFF;
	}		
 
 
 #techSupBG_01 span {
 	visibility: visible;
	color: #FF6600;
	font-size: large;
	display: block;
	width: 48px;
	padding-bottom: 5px;
 	}
 
 
 /** NEWS **/
 
#newsLinkHolder {
	width: 200px;
	}	

#newsLinkHolder ul li a {
	background-color: #FFF;
	color: #FF6600;
	padding: 6px;
	padding-top: 12px;
	width: 90px;
	height: 68px;
	display: block;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 76px;
	height: 56px;
	voice-family: "\"}\"";
	}	
#newsLinkHolder ul li .linkSelected {
	background-color: #FF6600;
	color: #FFF;
	}
#newsLinkHolder ul li .linkSelected span {
	color: #FFF;
	}		
	
.newsShowHide {
	background-color: #FFF;
	border: 1px solid #999;
	padding: 10px;
	width: 290px;
	height: 158px;
	position: relative;
	margin-top: -85px;
	left: 200px;
	overflow: hidden;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 266px;
	height: 140px;
	voice-family: "\"}\"";	
	}	
	

/** DEVELOP FOR ORANGE **/

 #developForThumbBox_01, #developForThumbBox_02, #developForThumbBox_03 {
 	height: 75px;
	padding-left: 83px;
	margin: 0px 0 0px 2px;
 	}
 
 #developForThumbBox_01 {background: url(/images/developFor_thumb01.jpg) 0 0 no-repeat; margin-top: 10px 0 14px 2px}
 #developForThumbBox_02 {background: url(/images/developFor_thumb02.jpg) 0 0 no-repeat;}
 #developForThumbBox_03 {background: url(/images/developFor_thumb03.jpg) 0 0 no-repeat;}
	

#developTable {
	margin: 10px 0 0px 0;
	background-color: #FFF;
	border: 1px solid #999;
	border-left: 0;
	}	
#developTable .rowHead {
	background-color: #999;
	border-bottom: 1px solid #FFF;
	width: 73px;
	color: #FFF;
	text-align: left;
	font-weight: bold;
	}
#developTable .odd td {
	background-color: #F3F3F3;
	border-left: 1px solid #FFF;
	}
#developTable .even td {
	background-color: #DEDEDE;
	border-left: 1px solid #FFF;
	}
#developTable .headerRow th {
	background-color: #F3F3F3;
	border-left: 1px solid #FFF;
	width: 86px;
	text-align: left;
	color: #FF6804;
	font-weight: bold;
	}	
#developTable .headerRow .rowHead {
	background-color: #999;
	border-bottom: 1px solid #FFF;
	border-left: 0;
	color: #FFF;
	}	
#developTable .last {
	border-bottom: 0;
	}
#developTable td, #developTable th {
	padding: 3px 3px 3px 6px;
	}	
#developTable #tableLast th, #developTable #tableLast td {
	border-bottom: 0;
	}


#devAlreadyBuilt tr td {
	height: 20px;
	}
	
	
	
	
	
	
/** DEVICES **/		
	
#devicesTableHolder {
	padding: 0;
	margin: 10px 14px 0px 14px;
	border: 1px solid red;
	}	
#devicesTable {
	
	padding:0;
	background-color: #FFF;
	border: 1px solid #999;
	margin: 10px 14px 0 14px;
	
	}
	
#devicesTable td {	
	padding: 0px 4px 0px 4px;
	}
#devicesTable th {	
	padding: 1px 4px 1px 4px;
	}		
#devicesTable th {
	background-color: #999;
	color: #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	font-weight: bold;
	}	
#devicesTable th a {
	color: #FFF;
	font-weight: bold;
	}	
	
	
#devicesTable .phoneIconRow td {
	background-color: #FFF;
	border-right: 1px solid #999;
	text-align: center;
	}
	
#devicesTable .dataRow td {
	background-color: #DEDEDE;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	color: #FF6600;
	}	
	
#devicesTable tr #lastRow {
	border-bottom: 0;
	}
	
#devicesTable tr .lastCol, 
#devicesTable .dataRow .lastCol, 
#devicesTable .phoneIconRow .lastCol {
	border-right: 0;
	}
	
	
.devicesMidColWideBoxWhite {
	display: block;
	border: 1px solid #CCC;
	margin: 10px 14px 0 14px;
	background-color: #FFF;
	padding: 14px 13px 0px 13px;
	}
.dataRow a {
	color: #FF6600;
	}	

.shimHolder {
	height: 1px;
	border: 0;
	padding:0;
	margin: 0;
	}
