html {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

body {
	padding: 0;
	margin: 0;
	background-color: white;
	background-image: url(bg.png);
}

p{
	display: block;
	font-size: 12px;
	padding: 0;
	margin: 5px;
	color: white;
	white-space:pre-line;
	font-size: 12px;
	text-shadow: 2px 2px 2px #000;
}


h1 {
	font-size: 13px;
	color: white;
	white-space:pre-line;
	padding: 0;
	margin: 5px;
	font-size: 16px;
	text-shadow: 2px 2px 2px #000;
}



form {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 10px;
	text-align: left;
	border: none ;
	background-color: transparent  ;
	background-image: url(formbg.png);
	border: 1px solid gray;
}

form > p{
	display: inline-block;
	margin: 2px 2px 2px 2px;
	margin-left: 10px;
	color: white;
}

form > input{
	display: inline-block;
	margin: 2px 2px 2px 2px;
}
form > select{
	display: inline-block;
	margin: 2px 2px 2px 2px;
}

form > h1{
	padding: 0;
	margin: 0;
	width: 100%;
	font-weight: 300;
	background-color: transparent  ;
	background-image: url(formh1.png);
	background-repeat: repeat-x;
	border-bottom: 1px solid gray;
	text-align: center;
	margin-bottom: 15px;
	line-height: 20px;
	color: white;
	font-size: 14px;
}
div#spacer {
	position: relative;
	width: 100%;
	height: 0px;
	margin: 0;
	padding: 0;
}
div#screen {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

div#language {
    display: none;
}

div#workspace {
	position: relative;
	top: 64px;
	width: 800px;
	height: 600px;
	margin: auto;
	padding: 0;
	background-color: transparent;
	background-image: url(install.png);
	background-repeat: no-repeat;
}


form  .label{
    width: 100%;
    margin-top: 10px;
}

form#contact  input {
    width: 90%;
    margin: 0px;
}

form#contact  textarea {
    width: 90%;
    height: 120px;
}
form#contact  input.button {
    width: 80px;
    margin-left: 0px;
}

form#contact  div {
    margin: auto;
    width: 200px;
}

div#shadow_r {
    display:none;
}
div#shadow_l {
    display:none;
}
div#shadow_b {
    display:none;
}



/* Navigation Dropmenus */

.dropmenu, .dropmenu ul {
    float: left;
    margin:auto;
    padding:0;
    list-style-type:none;
    list-style-position:outside;
    z-index:300;
    line-height: 20px;
    font-weight:bold;
    text-shadow: 1px 1px 1px #000;
    background-color:#945617;
    width:100%;
	
}

.dropmenu a {
    display:block;
    padding:0;
    color:white;
    font-size: 11px;
    text-decoration:none;
    width:100px;
    background-color:#945617;
    line-height: 20px;
    text-indent:15px;
    background-image: url(nav.png);
    background-repeat: no-repeat;
    opacity: 0.85;

}
.dropmenu a:hover {background:#f3c800; color:#fff;}
.dropmenu li {float:left; position:relative;}
.dropmenu ul {position:absolute; display:none; width:100px; top:20px; }
.dropmenu ul a {border: none}
.dropmenu li ul {border: none; width:100px;}
.dropmenu li ul a {width:100px; height:auto; float:left; border:none;}
.dropmenu ul ul {top:auto;}
.dropmenu li ul ul {top:0px; left:120px; margin:0;}
.dropmenu li:hover ul ul, .dropmenu li:hover ul ul ul, .dropmenu li:hover ul ul ul ul {display:none; }
.dropmenu li:hover ul, .dropmenu li li:hover ul, .dropmenu li li li:hover ul, .dropmenu li li li li:hover ul {display:block;}



/* Navigation Sidenav */

.sitemapnav, .sitemapnav ul {
    margin:auto;
    padding:0;
    list-style-type:none;
    list-style-position:outside;
    z-index:300;
    line-height: 20px;
    font-weight:bold;
    text-shadow: 1px 1px 1px #000;
    width:100%;

}

.sitemapnav a {
    display:block;
    padding:0;
    color:white;
    font-size: 11px;
    text-decoration:none;
    width:100px;
    background-color:#945617;
    line-height: 20px;
    text-indent:15px;
    background-image: url(nav.png);
    background-repeat: no-repeat;
    opacity: 0.85;
    border: 1px solid white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 2px;
}
.sitemapnav li {
    margin-left: 50px;

}

.sitemapnav a:hover {background:#f3c800; color:#fff; width:120px; }

div.newsContainer {
    border: 1px solid gray;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    background-image: url(newsbg.png);
    background-repeat: repeat;
}

div.newsDate {
    text-align: right;
    width: 100%;

    padding: 0;
    margin: 0;
}

div.newsDate p{
    color: lightgray;
    font-size: 11px;
    padding: 0;
    margin: 5px;
}


