/*
	Common Elements
	built by Jason Geiger (130public.net)
	built on WSC3 CSS standards
	
	copyright 2007. all rights reserved.
		
*/
/****************************************|HEADER|****************************************/
#masthead {
	height: 28px;
}
#animated_map {
	height: 278px;
}
#marco_polo_foundation {
	padding: 22px 100px;
	height: 28px;
	width: 700px;
}
#marco_polo_foundation a {
	display: block;
	height: 28px;
	width: 700px;
	text-indent: -9999em;
}
/****************************************|INNER|****************************************/
#inner {
	padding: 0;
	overflow: hidden;
	width: 900px;
}
.navigation {
	float: left;
	margin-right: 28px;
	padding: 28px 0;
	width: 196px;
	background: url(/lib/images/global/navigation_bg.gif) 0 0 repeat-x #f3ead7;
	margin-bottom: -999em !important;
	padding-bottom: 999em !important;
}
.article {
	float: left;
	margin-right: 28px;
	padding-top: 28px;
	width: 420px;
}
.wide_article {
	float: left;
	margin-right: 14px;
	padding-top: 28px;
	width: 612px;
}
.sidebar {
	float: left;
	width: 206px;
	padding-top: 28px;
}
.thumbnail_list {
	margin: 14px 0;
	list-style: none;
}
.thumbnail_list li {
	margin: 0;
	padding: 0 1px;
	display: inline;
	height: 75px;
}
/****************************************|NAVIGATION|****************************************/
#navigation {
	width: 196px;
	padding: 0 -10px;
}

.navigation {
        border-left: 1px solid #5b574b;
        border-right: 1px solid #5b574b;
}

.navigation p {
	margin: 0 10px;
	width: 176px;
}
ul.navigation_list {
	margin: 0;
	padding: 0;
	list-style: none;
        border-bottom: 1px solid #5b574b;
}
ul.navigation_list li {
	margin: 0;
	padding: 0px;
	list-style: none;
	width: 180px;
	text-align: center;
}
ul.navigation_list li a {
	display: block;
	width: 180px;
        padding:0px 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 28px;
	text-transform: uppercase;
        font-weight:bold;
        border-top: 1px solid #5b574b;
}
ul.navigation_list li a:hover {
	background: url(/lib/images/global/btn_bg.gif) 0 0 repeat-x #af9f80;
}
ul.sub_navigation {
	margin: 4px 0 10px;
	padding: 0;
}
ul.sub_navigation li a {
	display: block;
	padding: 3px 0;
	width: 196px;
	font-size: 13px;
	line-height: 15px;
}
.main_navActive {
	text-decoration: underline !important;
}
.mpf_desc {
	margin: 20px 0 ;
	text-align: center;
}
/****************************************|ARTICLE|****************************************/
.article p, .wide_article p, .sidebar p, p.justify {
	text-align: justify;
}
p.centered {
	text-align: center;
}
/****************************************|EVENTS|****************************************/
#events-page .section h4 {
	color: #3D6893
}
#events-page .section {
	margin: 20px 0;
}
#events-page .section table p {
	margin: 0;
	padding: 0;
}

/****************************************|SIDEBAR|****************************************/
.sidebar h3 {
	display: inline;
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
}
/****************************************|MISC|****************************************/
img.inline {
	float: right;
	padding: 0 0 14px 14px;
}
.separate {
	margin: 14px 0;
	height: 28px;
	width: 100%;
	background: url(/lib/images/global/separate.gif) no-repeat  50% 0;
}
.separate_tan {
	margin: 14px 0;
	height: 28px;
	width: 100%;
	background: url(/lib/images/global/separate-tan.gif) no-repeat  50% 0;
}
.seal {
	margin-top: 14px;
	width: 100%;
	text-align: center;
}
.price {
	padding: 14px 0;
	width: 100%;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.price_emphasis {
    font-size:18px;
}
.copyright {
	float: left;
	text-align: left;
}
.credit {
	float: right;
	text-align: right;
}
.credit a, .credit a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.credit a:hover {
	color: #660000;
	border-bottom: 1px dotted #660000;
}