
	body {
		background:  #fff url('/control/incs/theme/img/html.png');
		color:       #fff;
		font-family: Arial, sans-serif;
		font-size:   16px;
		line-height: 1.5;
	}

	a {
		color:           #f7f7f7;
		font-weight:     bold;
		text-decoration: none;
	}

		a:hover {
			text-decoration: underline;
		}

	div.county_picker {
		background: #1D1A1B url('/control/incs/theme/img/login_bg.png') left top repeat-x;
		border:     10px solid #ccc;
		left:       50%;
		text-align: left;
		margin:     -193px 0 0 -332px;
		padding:    10px;
		position:   absolute;
		top:        50%;
		width:      665px;
	}

		div.counties_list {
			display: inline;
			float:   left;
			width:   400px;
		}

		div.county_map {
			display: inline;
			float:   right;
			height:  300px;
			margin:  0 10px 10px;
			width:   242px;
		}

		.county_picker a {}

			.county_picker a.current_site,
			.county_picker a.hover,
			.county_picker a:hover {
				color:           #e573b8;
				text-decoration: none;
			}

		.county_picker p {
			font-size:   18px;
			line-height: 1;
			margin:      0 0 1em;
            clear:       both;
	    }

    		.county_picker p.national_button {
    			clear:  both;
    			margin: 0;
    		}

    			.county_picker p.national_button a {
    				background:  url('/incs/themes/common/img/network_banner/national_button.png') center top no-repeat;
    				display:     block;
    				font-weight: normal;
    				line-height: 30px;
    				text-align:  center;
    				width:       200px;
    			}

    				.county_picker p.national_button a:hover {
    					background-position: center bottom;
    					color:               #fff;
    					text-decoration:     none;
    				}

            .county_picker p.coming_soon {
                background:   url('/incs/themes/common/img/network_banner/clic_bullet_coming_soon.png') center left no-repeat;
                font-size:    14px;
                padding-left: 15px;
            }

		.county_picker strong {
			background:  #e573b8;
			color:       #fff;
			font-weight: normal;
			padding:     0 5px;
		}

		.county_picker ul {
			display:       inline;
			font-size:     13px;
			float:         left;
			margin-bottom: 20px;
			padding:       0;
			width:         200px;
		}

			.county_picker li {
				display:    block;
				list-style: none;
				margin:     0;
			}

				.county_picker li span {
					color: #aaa;
				}

				.county_picker li a {
					background:   url('/incs/themes/common/img/network_banner/clic_bullet_off.png') left .4em no-repeat;
					display:      inline-block;
					padding-left: 15px;
				}

					.county_picker li.clic_yes a {
						background-image: url('/incs/themes/common/img/network_banner/clic_bullet_on.png');
					}

                    .county_picker li.coming_soon a {
                        background-image: url('/incs/themes/common/img/network_banner/clic_bullet_coming_soon.png');
                    }

    p.picker {
    	display:    none;
    	visibility: hidden;
    } 

