@charset "utf-8";
/* CSS Document */

#column-main a {
	color: #6699CC;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}

#column-main a:hover {
	text-decoration:underline;
}


/****** Bottom Panels ******/

a:focus img, a img:focus{
    outline:0 none;
    
}
#p-container{
    width:99.80%;
    background: rgb(255, 255, 255);
    border-left:1px solid #DDD;
    border-right:1px solid #DDD;
    border-bottom:1px solid #DDD;
	
}

#p-left{
    float:left;
    width:33%;
    padding:3% 0 3% 12%;
}

#p-right{
    float:right;
    width:33%;
    padding:3% 12% 3% 0;
}

#p-container form {
    margin: 10px 0px 10px 0px;
    background-color: #F0F0D7;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    padding: 10px;
    text-align: center;
}

#p-container form input[type=text]{
    margin-right: 10px;
    padding:6px 3px;
    font-weight: bold;
    color:#666;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #F0F0D7;
    width:200px;
}

#p-container .button-find {
    width: 60px;
    height: 30px;
    border: 0px;
    background-image: url(../img/buttons/form-find-1.png);
    background-color: #FFFFFF;
	display: inline;
        cursor: pointer;
}

#p-container a {
	color: #6699CC;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}

#p-container h3{
    color: #646466;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

#p-container p{
    color: #646466;
    line-height: 1.6em;
}


.clr{
    clear:both;
}







