/*
light brown: #F2E6D6
dark brown: #482512
darker gray: #36332E
dark gray: #494846
light gray: #7A7A7A
*/
body {
	margin: 0px;
	color: #494846;
	background: white;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	padding: 10px 0px;
}
table {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
}
img {
	border: 0px;
}
hr {
	height: 1px;
	color: #666666;
}
h5 {
	font-size: 10pt;
}
a {
	color: #482512;
	text-decoration: none;
}
a:hover {
	color: #482512;
	text-decoration: underline;
}
ul {
	margin-left: -20px;
	#margin-left: 20px;
	_margin-left: 20px;
}
input[type="text"] {
	font-size: 9pt;
	width: 200px;
}
select {
	font-size: 9pt;
	width: 206px;
}
textarea {
	font-size: 9pt;
	width: 200px;
	height: 100px;
}
.button {
	width: 50px;
}
.clear {
	clear: both;
}
.requiredField {
	color: red;
}
.bar {
	background: url("images/bar.jpg") repeat-x;
	/*background: #482512;*/
	height: 21px;
	color: #F2E6D6;
	padding-top: 5px;
	text-align: center;	
	font-size: 9pt;
}
.bar a {
	color: #F2E6D6;
	text-decoration: none;
}
.bar a:hover {
	color: #F2E6D6;
	text-decoration: underline;
}

#header {
	text-align: center;
	margin: 0px auto;
	font-size: 14pt;
	font-weight: bold;	
	margin-bottom: 10px;
	width: 960px;
	/*height: 160px;*/
}
#logo {
	float: left;
}
/* home */
#home {
	text-align: center;	
}
#home #main {
	width: 100%;/*941px;*/
	height: 400px;
	background: #d8e7ee;
	text-align: center;
	padding: 0px;
}
#slideshow {
	width: 600px;
	height: 400px;
	background: #d8e7ee;
	margin: 0px auto;
}
#leftSlideshow, #rightSlideshow {
	float: left;
	width: 250px;
	height: 400px;
	padding: 0px 10px;	
}
#home #footer {
	padding: 10px;
}
#home #footer a#wcd {
	color: #36332E;
	text-decoration: none;
}
#home #footer a#wcd:hover {
	color: #7A7A7A;
	text-decoration: underline;
}
#home #menu {
	width: 621px;/*828px;*/
	margin: 0px auto;
}
#home #menu .box {
	width: 185px;
	height: 65px;
	text-align: left;
	float: left;
	padding: 5px;
	margin: 10px 5px 0px 5px;
	border: 1px solid #494846;
}
#home #menu .box .submenu {
	float: left;
	font-size: 7pt;
	margin-right: 4px;
}
.box a.main {
	color: #482512;
	font-weight: bold;
}
.box a.main:hover {
	color: #482512;
	font-weight: bold;
}
.box a {
	color: #36332E;
}
.box a:hover {
	color: #7A7A7A;
}
#ticker {
	border: 0px;	
	color: white;
	font-weight: bold;
	font-size: 12pt;
	width: 100%;
	position: absolute;
	margin: 0px auto;
	margin-top: -30px;
	z-index: 10;
}
#fade {
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 1;	
	margin: 0px auto;
	margin-top: -400px;
	display: none;
}
/* inner pages */
#wrapper {	
	margin: 0px auto;
}
#main {
	width: 960px;
	margin: 0px auto;
	padding: 10px;
}
#animation {
	/*float: right;*/
	height: 165px;
}
#footer {
	font-size: 8pt;
}
.slideShow {
	width: 225px;
	height: 150px;
	float: left;
	border: 1px solid #494846;
	margin: 0px 6px;
}
.collection {
	float: left;
	margin: 6px;
	text-align: center;
	width: 227px;
	height: 180px;
}
.gallery {	
	
}
.gallery img {
	border: 1px solid #494846;
}
.projects {
	float: right;
	/*margin: 5px;
	border: 1px solid #494846;*/
}
