@charset "utf-8";
/* CSS Document */

/* Compliance hiding */
#skipNav, #skipBack {
	display:none;
	}


/*-----LINK GRAPHICS------*/
.externalLink {
	background-image: url(images/external_link.gif);
	display: inline-block;
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 4px;
	padding-right: 12px;
}

.pdfLink {
	background-image: url(images/pdf_link.gif);
	display: inline-block;
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 4px;
	padding-right: 12px;
}
.nothing {
	/* USED TO PREVENT THE ADDITION OF AN ICON TO THE LINK */
}

/* General area styles */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #edd4be;
	margin: 0px;
	padding: 0px;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	line-height: 18px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
}
#navigation {
	background-color: #E47A50;
	height: 30px;
	padding-right: 8px;
	padding-left: 12px;
	text-align: right;
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
}
#main {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 12px;
	padding-left: 35px;
	background-image: url(images/body_bg.gif);
	min-height:330px;
}
#sidebar {
	float: right;
	border: thin solid #9C4C2D;
	position: relative;
	top: 50px;
	width: 150px;
	background-color: #FFFFFF;
	padding: 5px;
	font-size: 10px;
	text-align: center;
}

#pagetext {
	width: 550px;
	padding-top: 10px;
}

#footer {
	background-color: #E47A50;
	height: 50px;
	padding-top:4px;
	padding-right: 25px;
	padding-left: 25px;
	font-size:9px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	line-height: 12px;
}

/* Text styles */
h1 {
	font-family: Callibri, Georgia, "Times New Roman", Times, serif;
	color: #833314;
	margin-left: -18px;
	margin-bottom: 36px;
}
h2 {
	font-size: 16px;
	color: #491D0C;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #833314;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: -18px;
	padding-left: 5px;
	line-height: 14px;

}
ul {
	list-style-type: square;
	list-style-image: url(images/bullet.gif);

}

ul.tourlist li {
	margin-bottom: 12px;
}

.showHide {
	font-size:10px;
	margin-top:-14px;
}

/* Links and navigation */
a:link, a:visited {
	font-weight: bold;
	color: #4E1E0C;
	text-decoration: none;

}
a:active, a:hover {
	font-weight: bold;
	color: #250E05;
	text-decoration: underline;

}
#navigation a:link, #navigation a:visited {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	position: relative;
	top: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#navigation a:hover, #navigation a:active {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	position: relative;
	top: 5px;
	background-color: #140903;
}


/* Text positioning classes */
.tabularIndent350 {
	position:absolute;
	margin-left:250px;
}

img.flowLeft {
	float: left;
	padding-right: 12px;
	padding-bottom: 12px;
	
}
img.flowRight {
	float: right;
	padding-left: 12px;
	padding-bottom: 12px;
	
}
.publisher {
	font-size: 10px;
	font-style: italic;
	margin-top: -13px;
}

/* Callout box */
#callout {
	visibility:hidden;
	width:343px;
	height: 167px;
	background-image: url(images/callout.png);
	background-repeat: no-repeat;	
	position: absolute;
	left: 450px;
	top: 450px;
	padding:0px;
	margin:0px;
}
#callout #calloutInnards {
	visibility:inherit;
	width: 200px;
	height: 125px;
	margin-left:115px;
	margin-top:16px;
	background-color:#ffffFF;
}
