@charset "utf-8";
/* CSS Document */

    * {margin:0; padding:0;}

	a {
		color: #003663;
		text-decoration: none;
	}

	a:visited {
		color: #003663;		
	}

	a:hover {
		color: #003663;
		text-decoration: underline;
	}	

	a.titleLink_bold {
		color: #003663;
		text-decoration: none;
		font-weight:bold;
	}	
	
	a.titleLink_bold:hover {
        color: #003663;
		text-decoration: underline;
		font-weight:bold;
	}

	body {
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
		margin-top: 0px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom: 0px;
		text-align: center;
		color: #575757;
	}
	
	
	#subContent {
	    height: auto;
		width: 750px;
		float: right;  
		margin: 0px 20px 100px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
		border-top: 1px solid #FFFFFF;
	}


	#subBody_text {
		width: auto;
		height: auto;
		background-image: url(images/dotdot_line.gif);
		background-position: left;
		background-repeat: repeat-y;
    }


	
	#subBody_text p {
	    font-family: arial,helvetica,sans-serif;
		font-size: 14px;
		line-height: 20px;
		text-align: justify;
		color: #484848;
	    margin: 0px 0px 0px 10px;
	}
	
	
	#subBody_text ul {
	    text-align: left;
	    font-family: arial,helvetica,sans-serif;
		font-size: 14px;
		line-height: 20px;
	    margin: 0px 0px 0px 30px;	
	}
	
	#subBody_text li {
	    color: #A0A0A0;	
	}
	
	#subBody_text li p{
	    color: #484848;	
	}
	

    .subBody_textImg {
		margin: 20px 0px 0px 0px;
    }	
	
	.leftNavTopBorder {
        height: 5px;
        background: url(about/images/leftNav_topBorder.gif) repeat;
  	    margin: 20px 0px 0px 0px;
  	    border: 0px;
    }

	#bodyContainer { 
		width:979px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
		height: auto;
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		background: url(images/shadowMain_left.jpg) no-repeat top left;
		text-align: left; /* this overrides the text-align: center on the body element. */
		background-color: White;
	}
		
	#subBody { 
		text-align: left; /* this overrides the text-align: center on the body element. */
	}
	
	
	#subBody_footer {
        width: 750px;
		height: 30px;
  	    background-image: url('images/bg.gif');
  	    border: dotted 1px #8A8C8F;
		clear: right;
		float: right;
		text-align: right;  	    

    }
    
    
    .top {
        width: 50px;
		height: auto;
		margin: 0px 0px 0px 30px;
		border: none;
		float: left;
		text-align: left;
		vertical-align: text-top;
    }
	
		
	#title_barContainer {
	    margin-top: 25px;
		width: auto;
		height: 25px;
		background-image: url(images/mainContent_titleBar.gif);
		border-top: 0px;
		border-bottom: 0px;
		border-left: 1px #CCCCCC;
		border-right: 1px #CCCCCC;
		border-style: solid;   
    }
		
	#titleContainer {
		margin: 5px	0px 0px 10px;
		width: 300px;
		height: 20px;
		float:left;
		font-weight: bold;
		color: #666666;
		background: url(images/titleDots.gif) no-repeat center left;
		text-indent: 12px;
		text-align: left;		
	}

	.titleContainer_class {
		margin: 5px	0px 0px 10px;
		width: 300px;
		height: 20px;
		float:left;
		font-weight: bold;
		color: #666666;
		background: url(images/titleDots.gif) no-repeat center left;
		text-indent: 12px;
		text-align: left;		
	}		
		
	#title_more {
		margin: 5px	0px 0px 0px;
		width: 60px;
		height: 20px;
		float:right;
		background-image:url(images/arrowButt.gif);
		background-repeat:no-repeat;
		background-position: 0 .2em;
        text-indent: 16px;
        text-align: left;
    }

		
	#bodyContent {
		margin: 10px 0px 0px 0px;
		width: auto;
		height: auto;
    }
			
		
	#shadowMain_rightContainer {
	    float: right; /* since this element is floated, a width must be given */
	    width: 7px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	    height: 400px;
	    background: url(images/shadowMain_right.jpg) no-repeat top right;
	    padding: 0px; /* padding keeps the content of the div away from the edges */
    }

    #shadowMain_leftContainer {
	    float: left; /* since this element is floated, a width must be given */
	    width: 7px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	    height: 400px;
	    background: url(images/shadowMain_left.jpg) no-repeat top left;
	    padding: 0px; /* padding keeps the content of the div away from the edges */
    }


	#mainContainer
	{
		width: 979px;
		margin-left:auto;
		margin-right:auto;
		height:auto;
		margin-top:-1px;
	}

	.CommonFooter
	{
		width: 969px;
		height: 90px;
		border: none;
		margin: 0 auto;
		border-top: 1px dashed #CCCCCC;
		background-image: url(images/footer_bar.jpg);
		background-repeat: no-repeat;
		clear: right;
		text-align: right;
	}

	.eClassifiedDetailBullet ul
	{
		margin-left: 20px;	
		margin-top : 20px;
		margin-bottom: 20px;	
	}
	
	/*Credits: Dynamic Drive CSS Library */
	/*URL: http://www.dynamicdrive.com/style/ */

	.arrowlistmenu{
	width: 180px; /*width of menu*/
	}

	.arrowlistmenu .headerbar{
	font: bold 10px Arial;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 0px;
	}

	.arrowlistmenu ul{
	list-style-type: none;
	margin-left: 10px;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	}

	.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	}

	.arrowlistmenu ul li a{
	color: #334477;
	background: url(images/arrowButt_siteNav.gif) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	/* border-bottom: 1px solid #dadada; */
	font-size: 90%;
	}
	
	.arrowlistmenu ul li a:visited{
	color: #334477;
	}

	.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
	}


	.View_All_eDoc a{
	color: #334477;
	background: url(images/arrowButt_siteNav.gif) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	/* border-bottom: 1px solid #dadada; */
	font-size: 90%;
	}
	
	.View_All_eDoc a:visited{
	color: #334477;
	}

	.View_All_eDoc a:hover{ /*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
	}
	
	.dirLawyer_logoBorder {
		border-bottom: dotted 1px #8A8C8F;
		border-top: dotted 1px #8A8C8F;
		height: auto;
		background-image: url('images/bg.gif');
		float: left;
		margin-bottom: 20px;
	}


	.BarBox {
			margin: 25px 0px 0px 26px ;
			width: 150px;
			height: auto;
			border: 1px solid #CCCCCC;
			background-image: url(images/sideBox1a_bg.gif);
	}

	#subBody_footerContainer {
		padding: 50px 25px 0px 0px;
		clear: right;	
		float: right;
	}
	
	
		#subBody_footerContainer_result {
		padding: 450px 25px 0px 0px;
		clear: right;	
		float: right;
	}
	
	
	

	#subBody_footer {
		width: 750px;
		height: 30px;
		background-image: url('images/bg.gif');
		border: dotted 1px #8A8C8F;
		clear: right;
		float: right;
		text-align: right;  
	}

	.addThis {
	   margin: 6px 20px 0px 50px;
	   float: right; 
	}

	.top {
		width: 100px;
		height: auto;
		margin: 6px 0px 0px 20px;
		border: none;
		float: left;
		text-align: left;
	}

	.print {
		margin: 2px 5px 0px 0px;
		vertical-align: middle;
		float: right;
	}  

	.dirName_Search {
		background-color: #F1F2F2;	    
	}    

	.CellPaddingClass
	{
		padding-left: 5px;
		padding-right : 5px;	
	}

	.CellPaddingClass a
	{
		color: #334477;
	}

	.CellPaddingClass a:visited
	{
		color: #334477;
	}
	
	.leftNav_Container {
		float: left; /* since this element is floated, a width must be given */
		width: 176px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

		padding: 0px; /* padding keeps the content of the div away from the edges */
	}
	
	.leftNavTopBorder {
        height: 5px;
        width: 152px;
  	    margin: 30px 0px 0px 3px;
  	    border: 0px;
    }

    .leftNav {
		margin: 0px 0px 0px 18px;
		width: 158px;

		border-top: solid 1px #8A8C8F;
		background-color: #8A8C8F;
		padding-bottom: 5px;		
	}

	.leftNav ul {
        list-style-type: none;
		margin: 0px 0px 0px 3px;
		font-size: 11px;
		background-color: #540000;
		width: 152px;
    }
        
	.leftNavTitle .AspNet-Menu-Vertical ul 
	{
		margin: 0px 0px 0px 3px;
	}

	.leftNavTitle .AspNet-Menu-Vertical li {  
		border-bottom: 1px solid #5B5E60;      
		border-top: 1px solid #5B5E60;    
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		background-color:#420000;
		text-decoration: none;
	}

	
	.leftNavTitle .AspNet-Menu-Vertical li a {
	    color: #8A8C8F;
        display: block;
		background-color: #540000;
		padding: 0.2em 0.5em 0.2em 0.2em;
		text-decoration: none;
		background-color:#420000;
    }


    .leftNavTitle .AspNet-Menu-Vertical li a:visited {
        color: #8A8C8F;
    }

    .leftNavTitle .AspNet-Menu-Vertical li a:hover,  .leftNav li a:active {
		background-color: #003663;		
	}


   .leftNavTitle .AspNet-Menu-Vertical ul 
   {
      	margin: 0px 0px 0px 3px;
	}
	
	.leftNavTitle .AspNet-Menu-Vertical li {  
		border-bottom: 1px solid #5B5E60;      
		border-top: 1px solid #5B5E60;    
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		background-color:#420000;
		text-decoration: none;
	}
	
	.leftNavTitle .AspNet-Menu-Vertical li a {
	    color: #8A8C8F;
        display: block;
		background-color: #540000;
		padding: 0.2em 0.5em 0.2em 0.2em;
		text-decoration: none;
		background-color:#420000;
    }

    .leftNavTitle .AspNet-Menu-Vertical li a:visited {
        color: #8A8C8F;
    }

    .leftNavTitle .AspNet-Menu-Vertical li a:hover,  .leftNav li a:active {
		background-color: #003663;		
	}

	/* left navigation start */

	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu
	{
		list-style-type: none;
		margin: 0px 0px 0px 3px;
		font-size: 11px;
		background-color: #540000;
		width: 152px;
		height: auto;
	}


	/* third level mouseover */
	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu ul
	{
		width: 135px;
		left: 150px;
		top: 0.1em;
		background-color: #640000;
	}


	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu li.AspNet-Menu-WithChildren
	{
		background-position: 0 .1em;
	background-image:url(images/leftNav_selected_RP.gif);
		background-repeat:no-repeat;
	}

	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu li
	{
		vertical-align: middle;
		width: 135px;
		border-top: 1px solid #750000;
		border-bottom: 0px solid #420000;
		text-decoration: none;
		background-image: url(images/arrowButt_siteNav2.gif);
		background-repeat: no-repeat;
		background-position: 0 .4em;
		padding-left: 16px; 
		height:20px;
		background-color: #540000;
	}

	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu li li
	{
		text-align:left;	    
	}

	/* third level mouseover */

	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu ul li
	{
		width: 155px;
		border-top: 1px solid #750000;
		border-bottom: 0px solid #420000;
	}

	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu li ul li ul
	{
		margin: -1.8em 0 0 18px;
	}

	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu li a,
	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu li span
	{
		color: #FFFFFF;		
		padding: 0.3em 0.5em 0.4em 0.2em;	 
	}

	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu li.AspNet-Menu-Leaf a,
	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu li.AspNet-Menu-Leaf span
	{
		background-image: none;
	}

	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu li:hover, 
	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu li.AspNet-Menu-Hover
	{
		background: #003663;	
		background-image:url(images/arrowButt_siteNav2.gif);
		background-repeat:no-repeat;
		background-position: 0 .4em;
		padding-left: 16px;
	}

	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu li:hover a, 
	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu li:hover span, 
	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu li.AspNet-Menu-Hover a,
	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu li.AspNet-Menu-Hover span,
	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu li:hover li:hover a, 
	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu li:hover li:hover span, 
	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu li:hover li:hover ul a:hover, 
	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu li:hover li:hover ul span.Asp-Menu-Hover, 
	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a:hover,
	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span.Asp-Menu-Hover
	{
		color: White;
	}

	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu li:hover ul a, 
	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu li:hover ul span, 
	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu li.AspNet-Menu-Hover ul a,
	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu li.AspNet-Menu-Hover ul span,
	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu li:hover li:hover ul a, 
	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu li:hover li:hover ul span, 
	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a,
	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span
	{
		color: White;
	}

	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu li a:hover,
	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu li span.Asp-Menu-Hover
	{
		color: White;
	}

	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
	{
		background-image: none;
	}

	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu .AspNet-Menu-Selected
	{
		background-color: #4A0000;
		color: #8A8C8F !important;
	}

	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu li:hover .AspNet-Menu-Selected, 
	.leftNavMenu .AspNet-Menu-Vertical ul.AspNet-Menu li.AspNet-Menu-Hover .AspNet-Menu-Selected
	{
		background: none;
		width: 128px;
		cursor: default;
	}

	/* left navigation end */	
	.leftNav_bottomGra {
		margin: 0px 0px 0px 18px;
		width: auto;
		height: auto;
    }	
	
	.subMenu_thirdLevel {
	    margin: 0;
        padding: 0px 0px 0px 25px;	
        width: auto;
	}

	.subMenu_thirdLevel ul 
	{
		font-size: 11px;
		font-weight: bold;
		float:left;
    }    

	.subMenu_thirdLevel li {
	    background-image: url(images/arrowButt_siteNav2.gif);
		background-repeat: no-repeat;
		background-position: 0 .6em;
		padding-left: 8px;
		padding-right: 24px;
        display: inline;
	}
	
	.subMenu_thirdLevel li a {
		padding: 0.5em 0em 0.4em 0.8em;
        float:left;
    }

    .subMenu_thirdLevel li a:visited {
    }

   .subMenu_thirdLevel .AspNet-Menu-Selected {
       color: #5A5C5F;
    }


    .subMenu_thirdLevel li a:hover,  #leftNav li a:active {
		text-decoration: underline; 
	}
	
    .dotdotLines {
        height: 25px;
        width: auto;
        border-top: dotted 2px #D6D6D6;
        border-bottom: dotted 2px #D6D6D6;
        background-color: #F1F2F2;
    }	

    .title_barContainer {
	    margin-top: 30px;
		width: auto;
		height: 25px;
		background-image: url(images/mainContent_titleBar.gif);
		border-top: 0px;
		border-bottom: 0px;
		border-left: 1px #CCCCCC;
		border-right: 1px #CCCCCC;
		border-style: solid;   
    }
		
	.titleContainer {
		margin: 5px	0px 0px 10px;
		width: 300px;
		height: 20px;
		float:left;
		font-weight: bold;
		color: #666666;
		background: url(images/titleDots.gif) no-repeat center left;
		background-position: 0 .3em;
		text-indent: 12px;
		text-align: left;		
	}
		
		
	.title_more {
		margin: 5px	0px 0px 0px;
		width: 60px;
		height: 20px;
		float:right;
		background-image:url(images/arrowButt.gif);
		background-repeat:no-repeat;
		background-position: 0 .2em;
        text-indent: 16px;
        text-align: left;
    }

    .back {
		margin: 0 auto;
        border: none;
		width: 900px;
		height: 20px;
		text-align: right;
		border-bottom: dotted 2px #ACACAC;
	}


    .back_short {
		margin: 0 auto;
        border: none;
		width: 750px;
		height: 20px;
		text-align: right;
		border-bottom: dotted 2px #ACACAC;
	}

    .spaceHeight_short {
        height: 35px;    
    }  

		
	#bodyContent {
		margin: 10px 0px 0px 0px;
		width: auto;
		height: auto;
    }			
		
	#shadowMain_rightContainer {
	    float: right; /* since this element is floated, a width must be given */
	    width: 7px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	    height: 400px;
	    background: url(images/shadowMain_right.jpg) no-repeat top right;
	    padding: 0px; /* padding keeps the content of the div away from the edges */
    }

    #shadowMain_leftContainer {
	    float: left; /* since this element is floated, a width must be given */
	    width: 7px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	    height: 400px;
	    background: url(images/shadowMain_left.jpg) no-repeat top left;
	    padding: 0px; /* padding keeps the content of the div away from the edges */
    }

    .bodyHyperlink_arrow ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
    }

    .bodyHyperlink_arrow li {
		background-image:url(images/arrowButt.gif);
		background-repeat:no-repeat;
		background-position: 0 .2em;
		padding-left: 20px;
		margin-left: 25px;
		margin-top: 6px;
		margin-bottom: 15px;
		list-style-type: none;	
    }
    
     .bodyHyperlink_arrow p a{
		font-size:14px;
		font-weight:500;
		text-decoration: none;
    }
    
        #leftNav {
		margin: 0px 0px 0px 18px;
		width: 150px;
		height: auto;
		border: solid 4px #8A8C8F;
		background-color: #8A8C8F;
		padding-bottom: 5px;
		
	}

    #leftNav_bottomGra {
		margin: 0px 0px 0px 18px;
		width: auto;
		height: auto;
    }    

	#leftNav ul {
        list-style-type: none;
		padding: 0px;
		margin: 0px 0px 0px 0px;
		font-size: 11px;
		background-color: #540000;
		width: 100%;		
    }


	#leftNav li {
	    background-image:url(images/arrowButt_siteNav.gif);
		background-repeat:no-repeat;
		background-position: 0 .4em;
		padding-left: 13px;
		margin: 2px 2px 2px 2px;
	}

	
	#leftNav li a {
		color: #FFFFFF;
        display: block;
		width: 11em;
		background-color: #540000;
		padding: 0.2em 0.8em 0.4em 0.2em;
        border-top: 1px solid #750000;
		border-bottom: 0px solid #420000;
		text-decoration: none;
    }


    #leftNav li a:visited {
        color: white;
    }


    #leftNav li a:hover,  #leftNav li a:active {
		background-color: #003663;		
	}
	
	.AlphaDiv a
	{
		color: #003663;
	}
	
	.AlphaDiv a:visited
	{
		color: #540000;
	}
	
	.AlphaDiv a:hover a:active
	{
		color: #575757;
	}
	
	.google_positioner
	{
		top : 130px;
		left: 700px;
		float: right;
		z-index: 5; 
		position: absolute; 
		width: 300px;		
	}
	
	
	
	
	/* 	Julius Bar   */

#JuliusBar 
{
/* 
position:absolute;
left:945px; 
top:145px;
*/ 

 float:right;    
    
    }
    
    /*   
    .JuliusBarBox {
		width: 150px;
		height: 30px;
		border: 1px solid #CCCCCC;
		background-color: #909090;
		margin-left:0px; 
		margin-right:26px; 
		margin-top:25px; 
		margin-bottom:0px
	} 
	
	*/   

    
    .JuliusBarLogo a {

		float:left;
	/*	background-image: url('images/JuliusBarLogo.gif'); */
		background-repeat:no-repeat;
		vertical-align: top;
		width: 117px;
		height: 25px; 
		margin-left:0px; 
		margin-right:20px; 
		margin-top:6px; 
		margin-bottom:0px;
		

    }
    
    


    .JuliusBarBoxHome {
		width: 117px;
		height: 15px;
/*		border: 1px solid #CCCCCC;
		background-color: #909090;  */
		margin-left:0px; 
		margin-right:26px; 

		margin-bottom:0px
	}


    
  .JuliusBarLogoHome a {

		float:left;
		background-image: url('images/JuliusBarLogo.gif');
		background-repeat:no-repeat;
		vertical-align: top;
		width: 135px;
		height: 27px; 
		margin-left:17px; 
		margin-right:0px; 
		margin-top:6px; 
		margin-bottom:6px
		

    }  
