/* Localized */
#content {
	width: 682px;
	float: left;
	padding-bottom: 20px;
}

#content div.main-panel {
    width: 682px;
    height: 302px;
}

#content div.main-panel p {
    margin: 20px 0 0px 20px;
    font-size: 12px;
    line-height: 140%;
    background: transparent;
    color: #777;
}

#content div.main-panel p strong {
    background: transparent;
    color: #555;
}

#content p.breadcrumbs {
	margin: 15px 0 0 15px;
	font-size: 12px;
}

#content div.main-content {
	margin-top: 10px;
}

#content div.main-content h4 {
	margin: 15px 15px 0 15px;
	font-size: 13px;
}

#content div.main-content p {
	margin: 10px 15px 0 15px;
	font-size: 12px;
	line-height: 140%;
}

#content div.main-content ul {
	margin: 15px 15px 0 40px;
}

#content div.main-content ul li {
	font-size: 0.9em;
	margin-top: 10px;
}

#content div.main-content p#fn1,
#content div.main-content p#fn2,
#content div.main-content p#fn3 {
	margin-top: 5px;
	font-size: 10px;
	color: #777;
}

#content div.main-content p#fn1 {
	margin-top: 15px;
}

#content div.main-content span.note {
    font-size: 11px;
    background: inherit;
    color: #777;
}

#content h3.divider,
#content h3.area,
#content h3.plan {
	margin-top: 15px;
	width: 682px;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	font-size: 14px;
	text-indent: 15px;
}

#content h3.divider {
	background-color: #8A8A8A;
	background-image: url("../images/h3-divider.gif");
	background-repeat: no-repeat;
	color: #FFF;
}

#content h3.area,
#content h3.plan {
	background-color: #3C6BBB;
	color: #FFF;
}

#content div.action-block {
	margin: 20px;
	text-align: center;
}

#content div.action-block table,
#content table.area-table,
#content table.price-table,
#content table.contact-table {
	margin: 20px auto;
	border-collapse: collapse;
	border: 1px solid #DDD;
}

#content div.action-block table {
	width: 350px;	
}

#content div.action-block table th,
#content div.action-block table td,
#content table.area-table th,
#content table.area-table td,
#content table.price-table th,
#content table.price-table td,
#content table.contact-table th,
#content table.contact-table td {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

#content div.action-block table th,
#content table.area-table th,
#content table.price-table th,
#content table.contact-table th {
	padding: 10px 15px;
	background: #F2F2F2;
	color: inherit;
}

#content table.area-table th,
#content table.price-table th,
#content table.contact-table th {
	border-top: 1px solid #DDD;
	white-space: nowrap;
}

#content div.action-block table td {
	padding: 5px 10px 5px 30px;
	border-top: 1px solid #DDD;
}

#content table.area-table td,
#content table.price-table td,
#content table.contact-table td {
	padding: 10px;
	border-top: 1px solid #DDD;
}

#content table.price-table td.price {
	text-align: right;
}

#content div.main-content table.price-table td ul {
	margin: 0px 10px 10px 20px;
}

#content table.contact-table {
	width: 550px;
}

#content table.contact-table dl {
	font-size: 14px;
	line-height: 200%;
}

#content table.contact-table dl dt {
	width: 200px;
	margin-right: 10px;
	float: left;
	clear: left;
	text-align: right;
}

/* Sidebar */
#sidebar {
	width: 212px;
	min-height: 400px;
	float: right;
}

#sidenav h3 {
	border-bottom: 1px solid #DDD;
}

#sidenav {
	padding-bottom: 21px;
	background-color: #F2F2F2;
	background-image: url("../images/sidenav-bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	color: inherit;
}

#sidenav div.inner {
	padding-bottom: 15px;
	background: #F2F2F2;
	color: inherit;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
}

#sidenav h4 {
	padding-top: 20px;
}

#sidenav ul {
	margin-top: 20px;
}

#sidenav ul ul {
	margin-top: 0px;
}

#sidenav ul li {
	display: block;
	list-style: none;
	margin-top: 10px;
	font-size: 12px;
	line-height: 18px;
	text-indent: 30px;
	background-image: url("../images/sidenav-arrow.gif");
	background-repeat: no-repeat;
	background-position: 15px 0;
}

#sidenav ul li ul li {
	margin-top: 7px;
	font-size: 11px;
	text-indent: 40px;
	background-position: 25px 0;
}

#sidenav ul li.here {
	background-image: url("../images/sidenav-arrow-here.gif");
}

#sidenav ul li.selected {
	background-image: url("../images/sidenav-arrow-selected.gif");
}

#sidenav ul li a {
	display: block;
	height: 18px;
	text-decoration: none;
	color: #3C6BBB;
}

#sidenav ul li a:hover {
	text-decoration: underline;
}