/*-----------------------------------------------------------------
present
-----------------------------------------------------------------*/

#present {
}

/*----- primary -----*/

#present .primary {
width: 400px;
float: left;
}

#present .primary h2 {
font-size: 18px;
line-height: 120%;
font-weight: bold;
color: #CC6600;
margin: 10px 0 0 0;
}

#present .primary h2 .s {
font-size: 12px;
font-weight: bold;
color: #CC6600;
}

#present .primary h3 {
font-size: 75%;
border-bottom: #CCCCCC 1px dotted;
padding-bottom: 5px;
color: #CC9900;
font-weight: bold;
margin: 25px 0 10px 0;
}

#present .primary p {
font-size: 90%;
line-height: 150%;
margin: 1em 0;
}

#present .primary p.lead {
font-size: 100%;
line-height: 150%;
margin: 1em 0;
}

#present .hp-link {
height: 16px;
background: #FFFFFF url("../images/icon-web.gif") no-repeat 0 2px;
padding-left: 40px;
font-size: 12px;
display: block;
margin: 1em 0 5px 0;
}

#present .map-link {
height: 16px;
background: #FFFFFF url("../images/icon-map.gif") no-repeat 0 2px;
padding-left: 40px;
font-size: 12px;
display: block;
}

#present table.line {
border-top: 1px solid #666666;
border-left: 1px solid #666666;
}

#present table.line th {
background-color: #EEEEBB;
padding: 5px;
border-bottom: 1px solid #666666;
border-right: 1px solid #666666;
}

#present table.line td {
padding: 5px;
border-bottom: 1px solid #666666;
border-right: 1px solid #666666;
vertical-align: top;
}

#present table.photo-table h3 {
font-size: 75%;
color: #CC9900;
font-weight: baold;
border: 0;
margin: 0 0 0.3em 0;
padding: 0;
}

#present table.photo-table p {
font-size: 75%;
line-height: 140%;
margin: 0;
}

#present em {
color: #666600;
font-style: normal;
}

#present a.btn-present-entry {
width: 200px;
height: 49px;
background: #FFFFFF url("../images/btn-present-entry.jpg") no-repeat top;
display: block;
}

#present a.btn-present-entry:hover {
background-position: bottom;
}



/*----- secondary -----*/

#present .secondary {
width: 170px;
float: right;
border: #CCCCCC 1px solid;
}

#present .secondary .inner {
padding: 13px;
}

#present .secondary h2 {
font-size: 100%;
font-weight: bold;
color: #006600;
line-height: 120%;
margin: 1em 0;
}


#present .secondary p {
font-size: 75%;
line-height: 140%;
margin: 1em 0;
}


