body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family:"Trebuchet MS";
	color: #000;
	background: #CCC5BB url('/images/website/background.jpg') no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

#container {
	margin: 0 auto;
	width: 946px;
	padding-top: 15px;
}
#icontent {
	background-color: #FFF;
	padding: 30px 30px 30px 30px;
}

/* content */
#header {
	width: 886px;
	height: 258px;
}
#breadcrumbs {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #666666;
}
#breadcrumbs a {
	color: #666666;
	text-decoration: none;	
}

/* content */
#content {
	float: left;
	width: 425px;
}
#content h1 {
	color: #000;
	font-size: 13px;
	font-weight: bold;
}
#content h2 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

#content a {
	color: #663300;
}

.result p {
	color: #FF0000;
	line-height: 100%;
}

/* gallery */
.gallery {
	width: 120px;
	height: 180px;
	border: 1px solid #000;
	float: left;
	margin-left: 35px;
	margin-bottom: 15px;
	cursor: pointer;
}
.gallery img {
	width: 100px;
	height: 100px;
	margin: 5px 0 0 10px;
	border: 0;
}
.gallery p {
	margin: 5px 5px 5px 5px;
	text-align: center;
}

/* calendar */
#calendar {
	width: 800px;
	margin: 0 auto;
}

/* boxes */
#news {
	float: right;
	margin-right: -30px;
	width: 395px;
	height: 363px;
	background: url('/images/website/newsbox.png');
	padding: 55px 15px 15px 15px;
	color: #663300;
}
#news h1 {
	color: #000;
	font-size: 13px;
	font-weight: bold;
}
#news h2 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0 0 0;
	padding: 0;
}
#news hr {
	color: #663300;
	background-color: #663300;
	height: 1px;
}
#news a {
	color: #663300;
}

#pub {
	float: right;
	margin-right: -30px;
	width: 425px;
}

/* footer */
#footer {
	clear: both;
	width: 946px;
	height: 78px;
	background: url('/images/website/footerbox.png');
	font-size: 12px;
	color: #FFF
}
#footer div {
	float: left;
 	margin-top: 40px;
}
#footer div a {
	color: #fff;
}

/* menu and submenu */
#menu, #submenu {
	float: right;
}

.menu-item-left {
	float: left;
	height: 39px;
	background: url('/images/website/menuleft.png');
	width: 9px;
}
.menu-item-center {
	float: left;
	height: 39px;
	background: url('/images/website/menucenter.png');
}
.menu-item-right {
	float: left;
	height: 39px;
	background: url('/images/website/menuright.png');
	width: 9px;
}

.submenu-item-left {
 	float: left;
 	height: 46px;
	background: url('/images/website/submenuleft.png');
	width: 9px;
}
.submenu-item-center {
 	float: left;
 	height: 46px;
	background: url('/images/website/submenucenter.png');
	width: 928px;
}
.submenu-item-right {
 	float: left;
 	height: 46px;
	background: url('/images/website/submenuright.png');
	width: 9px;
}

#menu ul, #submenu ul {
	list-style: none;
	margin: 0;
	padding: 0 15px 0 15px;
	height: 39px;
}

#menu li, #submenu li {
	float: left;
	margin: 0 0 0 20px;
}
#menu li {	padding-top: 12px;	}
#submenu li {	padding-top: 17px; margin-top: 1px;	}

#menu a, #submenu a {
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
}

#menuactive {
	font-weight: bold;
	background: url('/images/website/menuactive.png') no-repeat;
	background-position: center 3px;
}

#submenuactive {
	/*border: 1px solid #9b9b67;*/
	padding: 0px 4px 9px 4px;
	font-weight: bold;
	background: #56575D;
	background: #56575D url('/images/website/submenuactive.png') no-repeat;
	background-position: center 5px;
}
#submenuactive a {
	color: #9b9b67;
	font-weight: strong;
}

form#subscribe                        { }
form#subscribe div.slider                  { position:relative;margin:0 0 5px; }
form#subscribe label                       { cursor:pointer;display:block; color: #999; font-size: 13px; margin:8px 0 5px 0;}
form#subscribe label.formlabel{cursor:pointer;display: inline; color: #000; font-size: 12px; margin-top: 5px;}
form#subscribe input[type="text"],
form#subscribe textarea,
form#subscribe select                   { width:260px;border:1px solid #999;padding:2px;-moz-border-radius:4px;-webkit-border-radius:4px; max-height: 150px;}
form#subscribe input[type="text"]:focus    { border-color:#777; }
form#subscribe input[name="zip"]           { width:150px; }

form#contactform img        {margin-left: 25px; margin-bottom: 10px;}
/* submit button */
form#subscribe input[type="submit"]        { cursor:pointer;border:1px solid #999;padding:2px;-moz-border-radius:4px;-webkit-border-radius:4px;background:#eee; color: #000; margin-top: 15px;}
form#subscribe input[type="submit"]:hover,
form#subscribe input[type="submit"]:focus  { border-color:#333;background:#ddd;color:#999; margin-top: 15px;}
form#subscribe input[type="submit"]:active { margin-top: 15px;}


p.organized{
    font-size: 9px;
    color: #999;
    font-style: italic;
    margin-top: -10px;
}
