 * {
	margin: 0;
	padding: 0;
}
html,body {
	height: 100%; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	background-color: #F0E0C8;
}

h1 {
	font-size:20px;	
}

a:link,a:visited,a:active {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:hover {

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

input {
	color: #333333;
	border: 2 solid #333333;
}

.clear {
	clear: both;
}

#container {
	min-height: 100%;
	width: 950px;
	margin: 0 auto;
	position: relative;
}

* html > #container {
	height: 100%;
}

#header {
	height: 142px;
	width:950px;
	background:url(/graphics/bg-header.jpg) bottom left repeat-x;
}

#header1a {
	float:left;
	width:950px;
	height:68px;
}

#header1b {
	float:left;
	width:241px;
	height:142px;
	text-align:center;
}

#header1c {
	float:left;
	width:353px;
	height:86px;
	margin-top:56px;
	border-left:#999999 solid 1px;
}

#header1d {
	float:left;
	width:354px;
	height:86px;
	margin-top:56px;
	border-right:#999999 solid 1px;
}

#header2 {
	margin-top:10px;
}
/************************************* 1 COLUMNS *************************************/

#middle1 {
	width: 948px;
	float: left;
	height: auto;
	margin-bottom: 5px;
	background-color:#FFFFFF;
	border-bottom:#999999 solid 1px;
	border-left:#999999 solid 1px;
	border-right:#999999 solid 1px;
}

#infomiddle1 {
	float:left;
	width: 928px;
	margin-left:10px;
	height: 100%;
}

/************************************* 1 COLUMNS END *************************************/

#footer {
	/*position: absolute;
	bottom: 0;
	left: 0;*/
	width: 950px;
	height: 30px;
	line-height: 18px;
	text-align:center;
}


#footer a:link,#footer a:visited,#footer a:active {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#footer a:hover {

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}

#menu {	
	float:left;
	height: 40px;
	width: 928px;
	margin: 0;
	padding: 0;
	z-index: 30;
	background-color:#EBD5B4;
	text-align:center;
	margin-bottom:10px;
	margin-top:10px;
}

/*#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}*/

#menu li {
	display: inline;
	list-style-type: none;
}

#menu li a {
	padding: 0px 15px 0px 15px;
	height:40px;
	color: #333333;
	text-align: center;
	text-decoration: none;
	line-height:40px;	
	/*text-transform: uppercase;*/
}

#menu li a:hover {
	/*color: #E9413E;
	background: #FFFFFF;*/
	text-decoration:underline;
}

/********************************************************************/

#slideshow1 {
    position:relative;
    height:580px;
}

#slideshow1 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow1 IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow1 IMG.last-active {
    z-index:9;
}