@charset "utf-8";
/* CSS Document */


/* Main containers */

body {
	margin: 0;
	padding: 0;
	border: 0;

	height: 100%; 
	max-height: 100%; 
	background-color: #F3F3F3;
	font-size: 12px;
	font-weight: 100;
	font-family: 'Helvetica', Arial, sans-serif;

	color: #000000;
}

#nav {
	position: absolute;
	top: 0;
	bottom: 0; 
	left: 0;
	width: 230px;
	height: 100%;
	overflow: hidden; /* Disable scrollbars */
	letter-spacing: 1px;
}

#main_content {
	position: relative;
	top: 0; 
	left: 250px;
	right: 0;
	bottom: 0;
	max-width: 800px;
}

.sub_container {
	margin: 15px; 
}

* html body {
	padding: 0 0 0 200px;
}

* html #maincontent { 
	height: 100%; 
	width: 100%; 
}

#thumb_container {
	margin-top: 20px;
	margin-bottom: 20px;
}

#thumb_container img {
	border: 4px solid #666666 !important;
}


#thumb_container a:hover img {
	border: 4px solid #999999 !important;
}

#body {
	margin-top: 118px;
}

#body img {
	border: none;

}

#body p {
	line-height: 20px;
}

#body a, a:active, a:visited {
	color: #666666;
	text-decoration: none;
}

#body a:hover {
	color: #000000;
	text-decoration: underline;
}


/* Navigation */

#menu {
	font-size: 14px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#menu ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

#menu ul li {
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

#menu ul a:hover {
	color: #333333;
}

#menu ul li.current {
	font-weight: bold;
}

#menu ul li.sub a {
	font-weight: 100;
	margin-left: 20px;
	color: #666666;
	font-size: 12px;
}


#menu ul li.sub a:hover {
	color: #000000;

}

#menu ul li a {
	text-decoration: none;
	color: #000000;
}

#menu h1 {
	margin-top: 20px;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	text-decoration: underline;
}

#contact a:hover {
	color: #333333;
}

#contact a {
	text-decoration: none;
	color: #000000;
}


/* Logo */

#logo h1 {
	font-size: 26px;
}

#logo a, a:visited, a:active, a:hover {
	text-decoration: none;
}

#logo img {
	border: none;
}


/* Thumbnails */

.thumb {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}


/* Page title */

.title {
	text-align: left;
	margin-right: 10px;
	margin-bottom: 43px;
	font-size: 18px;
	text-decoration: none;
	letter-spacing: 1px;
}

/* Slideshow */

#slideshow {
    position: relative;
	margin-top: 40px;
    height: 330px;
	text-align: right !important;
}

#slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
		text-align: right !important;
}

#slideshow img.active {
    z-index: 10;
    opacity: 1.0;
}

#slideshow img.last-active {
    z-index: 9;
}

.copyright {
	font-size: 12px;
	font-weight: 100;
	line-height: 18px;
	color: #666666;
}


