#mainContainer #header {
    padding-top: 20px;
}
#mainContainer #header_home {
    /*position:relative;*/
}
#mainContainer #steps3 {
    /*background-image:url('../../gfx/bg.header.home.jpg');*/
    height:100px;
    /*height:353px;*/
    /*position:relative;*/
}
#mainContainer #header_home #steps3 {
    background-image:url('../../gfx/bg.header.home.jpg');
    /*height:376px;*/
    height:353px;
    /*position:relative;*/
}
#mainContainer #search {
    height:144px;
}
#mainContainer #header_home #search {
    height:353px;
}
#mainContainer #steps3 #step1 {
    position:absolute;
    width:286px;
    top:13px;
    left:10px;
    padding:13px;
    padding-left:12px;
    padding-top:10px;
}
#mainContainer #steps3 #step2 {
    position:absolute;
    width:286px;
    top:13px;
    left:299px;
    padding:13px;
    padding-left:12px;
    padding-top:10px;
}
#mainContainer #steps3 #step3 {
    position:absolute;
    width:286px;
    top:13px;
    left:590px;
    padding:13px;
    padding-left:12px;
    padding-top:10px;
}

#mainContainer #steps3 #step1,
#mainContainer #steps3 #step2,
#mainContainer #steps3 #step3 {
    top:36px;
}

#mainContainer #header_home #steps3 #step1,
#mainContainer #header_home #steps3 #step2,
#mainContainer #header_home #steps3 #step3 {
    top:13px;
}
.step1Dropdown {
    color:#c53830;
    background-image:url('../../gfx/step1_dropdown.jpg');
    
    /*width:240px;*/
    width: 268px;
    
    height:49px;
    line-height:49px;
    padding-left:30px;
    font-weight:bold;
}
.step2Dropdown {
    color:#c53830;
    background-image:url('../../gfx/step2_dropdown.jpg');
    width:224px;
    height:49px;
    line-height:49px;
    padding-left:30px;
    font-weight:bold;
}
.step3Dropdown {
    color:#c53830;
    background-image:url('../../gfx/step3_dropdown.jpg');
    width:224px;
    height:49px;
    line-height:49px;
    padding-left:30px;
    font-weight:bold;
}
#mainContainer #top {
    background-image:url('../../gfx/logo_home.jpg');
    height:112px;
    background-repeat:no-repeat;
    /*position:relative;*/
}
#mainContainer #top #quicklinks {
    position:absolute;
    right:0px;
    top:20px;
    color:#c53830;
    font-size:11px;
    text-align:right;
}
#mainContainer #top #quicklinks a {
    /*color:#a79a89;*/color:#000000;
    margin-right:5px;
    margin-left:5px;
}
#mainContainer #searchHome {
    /*position:absolute;
    bottom:0px;*/
    padding-top: 97px;
    height:48px;
    
    z-index:900;
}
#mainContainer #header_home #searchHome {
    padding-top: 305px;
}
#mainContainer .searchLabel {
    display: block;
    height: 50px;
    float: left;
    
    line-height: 50px;
    vertical-align: middle;
    
    font-size: 12px;
    color: #ffffff;
}
#mainContainer #searchHome img {
    margin-top:20px;
}
#mainContainer #searchHome #searchForm input {
    margin-left:20px;
    margin-right:5px;
    margin-top:15px;
    width:290px;
    background-color:transparent;
    /*color:#c53830;*/
    color: #000000;
    font-size:12px;
    font-weight:bold;
}
#mainContainer #searchHome #searchForm button {
    background-color:transparent;
    width:32px;
    height:30px;
    margin-top:10px;
}
#mainContainer #searchHome #advanced {
    padding-top:15px;
}
#mainContainer #searchHome #advanced a {
    display:block;
    float:left;
    position:relative;
    padding-left:15px;
    margin-left:10px;
    color:#c7bfb5;
    font-size:11px;
}
#mainContainer #searchHome #advanced img {
    position:absolute;
    top:-15px;
    left:0px;
}
.collectorItem {
    padding-left:20px;
    padding-top:20px;
    padding-bottom:10px;
    background-repeat:no-repeat;
    background-position:90% 25px;
}
.news {
    padding:20px;
}


#mainContainer #content .dictionary {
    color: #92826d;
    text-decoration: none;
    border-bottom: 1px dashed #92826d;
    cursor: help;
}
#mainContainer #content .dictionary:hover {
    text-decoration: none;
}
