* {
	margin: 0;
	color: #666;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
li {
	float: left;
	position: relative;
}
li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	opacity: 0.8;
}
li > ul{
	top: auto;
	left: auto;
}
#nav li ul li {
	clear: left;
	font-size: 80%;
	margin:3px 0 0 2px;
	padding:0px;
}
.hover li:hover ul { 
	display:block; 
	background-color:#fff;
}
body {
	font-family:"Georgia",serif;
}
#desktop{
	height:100%;
}
#taskbar{
	background-color:grey;
	position: absolute;
	width: 100%;
	display: none;
}
#taskbar ul{
	display: inline;
	float: right;
	margin: 5px;
}
#taskbar ul:first-child {
	position:absolute;
}

.logo{
	position:absolute;
	overflow:hidden;
	background:url(../img/logo.jpg) no-repeat;
	width:257px;
	height:100px;
	text-indent:-9999px;
	top:10px;
	z-index:200;
}
.logo a{
	display:block;
	height:100%;
}

#content {
	position: relative;
	padding: 110px 0 0 10px;
	margin: 0 0 2em 0;/*same as footer height*/
}
.gallery {
    display: block;
}
.gallery a {
    display: block;
	height: 250px;
	text-align: center;
	margin: 40px;
	width: 400px;
	float: left;
}
.gallery h3 {	
}
#main {height:100%;}
#wrap {height:100%;}
#nav {
	position:absolute;
	top:100px;
	height:1em;
	margin-top:-2em;
	font-family:"Tahoma","Geneva",sans-serif;
	z-index:10;
}
#nav ul {
	float:right;
}
#nav li {
	font-size: 1.35em;
	text-transform: capitalize;
	color: #888;
	padding: 0 0 1em 0;
}
#nav a:hover {
	color: #ADBD8C; 
}
a {
	text-decoration: none;
	color: #888888;
}
html, body {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align:center;
	margin: 0 auto -2em;  /*the bottom margin is the negative value of the footer's height */
}
#main-content {
	position: absolute;
	top: 110px;
	margin:10px;
	text-align: left;
	padding:0;
	width:480px;
}
#main-content table {margin-bottom:10px}

#main-content p {margin-bottom:10px}
#main-content table tr td {
	padding-left:10px;
	width:200px;
	font-size:90%
}
#main-content h2 {
	margin:0;
	font-size:1em;
}
#main-content form {
	margin-top: 50px;
	}
.footer, .push {
	height: 2em; /* .push must be the same height as .footer */
	text-align: center;
	}
.footer p{margin:0;}
.fieldWrapper {
	margin: 0px 0 15px 5px;
	position: relative;
	}
.fieldWrapper label {
	display: block;
	width: 120px;
	float: left;
	}	
.fieldWrapper input, .fieldWrapper textarea {
	color: black;
	filter:alpha(opacity=50);
	opacity: 0.5;
	width: 250px;
	}
.fieldWrapper p {
	font-size: .8em;
	margin-left: 122px;
	}
.fieldWrapper span {
	position: absolute;
	top: 0;
	}
.submit {
	color: black;
	float: right;
	margin-right: 98px;
	width: 8em;
	}
.errors {
	width: 100%;
	float: left;
	}	
.errorlist li {
	color: red;
	}
