/* WARNING !!! all positioning NEEDS 'px' after the co-ods; JUST put it AFTER EVERYTHING */
/*NUMBERS MUST AFTER LETTERS in NAMING CONVENTIONS*/

a {
	text-decoration:none;
	outline:0px;
}


img	{
	border:0px;
}


body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:10px; /*to set the MINIMUM STANDARD for the WHOLE SITE !! */
	padding:0px 0px 30px 0px;
	margin:0px;
	/*background:######;   CHANGE it in the BODY tag of each page*/
	width:100%;
}


.content {
	/*background:url('images/**********.jpg') no-repeat; CHANGE it in the CONTENT tag of each page*/ 
	height:1800px; 
	padding:30px 0px 0px 0px;
}


.mainContainer {
	width:1050px;	
	margin-left:auto;
	margin-right:auto;
	background:url('images/whitePixel-40trans.png') repeat;
}


.indexPage {
	background:url('images/taxi-normal.jpg') no-repeat; 
	height:1200px;
}


.indexContainer {
	padding:170px 0px 0px 0px;
}


.logo {
	z-index:2;
	position:relative;
	left:0px;
	top:0px;
	width:200px;
}


.orangeBar {
	z-index:1;
	position:relative;	
    top:0px;
	left:0px;
    width:auto;
	background:rgb(243,63,19); /*#e85822;*/
	text-align:right;
}
.obIndexPage {
	padding:0px;
	height:25px;
}
.obMainPages {
	height:50px;
	top:-50px;
}


.blackBadge {
	position:relative;
	margin:30px auto 30px auto;
	padding:2px;
	width:800px;
	background:#000000;
}


.goArrow {
	padding:8px;
	position:relative;
	vertical-align:middle;
	float:right;
}



.feeds {
	z-index:110;
	position:relative;
	vertical-align: middle;
	padding:17px 50px 0px 0px;
}


.horizLine {
	position:relative;
	top:-50px;
	margin-left:0px;
    width:100%;
	height:1px;
	background:url('images/whitePixel-0trans.png') repeat;
}
.greyLine {
	background:url('images/linePixelGrey.png') repeat;
}


.leftNav {
	z-index:100;
	position:relative;
	top:40px;
	left:45px;
	width:100px;
}
.leftNav p {
	line-height: 10px;
}


.stage {
	position:relative;
	top:-95px;
	left:-5px;
	margin-bottom:-40px;	
}
.blackBox {	
	z-index:98;
	position:relative;
	top:0;
	left:180px;
	width:810px;
	-overflow:hidden;
	height:auto;
	background:url('images/blackPixel-75trans.png') repeat;
}
.mainText {
	z-index:100;
	padding:8px 20px 20px 10px;
	line-height:200%;
	letter-spacing:0.1em;
	word-spacing:2px;
}
.offeringsMenu {
	z-index:100;
	height:15px;
	padding:10px 0px 0px 0px;
	margin-bottom:-13px;
}
.offeringsMenu a {
	padding:0px 0px 0px 10px;
}
.stageBottomShadow {
	z-index:96;
	position:relative;
	top:0px;
	left:180px;
}
.stageTopShadow {
	z-index:96;
	position:relative;
	float:right;
	left:-50px;
}
.stageSideShadow {
	z-index:95;
	position:relative;
	float:right;
	top:10px; 
	left:-40px;
}
.stageCornerShadow {
	visibility:hidden;
	z-index:99;
	position:relative;
	float:right;
	left:-30px;
}
.stageCornerOptions	{
	visibility:hidden;
	z-index:99;
	position:relative;
	float:right;
	left:-30px;
}
.hiddenText	{
	position:absolute;
	top:0px;
	left:0px;
	width:0px;
	height:0px;
	visibility:hidden;
	overflow:hidden;
}

.footerDiv {
	position:relative;
	width:100%;
	height:50px;	
}
.bottomLine {
	position: relative;	
	top:0px;	
}
.bottomLinks {	
	position:relative;
	text-align:center;
	margin-top:7px;
}
.bottomLinks a {
	position:relative;
	padding:12px;
}


.orangeLabel {
	margin-left:20px;
	position:relative;
	background:#e85822;
	width:220px;
	padding: 5px 5px 5px 5px;
	text-align:center;
	z-index:99;
}
.address {
	top:20px;
	width:480px;
	float:right;
	right:23px;
}
.contactUsFormSubmitButton {
	z-index:99;
	position:relative;
	top:0;
	right:0;
	width:75px;
	height:35px;
	cursor:pointer;
	background-image:url("images/submit-button-bg.jpg");
	background-repeat:no-repeat;
	background-position:0 0;
}
INPUT, TEXTAREA {
color:black;
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:12px;
}

/*FONTS & COLORS--------------------------------------------*/
.slimFont {font-weight:300;}
.F10 {font-size:10px;}
.F12 {font-size:12px;}
.F14 {font-size:14px;}
.F16 {font-size:16px;}
.F20 {font-size:20px;}
.F24 {font-size:24px;}
.F30 {font-size:30px;}
.colorWhite {color:#FFFFFF;}
.colorBlack {color:#000000;}
.colorLightBlue1 {color:#15b1d5;}
/*FONTS & COLORS--------------------------------------------*/



/* TIPS and RETIREES

zoom:1;
opacity:1;
filter:alpha(opacity=100);

*/