@charset "utf-8";
.header{ width:auto;height:280px; background:url(../img/org_logo.jpg) no-repeat center bottom; position: relative; }
.header a {
    display: block;
    width: auto;
    height: 280px;
    text-indent: -1000em;
}
.content{width:440px; margin:0 auto;height:260px;position:relative}
.content dl img{margin-top:8px}
.content dd{width:220px;left:103px;top:0px; position:absolute}
.content dd p{ font-size:11px;color:#666; line-height:20px}
.contact {position:absolute;left:103px;top:140px;font-size:11px;color:#666;line-height:22px}

#pages {
        position: fixed!important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 140%;
        background: #000;
        display: none;
        z-index: 10;
    }
    #contact {
        width: 380px;
        margin: 0 auto;
        padding: 0 20px 20px 20px;
        position:absolute;
	    left:50%;
		margin-left:-190px;
        z-index: 20;
        background: #FFF;
        border: 1px solid #CCC;
        top: 10px;
        display: none;
    }
        #contact h3 {
            font-size: 16px;
            font-weight: bold;
            color: #F60;
            margin: 5px 0;
            padding: 5px 0;
            border-bottom: 1px solid #CCC;
        }
            #contact h3 span {
                float: right;
                cursor: pointer;
                padding: 0 5px 0 0;
            }
        #contact fieldset {
            border: none;
            padding: 5px 10px;
            width: 340px;
        }
        #contact label {
            color: #006600;
            font-weight: bold;
        }
            #contact label.error {
                color: #F60;
            }
            #contact i {
                color: #F60;
                font-style: normal;
            }
        #contact input {
            border: 1px solid #ccc;
            display: block;
            margin: 3px 0;
        }
        #contact textarea {
            display: block;
            width: 340px;
            height: 100px;
            margin: 3px 0;
            border: none;
        }
        #contact select {
            display: block;
            margin: 3px 0;
            font-size: 10px;
        }
        #contact small, #contact p {
            font-size: 11px;
        }
        #contact td {
            padding: 5px 10px 5px 0;
        }
    .alert {
        margin: 5px;
        padding: 10px;
        border: 1px solid #CCC;
        color: #333;
        background: #FFC;
        display: none;
    }
