/* CSS Document */
/* ....... sets margins, padding and borders on block level elements to 0 .......*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
/* ....... sets the default font attributes and background  .......*/
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background-color: #ffffff;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	color: #666666;
}
p {
	font-size: 80%;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #777777;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #0099ff;
	text-decoration: underline;
}

/* ...... container holds the entire web page ........*/
#container {
	margin: auto;
	padding: 0;
	width: 770px;
	background-color: #ffffff;
	border: 1px solid #ddd;
}

/* ...... topNav is a container that holds the navigation across the top of the page .......*/
#topNav {
	width: 770px;
	height: 30px;
	border-bottom: 2px solid #09F;
	padding-top: 8px;
	background-color: #ffffff;
}
#topNav ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
#topNav ul li {
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	border-right: 2px solid #0099FF;
}
#topNav ul li a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 80%;
	color: #000;

}
#topNav ul li a:hover, #topNav ul li a:focus {
	color: #0099ff;
}
#topNav #lastMenuItem {
	border-right: none;
}

/* ....... used to place the Bridgewaterland logo on each page .......*/
#logo {
	text-align: right;
	margin: 3px 10px 0 0;
	padding: 0;
}

/* ................ CONTENT PAGE STYLES .................. */
/* this container sets the left navigation column below the header on content pages */
#leftColumn {
	width: 200px;
	/*padding-top: 30px;
	padding-left: 7px; */
}
/* #leftColumn object {
	border: 1px solid #cccccc;
} */
/* this is the container for the content portion of the page */
#rightColumn {
	margin: 0;
	padding: 0;
}
/* this positions the navigation within the right column and is nested within the rightcolumn container*/
#nav {
	margin: 0;
	padding: 0;
	width: 130px;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 30px;
}
#nav h3 {
	border-bottom: 1px solid #0099ff;
	font-weight: normal;
	color: #0099ff;
	font-size: 14px;
}
#nav ul {
	padding: 0;
	margin: 0;
}
#nav ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	padding: 10px 0 0 0;
	text-align: left;
}
#nav ul li a {
	display: block;
	color: #666666;
	text-decoration: none;
	font-size: 13px;
	width: 10em;
	border-bottom: 1px solid #cccccc;
}
#nav ul li a:hover, #nav ul li a:focus {
	color: #000000;
	border-bottom: 1px solid #000000;
}

/* ................ PAGE CONTENT ................ */
/* this container holds all the content on the page and is nested within the rightColumn container*/
#content {
	width: 470px;
	min-height: 400px;
	margin: 0;
	padding: 20px 30px 20px 0;
}
#content p {
	line-height: 1.6em;
	margin-left: 30px;
	padding-top: 10px;
}
#content ul {
	margin-left: 50px;
	padding-top: 10px;
	
}
#content li {
	font-size: 80%;
	line-height: 1.5em;
	padding: 3px;
}
#content h1 {
	font-size: 130%;
	font-weight: normal;
	color: #0099ff;
	padding-bottom: .5em;
	padding-top: .5em;
	padding-left: 20px;
}
#content h2 {
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	padding-top: 1em;
	padding-bottom: 0;
	line-height: 1.4;
	margin-left: 20px;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}
#content h3 {
	font-size: 85%;
	font-weight: bold;
	color: #000000;
	padding-top: 1em;
	padding-bottom: 0;
	line-height: 1.4;
}
#content h4 {
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	padding-top: 1em;
	padding-bottom: 0;
	line-height: 1.4;
	margin-left: 20px;
}
/* #content a:visited {
	color: #666666;
}
#content a:hover {
	color: #000066;
} */
#content table {
	margin-left: 20px;
} 
#content td p {
	font-size: 80%;
	margin: 0;
	padding: 5px 0 0 0;
	line-height: 1;	
}
#content img {
	padding: 5px 0 5px 5px;
}
#content .sold {
	background: #fff url(../images/soldout.gif) no-repeat 45px 35px;
}

/* use this to clear headings/content around images instead of using <p> tags */
.clearit {
	clear: both;
}

/* ............. PAGE FOOTER ............... */
/* container that holds the footer and its styles. It is nested within the rightColumn container. */
#footer {
	border-top: 2px solid #09F;
	padding: 5px 0;
	margin-top: 20px;
	text-align: center;
	line-height: 1.5em;
}
#footer p {
	font-size: 75%;
}
 #footer a {
	color: #666666;
	text-decoration: none;
	font-size: 80%;
}
#footer a:visited {
	color: #999999;
	text-decoration: none;
}
#footer a:hover, #homeContent a:focus {
	color: #0099ff;
	text-decoration: underline;
} 
.caption {
	font-size: 70%;
	text-align: center;
}