﻿body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-repeat: repeat-x;
	background-image: url('Images/blue-fade.gif');
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 880px;
/*	background-image: url('Images/puzzle-background.jpg'); */
}
#headerNav {
	height: 75px;
	position: relative;
	z-index: 98;
}
#navMenu {
	position: relative;	/*	changed from position: absolute;	*/
/*	right: 0px;
	bottom: 20px;   */ /* don't need this if position relative */
	margin-left: 110px;  /* added this */
	z-index: 95;
}
#currentLocation {
	font-size: 0.7em;
	margin-top: 50px; /* changed from 0px */
	margin-bottom: 25px;
	text-indent: 160px;
}
#searchBox {
	font-size: 0.8em;
	color: navy;
	margin-top: 10px;   /* changed from 0px */
	float: right;
	margin-right: 50px;
}
#container {
	min-width: 800px;
}


#leftCol {
	width: 200px;
	float: left; 
/*	position: fixed;
	top: 180px;
	left: 10px; */
}
#pageContent {
	margin-left: 210px;
	width: 400px;
	margin-right: 210px;
}
#rightCol {
	float: right;
	width: 220px;
	margin-right: 30px;
	margin-top: 10px;
}


#footer {
	clear: both;
	font-variant: small-caps;
	font-size: 0.6em;
	text-align: center;
	margin-top: 20px;
}
#footer1 {
	clear: both;
	font-variant: small-caps;
	font-size: 0.6em;
	text-align: center;
	margin-top: 20px;
}
#footer2 {
	clear: both;
	font-variant: small-caps;
	font-size: 0.6em;
	text-align: center;
	margin-top: 20px;
}
#footer3 {
	clear: both;
	font-variant: small-caps;
	font-size: 0.6em;
	text-align: center;
	margin-top: 20px;
}
#footer4 {
	clear: both;
	font-variant: small-caps;
	font-size: 0.6em;
	text-align: center;
	margin-top: 20px;
}
#footer5 {
	clear: both;
	font-variant: small-caps;
	font-size: 0.6em;
	text-align: center;
	margin-top: 20px;
}
#footer6 {
	clear: both;
	font-variant: small-caps;
	font-size: 0.6em;
	text-align: center;
	margin-top: 20px;
}

#footerHidden {
	clear: both;
	font-variant: small-caps;
	font-size: 1em;
	text-align: center;
	margin-top: 20px;
	display: inline;
}
.roundBox {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 400px;
}
.roundBoxTop {
	margin: 0;	
	margin-bottom: 0px;
	background-image: url('Images/white3c.gif');
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.roundBoxBottom {
	margin: 0;
	background-image: url('Images/white3c.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 30px;   
	padding-bottom: 10px;
	padding-left: 20px;      
}
.roundSmallBox {
	margin-top: 10px;
	width: 200px;
}
.roundSmallBoxTop {
	margin: 0;	
	background: url('Images/whiteSmall.gif') no-repeat left top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.roundSmallBoxBottom {
	margin: 0;
	background: url('Images/whiteSmall.gif') no-repeat left bottom;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.roundBoxTopLarge {
	margin: 0;	
	margin-bottom: 0px;
	background-image: url('Images/white3cLarge.gif');
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.roundBoxBottomLarge {
	margin: 0;
	background-image: url('Images/white3cLarge.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 20px;   
	padding-bottom: 10px;
	padding-left: 20px;  
}