/* CSS Document */
@import url("left-nav9.css");
@import url("comRow2.css");

/*	CSS-INDEX
	-----------------------------------------------
	1. GLOBAL SETTINGS 
	2. CONTAINERS
	3. CONTAINERS TO CONTROL COLUMN MODULES
	4. HEADINGS
	5. COMMON FORMATING
	6. VARIOUS PADDING SIZES
	7. ALIGNMENTS
	9. VARIOUS FONT SIZES
	10.LINK SETTINGS
	11.FORM SETTINGS
	12.FOOTER SETTINGS
	13.LABEL
	14.WRAPPER
	15.COLORS
	16.EMP. SEARCH ROW SETTINGS
	17.GLOBAL CLASSES
	----------------------------------------------- */	

/*	-------------------------------------------------------------
	1. GLOBAL SETTINGS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/ 
	
	html, body {
	margin:0;
	margin-top: 0;
	padding: 0;
	}
	 
	body {
	font:100%/1.25 Arial, Helvetica, sans-serif;
	background: url(../images/site-bkground-gradation3.jpg) repeat-y;
	background-position: center;
	margin-right: 1px;
	}
	
	.header-bkground{
	padding: 0px;
	margin: 0px;
	background: url(../images/header-background.gif) repeat-y right;
	overflow: hidden;  /* fixes a gap specific to IE */
	height:75px;
	}
	
	* html .header-bkground{
	padding: 0px;
	margin: 0px;
	background: url(../images/header-background.gif) repeat-y right;
	overflow: hidden;  /* fixes a gap specific to IE */
	height:75px;
	}

	.header-bkgroundFull{
	background: url(../images/banner-1Test.jpg) no-repeat;
	overflow: hidden;  /* fixes a gap specific to IE */
	height:75px;
	}
	
	* html .header-bkgroundFull{
	background: url(../images/banner-1Test.jpg) no-repeat;
	overflow: hidden;  /* fixes a gap specific to IE */
	height:75px;
	}
	

/*	-------------------------------------------------------------
	2. CONTAINERS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/ 

	#container {
	width: 940px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	background: url(../images/index-bkgrnd.gif) repeat-y left;
	margin: 0 auto; /* centers layout */
	min-height:550px;
	}

	* html #container {
		height: expression( this.scrollHeight < 550 ? "550px" : "auto" ); /* sets min-height for IE */
	}

	#container_nobkg {
	width: 940px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	margin: 0 auto; /* centers layout */
	min-height:550px;
	}

	* html #container_nobkg {
		height: expression( this.scrollHeight < 550 ? "550px" : "auto" ); /* sets min-height for IE */
	}
	
	#container #logo {
	display:block;
        float:left;
        margin:10px 10px 10px 10px;
	}
	
	#container #breadcrumbs {
	
	}
	
	IMG.all_secure {
	display:block;
	margin-left: auto;
        margin-right: auto;
	text-align:center;
	}
	
	* html IMG.all_secure {
	display:block;
	margin-left: auto;
        margin-right: auto;
	text-align:center;
	}

        #content3 {
	padding: 0px;
	margin: 0pt 230px;
	background:url(../images/center-content-bg.gif) repeat-y;
	vertical-align:top;
	min-height: 550px;
	}
	
	* html #content3 {
	padding: 0px;
	margin: 0pt 230px;
	background:url(../images/center-content-bg.gif) repeat-y;
	vertical-align:top;
	min-height: 550px;
	}
	
	#content {
	padding: 0px;
	margin-left:  230px;
	vertical-align:top;
	min-height: 550px;
	vertical-align:top;
	}
	
	* html #content {
	padding: 0px;
	margin-left: 230px;
	vertical-align:top;
	height: expression( this.scrollHeight < 550 ? "550px" : "auto" ); /* sets min-height for IE */
	}
	
	#left-content {
	float: left;
	width: 230px;
	padding: 0;
	margin:0;
	background:url(../images/left-content-bg.gif) repeat-y;
	vertical-align:top;
        height: auto;
	min-height: 550px;
	z-index: 999999;
	}
	#video {
	z-index: 1;
	}
	* html #left-content { /* IE Only */
	float: left;
	width: 230px;
	padding: 0;
	margin:0;
	vertical-align:top;
        height: auto;
	height: expression( this.scrollHeight < 550 ? "550px" : "auto" ); /* sets min-height for IE */
	min-height: 550px;
	}

	#right-content {
	float: right;
	width: 230px;
	padding: 0;
	margin:0;
	vertical-align:top;
        height: 550px;
	min-height: 550px;
	}
	
	* html #right-content { /* IE Only */
	float: right;
	width: 225px;
	padding: 0; 
	margin:0;
	vertical-align:top;
        height: 550px; 
	min-height: 550px;
	}
	

	#searchCollection-container {
	float: right;
	width: 650px;
	padding: 20px;
	margin:0;
	vertical-align:top;
	}
	
	#employee-lookup-row { 
	height:32px;
	width:940px;
	}
	
	#pageTextContainer { /* used for page content */
	width: 600px;
	font-size:0.75em;
	float: left; 
	padding: 0px 30px 20px 40px;
	#padding: 10px 40px 20px 10px;
	vertical-align:top;
	margin-right: 10px;
	}
	
	* html #pageTextContainer { /* used for page content */
	width: 550px;
	font-size:0.70em;
	float: left; 
	padding: 0px 30px;
	vertical-align:top;
	margin-right: 20px;
	}
 
	table#help {
	table-layout: automatic;
	}


/*	-------------------------------------------------------------
	3. CONTAINERS TO CONTROL COLUMN MODULES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/ 

	#container-purple{ /* not using sofar - Juan */
	  background-color:#FAFAFA;
	  border:1px solid #660099;
	  border-width:0 1px;
	  border-top:1px solid #660099;
	  border-bottom:1px solid #660099;
	  text-align:left;
	} 
	
	#News-Title-container-purple{ /* not using sofar - Juan */
	  background-color:#003300;
	  border-width:0 1px;
	  border-bottom:1px solid white;
	}  
	
	.News-Title-container-purple{ 
	  /*background-color:#660099; */
	  font-size:1.5em;
	  margin-bottom:5px;
	  border-width:0 1px;
	  border-bottom:2px solid #003300;
	} 
	
	.News-SubTitle-container-purple{ 
	  /*background-color:#660099; */
	  font-size:1.1em;
	  margin-bottom:5px;
	  border-width:0 1px;
	  color: #003300;
	} 
	.little_box {
		/* font-size: 0.85em; */
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #990000;
		padding:1px;
		background-color: #FFFFF0;
		clear:right;
		border: 1px solid #FFFFCC;
	}


/*	-------------------------------------------------------------
	4. HEADINGS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/ 
 
	h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
	}
 
	h1 {
	padding:30px 0 25px 0;
	letter-spacing:-1px;
	font-size:2em;
	}
	 
	h2 {
	padding:20px 0;
	letter-spacing:-1px;
	font-size:1.5em;
	color: #003300;
	}
	 
	h3 {
	font-size:.75em;
	font-weight:bold;
	color: #003300;
	}
 
 
/*	-------------------------------------------------------------
	5. COMMON FORMATING
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/ 
 
	p, ul, ol {
	margin:0;
	padding:0 0 1.25em 0;
	}
	 
	ul, ol {
	padding:0 0 1em 2em;
	}
 
 	.Newsbullet {
	
	list-style-position: outside; 
	padding-left: 15px;
	}
	
	.news-text-small {
	font-size:small;
	font:"Times New Roman", Times, serif;
	}
	
	.news-text{
	font:"Times New Roman", Times, serif;
	}
	
	
/*	-------------------------------------------------------------
	6. VARIOUS PADDING SIZES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/ 
 
	.padding1 {
	padding:1em 1em 1em 1em;
	}
	
	.padding2 {
	padding:0.5em 0.5em 0.5em 0.5em;
	}
	
	.padding-leftnav {
	padding:1em 0.5em 1em 0.5em;
	}
	
	.padding2-head {
	padding:0.5em 0.5em 0em 0.5em;
	}
	
	.padding2_2 {
	padding:0.5em 0.5em 0.5em 1em;
	}
	
	* html .padding2_2 {/* IE only */
	padding:0.5em 0.5em 0.5em 1em;
	}
	
	#padding3 {
	padding:0em .85em 0.15em .85em;
	}

	.padding-bottom {
	padding:0em 0em .25em 0em;
	}
	
	.padding-bottom2 {
	padding:0em 0em .65em 0em;
	}
	
	.\75em-padding-bottom {
	padding:0em 0em .85em 0em;
	}
	
	.\1em-padding-bottom {
	padding:0em 0em 1em 0em;
	}
		
	.\5em-padding-bottom {
	padding-bottom:.5em;
	}
	
	.padding-top {
	padding:0.5em 0em 0em 0em;
	#padding:0.5em 0em 0em 0em;
	}
	
	* html .padding-top {
	padding:.65em 0em 0em 0em;
	}
	
	.padding-top-2 {
	padding:3.5em 0em 0em 0em;
	}
	
	.padding-top-3 {
	padding: .25em 0em 0em 0em;
	}
	
	.padding-top85em {
	padding:1em 0em 0em 0em;
	#padding:1em 0em 0em 0em;
	}
	
	* html .padding-top85em { /* IE Only */
	padding:1em 0em 0em 0em;
	}
	
	.padding-top2em {
	padding:2em 0em 0em 0em;
	#padding:2em 0em 0em 0em;
	/* _padding:2.5em 0em 0em 0em; */
	}
	
	* html .padding-top2em { /* IE Only */
	padding:2em 0em 0em 0em;
	}
	
	.padding-leftRight {
	padding:0em 0.25em 0em 0.25em;
	}

	.padding-Right5em {
	padding:0em 0.5em 0em 0em;
	}

	.padding-topBottom {
	padding:0.5em 0em 0.65em 0em;
	}
	
	.padding-Left10px {
	padding-left: 10px;
	}
	
	.padding-left5px {
	padding-left: 5px;
	}

	
/*	-------------------------------------------------------------
	7. ALIGNMENTS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/ 
	.allright {
		right: auto;	
	}
	
	.align-bottom {vertical-align:text-bottom;
	}
	
	.text-top {
	vertical-align:top;
	}
	.text-center {
	text-align:center;
	}

/*	-------------------------------------------------------------
	8. VARIOUS MARGIN SIZES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/ 

	.extra-margin-B {
		margin-bottom: 7px;
	}
	
	* html .extra-margin-B { /* IE only */
		margin-bottom: 5px;
		vertical-align: bottom;
	}
	
	.extra-margin-Top {
		margin-top: 5px;
	}
	
	.margin-TopEMP {
		margin-top: 5px;
		#margin-top: 2px;
	}
		
	* html .margin-TopEMP {
		margin-top: 3px;
	}
	
	.margin-Top15px {
		margin-top: 15px;
		#margin-top: 5px;
	}
	
	.margin-Top20px {
		margin-top: 25px;
		#margin-top:15px;
	}
	
	* html .margin-Top20px {
		margin-top: 7px;
	}
		
	.LeftMargin-5px {
		margin-left: 5px;
	}
	
	.LeftMargin-10px {
		margin-left: 10px;
	}

	.LeftMargin-15px {
		margin-left: 15px;
	}

	.LeftMargin-20px {
		margin-left: 20px;
		#margin-left: 30px;
	}
	
	* html .LeftMargin-20px {
		margin-left: 20px;
	}
	
	.LeftRightMargin-10px {
		margin-right: 10px;
		margin-left: 20px;
		#margin-left: 20px;
	}

	* html .LeftRightMargin-10px { /* IE 6 */
		margin-right: 10px;
		margin-left: 14px;
	}

	.RightMargin-10px {
		margin-right: 10px;
	}
	
	.RightMargin-30px {
		margin-right: 30px;
	}
	
	.LeftMargin-200px {
		margin-left: 140px;
	}
	 
	blockquote {
	margin:1.25em;
	padding:1.25em 1.25em 0 1.25em;
	}


/*	-------------------------------------------------------------
	VARIOUS FONT SIZES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/ 
	
	.\95em-fontsize {
	font-size:1em;
	}
	
	.newsfontsize {
	font-size:0.85em;
	}
 
 	* html .newsfontsize {
	font-size:0.75em;
	}
	
	.small {
	font-size:0.75em;
	}
	 
	 * html .small {
	font-size:0.75em;
	}
	
	.stock {
	font-size:0.65em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	 
	 * html .stock {
	font-size:0.60em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
	.smaller {
	font-size:0.65em;
	}
	
	* html .smaller {/* IE only */
	font-size:0.65em;
	}
	
	.smaller2 {
	font-size:0.55em;
	}
	
	* html .smaller2 {/* IE only */
	font-size:0.65em;
	}
 
	img {
	/*border:0;*/
	}
	 
	sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
	}
	 
	sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
	}
	 
	acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
	}
 
 
/*	-------------------------------------------------------------
	LINK SETTINGS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/ 
 
	a,
	a:link,
	a:visited,
	a:hover {
	text-decoration:underline;
	color:#663399;
	}
	a.red {
	color:#FF0000;
	}
 
 
/*	-------------------------------------------------------------
	FORM SETTINGS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/ 
 
	form {
	margin:0;
	padding:0;
	display:inline;
	}
	 
	input, select, textarea {
	font:1em Arial, Helvetica, sans-serif;
	}
	 
	.iput-bakgrnd {
	font:1.1em Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
 	border-color: #CCCCCC;
 	border-style: solid;
 	border-width: 1px;
	padding: 1px 3px;
	}
	 
	.buttongrey {
	border: 1px solid #888888;
	#border: 1px solid #ccc;
	margin-top: 0px;
	padding: 1px 3px 3px 3px;
	#padding: 1px 2px 3px 2px;
	height: 20px;
	/* width: auto; */
	background: #666666 url(../images/bg_button_grey.gif) repeat-x;
	color: #666666;
	font-size:11px;
	font-weight: bold;
	}  



	* html .buttongrey {
	border: 1px solid #888888;
	#border: 1px solid #ccc;
	margin-top: 0px;
	padding: 1px 2px 3px 2px;
	height: 20px;
	/* width: auto; */
	background: #666666 url(../images/bg_button_grey.gif) repeat-x;
	color: #666666;
	font-size:11px;
	font-weight: bold;
	}

	.buttonpurple {
	border: 1px solid #888888;
	#border: 1px solid #ccc;
	margin-top: 0px;
	padding: 1px 3px 3px 3px;
	#padding: 1px 2px 3px 2px;
	height: 20px;
	/* width: auto; */
	background: #666666 url(../images/bg_button_purple.gif) repeat-x;
	color: #FFFFFF;
	font-size:11px;
	font-weight: bold;
	}  

	 
	textarea {
	width:97%;
	line-height:1.25;
	}
	
	.column-container-1 {
		width:95%;
	}

	.column-container-2 {
		width:99%;
	}
	
	* html .column-container-2 {
		width:98%;
	}
	
	.widthone {
	width:425px;
	line-height:1.25;
	}
	
	.widthtwo {
	width:335px;
	line-height:1.25;
	}
	
	.widthIncident{
	width:225px;
	line-height:1.25;
	padding: 0.50em 0.35em 0.35em 0.35em;
	margin-top: 10px;	
	}

	* html .widthIncident{
	width:215px;
	line-height:1.25;
	padding: 0.50em 0.35em 0.35em 0.35em;
	margin-top: 10px;
	}
	
	.widthID {
	width:230px;
	#width:215px;
	line-height:1.25;
	padding: 0.35em 0.35em 0.55em 0.35em;
	margin-left:45px;
	}
	
	* html .widthID {
	width:235px;
	line-height:1.25;
	padding: 0.35em 0.35em 0.55em 0.35em;
	margin-left:50px;
	}
		
	.widthgoogle {
	width:220px;
	#width:205px;
	line-height:1.25;
	padding: 0.35em 0.25em 0.55em 0.25em;
	}
	
	* html .widthgoogle { /* IE only */
	width:220px;
	line-height:1.25;
	padding: .35em 0.25em 0.55em 0.25em;
	}
	
	.link-R-of-google {
	width:125px; 
	#width:125px; 
	line-height:1.25;
	margin-left:35px;
	padding: 1.5em 0.35em 0.50em 0.25em;
	}
	
	* html .link-R-of-google { /* IE only */
	width:135px;
	line-height:1.25;
	margin-left:35px;
	padding: 2em 0.35em 0.50em 0.25em;
	font-size:10px;	
	}
	
	.questionaire {
	float: none;
	border: 1px solid #333333;
	background: #D8D8D8;
	}
		
/*	-------------------------------------------------------------
	FOOTER SETTINGS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/ 

	#footer {
	clear: both;
	margin: 0;
	margin-right: 1px;
	#margin: 0;
	padding: 0;
	text-align: left; 
	border-top: 1px solid #CCCCCC;
	}
	
	.FHeight {
		height:30px;
		background-color: #FFFFFF;		
		padding: 8px;
		margin: 0px;

	}
	.footer_text {
		font-size:0.65em;
		font-family:  Arial, Verdana, Helvetica, sans-serif;
		line-height:1.5;
	}
 

/*	-------------------------------------------------------------
	LABEL
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	 
	label {
	cursor:pointer;
	}
 

/*	-------------------------------------------------------------
	COLORS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	.F5F5F5-back { background-color:#F5F5F5; }
	.EBEBEB-back { background-color:#EBEBEB; }
	.white { color: #FFFFFF; }
	.express-orange { color: #FF6600; }
	.FedEx-purple { color: #003300; }
	.lighter-purple { color: #993399; }
	.incident-red {color:#FF0000; }
	

/*	-------------------------------------------------------------
	EMP. SEARCH ROW SETTINGS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	.empSearch-background {
		background: url(../images/emp-lookup-Bground.jpg) no-repeat;	
		height:40px;
		width:360px;
		margin-top:15px;
		#margin-top:3px;
		padding:1px;
		padding-right:17px;
		position: relative;
		right:0;
		top:0;
		#top:2px; /* IE 7 */
	}
	
	
	* html .empSearch-background { /* IE 6 only not IE 7 */
		background: url(../images/emp-lookup-Bground.jpg) no-repeat;	
		height:32px;
		width:380px;
		overflow: hidden;
		padding:1px;
		padding-right:10px;
		position: relative;
		right:-2px;
		top:13px;

	}

/*  --------------- search same row settings --------------------   */

	.searchRow-background {
		background: url(../images/search-bkground.gif) repeat-x;	
		height:45px;
		/* width:; */
		/* margin-top:15px; */
		/* #margin-top:3px; */
		padding:0px;
		padding-right:15px;
		position: relative;
		top:0px;
		#top:0px; /* IE 7 */
		bottom:0px;
	}
	
	
	* html .searchRow-background { /* IE 6 only not IE 7 */
		background: url(../images/search-bkground.gif) repeat-x;	
		height:45px;
		margin-top:0px;
		/* overflow: hidden; */
		padding:0px;
		position: relative;
		top:0px;
		bottom:0px;

	}

/*	-------------------------------------------------------------
	COMPANIES ROW SETTINGS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	.comRow {  
		background: url(../images/companies-row.jpg) no-repeat;
		height:45px; 
	}
	
	* html .comRow {  
		background: url(../images/companies-row.jpg) no-repeat top left;
		height:40px; 
		overflow: hidden; /* fixes a gap specific to IE */
	}

	.comRow2 {  
		background: url(../images/companies-row-fss.gif) no-repeat;
		height:45px; 
	}
	
	* html .comRow2 {  
		background: url(../images/companies-row-fss.gif) no-repeat top left;
		height:40px; 
		overflow: hidden; /* fixes a gap specific to IE */
	}
	
	
	/* -------------------------------------------------------------- */
	
	.comRowX {  
		background: url(../images/companies-rowServices.jpg) no-repeat;
		height:45px; 
	}
	
	* html .comRowX {
		background: url(../images/companies-rowServices.jpg) no-repeat top left;
		height:43px; 
		overflow: hidden;  /* fixes a gap specific to IE */

	}
	
	.comRowXx {  
		background: url(../images/services-companies-row2.gif) no-repeat;
		height:45px; 
	}
	
	* html .comRowXx {
		background: url(../images/services-companies-row.gif) no-repeat top left;
		height:43px; 
		overflow: hidden;  /* fixes a gap specific to IE */

	}
		
		
/*	-------------------------------------------------------------
	GLOBAL CLASSES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
 
	.clear         { clear:both; }
	#cursorHelp    {cursor: help; }
	.float-left    { float:left; }
	.float-right   { float:right; }
	 
	.text-left     { text-align:left; }
	.text-right    { text-align:right; }
	.text-center   { text-align:center; }
	.text-justify  { text-align:justify; }
	 
	.bold          { font-weight:bold; }
	.italic        { font-style:italic; }
	.underline     { border-bottom:1px solid; }
	.highlight     { background:#ffc; }
	 
	.wrap          { width:960px;margin:0 auto; }

	.alignment-top { vertical-align:top; }	
	.alignment-bottom { vertical-align:bottom; }
	.alignment-middle {vertical-align: middle; }
	 
	.img-left      {
					float:left;
					margin:4px 10px 4px 0;
					bottom: auto;
	}
	.img-right     { float:right;margin:4px 0 4px 10px; }
	 
	.nopadding     { padding:0; }
	.noindent      { margin-left:0;padding-left:0; }
	.nobullet      { list-style:none;list-style-image:none; }
	
	* html .nobullet      
					{ 	list-style:none;
						list-style-image:none;
	 				  	list-style-position: outside; 
					}

		
/*	-------------------------------------------------------------
	Site Header Settings
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		
	.stockRow {
		padding:1px;
		padding-right:5px;
		padding-left:15px;
		position: relative;
		top:9px;
		#top:10px; /* IE 7 */
		bottom:0px;
		width: 500px;
		float: right;
		text-align: right;
		
	}
	
	
	* html .stockRow { /* IE 6 only not IE 7 */
	padding:1px;
	padding-right:12px;
	padding-left:14px;
	position: relative;
	top:10px;
	bottom:0px;
	width: 600px;
	float: right;
	text-align: right;
	}
							
							
	.headerLinks {
		font-size:0.75em;
		padding:1px;
		padding-right:10px;
		padding-left:15px;
		position: relative;
		top:35px;
		bottom:0px;
		#top:33px; /* IE 7 */
		width: 300px;
		float: right;
		display:inline;
	}
	
	
	* html .headerLinks { /* IE 6 only not IE 7 */
	font-size:0.75em;
	padding:1px;
	padding-right:10px;
	padding-left:15px;
	position: relative;
	top:35px;
	bottom:0px;
	width: 300px;
	float: right;
	display:inline;
	}
	
	
	.time {
		padding:1px;
		padding-right:23px;
		padding-left:15px;
		position: relative;
		top:10px;
		#top:8px; /* IE 7 */
		bottom:0px;
	}
	
	
	* html .time { /* IE 6 only not IE 7 */
		padding:1px;
		padding-left:15px;
		padding-right:12px;
		position: relative;
		top:15px;
		bottom:0px;

	}
/* -- top nav html settings --*/	

	.top-position-alt {
		position: relative;
		top:-6px;
		bottom:0px;		
		
	}
	
	* html .top-position-alt { /*- IE6 -*/
		position: relative;
		top:-6px;
		bottom:0px;		
		
	}
	.brd-top {
		border-top: 1px;
	} 
	.brd-bottom{
		border-bottom: 1px;
	} 
	.brd-left-right {
		border-left: 1px;
		border-right: 1px;
	} 
	.brd-all {
		border: 1px, solid;
	}
