body {
	background-color: #F2F2F2;
	background-image: url("../gif/body.gif");
	background-position: top;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

body, h1, h2, h3, h4, h5, h6, li, ol, p, td, th, ul {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

body, li, ol, p, td, th, ul {
	font-size: 10pt;
}

a {
	color: #2E7790;
}

#page {
	background-image: url("../gif/page.gif");
	background-position: top;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0;
	width: 900px;
}

/* @group Header */

#header {
	background-image: url("../gif/head.gif");
	background-position: 20px bottom;
	background-repeat: no-repeat;
	height: 150px;
	margin: 0 auto;
	padding: 0 20px;
	width: 840px;
}	

#header h1 {
	display: none;
}



/* @end */

/* @group Navigation */

#dhtmlgoodies_menu ul li ul {
	display: none; /* Needed to display ok in Opera */
}
	
#dhtmlgoodies_menu {
	height: 30px;
	margin: 0;
	padding: 0 30px 20px;
	visibility: hidden;	
}

#dhtmlgoodies_menu ul {
	background-position: left top;
	background-repeat: no-repeat;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

#dhtmlgoodies_menu li {
	height: 30px;
	line-height: 30px;
	list-style-type: none; /* No bullets */
}	

#dhtmlgoodies_menu a {
	color: #fff;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 20px;
	text-decoration: none;
	text-transform: lowercase;
}

#dhtmlgoodies_menu a.current {
	font-weight: bold;
}

#dhtmlgoodies_menu ul.menuBlock1 { /* Menu bar - main menu items */
	overflow: visible;
}

#dhtmlgoodies_menu ul.menuBlock2 { /* Menu bar - main menu items */
	width: auto !important;
	width: 200px;
}

#dhtmlgoodies_menu .currentDepth1 {
	/* Nothing */
}

#dhtmlgoodies_menu .currentDepth1over {
	background-color: #663828;
}

#dhtmlgoodies_menu .currentDepth1 a {
	/* Nothing */
}

#dhtmlgoodies_menu .currentDepth1over a { /* Text rules */
	text-decoration: underline;
}

#dhtmlgoodies_menu .currentDepth2 {
	background-color: #663828;
}

#dhtmlgoodies_menu .currentDepth2over {
	background-color: #7d4838;
}

#dhtmlgoodies_menu .currentDepth2over a { /* Text rules */
	/* Nothing */
}

#dhtmlgoodies_menu .currentDepth3 {
	background-color: #663828;
}

#dhtmlgoodies_menu .currentDepth3over {
	background-color: #7d4838;
}

#dhtmlgoodies_menu .currentDepth4 {
	background-color: #663828;
}

#dhtmlgoodies_menu .currentDepth4over {
	background-color: #7d4838;
}



/* @end */

#container {
	margin: 0 auto;
	width: 840px;
}

/* @group Sidebars */

#sidebar-left {
	background-color: #7d4838;
	background-image: url("../gif/navigation.gif");
	background-position: right bottom;
	background-repeat: no-repeat;
	float: left;
	width: 200px;
}

#sidebar-right {
	float: right;
	width: 200px;
}

#sidebar-left ul {
	background-image: url("../gif/navigation-ul.gif");
	background-position: left top;
	background-repeat: no-repeat;
	list-style: none;
	margin: 0;
	padding: 10px 0;
}

#sidebar-left ul li {
	line-height: 1.8;
	margin: 0;
	padding: 0;
}

#sidebar-left ul li a {
	color: #fff;
	display: block;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 20px;
	text-decoration: none;
	text-transform: lowercase;
}

#sidebar-left ul li a:hover {
	text-decoration: underline;
}

#sidebar-left ul li a.current {
	color: #7d4838;
	background-image: url("../gif/current.gif");
	background-position: center center;
	background-repeat: no-repeat;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
}

#sidebar-left-ad, #sidebar-right-ad {
	background-color: #fff;
}

#sidebar-left-ad img, #sidebar-right-ad img {
	padding-bottom: 20px;
}



/* @end */

/* @group Content */

#content {
	float: left;
	min-height: 640px;
	height: auto !important;
	height: 640px;
	padding: 0 20px 20px;
	width: 600px;
}

#content h2 {
	color: #fe6e28;
	margin-top: 0;
	text-transform: lowercase;
}

#content h3 {
	color: #7d4838;
	line-height: 1.2;
	text-transform: lowercase;
}

#content table {
	border-collapse: collapse;
	width: 100%;
}

#content table td, #content table th {
	border-bottom: 1px solid #CCCCCC;
	margin: 0;
	padding: 3px 5px;
	text-align: left;
	vertical-align: top;
}

#content div.contact {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 80px;
	margin: 10px 0 0 0;
	padding: 20px 0 0 95px;
	width: 200px;
}

#content div.contact span {
	display: block;
}

#content div.contact span.name {
	font-weight: bold;
	padding-left: 0;
}

#content div.contact span.title {
	padding-left: 2px;
}




/* @end */

/* @group Footer */

#footer {
	border-top: 1px solid #CCCCCC;
	clear: both;
	margin: 20px auto;
	padding: 5px;
	text-align: center;
	width: 840px;
}



/* @end */

/* @group Classes */

.imageSlideshowHolder {
	height: 500px;
	width: 400px;
	position: relative;
}

.imageSlideshowHolder img {
	position: absolute;
	left: 0;
	top: 0;
}


/* @end */
