.accessibility {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

body {
    background: none;
	text-align: left;
	background-color: #f4efdd;
}

#footer { zoom: 1;}
#footer_nav { zoom: 1;}
#footer_nav a { text-decoration: none;}

#content {
    background: url(/pwr/templates/images/bg/generic_bg.gif) 25px 20px no-repeat;
    margin-left: -5px;
    zoom: 1;
}

#text_sizes_sub {
    border-top: 1px solid #f2f1ef;
    display: inline;
    width: 180px;
    clear: both;
    margin-top: 20px;
    float: left;
    padding-top: 18px;
    display: none;
}

    #text_sizes_sub h3 {
        float: left;
        width: 81px;
    }
    
    #text_sizes_sub ul {
        border: none;
        margin: 0;
        padding: 0;
        float: left;
        margin-left: 10px;
        width: 80px;
    }
    
        #text_sizes_sub li {
            float: left;
            display: inline;
            padding: 0; margin: 0 0 0 3px;
            border: none;
            width: 16px;
            height: 18px;
            overflow: hidden;
        }
        
            #text_sizes_sub li a {
                display: block;
                width: 16px;
                height: 18px;
                overflow: hidden;
                text-indent: -9999px;
            }
                
                #text_sizes_sub li.small a {
                    background: url(/pwr/templates/images/text_sizes/small_sub.gif) 0px 0px no-repeat;
                }
                
                    #text_sizes_sub li.small a:hover, #text_sizes_sub li.small a.active {
                        background: url(/pwr/templates/images/text_sizes/small_sub.gif) 0px -18px no-repeat;
                    }
                    
                #text_sizes_sub li.medium a {
                    background: url(/pwr/templates/images/text_sizes/medium_sub.gif) 0px 0px no-repeat;
                }
                
                    #text_sizes_sub li.medium a:hover, #text_sizes_sub li.medium a.active {
                        background: url(/pwr/templates/images/text_sizes/medium_sub.gif) 0px -18px no-repeat;
                    }
                    
                #text_sizes_sub li.large a {
                    background: url(/pwr/templates/images/text_sizes/large_sub.gif) 0px 0px no-repeat;
                }

                    #text_sizes_sub li.large a:hover, #text_sizes_sub li.large a.active {
                        background: url(/pwr/templates/images/text_sizes/large_sub.gif) 0px -18px no-repeat;
                    }
            


.leftnav {
    float: left; display: inline;
    width: 180px;
    overflow: hidden;
}

    .leftnav_content {
        background: url(/pwr/templates/images/bg/leftnav_shadow.gif) bottom right no-repeat;
        padding-bottom: 195px;
    }

    .leftnav h2, .leftnav h2 a {
        color: #b96619;
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
        padding-bottom: 15px;
		text-decoration: none;
    }
        
		.leftnav h2 {
			border-bottom: 3px solid #bdbbb1;
		}

		.leftnav h2 a:hover { 
			text-decoration:underline; 
		}
        
        .small .leftnav h2 {
            font-size: 12px;
            line-height: 16px;
        }
        
        .large .leftnav h2 {
            font-size: 18px;
            line-height: 24px;
        }
		
    .leftnav ul {
        padding-top: 5px;
        display: block;
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 3px solid #deddd8;
    }
    
        .leftnav li {
            display: block;
           
            border-bottom: 1px solid #deddd8;
            padding: 9px 0 9px 0;
        }
        
            .leftnav li.last {
                border: none;
            }
        
            .leftnav li li {
                border: none;
                padding: 0; 
                zoom: 1;
                margin: 8px 0 8px 0;
                
            }
    
        .leftnav li a {
            display: block;
            color: #b96619;
            font-size: 14px;
            line-height: 18px;
            text-decoration: none;
        }
            
			.small .leftnav li a {
                font-size: 12px;
                line-height: 16px;
            }
            
            .large .leftnav li a {
                font-size: 18px;
                line-height: 24px;
            }
            .leftnav li.active a {
                color: #878370;
            }
        
            .leftnav li a:hover {
                text-decoration: underline;
            }
    
        .leftnav ul ul {
            margin: 0 0 0 10px; padding: 0;
            border: none;
            clear: left;
        }
        
            .leftnav li li a, .leftnav li.active li a {
                font-size: 12px;
                line-height: 14px;
                color: #b96619;
            }
            
        .leftnav_search {
            margin-top: 10px;
            float: left;
            clear: left;
        }
        
            .leftnav_search label {
                display: block;
                margin-bottom: 5px;
            }
            
            .leftnav_search #search_query {
                width: 115px;
                font-size: 12px;
                line-height: 14px;
                padding: 1px;
                margin-right: 5px;
            }
            
            .leftnav_search input {
                vertical-align: middle;
            }
            
            .leftnav_search small {
                display: block;
                float: left;
                clear: left;
                margin-top: 10px;
                font-size: 12px;
                line-height: 14px;
            }
            
                .leftnav_search small a {
                    color: #b28000;
                    font-size: 10px;
                    text-decoration: none;
                }
                
                    .leftnav_search small a:hover {
                        text-decoration: underline;
                    }

.main {
    float: left; display: inline;
    width: 706px;
    padding-top: 35px;
    padding-left: 30px;
    overflow: hidden;
    zoom: 1;
}

    .main a {
        color: #b28000;
        text-decoration: none;
    }
    
        .main a:hover {
            color: #D39800;
        }
		
	.main table tr td p { margin-bottom: 15px; margin-top: 15px;}
	.CS_Document p { margin-bottom: 15px; margin-top: 15px;}
	

.article {
    
}

    .article h1 {
        font-family: georgia, serif;
        font-size: 36px;
        line-height: 44px;
        color: #706d5f;
        font-weight: normal;
        margin-bottom: 15px; 
    }

        .small .article h1 {
            font-size: 30px;
        }
        
        .large .article h1 {
            font-size: 42px;
            line-height: 50px;
        }

    .article h2 {
        margin-top: 15px;
        font-family: georgia, serif;
        font-size: 22px;
        line-height: 30px;
        color: #706d5f;
        font-weight: normal;
        margin-bottom: 5px;
    }

        .small .article h2 {
            font-size: 18px;
        }
        
        .large .article h2 {
            font-size: 28px;
            line-height: 36px;
        }

    .article h3 {
        margin-top: 10px;
        font-family: georgia, serif;
        font-size: 18px;
        line-height: 24px;
        color: #706d5f;
        font-weight: normal;
        margin-bottom: 5px;
    }
    
        .small .article h3 {
            font-size: 16px;
        }
        
        .large .article h3 {
            font-size: 22px;
            line-height: 30px;
        }

    .article h4 {
        margin-top: 10px;
        font-family: georgia, serif;
        font-size: 16px;
        line-height: 20px;
        color: #706d5f;
        font-weight: normal;
        margin-bottom: 5px;
    }
    
        .small .article h4 {
            font-size: 14px;
        }
        
        .large .article h4 {
            font-size: 18px;
            line-height: 26px;
        }
    
    .article p.intro {
        font-family: georgia, serif;
        font-size: 18px;
        margin-bottom: 15px;
        line-height: 24px;
        color: #333;
    }
    
        .small .article p.intro {
            font-size: 16px;
        }

        .large .article p.intro {
            font-size: 22px;
            line-height: 28px;
        }
    
    .article  {
        font-family: arial, helvetica, sans-serif;
        font-size: 14px;
        color: #333;
        line-height: 18px;
        margin: 0 0 15px 0;
    }
    
        .small .article {
            font-size: 12px;
        }
        
        .large .article {
            font-size: 18px;
            line-height: 24px;
        }
      
	.article p {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 18px;
	margin: 0 0 15px 0;
	text-align: justify;
    }
    
        .small .article p {
            font-size: 12px;
        }
        
        .large .article p {
            font-size: 18px;
            line-height: 24px;
        }
		  
    .article ul {
        margin-left: 15px;
    }
    
        .article ul li {
            background: url(/pwr/templates/images/bullets/brown.gif) 0px 7px no-repeat;
            color: #333;
            display: block;
            font-size: 14px;
            line-height: 18px;
            list-style: none;
            margin: 10px 0 10px 0;
            padding-left: 10px;
        }

            .small .article ul li {
                font-size: 12px;
            }
        
            .large .article ul li {
                font-size: 18px;
                line-height: 24px;
            }

    .article ol {
        list-style-type: decimal;
        margin-left: 35px;
    }

        .article ol li {
            list-style-type: decimal;
            color: #333;
            font-size: 14px;
            line-height: 18px;
            margin: 10px 0 10px 0;
        }
        
        .small .article ol li {
            font-size: 12px;
        }
    
        .large .article ol li {
            font-size: 18px;
            line-height: 24px;
        }
        
    .article a {
        text-decoration: none;
    }
    
        .article a:hover {
            text-decoration: underline;
        }
	
	.article .caption, .article .credit {
        font-size: 12px;
        line-height: 16px;
        color: #706D5F;
        padding-top: 5px;
    }
    
        .article .credit {
            font-size: 10px;
        }

.intro {}
.intro-about {
	width:100%;
	display: inline;
	/* background: url(/pwr/templates/images/bg/interactive_shadow_bottom.gif)no-repeat bottom;*/ 
	
}

    .intro h1 {
        font-family: georgia, serif;
        font-size: 36px;
        line-height: 44px;
        color: #706d5f;
        font-weight: normal;
        margin-bottom: 5px; 
    }
        
		.small .intro h1 {
            font-size: 30px;
            line-height: 38px;
        }
        
        .large .intro h1 {
            font-size: 42px;
            line-height: 56px;
        }
		
    .intro p {
        font-family: georgia, serif;
        font-size: 18px;
        line-height: 24px;
        color: #666666;
    }
    
	    .small .intro p {
            font-size: 14px;
            line-height: 18px;
        }
		
		    .small .about p {
            font-size: 14px;
            line-height: 18px;
        }
        
        .large .intro p {
            font-size: 22px;
            line-height: 30px;
        }
		
		.intro-about p {
			font-family: arial, helvetica, sans-serif;
		}
		
    .intro ul {
        margin-left: 15px;
    }
    
        .intro ul li {
            list-style: none;
            display: block;
            padding-left: 10px;
            background: url(file:///C|/Documents%20and%20Settings/larayj/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/2GN3C134/pwr/templates/images/bullets/brown.gif) 0px 7px no-repeat;
            color: #706d5f;
            font-size: 14px;
            line-height: 18px;
            margin: 15px 0 15px 0;
        }

		    .small .intro ul li {
                font-size: 12px;
                line-height: 16px;
                background: url(/pwr/templates/images/bullets/brown.gif) 0px 6px no-repeat;
            }
            
            .large .intro ul li {
                font-size: 20px;
                line-height: 26px;
                background: url(/pwr/templates/images/bullets/brown.gif) 0px 12px no-repeat;
            }

.promo_cols {
    margin: 20px 0 20px 0;
}

    .promo_side {
        background-color: #f1e8d1;
        padding: 20px;
        float: left; display: inline;
        width: 150px;
    }

    .promo_col {
        width: 340px;
        float: left; display: inline;
        margin-right: 18px;
        padding-bottom: 10px;
        border-bottom: 1px solid #cccccc;
    }
    
        .promo_cols_triple .promo_col {
            width: 240px;
        }
    
        .promo_col_last {
            margin-right: 0;
        }
    
        .promo_col h1 {
            border-top: 2px solid #d1b366;
            border-bottom: 1px solid #cccccc;
            padding: 13px 0 2px 0;
            margin-bottom: 20px;
            font-size: 18px;
            line-height: 22px;
            position: relative;
            zoom: 1;
        }
            
            .promo_col h1 img { display: block; }
        
            .promo_col h1 small {
                position: absolute;
                font-size: 11px;
                line-height: 14px;
                right: 0;
                bottom: 12px;
                font-weight: normal;
            }
                
				.large .promo_col h1 small  {
                    font-size: 14px;
                    line-height: 18px;
                }
				
        .promo_col p {
            color: #706d5f;
            font-size: 14px;
            line-height: 18px;
            margin-bottom: 20px;
        }
            
			.small .promo_col p {
                font-size: 12px;
                line-height: 16px;
            }

            .large .promo_col p {
                font-size: 18px;
                line-height: 24px;
            }
        
        .promo_col ul {
            color: #706d5f;
            font-size: 14px;
            line-height: 18px;            
        }
        
            .promo_col ul li {
                display: block;
                zoom: 1;
                margin-bottom: 20px;
                font-size: 14px;
            }
                    
                .small .promo_col ul li {
                    font-size: 12px;
                }
                
                .large .promo_col ul li {
                    font-size: 18px;
                    line-height: 24px;
                }
				
                .promo_col ul li a small {
                    display: block;
                    color: #706d5f;
                }
                
                    .promo_col ul li a:hover small {
                        color: #999999;
                    }
                
    .promo_side {
        
    }
    
        .promo_side h3 {
            margin-bottom: 13px;
        }
        
            .promo_side h3 img {
                display: block;
            }
            
        .promo_side h4 {
            color: #5e7630;
            font-size: 14px;
            line-height: 18px;
            font-weight: normal;
            margin-bottom: 10px;
        }
                
            .small .promo_side h4 {
                font-size: 12px;
                line-height: 14px;
            }
            
            .large .promo_side h4 {
                font-size: 18px;
                line-height: 24px;
            }
			
        .promo_side p {
            color: #706d5f;
            font-size: 12px;
            line-height: 16px;
        }
        
            .large .promo_side p {
                font-size: 16px;
                line-height: 22px;
            }
    
.interactive_box {
    margin: 25px 0 20px 0;
    padding-bottom: 12px;
    background: #d7ddcb url(/pwr/templates/images/bg/interactive_shadow_bottom.gif) bottom left no-repeat;;
    zoom: 1;
}
    
    .interactive_box h1 {
        width: 706px;
        overflow: hidden;
        margin: 0; padding: 0; font-size: 18px;
        font-weight: normal;
        line-height: 22px;
        zoom: 1;
        position: relative;
    }
    
        .interactive_box h1#results_title {
            width: auto;
        }
    
        .interactive_box h1 a {
            display: block;
            text-align: right;
            width: 170px;
            position: absolute;
            bottom: 10px; 
            right: 20px;
            color: #fff;
            font-size: 11px;
            line-height: 14px;
            font-weight: bold;
        }
        
            .interactive_box h1 a#view_park_names {
                bottom: 13px;
            }
    
            .interactive_box h1 a:hover {
                color: #fff;
                text-decoration: underline;
            }
    
        .interactive_box h1 img {
            display: block;
        }

    .interactive_form {
        padding: 5px 20px 5px 20px;
    }
    
        .interactive_form .row {
            border-bottom: 1px solid #b2be9c;
            padding: 15px 0 15px 0;
        }
        
            .interactive_form .row_last {
                border-bottom: 0;
            }
            
            .interactive_form .row label {
                vertical-align: middle;
                color: #706d5f;
                font-size: 12px;
                line-height: 16px;
                text-transform: uppercase;
                font-weight: bold;
                width: 117px;
                display: inline-block;
            }
            
            .interactive_form .row input {
                vertical-align: middle;
                  font-size: 12px;
                    line-height: 16px;
                    border: 1px solid #e3e3eb;
                    color: #878370;
                    border-top: 1px solid #acadb2;
                    padding: 3px;
            }
            
                .interactive_form .row .input_text {
                    width: 206px;
                }
            
                .interactive_form .row .input_submit {
                    border: none;
                    margin-left: 6px;
                    padding: 0;
                }
            
            .interactive_form .row select {
                vertical-align: middle;
                  font-size: 12px;
                    line-height: 16px;
                    color: #878370;
                    border: 1px solid #e3e3eb;
                    border-top: 1px solid #acadb2;
                    padding: 3px;
                    width: 214px;
            }
            
.interactive_results {
    background-color: #fff;
    border: 1px solid #d7ddcb;
    border-top: none;
    display: none;
}

    .interactive_results h1 {
        background-color: #b28000;
        padding: 10px 20px 10px 20px;
        font-size: 24px;
        color: #fff;
        line-height: 30px;
    }
    
    .interactive_results_body {
        padding: 20px;
    }
        
    .interactive_results .results_list {
        
    }
    
        .interactive_results .results_list li {
            font-size: 14px;
            line-height: 18px;
            padding: 10px 0 10px 0;
            border-top: 1px solid #d7d6d0;
        }
                
            .small .interactive_results .results_list li {
                font-size: 12px;
                line-height: 16px;
            }
            
            .large .interactive_results .results_list li  {
                font-size: 18px;
                line-height: 24px;
            }
			
            .interactive_results .results_list li.first {
                border-top: none;
                padding-top: 0;
            }
        
            .interactive_results .results_list li a {
                color: #b28000;
                display: block;
            }
            
                .interactive_results .results_list li a:hover {
                    text-decoration: none;
                }
            
            
                .interactive_results .results_list li a .name {
                    text-decoration: underline;
                    cursor: pointer;
                }
                
                    .interactive_results .results_list li a:hover .name {
                        text-decoration: underline;
                    }
                    
                .interactive_results .results_list li a .distance {
                    text-decoration: none;
                }
                
                .interactive_results .results_list h4 {
                    font-size: 14px;
                    color: #878370;
                    line-height: 18px;
                    font-weight: bold;
                    margin-bottom: 2px;
                }
                
                .interactive_results .results_list li p {
                    color: #706d5f;
                    font-size: 12px;
                    line-height: 16px;
                    margin-bottom: 2px;
                }
    
    .interactive_results_bar {
        display: none;
        margin: 0 20px 0 20px;
        padding: 20px 0 10px 0;
        border-bottom: 2px solid #d7d6d0;
    }
    
        .interactive_results .name {
            float: left; display: inline;
            width: 460px;
        }
        
        .interactive_results .distance {
            width: 200px;
            float: left; display: inline;
            font-size: 14px;
            color: #878370;
            line-height: 18px;
        }
    
            .interactive_results_bar .name {
                color:#bdbbb1;
                font-size: 12px;
                line-height: 16px;
                font-weight: bold;
                text-transform: uppercase;
            }
    
            .interactive_results_bar .distance {
                font-size: 12px;
                line-height: 16px;
                color: #878370;                
            }
            
                .interactive_results_bar .distance_link {
                    font-weight: bold;
                    color: #b28000;
                    text-transform: uppercase;
                    text-decoration: underline;
                }
                
                .main .distance_link, .main .name_link {
                    text-decoration: underline;
                }
                
                    .main .distance_link_active, .main .name_link_active {
                        color: #bdbbb1;
                        text-decoration: none;
                        cursor: default;
                    }
                    
                        .main .name_link_active {
                            padding-right: 14px;
                            background: url(/pwr/templates/images/bg/down_arrow.gif) right no-repeat;
                        }
                    
                        .main .distance_link_active:hover, .main .name_link_active:hover  {
                            text-decoration: none;
                        }
             
                .main .mi_link, .main .km_link {
                    color: #b28000;
                    text-decoration: underline;
                }
                
                    .main .mi_link_active, .main .km_link_active {
                        color: #878370;
                        text-decoration: none;
                        cursor: default;
                    }
                        
                        .main .mi_link_active:hover, .main .km_link_active:hover {
                            text-decoration: none;
                        }
    
        .bar_active {
            display: block;
        }
    
    .interactive_results .loading {
        padding: 30px;
        color: #878370;
        font-weight: bold;
        font-size: 14px;
        line-height: 18px;
    }
    
.social_networking {
    padding: 0px 0 15px 0;
    border-bottom: 1px solid #cccccc;
}

    .social_networking li {
        display: inline;
        margin-right: 30px;
    }
    
.find_more {
    font-size: 12px;
    line-height: 16px;
    color: #878370;
    zoom: 1;
    font-weight: bold;
    padding: 20px 0 20px 0;
}

    .find_more .more_ops {
        float: left;
        width: 400px;
    }
    
    .find_more .subscribe_rss {
        float: right;
        width: 250px;
    } 

.connect_with_us {
	margin-top: -40px;
	background: #f2f1ef;
	padding: 12px;
	width: 137px;
}
.connect_with_us h2 {
	border-bottom: 1px solid #d2d0c9;
	color: #878370;
	font-size: 12px;
	font-variant: small-caps;
	line-height: 1.3333;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.connect_with_us ul {
	border-bottom: none;
	margin-bottom: 0;
}
.connect_with_us li {
	border-bottom: none;
	padding: 4px 0 3px;
}
.connect_with_us li a {
	background: url(/pwr/templates/images/bg/connect-icons.gif) no-repeat;
	color: #706d5f;
	font-size: 11px;
	font-weight: bold;
	padding-left: 26px;
}
.connect_with_us li a:hover { text-decoration: underline; }
.connect_with_us .cwu-facebook a { background-position: 0 -2px; }
.connect_with_us .cwu-facebook a:hover { background-position: 0 -125px; }
.connect_with_us .cwu-flickr a { background-position: 0 -26px; }
.connect_with_us .cwu-flickr a:hover { background-position: 0 -149px; }
.connect_with_us .cwu-itunes a { background-position: 0 -49px; }
.connect_with_us .cwu-itunes a:hover { background-position: 0 -172px; }
.connect_with_us .cwu-twitter a { background-position: 0 -73px; }
.connect_with_us .cwu-twitter a:hover { background-position: 0 -196px; }
.connect_with_us .cwu-youtube a { background-position: 0 -97px; }
.connect_with_us .cwu-youtube a:hover { background-position: 0 -220px; }

.banner-images {
	margin-left: -35px;
	margin-top: -21px;
	width: 741px;
}
.banner-images p {
	color: #706d5f;
	font-size: 9px;
	line-height: 11px;
	padding-top: 3px;
	text-align: right;
}
	.calloutHorizontal {
	border-top: 2px solid #d1b366;
	background: url(/pwr/templates/images/bg/feature_small.gif) bottom left no-repeat;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 36px;
	padding-left: 20px;
    }
    
        .callout_small {
            width: 430px;
        }
    
        .calloutHorizontal h3 {
            margin: 0 0 8px 0;
        }
        
        .calloutHorizontal p {
			line-height:14px;
			font-size:1em;
            margin: 3px 0 0 0;
			display:block;
        }
		
		.calloutHorizontal a {
		display:block;	
			float:right;
			margin-top: -18px;
		}
		
		
		.calloutHorizontal img {
	display: block;
	float: left;
	padding: 8px 10px 0 0;
	margin-top: -8px;
	margin-bottom: 20px;
		}
		
.dateTime {
	display:block;
	font-size: 0.8em;
	margin-top:8px;
	margin-bottom: 4px;
	color:ddd;
	
}
.callout {
	
	background-color: #F1E8D1;
	float: right;
	font-size: 12px;
	line-height: 1.3333;
	margin-left: 20px;
	margin-top:0px;
	padding: 20px;
	width: 150px;
	display: block;

}
.callout p {
	font-size:1em;
	line-height:18px;	
}

.callout h4 {
	color: #5e7630;
	font: bold 16px/1.125 arial, helvetica, sans-serif;
	margin: 0 0 18px 0;
}
.intro .callout p {
	font-size: 11px;
	
}
.callout img {
	margin-bottom:20px;
	
	}
.callout ul.first {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: -4px;
}

.about-promos {
	
	margin-top: 0;
	
}
.about-promos h1 { padding: 10px 0 8px; }
.about-promos p {
	
	margin-right: 20px;
	width: 400px;
}
.about-promos ul {
	float: left;
	margin-left: 0;
	width: 160px;
}
.about-promos ul li {
	background-image: url(/pwr/templates/images/bullets/carrot-on-white.gif);
	background-position: 0px 4px;
	font-size: 12px;
	line-height: 1.3333;
	margin: 0;
	
}

.about-employees,
.about-org {
	border-bottom: none;
	display: block;
	float: none;
	margin-bottom: 10px;
	margin-right: 0;
	width: 481px;
}


.about-sidebar h4 {
	color: #5e7630;
	font-family: arial, helvetica, sans-serif;
	line-height: 1.125;
	font-weight: bold;
}
.about-sidebar ul { margin-left: 0; }
.about-sidebar ul li {
	background-image: url(/pwr/templates/images/bullets/carrot-on-brown.gif);
	background-position: 0px 4px;
	font-size: 12px;
	line-height: 1.3333;
	margin: 0;
	padding-left:8px;
	padding-bottom: 10px;
	*zoom: 1;
}
