@charset "utf-8";

.container {
        position: static ;
        padding: 0 2px;
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
}
.subNav {
        padding-left: 50px;
        padding-top: 12px;        
}
.subNav li {
        float: left;
        padding: 0 15px;
        border-right: 1px solid #17446d;
}
.subNav .last {
        border: 0;
}
.subNav .subnavlist {
        cursor: pointer;
        position: relative;
        z-index: 1;
}
.subNav .subnavlist ul {
        background: #fff;
        position: absolute;
        top: 15px;
        left: -1px;
        padding: 10px 15px 0 10px;
        display: none;
        border-left: 1px solid #17446d;
        border-bottom: 1px solid #17446d;
        white-space: nowrap;       
        -moz-border-radius-bottomleft: 5px;
}
.subNav .subnavlist li {
        float: none;
        height: 24px;
        padding: 0 5px;
        margin: 0;
        border: 0;
}
#subcol {
        float: left;
        padding-right: 10px;
        width: 250px;
        padding-top: 12px;
}
.fetchguide {
        float: left;
        width: 200px;
        margin-top: 15px;
        padding: 10px 5px;
        border: 1px solid #e5e5e5;
        line-height: 28px;
        padding-left: 12px;
	margin-left:5px;
}
.fetchguide p {
        text-align: center;
        line-height: 120%;
        padding: 5px 0;
}
.fetchguide_title {
        font-size: 16px;
        font-weight: bold;
}
#fetchEmail {
        border: 1px solid #b2b2b2;
        margin: 0 0 0 5px;
        padding: 1px 0 1px 3px;
        vertical-align: middle;
        color: #484848;
}
#fetchguidebtn {
        vertical-align: middle;
        margin-left: 2px;
        border: none;
}
#maincol {
        float: left;
        width: 680px;
        padding: 15px 0;
        line-height: 150%;
}
#maincol h2 {
        font-size: 2em;
        font-weight: bold;
        padding-bottom: 15px;
}
#maincol h3 {
        font-size: 1.4em;
        font-weight: bold;
        padding-bottom: 10px;
}
#content p {
        padding-bottom: 15px;
}
#content ul {
        list-style: outside circle;
        padding-left: 42px;
        padding-bottom: 15px;
} 
#content ol {
        list-style: outside decimal;
        padding-left: 42px;
        padding-bottom: 15px;
}
#content table {
        margin-bottom: 15px;
}
#content td {
        background: #fff;
        padding: 5px 15px;
        text-align: center;        
}
#content .gohome, #content .gocata {
        padding: 5px 10px;
        background: #EF6D27;
        font-weight: bold;
        color: #fff;
}
#content .ul2 {
        list-style: none;
        padding-left: 40px;
}
#content .ul3 {
        list-style: outside disc;
        padding: 0 0 0 14px;        
}
#content .gohome {
        margin-right: 120px;
}
#content .re {
        padding: 20px 0 10px;
}
#content .bu {
        font-weight: bold;
        text-decoration: underline;
} 
