/* By Len and Wolfram */

body {
	margin: 10px;
	padding: 0;
	color:#333333;
	word-spacing: 0.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	background-image: url(images/bg-stripe.jpg);
}
p {
	margin:4px 0 6px 0;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
h1, h2, h3, h4 {
	font-weight:bold;
	margin:10px 0 0 0;
}
h1 {
	font-size:18px;
}
#header h1 {
	font-size:36px;
	line-height: 1em;
	margin: 120px 0 0 20px;
	text-transform: uppercase;
}
#header p {
	margin: 0 0 0 20px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
h4 {
	font-size:12px;
}
a:link, a:visited {
	color:#cc0000;
	text-decoration:underline;
}
a:hover, a:active {
	color:#999999;
	text-decoration:none;
}
ul {
	margin:5px 0 5px 20px;
	padding:0;
	list-style-type:square;
}
ol {
	margin:5px 0 5px 30px;
	padding:0;
	list-style-type:decimal;
}
blockquote {
	background: url(images/quote.png) no-repeat 0% 0%;
	font-size: 17px;
	line-height: 1.5em;
	padding: 2px 0 0 14px;
	font-style: italic;
	margin: 0 20px 0 20px;
}

td {
	border-bottom: solid thin #888888;
}
/* << ----------------// Rounded box //---------------->> */

.top {
	background: url(images/topCurve.gif) top no-repeat;
	padding: 5px 8px 0 8px;
	margin-top: 15px;
	width: 164px;
}
.bottom {
	background: url(images/btmCurve.gif) bottom no-repeat;
	padding: 5px 8px;
	margin-bottom: 15px;
	width: 164px;
}
/* << ----------------// Outer container that holds all the columns //---------------->> */

#mainContainer {
	margin:0 auto;
	padding:0;
	width:900px;
	border:1px solid #000000;
	background-color: #f2ebe9;
}
/* << ----------------// Header //---------------->> */

#header {
	margin:0;
	padding:5px;
	background: #fff url('images/header.jpg') right no-repeat;
	width:890px;
	height:184px;
}
/* << ----------------// Horizontal navigation //---------------->> */

#navHorizontal {
	margin:0;
	padding:0;
	width:900px;
	height:30px;
	line-height:30px;
	background: #000;
}
#navHorizontal ul {
	margin:0 0 0 5px;
	padding:0;
	list-style:none;
}
#navHorizontal ul li {
	margin:0 0 0 -5px;
	padding:5px 0 5px 0;
	list-style:none;
	display:inline;
}
#navHorizontal a, #navHorizontal a:link, #navHorizontal a:visited {
	padding:5px 8px 5px 8px;
	color:#eeeeee;
	text-decoration:none;
	text-transform: uppercase;
	font-weight: bold;
	border-right: 1px solid #999;
}
#navHorizontal ul li a:hover, #navHorizontal ul li a:active {
	color:#454545;
	text-decoration:none;
	background-color:#FFF9EF;
}
.clear {
	clear:both;
}
.shadow {
	background: #fff url(images/shadow.png) no-repeat right bottom;
	margin: 5px 10px 10px 0;
	padding: 5px 10px 10px 5px;
}
.imgLeft {
	float: left;
	margin: 5px 10px 0 0;
}
.imgRight {
	float: right;
	margin: 5px 0 0 10px;
}
img {
	border: 0;
}
/* << ----------------// Left column //---------------->> */

#columnOne {
	float:left;
	margin:0;
	padding:0 5px 10px 20px;
	width:175px;
}
#columnOne p, #columnThree p, #columnOne ul li, #columnOne ol li, #columnThree ul li, #columnThree ol li {
	font-size:12px;
}
#columnOne h2, #columnThree h2 {
	font-size:14px;
}
/* << ----------------// Vertical navigation //---------------->> */

#navVertical {
	border: 1px solid #000;
	margin:0;
	padding:0;
	width:173px;
	background-color:#000;
}
#navVertical ul {
	margin:0;
	padding:0;
	list-style:none;
}
#navVertical ul li {
	margin:0;
	padding:0;
	list-style:none;
}
#navVertical ul li a:link, #navVertical ul li a:visited {
	padding: 0 0 0 13px;
	color:#fff;
	font-weight: bold;
	text-decoration:none;
	display:block;
	background: #000 url(images/arrow.png) no-repeat 5px 8px;
	line-height: 2em;
	text-transform: uppercase;
}
#navVertical ul li a:hover, #navVertical ul li a:active {
	color:#454545;
	text-decoration:none;
	background: #fff9ef url(images/arrowON.png) no-repeat 5px 8px;
}
/* << ----------------// Middle column //---------------->> */

#columnTwo {
	float:left;
	margin:0;
	padding: 0 20px 20px 20px;
	width:460px;
	background-color :#f2ebe9;
}
/* << ----------------// Right column //---------------->> */

#columnThree {
	text-decoration:none;
	color:#000;
	float:left;
	margin:0;
	padding:0 20px 10px 20px;
	width:160px;
	background: #f2ebe9 url(images/bg_leftcolumn.png) repeat-x 0% 0%;
}
/* << ----------------// Footer //---------------->> */

#footer {
	margin:0;
	text-align: center;
	font-weight: bold;
	width:900px;
	font-size:12px;
	color:#00666;
	background-color:#000;
	clear:both;
	padding: 0 0 5px 0;
	background-image: url(images/footer.png);
}
#footer a:link, #footer a:visited {
	color: #000000;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	text-decoration:underline;
}
/* << ----------------// Calendar //---------------->> */

#calendar {
	position: absolute;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	line-height: 1.2em;
	margin: 4px 0 6px 0;
	padding: 0;
	width: 174px;
}
#calendar li {
	list-style-type: none;
	font-weight: bold;
	width: 18px;
	height: 26px;
	float: left;
	padding: 5px;
	overflow: visible;
	text-align: center;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
.current {
	background-color: #fff9ef;
}
a.tooltip {
	color:#cc0000;
}
a.tooltip b {
	display:none;
}
a.tooltip:hover {
	position: relative;
	z-index: 500;
	text-decoration: none;
}
a.tooltip:hover b {
	display: block;
	position: absolute;
	top: 20px;
	left: -25px;
	padding: 5px;
	font-weight: normal;
	color: #000;
	border: 1px solid #000;
	background: #fff9ef;
	width:150px;
	text-align: left;
}
a.tooltip:hover b em {
	position: absolute;
	left: 20px;
	top: -6px;
	width: 11px;
	height: 6px;
	background: url(images/tooltip.gif) 0 0;
	display: block;
	font-size: 1px;
}
/* << ----------------// Gallery //---------------->> */

a, a:visited, a:hover, a:active {
	color:#666;
}
#album {
	width:360px;
	height:360px;
	background:#f2ebe9 url(images/gallery.png) 20px 40px no-repeat;
	border:1px solid #000;
	margin:0 auto;
}
.gallery {
	padding:0;
	margin:320px 0 0 20px;
	list-style-type:none;
	position:relative;
	width:320px;
}
.gallery img {
	border:0;
}
.gallery li {
	float:left;
}
.gallery li a, .gallery li a:visited {
	font-size:11px;
	float:left;
	text-decoration:none;
	color:#666;
	background: #f7f2eb url(images/buttonOFF.png) repeat-x 0% 0%;
	text-align:center;
	width:26px;
	height:26px;
	line-height:24px;
	border:1px solid #000;
	margin:2px;
}
.gallery li a img {
	position:absolute;
	top:-320px;
	left:0;
	visibility:hidden;
	border:0;
}
.gallery li a img.landscape {
	top:-280px;
}
.gallery li a img.portrait {
	left:0;
	border-left:40px solid #f2ebe9;
	border-right:40px solid #f2ebe9;
}
.gallery li a:hover {
	background: #e1d0cc url(images/buttonON.png) repeat-x 0% 0%;
}
.gallery li a:active, .gallery li a:focus {
	background:#444;
	color:#fff;
}
.gallery li a:active img, .gallery li a:focus img {
	visibility:visible;
}
/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //---------------->> */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
} /* End hide from IE-mac */
