@charset "UTF-8";
/* CSS Document */

#mainWrapper {
	width:1180px;
	margin: 5px auto 10px auto;
	background-color:#DFFDD0;
}

h1#logo {
	height: 120px;
	padding: 0;
	text-align: center;
	margin: 5px 0 0 0;
	background: url(./TitleBar.PNG) no-repeat center center;
	text-indent: -9999px;
}

#tagline {
	display: block;
	margin: 0;
	background-color: white;
	height:2px;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	text-align: center;
	font: italic 2px Georgia, "Times New Roman", Times, serif;
	color: #000;
	padding: 2px 0 8px;
}

#toolsWrapper {
	float:left;
	height:50px;
	margin:0;
	border-bottom: 1px solid #DFFDD0;
}

#breadcrumbContainer {
	float:left;
	height:50px;
	width: 655px;
	padding: 0px 20px 0px;
	font: 13px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	border-bottom: 1px solid #808080;
}

#printTool {
	float:left;
	width:211px;
	height:50px;
	border-right: 1px solid #808080;
	background: url(/images/bars-left.gif) no-repeat top left transparent;
	border-bottom: 1px solid #808080;
}

#emailTool {
	float:left;
	width:272px;
	height:50px;
	border-left: 1px solid #808080;
	background: url(/images/bars-right.gif) no-repeat top right transparent;
	border-bottom: 1px solid #808080;
}

#contentWrapper {
	clear:both;
}
#leftWrapper {
	float: left;
	width: 211px;
	padding:0;
}
#content {
	float: left;
	width: 655px;
	border: 1px solid #808080;
	border-width: 0 1px;
	padding:5px 20px;
	border-bottom: 1px solid #808080;
}
#rightWrapper {
	float: left;
	width: 251px;
	padding:10px;
}
#pictureWrapper {
	border: 0px solid #808080;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin-top: 0px;
}
.imageCaption {
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin-top: 0px;
}
#footer {
	width: 675px;
	margin: 0 211px;
	clear:both;
	border: 0px solid #808080;
	border-width: 0px 0px 0 0px;
	padding: 10px;
	font: 10px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-align: center;
}
#footer a:link, #footer a:visited {
	text-decoration:none;
	color: #808080;
}
#footer a:hover, #footer a:active {
	color: #C07323;
}
#leftNav {
}
#rightNav {
}
#siteSearch {
	float:right;
	width:180px;
	background:#fbffe1;
	height:50px;
	display:inline;
	padding: 10px 0 0 20px;
}
