@charset "utf-8";

/* Override styles */
#content {
width:850px;
}



/* Lead */
#content .lead {
width:820px;
margin:0 auto 50px;
}
#content .lead h2 {
margin-bottom:4px;
}
#content .lead p {
margin:0 10px 33px;
}
#content .lead .services {
margin:0 5px;
}
#content .lead .services h3 {
margin-bottom:9px;
padding:0 7px 7px;
border-bottom:1px dotted #DAD9D4;
}
#content .lead .services ul {
margin:0 3px;
font-size:1.2em;
line-height:1.5;
}
#content .lead .services li {
min-height:12px;
height:auto !important;
height:12px;
padding-left:19px;
background:url(../img/index_bg_01.png) left center no-repeat;
}



/* Information */
#content .information {
width:810px;
margin:0 auto 60px;
}
#content .information h2 {
margin:0 3px 10px;
}



/* Present */
#content .information .present {
overflow:hidden;
height:100%;
margin-bottom:14px;
}
#content .information .present p {
float:left;
}



/* More information */
#content .information .more {
overflow:hidden;
height:100%;
padding:0 10px;
}
#content .information .more ul {
list-style:disc outside;
display:inline;
float:left;
width:400px;
margin-top:4px;
}
#content .information .more li {
margin-left:1.5em;
}
#content .information .more p {
float:right;
}



