/* CSS Document */

/* -------------------- General styling */

	body {
		background-color: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
		}
		
	h1, h2, h3, h4 {
		font-weight: bold;
		margin: 0 0 15px 0;
		}
	h1 {
		margin: 0 0 25px 0;
		padding: 0 0 8px 0;
		font-size: 18px;
		font-weight: normal;
		border-bottom: 1px solid #f5e8d6;
		}
	h2 { font-size: 12px; margin-top: 10px; }
	h3 { font-size: 11px; margin-top: 10px; }
	h4 { font-size: 11px; }
		
	p {
		margin: 0 0 15px 0;
		padding: 0;
		line-height: 1.4em;
		}
		
	a img { border: 0; }
	
	a {
		color: #b69e59;
		text-decoration: none;
		}
	
	ul.standardlist {
		margin: 5px 0 20px 25px;
		padding: 0;
		list-style: disc url(../images/construct/bullet-raquo.gif);
		}
		ul.standardlist li {
			margin: 0 0 5px 0;
			padding: 0 0 0 5px;
			line-height: 1.5em;
			}
	
	ul.standardlistsmall {
		margin: 5px 0 20px 25px;
		padding: 0;
		list-style: disc url(../images/construct/bullet-raquo.gif);
		}
		ul.standardlistsmall li {
			margin: 0 0 1px 0;
			padding: 0 0 0 5px;
			line-height: 1.5em;
			}
			
	ol.standardlist {
		margin: 5px 0 20px 25px;
		padding: 0;
		}
		ol.standardlist li {
			margin: 0 0 5px 0;
			padding: 0 0 0 5px;
			line-height: 1.5em;
			}
			
			
/* -------------------- Tables */

	table.richTable {
		margin: 0 0 20px 0;
		padding: 0;
		}
		table.richTable th {
			padding: 5px 5px;
			border-left: 1px solid #d5d6cc;
			border-right: 1px solid #f4f4f1;
			border-bottom: 1px dotted #a3a39b;
			font-size: 12px;
			font-weight: bold;
			}
		table.richTable td {
			padding: 5px 5px;
			border-bottom: 1px dotted #dadad8;
			font-size: 11px;
			}
		table.richTable td.tableFooter {
			background-color: #f5f6ea;
			}
		table.richTable td.blankrow {
			padding: 0;
			border: 0;
			font-size: 9px;
			}

	table.printableForm {
		margin: 20px 0 20px 0;
		padding: 0;
		border-collapse: collapse;
		}
		table.printableForm th, td {
			border: 1px solid #cccccc;
			}
		table.printableForm th {
			padding: 5px 5px;
			font-size: 12px;
			font-weight: bold;
			}
		table.printableForm td {
			padding: 5px 5px;
			font-size: 11px;
			}
		table.printableForm td.centerText {
			text-align: center;
			}
		table.printableForm td.blankrow {
			padding: 0;
			border: 0;
			height: 25px;
			}


/* -------------------- Misc styles */

	p img.inlineLeft {
		float: left;
		margin: 10px 30px 20px 5px;
		border: 4px solid #f6eada;
		}
	p img.inlineRight {
		float: right;
		margin: 10px 5px 20px 30px;
		border: 4px solid #f6eada;
		}
	p img.inlineLeftLite {
		float: left;
		margin: 10px 30px 20px 5px;
		border: none;
		}
	p img.inlineRightLite {
		float: right;
		margin: 10px 5px 20px 30px;
		border: none;
		}
	p	img.inlineStandard {
		border: 4px solid #f6eada;
		}
		
	div.imageCaptionRight {
		float: right;
		margin: 10px 5px 20px 30px;
		padding: 3px;
		background-color: #f6eada;
		text-align: center;
		}
		div.imageCaptionRight img {
			margin: 0 0 3px 0;
			border: 1px solid #dddccf;
			}
		div.imageCaptionRight p {
			margin: 0 0 3px 0;
			padding: 0 5px;
			text-align: center;
			font-size: 11px;
			font-style: italic;
			line-height: 1.2em;
			color: #a49582;
			}
			
	div.imageCaptionLeft {
		float: left;
		margin: 10px 30px 20px 5px;
		padding: 3px;
		background-color: #f6eada;
		text-align: center;
		}
		div.imageCaptionLeft img {
			margin: 0 0 3px 0;
			border: 1px solid #dddccf;
			}
		div.imageCaptionLeft p {
			margin: 0 0 3px 0;
			padding: 0 5px;
			text-align: center;
			font-size: 11px;
			font-style: italic;
			line-height: 1.2em;
			color: #a49582;
			}
			
	.screenText {
		display: none;
		}
		
		
/* -------------------- Page specific */

	.onelinetext {
		clear: left;
		line-height: 60px;
		}
		.onelinetext img {
			margin: 0 10px 0 0;
			float: left;
			border: 4px solid #f6eada;
			}
			
	#map {
		margin: 5px 0 20px 0;
		width: 470px;
		height: 300px;
		border: 1px solid #e5d8c6;
		border-top: 5px solid #e5d8c6;
		border-bottom: 5px solid #e5d8c6;
		}
		#map h2 {
			margin: 0 0 8px 0;
			font-size: 14px;
			}
		#map p {
			margin: 0 0 5px 0;
			}


/* -------------------- Misc styles */

	.intropara {
		font-weight: normal;
		font-size: 12px;
		color: #958977;
		}
		
	.softInfo {
		font-style: italic;
		color: #666666;
		}
		
	.infopanel {
		margin: 5px 0 20px 0;
		padding: 10px;
		width: auto;
		background-image: url(../images/construct/infopanel-bg.jpg);
		background-repeat: repeat-x;
		border-top: 1px solid #d6d6cf;
		border-bottom: 1px solid #ededea;
		}
		.infopanel h3 {
			font-size: 14px;
			font-weight: bold;
			margin: 0 0 5px 0;
			color: #47453e;
			background-image: url(../images/construct/icon-exclamation.gif);
			background-repeat: no-repeat;
			line-height: 25px;
			text-indent: 35px;
			}
		.infopanel p {
			margin: 0 0 5px 0;
			padding: 0 0 0 35px;
			color: #8a8982;
			}


/* -------------------- Layout */
	
	#wrapper {
		}
	.pageShadow {
		}
		
	#topInfoPanel {
		display: none;
		}
				
	#header {
		display: none;
		}
				
	#mainNavigation {
		display: none;
		}
				
	
	#mainContent {
		}
		.pageColumn {
			}
		
	#footer {
		clear: left;
		margin-top: 20px;
		padding-top: 10px;
		border-top: 1px solid #f5e8d6;
		}
		#footer .footerContent {
			}
			#footer .footerContent ul {
				display: none;
				}
			#footer .footerContent p {
				clear: left;
				margin: 0 0 5px 0;
				padding-top: 2px;
				}
				#footer .footerContent p a {
					color: #b3afa5;
					font-weight: bold;
					text-decoration: none;
					}