/*-----------------------------------------------------------------
drive-guide
-----------------------------------------------------------------*/

#drive-guide {
}

/*----- primary -----*/

#drive-guide .primary {
width: 400px;
float: left;
}

#drive-guide .primary h2 {
font-size: 150%;
line-height: 120%;
font-weight: bold;
color: #CC6600;
border-left: #CC6600 8px solid;
padding-left: 10px;
margin: 15px 0;
}

#drive-guide .primary h3 {
font-size: 100%;
border-bottom: #CCCCCC 1px dotted;
padding-bottom: 5px;
color: #CC9900;
font-weight: bold;
margin: 25px 0 15px 0;
}

#drive-guide .primary p {
font-size: 90%;
line-height: 150%;
margin: 1em 0;
}

#drive-guide .primary p.lead {
font-size: 100%;
line-height: 150%;
margin: 1em 0;
}

#drive-guide .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;
}

#drive-guide .map-link {
height: 16px;
background: #FFFFFF url("../images/icon-map.gif") no-repeat 0 2px;
padding-left: 40px;
font-size: 12px;
display: block;
}

#drive-guide table.line {
border-top: 1px solid #666666;
border-left: 1px solid #666666;
}

#drive-guide table.line th {
background-color: #EEEEBB;
padding: 5px;
border-bottom: 1px solid #666666;
border-right: 1px solid #666666;
}

#drive-guide table.line td {
padding: 5px;
border-bottom: 1px solid #666666;
border-right: 1px solid #666666;
vertical-align: top;
}

#drive-guide table.photo-table h3 {
font-size: 75%;
color: #CC9900;
font-weight: baold;
border: 0;
margin: 0 0 0.3em 0;
padding: 0;
}

#drive-guide table.photo-table p {
font-size: 75%;
line-height: 140%;
margin: 0;
}

#drive-guide em {
color: #CC6600;
font-style: normal;
}

#drive-guide ul {
text-align: center;
margin: 20px 0;
list-style-type: none;
}

#drive-guide ul li {
font-size: 75%;
margin-bottom: 0.3em;
}



/*----- secondary -----*/

#drive-guide .secondary {
width: 170px;
float: right;
border: #CCCCCC 1px solid;
}

#drive-guide .secondary .inner {
padding: 13px;
}

#drive-guide .secondary h2 {
font-size: 100%;
font-weight: bold;
color: #006600;
line-height: 120%;
margin: 1em 0;
}


#drive-guide .secondary p {
font-size: 75%;
line-height: 140%;
margin: 1em 0;
}


/*----- secondary -----*/
.bread-cooking {
}


#drive-guide .secondary .bread-cooking h2 {
font-size: 100%;
font-weight: bold;
color: #CC0000;
line-height: 120%;
margin: 0.3em 0;
text-align: center;
}

#drive-guide .secondary .bread-cooking h3 {
font-size: 75%;
color: #CC0000;
margin: 1em 0 1em 0;
border-bottom: #CCCCCC 1px solid;
padding-bottom: 2px;
}

#drive-guide .secondary .bread-cooking h4 {
font-size: 75%;
font-weight: bold;
color: green;
margin: 0.5em 0 0.2em 0;
}

#drive-guide .secondary .bread-cooking p {
font-size: 75%;
line-height: 140%;
margin: 0.5em 0;
}



