#service #service_mainbar {
    background: url(../images/service_mainbar.jpg) no-repeat;
    background-position: top right;
    height: 130px;
    margin: 30px 0 0 0;
    padding: 15px 20px 20px 300px;
}

#service #service_action {
    float: left;
    width: 320px;
}

#service #service_action img{
    float: left;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

#service #service_members {
    float: right;
    width: 300px;
    height: 200px;
    border: 1px #CCC solid;
    padding: 10px;
    background: url(../images/service_lock.jpg) no-repeat;
    background-position: top right;
}

#service #service_members form{
    margin: 0 0 0 20px;
}

#service #service_points {
    float: right;
    width: 300px;    
    border: 1px #CCC solid;
    padding: 10px;
    margin: 0 0 10px 0;
}

#service #service_points #map{
    margin: 0 0 10px 40px;
}

#service #maparea{
    width: 320px;
    height: 320px;
    float: left;
}

#service #maplegend{
    width: 320px;
    height: 320px;
    float: left;
    margin: 10px 0 0 0;
}

#service h2{
    margin: 0px;
    padding: 0px;
}

#service button {
    font-weight: bold;
    font-size: 12px;
    border: 1px #333 outset;
    background-color: #CCC;
    color: #000;
    padding: 2px;
}

#service button {
    font-weight: bold;
    font-size: 12px;
    border: 1px #333 outset;
    background-color: #CCC;
    color: #000;
    padding: 2px;
}

#service button:hover {
    background-color: #CC0000;
    color: #FFF;
}


#service .action {
    margin: 0 0 0 20px;
}


#service .action_check {
    padding: 20px;
    background: #F1F1F1;
    border: 1px #003366 solid;
}



#service dl{
    padding: 10px;
    width: 300px;
    float: left;
}

#service .type{
    float: right;
    width: 300px;
    padding: 20px;
}

#service .type img{
    float: left;
    vertical-align: middle;
    margin: 0 20px 50px 0;
}

#service dt{
    font-weight: bold;
}

#service .service{
    background: #D6EBCC;
    margin: 0 0 10px 0;
    min-height: 100px;

}

#service .partner{
    background: #CCD6E0;
    margin: 0 0 10px 0;
    min-height: 100px;
}

#service dd img{
    margin: 0 5px 0 -20px;
    vertical-align: middle;
}

#service dd br{
    margin: 5px 0 0 0;
}

#service input[type=submit] {
     font-weight: bold;
}

#faq {

}

#faq .question{
}

#faq .question img{
	display: inline-block;
	clear: both;
}

#faq .answer{
	margin: 10px 0 20px 40px;
	width: 600px;
}

#faq li {
	list-style-position: outside;
	margin: 0 0 0 40px;
	line-height: 150%;
}

#faq .qe {
	list-style: circle url(../images/minus.gif);
}

#faq .qc {
	list-style: circle url(../images/plus.gif);
}


#faq li {
	list-style-position: outside;
	list-style: circle url(../images/plus.gif);
	margin: 0 0 0 40px;
}

#faq ul {
	margin: 0 0 0 20px;
}



#serviceform p{
    width: 450px;
    clear: left;
    margin: 0;
    padding: 5px 0 8px 0;
    padding-left: 170px; /*width of left column containing the label elements*/
    height: 1%;
}


#serviceform .both {
    padding: 10px;
    background-color: #CCC;
    margin: 0 0 20px 0;
}

#serviceform input[type="radio"] {
    margin: 0 0 0 30px;
}

#serviceform span {
    float: left;
    margin-left: -170px; /*width of left column*/
    width: 165px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
    text-align: right;
}

#serviceform input[type="text"] {
    width: 300px;
}


#serviceform .formfieldseparate {
    background-color: #F1F1F1;
}


#filelist .entry {
    margin: 15px 0 15px 0;
    border-bottom: 1px #CCC solid;
    padding: 0 0 15px 0;
}

#filelist .entry .image{
    float: left;
    width: 150px;
}

#filelist .entry .name{
    float: left;
    width: 500px;
}

#filelist .entry .name a{
    text-decoration: none;
}

