html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font: normal 12px Arial, Tahoma, Vedana;
	color: #000;
    line-height: 18px;
    vertical-align: baseline;
    outline: none;
    -moz-outline: none;
}

table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; }

a img { border: none; }

input, a {
    font: normal 12px Arial, Tahoma, Vedana;
    line-height: 18px;
    vertical-align: baseline;
    outline: none;
    -moz-outline: none;
}

ul, ol, li {
    list-style: none;
    list-style-type: none;
    list-style-image: none;
}

p, ul li, span {
	font-size: 12px;
	line-height: 18px;
}

/***************************** tpl */

#cont{
    width: 800px;
    margin: 0 auto;
}

.pTop{
    float: left;
    width: 800px;
    background-color:white;
}

    .pTop .left{
        float: left;
        width: 340px;
    }
    
    .pTop .right{
        float: right;
        width: 430px;
        text-align: right;
        padding: 10px 0 0 0;
        position: relative;
    }

.pMiddle{
    float: left;
    width: 800px;
    background-color:white;
}

.pBottom{
    float: left;
    width: 800px;
    position: relative;
    height: 180px;
}

/***************************** page home */

.pTopHome{
    height: 100px;
    background-color: white;
}
        
        .pTopHome .right{
            text-align: left;
        }

        .pTopHome .right #figure{
            position: absolute;
            top: 10px;
            right: 0;
        }
        
        #figure2{
			position: absolute;
			top: 10px;
            right: 0;
            /*margin-left:50px;*/
        }
        
        .pTopHome .right .topmap{
            float: right;
        }

.pMiddleHome{}

    .pMiddleHome .top{
        text-align: right;
        height: 70px;
        position: relative;
        padding: 0 210px 0px 0;
    }
        
        .pMiddleHome .top #state-name-home{
            position: absolute;
            width: 80%;
            top: 55px;
            left: 0;
            display: inline-block;
            font-size: 23px;
            font-weight: bold;
            letter-spacing: -1px;
            color: #fe0000;
            line-height: 30px;
            z-index: 100;
        }
        
        .pMiddleHome .top #state-name{
            position: absolute;
            width: 335px;
            top: 53px;
            left: 65px;        
            display: block;
            text-align: right;
            color: #b5b5b5;
            font: bolder 35px arial;
            display: none;
        }

            .pMiddleHome .top #locksmithspan{
                position: absolute;
                width: 560px;
                top: 53px;
                left: 50px;        
                display: block;
                padding: 0 0 0 10px;
                font: bolder 35px arial;
                display: none;
            }
        
    .pMiddleHome .bottom{
        position: relative;
        width: 800px;
        height: 240px;
        padding: 20px 0 0 0;
        text-align: center;
    }

    .pMiddleHome .bottom #flashMapCont{
        position: absolute;
        overflow: hidden;
        top: 20px;
        left: 0;
        width: 800px;
        height: 220px;    
        z-index: 1;
    }
    
    .pMiddleHome .bottom #flashMapOver{
        position: absolute;
        top: 25px;
        left: 0;
        width: 800px;
        height: 220px;    
        z-index: 100;
        display: none;
    }
    
    .pMiddleHome .bottom strong{
        color: #0035ad;
        font-size: 14px;
    }    
    
.pBottomHome{
    background: url(../img/bg_foot_home.jpg) top left no-repeat;
}

    .pBottomHome #search-state-code{
        position: absolute;
        right:134px;
        top:103px;
        width:240px;
        font:bold 13pt Arial;
        border: 0;
        background: none;
    }
    
    .pBottomHome #search-state-button{
        position: absolute;
        top: 103px;
        right: 28px;
        width: 100px;
        height: 25px;
    }    
    
    .pBottomHome #ringme{
        position: absolute;
        width:198px;
        top:30px;
        left:74px;
        height:78px;
    }
    
    .pBottomHome #home{
        position: absolute;
        width:198px;
        top:0px;
        left:300px;
        height:85px;
    }
    
    .pBottomHome #more-information{
        position: absolute;
        width:198px;
        top:5px;
        left:519px;
        height:78px;
    }

    .pBottomHome .phoneNumber{
        display: block;
        position: absolute;
        color: #FFFFFF;
        font-size: 47px;
        font-weight: normal;
        right: 408px;
        top: 120px;
        line-height: 50px;
        letter-spacing: -1px;
    }

    .pBottomHome .phoneNumberSub{
        display: block;
        position: absolute;
        top: 93px;
        right: 394px;        
        color: #fff;
        font-weight: normal;
        font-size: 30px;
        letter-spacing: 17px;
    }
    
    
    
/***************************** page more information */

.topMoreInfo{
    height: 200px;
    position: relative;
    background-color:white;
}

.topMoreInfo .top{
        position: absolute;
        top: 100px;
        left: 133px;
        padding: 0;
}

.moreInfoContent{}

.moreInfoContent div.cont{
    overflow: hidden;
    padding: 0 0 25px 0;
}

.moreInfoContent p{
    float: left;
    width: 48%;
}

.moreInfoContent p img{
    float: left;
    margin: 5px 10px 0 0;
    border: solid 1px #000;
}

.moreInfoContent span{
    float: left;
}

.pBottomMoreInfo{
    height: 197px;
    background: url(../img/bg_foot_moreinfo.jpg) left bottom no-repeat;
}
    
    .pBottomMoreInfo #ringme{
        position: absolute;
        width:198px;
        top:105px;
        left:74px;
        height:78px;
    }
    
    .pBottomMoreInfo #home{
        position: absolute;
        width:198px;
        top:90px;
        left:300px;
        height:85px;
    }
    
    .pBottomMoreInfo #more-information{
        position: absolute;
        width:198px;
        top:80px;
        left:519px;
        height:78px;
    }

/* class */    
    
.fr{ float: right!important;}

#searchResult{
	margin-top:25px;
	text-align:center;
	float:left;
	padding-bottom:20px;
}
.pClass{
	margin-left:28px;
	font-weight:bold;
	font-size:16px;
	padding-bottom:15px;
	color:blue
}
.keyWords{
	color:#efefef;
	font-size:10px;
}

.innerPclass{
	text-align:left;
	margin-left:55px;
}
#lock_data{
	text-align:center;
	margin-left:150px;
	padding-bottom:15px;
}

.templateClass{
	float:left;
	margin-left:250px;
}

