* {
	margin: 0;
	padding: 0;
}
html {
  height: 100%;
}
a {
	color: #682;
}
a:hover {
	color: #9A6;
}
body {
	background: #e2e2e2;
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	font-family: "Lucida Sans Unicode", sans-serif;
}
input {
	color: #555;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-weight: normal;
	font-size: 12px;
}
p,cite,code,ul {
	font-size: 100%;
	padding-bottom: 1.2em;
}
ul {
	margin-left: 1.2em;
}
li {
	list-style-image: url(../images/li.gif);
}
h1 {
	font-size: 1.4em;
}
blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {
	padding: 3px 0;
}
h1,h2,h3 {
	color: #654;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: #FFF;
	margin: 0 auto;
	width: 1020px;
}

/* top */
#sitename {
	width: 1020px;
	height: 40px;
}
#sitename p {
    text-align: left;
	font-family: "Lucida Sans Unicode", Times, serif;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1px;
	white-space: nowrap;	
	color: #FFF;
	margin: 0;
	padding: 10px 0 0 15px;
}
#sitedesc {
	width: 1020px;
	height: 20px;
}
#sitedesc p {
    text-align: right;
	font-family: "Lucida Sans Unicode", Times, serif;
	font-size: 14px;
	letter-spacing: 1px;
	white-space: nowrap;	
	color: #FFF;
	margin: 0;
	padding: 5px 0 0 10px;
}

.top {
	background: #000;
	font-family: Verdana, sans-serif;
	font-size: 30px;
	height: 70px;
	width: 1020px;
}
.top a {
	text-decoration: none;
}

/* header */
.header {
	background: url(images/header.jpg) no-repeat;
	height: 130px;
	width: 1024px;
}

div.art-header
{
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 225px;
  overflow: hidden;
}

div.art-header-jpeg
{
  position: absolute;
  top: 0;
  left:0;
  width: 1366px;
  height: 225px;
  background-image: url('../images/header.jpg');
  background-repeat: no-repeat;
  background-position: left center;
}

/*div.art-header-fluid-object
{
  display: block;
  right: -6%;
  margin-right: -30px;
  position: absolute;
  top: 0;
  width: 503px;
  background-image: url('http://urbanmala.info/reservationsystem/images/fluid_object.png');
  background-repeat: no-repeat;
  background-position: center center;
  height: 225px;
}*/


div.promo
{
  display: block;
  right: 3%;
  margin-right: -30px;
  position: absolute;
  top: 0%;
  background-position: center center;
  height: 225px;
}


/* begin Flash */
#art-flash-area
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 225px;
  overflow: hidden;
}

#art-flash-container
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 225px;
}

#art-flash-container div.art-flash-alt
{
    position: relative;
    width: 110px;
    height: 30px;
    margin: 0 auto;
    top: {flash_alt_top}px;
}
/* end Flash */

/* begin Logo */
div.art-logo
{
  display: block;
  position: absolute;
  left: 0;
  margin-left: 1%;
  top: 47px;
}

h1.art-logo-name
{
  display: block;
  text-align: left;
}

h1.art-logo-name, h1.art-logo-name a, h1.art-logo-name a:link, h1.art-logo-name a:visited, h1.art-logo-name a:hover
{
  font-family: Century Gothic,Helvetica,Arial,sans-serif;
/*  font-style: normal;
  font-variant: normal;
  font-weight: bold;*/
  font-size: 22px;
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: #fff !important;
  text-shadow: 2px 2px 2px black;
  font-weight: lighter;
 /*color: #3A3004 !important;*/
}


h2.art-logo-text, 
h2.art-logo-text a,
h2.art-logo-text a:link,
h2.art-logo-text a:visited,
h2.art-logo-text a:hover
{
  font-family: Century Gothic,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: none;
  padding: 0;
  margin: 0;
  color: #FFF !important;
}

h2.art-logo-text
{
  display: block;
  text-align: left;
}
/* end Logo */

/* item */
.item {
	clear: both;
}
.item .date div {
	padding-top: 4px;
}
.item .date span {
	font: normal 1.6em serif;
}
.item .content {
	float: left;
	width: 830px;
}
.contentheading,
.componentheading {
	font-size:1.3em;
	color: #567300;
	padding-bottom:5px;
}
.componentheading {
font-size:1.4em;
}
.contentpaneopen {
	padding: 5px 0 0 0;
	margin: 5px 0 0 0;
}
.small, .createdate, .modifydate {
color:#777;
font-size:90%;
}
.item .body {
	padding: 0 0 0 18px;
}
.body .moduletable {
	margin: 20px 0 20px 0;
}
.poll td{
	text-align: left;
}
.back_button {
	margin: 0 0 220px 0;
}
/* main */
.main {
	float: left;
	margin-left: 20px;
}

/* navigation */
.navigation {
	float: left;
	margin: 20px 0 0 10px;
	width: 150px;
}
.navigation .moduletable {
	margin-bottom: 15px;
}

.navigation .moduletable form {
	text-align: left;
}
.navigation .moduletable-menu {
	padding: 0;
	margin-bottom: 0;
}
.navigation .moduletable h3,
.navigation .moduletable-menu h3 {
	background: #81AC00;
	color: #FFF;
	font-size: 16px;
	line-height: 40px;
	padding-left: 12px;
	margin-bottom: 8px;
	width: 150px;
}
.navigation .moduletable-menu h3 {
	margin: 0;
}
.navigation ul {
	margin: 0; 
	padding: 0;
}
.navigation li {
	border-bottom: 1px solid #D5E8AD;
	list-style: none;
	list-style-image: none;
}
.navigation .mainlevel li {
	list-style: none;
	list-style-image: none;
}
.navigation li a {	
	color: #553;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.navigation li a:hover {
	background: #F0FFC6;
	color: #553;
}
.button {
	margin: 5px 0 0 0;
	background: #81AC00;
	color: #FFF;
}

/* footer */
#footer {
	text-align: center;
	background: #81AC00;
	color: #FFF;
	font-size: 12px;
	width: 1020px;
	line-height: 40px;
}
a.sgfooter:link, a.sgfooter:visited {
	color: #FFF;
	font-size: 12px;
	font-weight: normal; 
	font-family: "Lucida Sans Unicode", sans-serif;
	text-decoration: none;
}
a.sgfooter:hover {
	text-decoration: none;
}
#sgf {
	margin:0;
	color: #FFF;
	font-size: 10px;
	font-family: "Georgia", Arial, serif;
}
.sgf {
	text-align: right;
	text-decoration: none;
}
.sgf1 {
	text-align: left;
}
a.sglink:link, a.sglink:visited {
	color: #666;
	font-family: Tahoma, "Courier New", Courier, monospace;
	text-decoration: none;
}
a.sglink:hover {
	text-decoration: none;
}
/* floats */
.left {
	float: left;
}
.right {
	float: right;
}
