@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	height: 900px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	outline: none;
	color: #75A9D9;
	font-size: 11px;
	font-weight: bold;
}
#container {
	width: 780px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/container_bkgnd.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.logo {
	float: right;
	clear: both;
	padding: 0px;
	margin-top: 30px;
	margin-right: 20px;
}
#navcontainer {
	margin-left: 20px;
}
#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	color: #666666;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li a {
	padding: 0.2em 1em;
	color: #666666;
	text-decoration: none;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
}
#navcontainer ul li a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}
#navcontainer ul li a:active {
	color: #75a9c6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}
#navcontainer li#active a {
	color: #75a9c6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
} 
#leftcolumn {
	border: 1px solid #CCCCCC;
	clear: left;
	width: 200px;
	height: 335px;
	margin-top: 12px;
	float: left;
	margin-left: 20px;
}
#leftnoborder {
	clear: left;
	width: 200px;
	height: 335px;
	float: left;
	margin-top: 12px;
	margin-left: 20px;
	overflow: auto;
}
#rightcolumn {
	width: 525px;
	height: 335px;
	padding: 0px;
	float: right;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-right: 20px;
}
#rightcolumnauto {
	width: 525px;
	height: 335px;
	padding: 0px;
	float: right;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-right: 20px;
	overflow: auto;
}
#rightnoborder {
	width: 525px;
	height: 335px;
	padding: 0px;
	float: right;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-right: 20px;
}
#description {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	width: auto;
}
h1 {
	font-size: 18px;
	margin: 20px;
	padding: 0px;
}
h2 {
	font-size: 14px;
	margin-right: 20px;
	margin-left: 20px;
}
p {
	font-size: 12px;
	margin-right: 20px;
	margin-left: 20px;
	color: #666666;
	line-height: 18px;
}
#showcase {
	width: auto;
	clear: both;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 234px;
	margin: 0px;
}
#showcase img {
	padding: 1px;
	width: 76px;
	height: 75px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #333333;
	background-color: #332;
	left: 75px;
	top: 75px;
	right: 75px;
	bottom: 75px;
}

#showcase a:hover img, #showcase a:active img {
	border-color: #fff;
	outline: none;
}

#showcase ul {
	margin: 0px;
	padding: 0px;
}

#showcase li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#showcase li a {
	outline: none;
}
.imageholder {
	text-align: center;
}
.imageholder img {
	border: 1px solid #CCCCCC;
}
.footercopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #b3b3b3;
}
