
    /* General styles */
    #outer-container{
        margin: auto;
        width: 927px;
        text-align: left;
        /*border: 1px solid green;*/
        border-left:1px solid #987a74;
        border-right:1px solid #987a74;
    }
    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        /*background:#fff;*/
        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
        background-image: url('/images/tile.gif');
        background-repeat: repeat-x;
        background-position: top;
        background-color: #B6B6B6;
        text-align: center;
    }
    .content{
        margin: 5px 10px 5px 15px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        font-weight:500;
        line-height:1.6em;
        color: #787878;
    }
    .content h1, .head1{
        font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .content h2, .head2{
        font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
    }
    .content h3, .head3{
        font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        font-size:14px;
        line-height: 22px;
        font-weight: bold;
    }
    h1.large_title{
        color: #752414;
        font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        font-size: 24px;
        font-weight:500;
        margin: 0px;
        padding: 0px;
    }
    
    .red{
        color: #752414;
    }
	a {
    	color:#752414;
	}
	a:hover {
		color:#fff;
	    background:#752414;
		text-decoration:none;
	}
	a.no_color{
		color:transparent;
		background:transparent;
	}
	a.no_color:hover{
		color:transparent;
		background:transparent;
	}
    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
    strong {
	font-weight:bold;
    }
    em {
	font-style:italic;
    }

    .content_list{
	list-style-position:inside;
	list-style-type: disc;
	margin-left:30px;
	margin-top:10px;
	margin-bottom:10px;
    }
    .content_listNum{
	list-style-position:inside;
	list-style-type: decimal;
	margin-left:30px;
	margin-bottom:10px;
    }

    blockquote {
	margin-left:30px;
	margin-right:30px;
    }
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
        background-image: url('/images/header-bg-3.jpg');
        background-repeat: no-repeat;
        background-position: top center;
        background-color: #A29581;
        min-height: 277px;
        border-bottom: 1px solid #FFF;
	}
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
    #header-sub {
        clear:both;
        float:left;
        width:100%;
        padding: 0px;
        background-image: url('/images/header-sub-bg.gif');
        background-repeat: repeat-x;
        background-position: top center;
        background-color: #A29581;
        min-height: 174px;
        border-bottom: 1px solid #FFF;
	}
    
    #header-sub-images-clear{
        border-top: 1px solid #B1A694;
        clear: both;
        height: 9px;
        line-height: 9px;
        font-size:8px;
    }
    #header-sub-left{
        border-bottom: 1px solid #D0B9AD;
        float: left;
        width: 383px;
    }
    #header-sub-right{
        border-bottom: 1px solid #D0B9AD;
        float: right;
        width: 544px;
        height: 122px;
        overflow: hidden;
    }
    .MainNavigationBox{
        clear: both;
        background-image: url('/images/nav-bg.gif');
        background-repeat: repeat-x;
        background-position: bottom;
        background-color: inherit;
        height: 24px;
        text-align: center;
    }
    .MainNavigationBoxSelected{
        clear: both;
        background-image: url('/images/nav-bg.gif');
        background-repeat: repeat-x;
        background-position: bottom;
        background-color: #F36E21;
        padding-bottom: 3px;
        height: 24px;
        text-align: center;
    }
    .Main_Navigation{
        height: 20px;
        line-height: 20px;
        color: #752414;
        font-weight: bold;
        font-size: 12px;
        text-decoration: none;
        padding: 6px;
        padding-left: 6px;
        padding-right: 6px;
        border-right: 1px solid #A29581;
        /*border: 1px solid red;*/
    }
    a.Main_NavigationSelected{
        background:#F36E21;
    }
    a.Main_Navigation {
    	color:#752414;
	}
	a.Main_Navigation:hover {
		color:#fff;
	    background:#F36E21;
		text-decoration:none;
	}
    .norightborder{
        border-right: 0px solid white;
    }
	
	/* column container */
	.colmask {
	    position:relative;		/* This fixes the IE7 overflow hidden bug */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float: left;
		width:100%;
		position: relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		/*padding:0 0 1em 0;*/
		overflow:hidden;
	}
	/* 2 Column (right menu) settings */
	.rightmenu {
		background:#F36D21;
		/*background:#E6702A;*/		/* right column background colour */
		/*border: 1px solid green;*/
	}
	.rightmenu .colleft {
		right: 254px;/*25%;*/				/* right column width */
		background: #fff;		/* left column background colour */
        /*border: 1px solid red;*/
        /*border: 1px solid blue;*/
	}
	.rightmenu .col1 {
        /*border: 1px solid blue;*/
        width: 673px; /*75%;*/
        left: 254px;/*25%;*/
        
		/*width:71%;*/				/* left column content width (left column width minus left and right padding) */
		/*left:27%;*/				/* (right column width) plus (left column left padding) */
		/*border: 1px solid yellow;*/
	}
	.rightmenu .col2 {
        width: 254px; /*25%;*/
        left: 254px; /*25%;*/
		/*width:21%;*/				/* right column content width (right column width minus left and right padding) */
		/*left:31%;*/				/* (right column width) plus (left column left and right padding) plus (right column left padding) */
		/*border: 1px solid red;*/
	}
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		/*border-top:1px solid #787878;*/
		font-size: 11px;
		color: #787878;
		padding: 10px;
    }
    #footer p {
        padding:10px;
        margin:0;
    }
    .footer-nav{
        padding-bottom: 3px;
        margin-bottom: 3px;
        font-size: 14px;
        text-align: center;
        font-weight: bolder;
        text-decoration: none;
    }
    .footer-ad{
        text-align: center;
        clear: both;
    }
    .footer-cc-logo{
        float: right;
        width: 40%;
        padding-right: 0px;
    }
    .footer-copy{
        float: left;
        width: 48%;
        padding-top: 10px;
    }
    .right-col{
        color: #FFF;
        font-size: 11px;
    }
    .right-col-title{
		padding-bottom: 5px;
		background-image: url("/images/right-col-title-bg.gif");
		background-position: bottom;
		background-repeat: repeat-x;
		background-color: transparent;
	}
    .right-col-title-main{
		font-size: 17px;
		font-weight: bold;
	}
    .right-col-title-sub{
		font-size:16px;
		font-weight: bold;
	}
    .gray-box-top{
        background-color: #D6D6D6;
        background-image: url('/images/gray-box-bg.gif');
        background-position: top;
        background-repeat: repeat-x;
        padding-top: 5px;
		margin-top:30px;
    }
    .gray-box-bottom{
        background-color: #D6D6D6;
        background-image: url('/images/gray-box-bg.gif');
        background-position: bottom;
        background-repeat: repeat-x;
        padding-bottom: 5px;
		margin-top:5px;
    }
    .gray-box-center{
        background-color: #D6D6D6;
    }
    .btn-red-left{
        height: 19px;
        line-height: 19px;
        margin: 0px;
        padding: 0px;
        padding-left: 5px;
        padding-bottom: 2px;
        padding-top: 3px;
        font-size: 11px;
        background-image: url('/images/btn-red-left.gif');
        background-position: left center;
        background-repeat: no-repeat;
        /*border: 1px solid blue;*/
    }
    .btn-red-right{
        height: 19px;
        line-height: 19px;
        margin: 0px;
        padding: 0px;
        padding-right: 4px;
        padding-bottom: 2px;
        padding-top: 3px;
        font-size: 11px;
        background-image: url('/images/btn-red-right.gif');
        background-position: right center;
        background-repeat: no-repeat;
        /*border: 1px solid red;*/
    }
    .btn-red-center{
        height: 19px;
        line-height: 19px;
        background-image: url('/images/btn-red-center.gif');
        background-repeat: repeat-x;
        background-position: center;
        color: #FFF;
        margin: 0px;
        padding: 0px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-top: 3px;
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
        /*border: 1px solid green;*/
    }
    .btn-red-center:hover {
        color: #E5E4E4;
        background-color: transparent;
        background-image: url('/images/btn-red-center.gif');
        background-repeat: repeat-x;
        background-position: top;
    }
    .news-date{
        width: 59px;
        height: 65px;
        float: left;
        background-image: url('/images/news-icon.gif');
        background-position: 50% 50%;
        background-repeat: no-repeat;
        font-size: 10px;
        font-weight: bolder;
        text-decoration: none;
        text-align: center;
        /*border: 1px solid blue;*/
    }
    .news-date a{
        position: relative;
        top: 23px;
    }
    .orange{
        color: #F36D21;
        text-decoration: none;
    }
    a.orange:hover{
        background-color: #E6701A;
        color: #FFF;
        text-decoration: none;
    }
    .clear{
        clear: both;
        height: 3px;
        line-height: 3px;
        font-size: 3px;
        padding: 0px;
        margin: 0px;
    }
    .gray{
        color: #787878;
    }
    .seo-title{
        color: #787878;
        font-size: 9px;
        text-align: right;
    }
    
    .bucket{
        width: 327px;
        position: relative;
        padding: 10px;
        margin: 10px 0 10px 10px;
		float:right;
    }
	 .bucket3{
        width: 200px;
        position: relative;
        padding: 15px;
        margin: 5px -10px 5px 10px;
		float:right;
    }
    .bucket1{
        background: url("/images/bucket1-mid.png") repeat-y;
        color: #fff;
    }
    .bucket2{
        background: url("/images/bucket2-mid.png") repeat-y;
        color: #787878;
    }
	.bucket3{
        background: url("/images/bucket3-mid.png") repeat-y;
        color: #787878;
    }
    .bucket1 .bucket-top{
        background: url("/images/bucket1-top.png") no-repeat #fff;
    }
    .bucket1 .bucket-btm{
        background: url("/images/bucket1-btm.png") no-repeat #fff;
    }        
    .bucket2 .bucket-top{
        background: url("/images/bucket2-top.png") no-repeat #fff;
    }
    .bucket2 .bucket-btm{
        background: url("/images/bucket2-btm.png") no-repeat #fff;
    }   
    .bucket3 .bucket-top{
        background: url("/images/bucket3-top.png") no-repeat #fff;
    }
    .bucket3 .bucket-btm{
        background: url("/images/bucket3-btm.png") no-repeat #fff;
    }      
    .bucket-top,
    .bucket-btm{
        height: 25px;
        width: 347px;
        position: absolute;
        left: 0;
    }      
    .bucket3 .bucket-top,
    .bucket3 .bucket-btm{
        height: 25px;
        width: 200px;
        position: absolute;
        left: 0;
    }
    .bucket-top{
        top: 0;
    }
    .bucket-btm{
        bottom: 0;
    }
    .bucket-content{
        position: relative;
    }
    .bucket-content h1{
        font-size: 24px;
        font-style: italic;
        margin: 0 0 10px;
        padding-bottom: 2px;
        border-bottom: 1px solid;
    }
    .bucket-content p{
        margin: 0;
    }
    
    .breaking-news {
		
	}
    .bucket1 .bucket-img{
        width: 116px;
        height: 116px;
        background: url("/images/bucket1-best-lawyers.png") no-repeat;
        position: absolute;
        top: -7px;
        right: 0;
    }
    .bucket2 .bucket-img{
        width: 89px;
        height: 82px;
        background: url("/images/bucket2-phone.png") no-repeat;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    
    
    .side-sub-nav-list{
        margin: 10px;
        color: white;
        list-style-type: none;
    }
    .side-sub-nav-item{
        color: white;
        padding: 5px;
        font-size: 13px;
        font-weight: bold;
        border-bottom: 1px solid #FBAB7A;
    }
	.side-sub-nav-item-indent{
        color: #FFFFFF;
        padding: 5px 20px;
        font-size: 13px;
        font-weight: bold;
        border-bottom: 1px solid #FBAB7A;
    }
    .side-sub-nav-item a{
        color: #FFF;
        text-decoration: none;
    }
    .side-sub-nav-item:hover, .side-sub-nav-item a:hover{
        color: #FFF;
        text-decoration: none;
        background-color: #C55621;
    }
	.side-sub-nav-item-indent a{
        color: #E8BA9D;
        text-decoration: none;
    }
    .side-sub-nav-item-indent:hover, .side-sub-nav-item-indent a:hover{
        color: #FFF;
        text-decoration: none;
        background-color: #C55621;
    }
    /* NAV */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
    line-height: 1;
    /*clear: both;*/
}
#nav li ul ul {
	margin: -1em 0 0 10em;
    border-left: 2px solid #FBAB7A;
    border-collapse: collapse;
    border-top: 1px solid #FBAB7A;
    width: 15em;
}
#nav a {
    /*border: 1px solid yellow;*/
	display: block;
	
    padding-left: 0.5em;
    height: 19px;
    text-decoration:none;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}
    a.nav-top-link{
        padding-top:5px;
        padding-left: 10px;
        color:#752414;
        width: auto;
        text-align: center;
    }
    a.nav-top-link:hover{
        background-color: #F36E21;
    }
    
    a.nav-top-link-selected{
        padding-top:5px;
        padding-left: 10px;
        background-color: #F36E21;
        color: #FFF;
        width: auto;
        text-align: center;
    }
    a.nav-top-link-selected:hover{
        background-color: #F36E21;
    }
	
	a.nav-sub-link-normal{
        padding-top:5px;
        padding-left: 10px;
        color: #FFF;
        /*width: 15em;*/
    }
    a.nav-sub-link-normal:hover{
        color: #FFF;
        background-color: #C55621;
        background-image: none;
		width:14.5em;
    }
	
	a.nav-sub-link-stretched{
        padding-top:5px;
        padding-left: 10px;
        color: #FFF;
        /*width: 15em;*/
    }
    a.nav-sub-link-stretched:hover{
        color: #FFF;
        background-color: #C55621;
        background-image: none;
		width:16.5em;
    }
    
    a.nav-sub-link-wide{
        padding-top:5px;
        padding-left: 10px;
        color: #FFF;
        /*width: 15em;*/
    }
    a.nav-sub-link-wide:hover{
        color: #FFF;
        background-color: #C55621;
        background-image: none;
		width:24.5em;
    }

#nav li {
	float: left;
	/*width: 15em;*/
    /*border: 1px solid black;*/
    font-weight: bold;
    font-size: 12px;
    background-image: url('/images/nav-bg.gif');
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: inherit;
    height: 24px;
}
.nav-width-normal{
    width: 15em;
}
.nav-width-stretched{
    width: 17em;
}
.nav-width-wide{
    width: 25em;
}
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
    text-align: left;
    z-index: 100;
}
#nav li ul li{
	background:#F36E21;
    color: #FFF;
    border-bottom: 1px solid #FBAB7A;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

	#nav a:hover {
		color:#fff;
	    /*background:#F36E21;*/
		text-decoration:none;
	}
    .nav-list-item{
        border-right: 1px solid #A29582;
        
    }
    .nav-background{
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: 24px;
        background-image: url('/images/nav-bg.gif');
        background-repeat: repeat-x;
        background-position: top;
        
    }
    .orange-border-bottom{
        height: 5px;
        line-height: 5px;
        font-size: 5px;
        margin: 0px;
        padding: 0px;
        background-color: #F36E21;
    }
    /* NAV */
#address-print, #header-print{
	display: none;
}
