/* CSS Document */
@import url('init.css');
@import url('seiu_nav.css');
@import url('seiu_blocks.css');
@import url('seiu_employerselect.css');

body {
    color:#5c564f;
    font:11px Arial, Helvetica, sans-serif;
    line-height:1.5;
    background-color:#DDD7D2;
    text-align:center;
    margin:0;
}
h2 { font:bold 16px Arial, Helvetica, sans-serif; }
h3 { font:normal 16px Arial, Helvetica, sans-serif; }

/* -- LIST STYLES -- */

    ul li {
        padding:0;
        margin:0 0 0 15px;
    }

    ol li {
        padding: 0;
        margin: 0 0 0 20px;
    }
    
    /* unstyled list: no bullets */
    ul.unstyled-list {
        list-style:none;
    }
    
    /* bullet lists: appears on job requirements pages */
    ul.bullet-list {
        list-style-type:square;
    }
    ul.bullet-list li {
        margin-bottom:5px;
    }
    ul.links-list, ul.links-list li,
    ul.benes-list, ul.benes-list li {
        list-style:none;
        padding:0;
        margin:0;
    }
    
    /* links lists: formats action-item lists with leading arrows */
    ul.links-list li {
        padding-left:10px;
        background-repeat:no-repeat;
        background-position:0 7px;
        background-image:url(../images/site/subnav_blue2_col.gif);
    }
    
    /* benefits list: appears in finder elements */
    ul.benes-list {
        padding:2px 0;
    }
    ul.benes-list li {
        line-height:1.25;
        padding-top:2px;
        padding-bottom:2px;
        padding-left:8px;
        background:url(../images/finder/bullet_benelist.gif) no-repeat 0 9px;
        margin-bottom:3px;
    }
    
    /* upcoming events list: appears on home */
    .events-list {
        padding:0;
        margin:0 30px 0 0;
        list-style:none;
    }
        .events-list li, .events-list .item {
            border-top:1px dotted #cbc4bc;
            padding:10px 0 0 9px;
            margin:0 0 10px;
        }
        .events-list .first {
            border-top:none;
            padding-top:0;
        }
        .events-list strong {
            color:#526e91;
        }
    
/* -- PAGE STYLES -- */

.admin-bar a {
	font-size: 10px;
	font-weight: bold;
}

#content {
	position: relative;
}

#page {
    width:774px;
    background:url(../images/site/page_bg.gif) repeat-y;
    text-align:left;
    margin:0 auto;
}
#page-content {
    position:relative;
    margin:0 17px;
}
#header { 
    padding-bottom:15px;
}
#logo {
    position:absolute;
    width:190px;
    height:115px;
    z-index:5;
}
#brand {
    width:740px;
    height:118px;
    position:relative;
    overflow:hidden;
    z-index:1;
    font-size: 26px;
    line-height: 32px;
    color: #2C5384;
}
#brand span {
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    background:url(../images/site/header_brand.gif) no-repeat;
}    
#search {
    width:250px;
    position:absolute;
    left:490px;
    top:62px;
    z-index:2;
}
    #search div.search-form {
        float: right;
        background: transparent url(../images/site/search.gif) no-repeat 0 2px;
        padding:0 0 0 52px;
    }
    #search div.search-form .search-query {
        width: 132px;
        height: 12px;
        float:left;
        border:1px solid #ddd7d2;
        padding: 5px 3px;
        margin-right:5px;
    }
    #search div.search-form .search-go {
        width: 35px;
        height: 28px;
        vertical-align: middle;
        border:0;
        background:url(../images/site/go_button.gif) no-repeat 0 2px;
    }
#banner {
    width:740px;
    height:96px;
    position:relative;
    overflow:hidden;
}
    #banner span {
        display:block;
        width:100%;
        height:100%;
        position:absolute;
    }



.col {
    float:left;
    margin:0 12px 0 0;

}

/* -- FINDER STYLES -- */

	/* http://www.positioniseverything.net/easyclearing.html */
	.finder:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	.finder {display: inline-block;}
	/* Hides from IE-mac \*/
	.finder {display: block;}
	* html .finder {height: 1%;}
	/* end hide from IE-mac */


	.finder {
		padding-bottom: 15px;
	}

    #finder a {
	
        color:#416694;
    }
    #finder a:hover {
        color:#218ed8;
    }
    
		#finder a.view-all {
			display: block;
			clear: both;
			width: 93px;
			height: 12px;
			text-indent: -9999px;
			background: transparent url(../images/finder/view_all_forms.gif) no-repeat 0 0;
			position: absolute;
			bottom: 12px;
		}      
    
    #finder .finder-field {
        width:96%;
        height:16px;
        padding:1px 2px;
    }
        .home #finder .finder-field,
        .home #employer-select-menu {
            /* custom styling of fields in home finder */
            color:#726455;
            background-color:#fdf3ce;
            border:1px solid #b5a47a;
        }
        #secondary #finder .finder-field,
        #secondary #employer-select-menu {
            color:#444;
            background-color:#FFF;
            border:1px solid #c1c1c1;
        }
    
    /* -- EMPLOYER SELECT DHTML MENU --
    
        #employer-select {
            position:relative;
            background:url('../images/finder/arrow_pulldown.gif') no-repeat right 1px;
            margin:10px 0;
            z-index:10;
        }
        #employer-select-field {
            color:#726455;
            text-decoration:none;
            display:block;
            height:16px;
            padding-right:20px;
            overflow:hidden;
        }
            .home #employer-select-field,
            .home #employer-select-field:hover {
                color:#726455;
            }
            #secondary #employer-select-field,
            #secondary #employer-select-field:hover {
                color:#444;
            }
        #employer-select-menu {
            width:328px;
            display:none;
            list-style:none;
            position:absolute;
            top:-1px;
            padding:0;
            margin:0;
            z-index:1;
        }
            .home #employer-select-menu { left:-50px; }
            #secondary #employer-select-menu { left:-155px; }
            #employer-select-menu .mask { display:block; overflow:hidden; margin:0; padding:0; }
            
            #employer-select-menu li {
                padding:0;
                margin:0;
                overflow:hidden;
            }
            #employer-select-menu a {
                display:block;
                color:#726455 !important;
                text-decoration:none;
                padding:1px 0 1px 8px;
                margin:0;
                height:17px;
            }
            #employer-select-menu a:hover {
                color:#726455 !important;
                background-color:#f6e39e;
            }
    */
    #finder .help {
        display:block;
        float:left;
        width:19px;
        height:21px;
        background:url(../images/finder/button_help.png) no-repeat;
        text-indent:-1000px;
        margin-right:5px;
        overflow:hidden;
    }
    #finder .restart {
        line-height:1.75;
    }
    #finder .proceed {
        float:right;
    }
    
    #finder .segmented {
        border-top:1px dotted #FFF;
        border-bottom:1px dotted #FFF;
        overflow:hidden;
        padding:5px;
        margin-bottom: 5px;
    }
        #finder .segmented p {
            padding:0 0 8px;
            margin:0;
        }
        #finder .segmented input {
            vertical-align:middle;
        }
        #finder .segmented label {
            vertical-align:middle;
            padding:0 10px 0 5px;
            margin:0;
        }
        #finder .segmented ul {
            list-style:none;
            padding:0;
            margin:0;
        }
        #finder .segmented ul li {
            display:block;
            float:left;
            padding:0 15px 0 0;
            margin:0;
        }
        #finder .segmented .clear {
            clear:both;
        }
    
    #finder label.radios {
        display:block;
        float:left;
        margin:0 20px 0 0;
    }
    #finder label.radios input {
        float:left;
        margin-right:6px;
    }
    
/* -- SEIU 1199 FUNDS BENEFITS FINDER STYLES --*/

#benefits {
    width:740px;
    height:283px;
    position:relative;
    margin: 0 auto;
    z-index:5;
}

    #benefits #finder_not_found {
        width:283px;
        height:100px;
        position:absolute;
        left:413px;
        top:155px;
        background:#f9e59f url(../images/finder/bottom_bg.gif) repeat-x 0 bottom;
        border-top:1px dotted #FFF;
        padding:15px 20px 0 24px;
        z-index:3;
    }

    #benefits span.content {
        width:100%;
        height:100%;
        display:block;
        overflow:hidden;
    }
    #benefits span.bkground {
        width:100%;
        height:100%;
        display:block;
        position:absolute;
        top:0;
        left:0;
        background:url(../images/finder/finder_bg.gif) no-repeat;
        z-index:1;
    }
    #benefits span.bkground a {
        position: absolute;
        width: 75px;
        height: 30px;
        top: 105px;
        left: 615px;
        text-indent: -1000em;
    }
    #benefits .splash {
        width:412px;
        height:219px;
        display:block;
        position:absolute;
        top:52px;
        left:0;
        z-index:2;
    }
    #benefits .step {
        /*display:none;*/
        width:283px;
        height:100px;
        position:absolute;
        left:413px;
        top:155px;
        background:#f9e59f url(../images/finder/bottom_bg.gif) repeat-x 0 bottom;
        border-top:1px dotted #FFF;
        padding:15px 20px 0 24px;
        z-index:3;
    }
    #benefits #finder_s1 {
        display:block;
    }
    #benefits #finder_s2 {
        display:block;
    }
    #benefits #finder_s3 {
        display:block;
        height:159px;
        top:96px;
    }
    #benefits #finder_s4 {
        display:block;
        width:327px;
        height:221px;
        padding:0;
        border:none;
        top:50px;
    }
        #benefits #finder_s4 .funds {
            background-color:#f6da76;
            border-bottom:1px dotted #FFF;
            padding:0 12px 10px;
        }
        #benefits #finder_s4 .benes-list li {
            padding-top:0;
            padding-bottom:0;
            font-size:10px;
            background-position:0 5px;
        }
        #benefits #finder_s4 .links {
            padding:0 20px 0 24px;
        }
    
    
    
    /* 2-question finder table styles */
    #benefits .finder-step2-q1 {
        width:112px;
        float:left;
        padding-right:15px;
    }
    #benefits .finder-step2-q2 {
        width:112px;
        float:left;
        padding-left:15px;
        border-left:1px solid #d9bc57;
    }    

/* -- HOME PAGE 'GET STARTED' FINDER STYLES --*/

#getstarted {
    width: 740px;
    height: 236px;
    position: relative;
    display: block;
    margin: 0 0 12px 0;
    z-index: 5;    
}

    #getstarted .splash {
        width: 370px;
        height: 236px;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }

	#getstarted #finder {		
		width: 366px;
		height: 236px;
		display: block;
		position: absolute;
		top: 0;
		left: 374px;
		z-index: 3;
	}
		#getstarted #finder #finder-tools {
			position: relative;
			display: block;
			clear: both;
			background-color: #FFF;
			border: solid 3px #CBD3DE;
			width: 360px;
			height: 110px;
		}
			#getstarted #finder-tools #finder-photo {
				float: left;
				margin: 0;
				padding: 0;
				width: 178px;
				height: 110px;
				overflow: hidden;				
			}
			#getstarted #finder-tools ul#finder-nav {
				float: left;
				width: 180px;
				height: 106px;
				margin: 1px 1px 0 1px;
			}
				#getstarted #finder-tools ul#finder-nav li {
					display: block;
					height: 32px;
					list-style-image:none;
					list-style-type:none;
					margin: 0 0 1px 0;
					padding: 0;
					width: 180px;
					overflow: hidden;					
				}
					#getstarted #finder-tools ul#finder-nav li.first {
						height: 42px;
					}
					
					#getstarted #finder-tools ul#finder-nav li a {
						display: block;
						height: 32px;
						text-indent: -10000px;
					}
				
						#getstarted #finder-tools ul#finder-nav li a.find-provider {
							width: 180px;
							height: 42px;
							background:url(../images/finder/find_provider_btn.gif) no-repeat 0 0;
						}
						#getstarted #finder-tools ul#finder-nav li a.find-provider:hover { background-position: 0 -42px; }
						
						#getstarted #finder-tools ul#finder-nav li a.find-urgent {
							width: 180px;
							background:url(../images/finder/find_urgent_btn.gif) no-repeat 0 0;
						}
						#getstarted #finder-tools ul#finder-nav li a.find-urgent:hover { background-position: 0 -32px; }
						
						#getstarted #finder-tools ul#finder-nav li a.find-benefits {
							width: 180px;
							background:url(../images/finder/find_benefits_btn.gif) no-repeat 0 0;
						}
						#getstarted #finder-tools ul#finder-nav li a.find-benefits:hover { background-position: 0 -32px; }
			
		#getstarted #finder #finder-promos {
			clear: both;
			width: 366px;
			height: 118px;
			margin-top: 2px;
			overflow: hidden;
		}
			#getstarted #finder #finder-promos h3 {
				margin: 0 0 6px 0;
				font-family: Arial,Helvetica,sans-serif;
				font-size: 16px;
				font-weight: bold;
				line-height:normal;							
			}
			
			#getstarted #finder #finder-promos .finder-links {
				height: 58px;
				overflow: hidden;
			}
		
			#finder #finder-promos .finder-promo-left 
			{
				float: left;
				display: block;
				width: 161px;
				height: 98px;
				overflow: hidden;
				margin-right: 1px;
				padding: 10px;
				background: #FFF url(../images/finder/finder_promo_bg.gif) no-repeat 0 bottom;
			}
				#finder #finder-promos .finder-promo-left h3
				{
					background: url(../images/finder/find_a_form_header.gif) no-repeat 0 0;
					width: 83px;
					height: 15px;
					display: block;
					clear: both;
					text-indent: -9999px;
					margin: 0;
					padding: 0;
				}
			
			#finder #finder-promos .finder-promo-right 
			{
				float: left;
				display: block;
				width: 184px;
				height: 118px;
				overflow: hidden;
				background: #FFF;
			}
						

    #getstarted #finder_not_found {
        width:283px;
        height:100px;
        position:absolute;
        left:413px;
        top:155px;
        background:#f9e59f url(../images/finder/bottom_bg.gif) repeat-x 0 bottom;
        border-top:1px dotted #FFF;
        padding:15px 20px 0 24px;
        z-index:3;
    }

    #getstarted span.content {
        width:100%;
        height:100%;
        display:block;
        overflow:hidden;
    }
    #getstarted span.bkground {
        width:100%;
        height:100%;
        display:block;
        position:absolute;
        top:0;
        left:0;
        background:url(../images/finder/finder_bg.gif) no-repeat;
        z-index:1;
    }
    #getstarted span.bkground a {
        position: absolute;
        width: 75px;
        height: 30px;
        top: 105px;
        left: 615px;
        text-indent: -1000em;
    }
    #getstarted .step {
        /*display:none;*/
        width:283px;
        height:100px;
        position:absolute;
        left:413px;
        top:155px;
        background:#f9e59f url(../images/finder/bottom_bg.gif) repeat-x 0 bottom;
        border-top:1px dotted #FFF;
        padding:15px 20px 0 24px;
        z-index:3;
    }
    #getstarted #finder_s1 {
        display:block;
    }
    #getstarted #finder_s2 {
        display:block;
    }
    #getstarted #finder_s3 {
        display:block;
        height:159px;
        top:96px;
    }
    #getstarted #finder_s4 {
        display:block;
        width:327px;
        height:221px;
        padding:0;
        border:none;
        top:50px;
    }
        #getstarted #finder_s4 .funds {
            background-color:#f6da76;
            border-bottom:1px dotted #FFF;
            padding:0 12px 10px;
        }
        #getstarted #finder_s4 .benes-list li {
            padding-top:0;
            padding-bottom:0;
            font-size:10px;
            background-position:0 5px;
        }
        #getstarted #finder_s4 .links {
            padding:0 20px 0 24px;
        }
    
    
    
    /* 2-question finder table styles */
    #getstarted .finder-step2-q1 {
        width:112px;
        float:left;
        padding-right:15px;
    }
    #getstarted .finder-step2-q2 {
        width:112px;
        float:left;
        padding-left:15px;
        border-left:1px solid #d9bc57;
    }
    
    
    /* Homepage Finder alert */

    #finder-alert-placeholder {
        position:relative;
        height:15px;
    }
    
    #finder-alert {
        width:242px;
        color:#756251;
        font:11px/14px Arial, Helvetica, sans-serif;
        position:absolute;
        top:-10px;
    }
        .alert-collapsed {
            padding:5px 6px;
        }
            .alert-collapsed a.label {
                background:url("/images/finder/ro_expand.gif") no-repeat right center;
                padding-right:15px;
            }
            .alert-collapsed p {
                display:none;
            }
        .alert-expanded {
            background-color:#faef9f;
            border:1px solid #f5d068;
            padding:4px 5px;
        }
            .alert-expanded a.label {
                background:url("/images/finder/ro_collapse.gif") no-repeat right center;
                padding-right:15px;
            }
            .alert-expanded p {
                margin:3px 0 0;
            }


/* --------------- HOME PAGE--------------- */

    .home #local, .home #secondary {
        width:164px;
        background:none;
    }
    .home #main {
        width:388px !important;
    }


/* --------------- LOCAL COLUMN --------------- */

#local {
    width:179px;
    font:12px Arial, Helvetica, sans-serif;
    background:#E5E1DD url(../images/site/local_bg.gif) repeat-x 0 bottom;
    /*text-align:center;*/
}
.promo {
    text-align:center;
    margin:0 0 12px;
}


/* --------------- MAIN COLUMN --------------- */
        
#main {
    width:358px;
    font:12px Arial, Helvetica, sans-serif;
    line-height:1.5;
}

    /* --- Main col modifiers --- */
    
    .left-2col {
        width:549px !important;
        
    }
    .right-2col {
        width:549px !important;
        margin-right:0;
    }
    
    /* --- Main sub columns --- */
    
    ul#funds-main {
		display: block;
		list-style-image:none;
		list-style-type:none;
		margin: 0;
		padding: 0;
		width: 740px;
		overflow: hidden;	
		border: 1px solid #DBD5D0;
    }
		ul#funds-main li {
			float: left;
			width: 184px;
			margin: 0 1px 0 0;
		}		
			ul#funds-main li#childcare-col {
				width: 185px;
			}
			ul#funds-main li#retirement-col {
				margin: 0;
			}
			
		ul#funds-main li h2 { margin: 0; }
			
		ul#funds-main li h2 a.column-title {
			display: block;
			height: 56px;
			text-indent: -10000px;
		}
			ul#funds-main li#childcare-col h2 a.column-title {
				width: 185px;
				background:url(../images/childcare_title_btn.jpg) no-repeat 0 0;
			}
			/* ul#funds-main li#childcare-col h2 a.column-title:hover { background-position: 0 -56px; } */
			
			ul#funds-main li#training-col h2 a.column-title {
				width: 184px;
				background:url(../images/training_title_btn.jpg) no-repeat 0 0;
			}
			/* ul#funds-main li#training-col h2 a.column-title:hover { background-position: 0 -56px; } */
			
			ul#funds-main li#healthcare-col h2 a.column-title {
				width: 184px;
				background:url(../images/healthcare_title_btn.jpg) no-repeat 0 0;
			}
			/* ul#funds-main li#healthcare-col h2 a.column-title:hover { background-position: 0 -56px; } */
			
			ul#funds-main li#retirement-col h2 a.column-title {
				width: 184px;
				background:url(../images/retirement_title_btn.jpg) no-repeat 0 0;
			}
			/* ul#funds-main li#retirement-col h2 a.column-title:hover { background-position: 0 -56px; } */
			
		ul#funds-main li .column-body {
			margin: 0 0 1px 0;
			padding: 0;
			width: 184px;
			height: 220px;
			background-color: #FFF;			
		}
			ul#funds-main li#childcare-col .column-body {
				margin-left: 1px;
			}
			ul#funds-main li#retirement-col .column-body {
				margin-right: 1px;
			}
			
		ul#funds-main li .column-body .column-article 
		{
			width: 183px;
			height: 190px;
			background: #FFF url(../images/column_gradient_bg.gif) repeat-x bottom left;
			border-right: 1px solid #EEEBE8;
		}
			ul#funds-main li#retirement-col .column-body .column-article 
			{
				width: 183px;
				border: none;
			}
			
		ul#funds-main li .column-body .column-article .article {
			margin: 0 12px; 
		}
		
			ul#funds-main li .column-body .column-article .article h3 {
				margin-bottom: 5px;
				margin-top: 0;
				padding-top: 15px;
			}
		
			ul#funds-main li .column-body .column-article .article p {
				margin-top: 5px;
				color: #333;
				font-size: 12px;
			}
				ul#funds-main li .column-body .column-article .article p.bodycopyintro-1 {
					margin: 0;
					color: #416694;
					font-size: 17px;
				}		
		
			ul#funds-main li .column-body .column-article .article a {
				font-size: 11px;
				line-height: 16px;
				text-decoration: underline;
				color: #51739D;
			}
			ul#funds-main li .column-body .column-article .article a:hover, 
			ul#funds-main li .column-body .column-article .article a:active {
				color: #218ED8;
			}
		
		ul#funds-main li .column-body a.more-link 
		{
			display: block;
			clear: both;
			width: 184px;
			height: 30px;
			margin: 0;
			padding: 0;
			text-indent: -9999px;
		}
			ul#funds-main li#childcare-col .column-body a.more-link {
				width: 185px;
				background: transparent url(../images/more_childcare.gif) no-repeat 0 0;
			}
			ul#funds-main li#training-col .column-body a.more-link {
				background: transparent url(../images/more_training.gif) no-repeat 0 0;
			}
			ul#funds-main li#healthcare-col .column-body a.more-link {
				background: transparent url(../images/more_healthcare.gif) no-repeat 0 0;
			}
			ul#funds-main li#retirement-col .column-body a.more-link {
				width: 183px;
				background: transparent url(../images/more_retirement.gif) no-repeat 0 0;
			}

    .main-2col-body {
    /*overflow: hidden;*/
        width:365px !important;
    }
    .main-2col-side {
        width:171px !important;
    }
    #main .main-subside {
        width:171px;
        float:right;
    }

    /* --- Top wrapper for action module --- */

    #main .main-topwrap {
        overflow:auto;
        padding:15px 0;
    }
    #main .main-topwrap p {
        margin:0 0 10px;
    }
    
#main h2 {
    color:#b2a99e;
    font:bold 16px Arial, Helvetica, sans-serif;
    padding:6px 0;
    margin:0;
}
    #main h2.underlined {
        border-bottom:1px solid #d4cdc6;
    }


#main h2.block-header, h2.block-header {
    border-top:3px solid #cbc4bc;
    background-color:#eeebe8;
    padding:4px 0px 4px 6px;
    margin:0 0 15px;
    z-index: 10;
}

/* --------------- SECONDARY COLUMN --------------- */

#secondary {
    width:179px;
    /*position:relative;*/
    color:#726455;
    line-height:1.5;
    margin:0;
}
    
    /* --- Column appearance variations --- */
    .finder {
        background:#F6DA76 url(../images/finder/sec_finder_bg.gif) repeat-x 0 bottom;
    }
    .framed {
        /* override #secondary column width (-1px for border) */
        width:178px !important;
        border-left:1px solid #ebe9e6;
        background:url(../images/common/gray_bottom_bg.gif) repeat-x 0 bottom;
    }
    #secondary .inset {
        padding-left:8px;
        padding-right:8px;
    }
    
    /* --- SECONDARY FINDER STYLES --- */
    
    .finder ul.benes-list {
        /* sub-classing a site list style */
        color:#5c564f;
        font-size:10px;
        line-height:1.25;
        margin:15px 0 10px;
    }
    .finder .altblock {
    
        border:1px dotted #FFF;
        border-left:none;
        border-right:none;
        background-color:#f9e59f;
        padding-top:15px;
        padding-bottom:15px;
    }
    * html .finder .altblock {
        overflow: visible;
        height: auto;
    }
    
    .finder .actions {
        /* action links at bottom of finder overview */
        text-align:right;
        padding-bottom:20px;
        border-bottom:1px dotted #FFF;
    }
    
    /* --- SECONDARY FRAMED STYLES --- */
    
    .framed h3 {
        padding:0 0 10px 0;
        margin:0 0 10px 0;
        border-bottom:1px dotted #ccc;
    }
    .framed .framed-bg {
        background:url(../images/common/gray_top_bg.gif) repeat-x;
        padding:15px 15px 0;
    }
    .framed .seiu-brands {
        text-align:center;
    }
    .framed .seiu-brands img {
        width:149px;
        margin:0 0 15px;
    }

/* --------------- SITE FOOTER --------------- */

#footer {
    clear:both;
    height:100px;
    color:#9c9996;
    line-height:3;
    text-align:right;
    font:10px Arial, Helvetica, sans-serif;
    background:#DDD7D2 url(../images/site/footer_bg.gif) no-repeat;
    padding:25px 14px 0px;
    position: relative;
}
#footer a, #footer a:hover {
    color:#9c9996;
    text-decoration:underline;
}
    #footer-logos {
        display:block;
        list-style:none;
        padding:0;
        margin:0;
    }
    #footer-logos li {
        float:left;
        width:auto;
        padding:0;
        margin:0;
    }
    #footer-logos a {
        display:block;
        height:60px;
        overflow:hidden;
        text-indent:-10000px;
        text-align:left;
    }
    #footer-logos a.seiu {
        width:121px;
        background:url(../images/site/footer_1199seiu.gif) no-repeat;
    }
    #footer-logos a.seiu:hover { background-position:-121px 0; }
    #footer-logos a.lvhhny {
        width:235px;
        background:url(../images/site/footer_lvhhny.gif) no-repeat;
    }
    #footer-logos a.lvhhny:hover { background-position:-235px 0; }
    
    #footer #copyright {
		position: absolute;
		top: 40px;
		right: 15px;
    }
    

/* -- FORM STYLES --*/

.form-example p {
    margin: 0; padding: 0;
}

#form-div, #form-div select {
    color: #666;
    font-size: 12px;
}

#form-div span {
    font-weight: bold;
    font-size: 14px;
}

.form-layout
{
    margin: 0 5px 10px 15px;
}

.form-button {
    background: url("../images/buttons/button-bg1.gif") top left no-repeat;
    height: 24px;
    overflow: hidden;
    padding: 0;
    margin: 10px 0 10px 0;
    line-height: 24px;
    font-size: 11px;
    text-decoration: none;
    clear: left;
    color: #666;
    font-weight: bold;
    float: left;
}

.form-button span {
    float: left;
    line-height: 24px;
    font-size: 11px;
    margin: 0; padding: 0 10px 0 10px;
    background: url("../images/buttons/button-bg2.gif") top right no-repeat;
    height: 24px;
    overflow: hidden;
}

.label, .form {
    display: block;
    vertical-align: middle;
    font-size: 11px;
    line-height: 14px;
}

p.help, #form-div span.form-required, #form-div span.form-text {
    color: #666;
    margin: 0 0 5px 0;
    font-size: 11px;
    line-height: 14px;
}

#form-div span.form-required {
    padding-left: 5px;
    color: #888;
}

#form-div span.form-text {
    padding: 0 5px 0 5px;
    color: #888;
}

#form-div .label {
    color: #666;
    font-weight: bold;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.form {
    border: 1px solid #aaa;
    line-height: 14px;
}

.form-textbox-basic {
    width: 200px;
    display : inline;
}

.field-label
{
    color: #666;
    margin-top: 15px;
    margin-bottom: 5px;
    display: block;
    border:none;
}

div.addressForm {
    margin-top: 20px;
}

#form-div span.form-instruction
{
    display: block;
    color: #666;
    margin: 0 0 5px 0;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
    border:none;
}

.form-textbox-paragraph {
    width: 200px;
    height: 100px;
    display:inline;
}

.form-checkbox {
    border: none;
}

.form-radio
{
    border: none;
    display: inline;
}

.form-select-multiple {
    width: 200px;
}

.form-select {
    width: 200px;
    display:inline;
}

.form-select-url {
    width: 100px;
    display:inline;
}

.form-address {
    width: 200px;
}

.form-webaddress {
    width: 200px;
}

.form-email {
    width: 50px;
    display : inline;
}

.form-name {
    width: 80px;
    display :inline;
}

.form-salutation
{
    width: 80px;
}

.form-name-middle
{
    width:40px;
}

.form-date {
    width: 200px;
}

.form-phone {
    width: 200px;
}

.form-phone-area-code-exchange{
    width:45px;
    display: inline;
}

.form-phone-number{
    width:53px;
    display: inline;
}

.form-number {
    width: 200px;
}

.form-password {
    width: 200px;
}

.form-error
{
    
} 

div.input-mask-div {
    float: left;
    margin-right: 4px;
}

    #form-div div.input-mask-div span.input-mask-span {
        display: block;
        text-align: left;
        font-weight: normal;
        padding-left: 5px;
        color: #666;
        font-size: 11px;
    }

    fieldset {
        overflow: auto;
        padding: 5px 10px 5px 10px;
        zoom: 1;
        clear: left;
    }

		fieldset.step, #getstarted fieldset.step {
			overflow: visible; padding-top: 10px;
		}
		
			fieldset#finder_s3 p {
					margin: 5px 0 5px 0;
			}

.form p {
    /*height:1%;*/
    overflow:hidden;
    padding:8px 24px 8px 0;
    margin:0;
    clear: left;
    zoom: 1;
}
fieldset.altrow {
    background:#eff2f5 url(../images/common/formrow_bg.gif) repeat-x; } .form p.submit {
    text-align:right;
    border-top:1px solid #cfc8c0;
    background:url(../images/common/block_buttons_bg.gif) repeat-x;
    margin-top:10px;
}
.form .altrow {
    background:#EFF2F5 url(../images/common/formrow_bg.gif) repeat-x scroll 0% 0%;
}
.form p.submit input {
    margin-left:10px;
}
.form p.utility {
    color:#dad5d1;
    text-align:right;
    border-top:1px dotted #a99c8e;
}
.form p .label {
    display:block;
    float:left;
    clear: left;
    width:132px;
    text-align:right;
    font-weight:bold;
}
.form p label.inline {
    display:inline;
    float:none;
    font-weight:normal;
}

.form p .error {
    width: 191px;
    float: right;
    font-size: 10px;
}

.form .field {
    width:191px;
    float:right;
}
    .form input.field, .form select.field, .form textarea.field {
        border:1px solid #7f9db9;
    }
    .form textarea.field {
        width:285px;
        height:85px;
    }
    .form .multiselect {
        height:90px;
    }

    /* -- FORM VARIATIONS --*/

        #job-detail p {
            padding-top:0;
            padding-bottom:2px;
            font-weight:bold;
        }
        #job-detail .label {
            width:120px;
            font-weight:normal;
        }
        
        /* -- -- */
        #provider-search p {
            padding-right:0px !important;
        }
        #provider-search .label {
            width:95px;
            float:left;
        }
        #provider-search input {
            float:left;
        }
        #provider-search input.field {
            width:170px;
            margin:0 10px;
        }
        
        /* -- -- */
        
        #zip-preferences {
            padding-bottom:5px;
        }
        #zip-preferences p.radio {
            padding:0 0 5px 0;
            margin:0 0 0 25px;
            line-height:1.75;
        }
        #zip-preferences p.radio label {
            display:inline;
            float:none;
            font-weight:normal;
            text-align:left;
        }
        #zip-preferences p.radio input {
            float:left;
            margin-right:8px;
        }
        
.provider_update_form {
    margin: 20px 0 20px 0;
    padding-bottom: 120px;
}

    .provider_update_form fieldset {
        margin-bottom: 20px;
    }

    .provider_update_form legend {
        font-size: 14px;
        color: #666;
        font-weight: bold;
        line-height: 18px;
        display: block;
        margin-bottom: 15px;
    }
    
    .provider_update_form ul, .provider_update_form li {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .provider_update_form div.provrow {
        padding: 8px 8px 8px 8px;
    }
    
    .provider_update_form div.provrow .error_message {
        display: block;
        clear: left;
        float: left;
        margin-left: 5px;
        font-size: 10px;
        width: 300px;
    }
    
    .provider_update_form div.radios ul {
        float: left;
    }
    
        .provider_update_form div.radios li {
            float: left;
            width: 140px;
        }
        
            .provider_update_form div.provrow label {
                font-size: 11px;
                color: #666;
                line-height: 14px;
                vertical-align: middle;
            }
            
            .provider_update_form div.provrow input {
                vertical-align: middle;
            }
            
            .provider_update_form div.provrow .prov_text {
                margin-left: 10px;
                float: left;
            }
            
            .provider_update_form div.provrow .prov_label {
                margin-left: 5px;
                font-size: 12px;
                color: #666;
                font-weight: bold;
                line-height: 14px;
                float: left;
                clear: left;
                width: 100px;
            }
            
            .provider_update_form div.provrow .prov_title {
                font-size: 12px;
                margin-left: 5px;
                color: #666;
                font-weight: bold;
                line-height: 18px;
                
            }
            
        .provider_update_form div.prov_check label {
            padding-left: 5px;
        }
            
    .provider_update_form ul.specialty_list, .provider_update_form div.prov_list ul {
        margin: 5px 0 5px 0;
    }
    
        .provider_update_form ul.specialty_list li, .provider_update_form div.prov_list li {
            margin: 8px 0 8px 0;
        }
        
            .provider_update_form ul.specialty_list li input, .provider_update_form ul.specialty_list label {
                vertical-align: middle;
            }
            
            .provider_update_form ul.specialty_list label, .provider_update_form div.prov_list ul label {
                padding: 0 5px 0 5px;
            }

/* -- FLOATING ARTICLE PHOTOS --*/

.article-photo-left {
    float:left;
    margin: 10px 15px 10px 0px;
}
.article-photo-right {
    float:right;
    margin-left:15px;
}
.rule-top {
    border-top:1px solid #cfc8c0;
    padding-top:15px;
    margin-top:15px;
}
.rule-bottom {
    border-bottom:1px solid #cfc8c0;
    padding-bottom:15px;
    margin-bottom:15px;
}
.cta-link {
    font-size:14px;
    text-decoration:none;
    /*margin-left:15px;*/
}

/* -- SEARCH RESULTS --*/

.search-results {
    padding:0 10px 15px 15px;
    background:#FFFFFF;
}
    .search-results p {
        padding:0;
        margin:0;
    }
    .search-results p.results {
        padding-top:15px;
    }
    .search-results em {
        font-weight:bold;
    }
    .search-results h3 {
        font-size:15px;
        padding:18px 0 5px;
        margin:0;
    }

    #main .results-pages-top, #main .results-pages-bot {
        letter-spacing:3px;
        padding:5px 0;
        margin:0;
    }
    #main .results-pages-top a, #main .results-pages-bot a {
        letter-spacing:normal;
    }
    #main .results-pages-top {
        border-bottom:1px solid #ccc;
    }
    #main .results-pages-bot {
        border-top:1px solid #ccc;
        margin:30px 0 0;
    }
    .results-pages-bot .postback {
        float:right;
    }
    
    #form-div span .VAMErrorText, #form-div .VAMErrorText {
        font-weight: normal;
        font-size: 10px;
    }

	/* imitating H3 so that it can be applied from "Apply Text Style" menu in Telerik */
	.subhead-gray {
	    font:normal 16px Arial, Helvetica, sans-serif;
	    color: #A89D91;
	}
	
    /* dynamic content lists */
    .cl-plain { }
    
	.cl-gray {
        background:url(../images/common/gray_top_bg.gif) repeat-x;
        padding:15px 15px 0;
	}
	.cl-gray h4 {
	    font:normal 16px Arial, Helvetica, sans-serif;
	    color:#a89d91;
        padding:0 0 10px 0;
        margin:0 0 10px 0;
        border-bottom:1px dotted #ccc;
	}
	.cl-white {
		background: #fff;
	}