/* services css */

#servicesDining{
float: right;
margin: 0 10px 10px 20px;
}
p#checkout {
padding: 10px 0 0 10px;
}
#servicesCheckout{
float: left;
padding: 0 10px 10px 0;
margin: 10px;
}
#servicesh3{
margin-top: -20px;
margin-left: 10px;
padding-bottom: 14px;
}
ul#servicelist{
margin: 0;
padding: 0 0 0 10px;
list-style-type: none;
}
 ul#servicelist li{
 background:  url(../images/icon_servicelist.gif) no-repeat left center;
 padding-left: 18px;
 font-size: 16px;
 margin-left: 20px;
 }
 #costs{
 clear: both;
 margin: -20px 0 10px;
 }
 #costs h2{
 font-size: 24px;
 text-align: center;
 font-weight: bold;
 }
 #costs h2 span{
 color: #4d545e;
 }
 #costs h4{
 color: #da630c;
 text-align: left;
 padding-left: 20px;
 background:  url(../images/icon_caFlag.gif) no-repeat left center;
 }
 #costs h5{
 font-size: 16px;
 text-decoration: underline; 
 margin: 4px;
 padding-bottom: 2px;
 }
 #costs p{
 margin: 3px 16px;
 }
 #costnotes{
 background:  url(../images/icon_note.gif) no-repeat 0 0;
 width: 80%;
 line-height: 14px;
 margin: 10px auto;
 text-align: center
 }
