
body,html{
	overflow-x:hidden;
	background-color:#808080;
	font-family:'Abel',Arial,sans-serif;
}

.contactbutton{
	padding:10px;
	width:110px;
	margin-top:5px;
	margin-bottom:20px;
	font-family:'Abel',Arial,sans-serif;
	font-size:18px;
}

#header{
	width:100%;
	height:12vw;
	max-height:100px;
	background:linear-gradient(to bottom,#cccccc,#808080);
	box-shadow:0px 0px 2px 2px black;
}

#footer{
	width:100%;
	height:10vw;
	max-height:50px;
	background:linear-gradient(to bottom,#bfbfbf,#808080);
	color:black;
	font-size:14px;
	text-align:center;
	line-height:50px;
	box-shadow:0px 0px 3px 1px black;
	float:left;
}

*{margin:0;padding:0;}

p{
	line-height:20px;
	font-size:18px;
	font-weight:light;
	text-align:justify;
}

li{
	margin-left:20px;
}

#container{
	height:100%;
	width:100%;
	font-size:0;
}

#left,#middle,#right{
	display:inline-block;
	*display:inline;
	zoom:1;
	vertical-align:top;
	font-size:12px;
}
	
#left{
	width:20%;
	height:100%;
}

#middle{
	width:80%;
}

#right{
	display:none;
}

#menu{
	margin:10px 10px 10px 10px;
}

#lefter{
	margin:0px 0px 10px 10px;
	padding:10px;
	display:inline-block;
	background-color:#bfbfbf;
	border-radius:2px;
	box-shadow:0px 2px 1px 0px black;
	float:left;
	outline:1px dotted black;
}

#righter{
	margin:0px 0px 10px 0px;
	width:100%;
	background-color:#bfbfbf;
	border-radius:2px;
	box-shadow:0px 2px 1px 0px black;
	float:left;
}

#content{
	margin:10px 10px 10px 10px;
	padding:10px;
	background-color:#bfbfbf;
	font-size:16px;
	border-radius:2px;
	box-shadow:0px 2px 1px 0px black;
}

#button{
	width:100%;
	height:40px;
	float:left;
	margin-bottom:10px;
	background:linear-gradient(to bottom,#bfbfbf,#808080);
	box-shadow:0px 2px 1px 0px black;
	color:black;
	font-weight:bold;
	font-size:20px;
	text-align:left;
	line-height:40px;
	text-decoration:none;
	padding-left:10px;
	border-radius:2px;
}

#button:hover{
	box-shadow:0px 2px 1px 1px black;
}

#button:active{
	box-shadow:0px 1px 1px 1px black inset;
	line-height:45px;
}

.app{
	height:480px;
	width:100%;
	max-width:640px;
	border-radius:2px;
}

.galleryimage{
	width:15%;
	max-width:100px;
}

.galleryimage:hover{
	outline:1px solid black;
}

.sidebarimage{
	width:100%;
	border-radius:2px;
	margin:0 0 5px 0;
}

.sidebarimage:hover{
	outline:1px solid black;
}

.snippet{
	background-color:#c6d9ec;
	border-style:solid;
	border-width:1px;
	border-color:black;
	border-radius:2px;
	margin-bottom:0px;
	width:100%;
	height:300px;
}

table{
    width:100%;
	font-size:1em;
 }

table th{
    text-align: left;
    height:20px;
    background-color: #80AA3C;
    border:1px solid black;
    color: black;
    padding:5px;
}

table td{
    color: #000000;
    border:1px solid black;
    height:20px;
    padding:5px;
}

table tr:nth-child(even) {
    background-color: #EAF2D3;
}
table tr:nth-child(odd) {
   background-color: #dae8b0;
}

#txtCaptchaDiv{
	position:absolute;
	top:3px;
	left:17px;
	font-size:180%;
	color:#80AA3C;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.wrap {
    position:relative;
	margin-bottom:0px;
}

form{
	margin-right:10px;
}

label{
	display:block;
	cursor:pointer;
	margin-top:10px;
}

textarea{
	width:515px;
	border:1px solid black;
	margin-bottom:10px;
	height:12em;
	background-color:#ffffff;
}

@media handheld, only screen and (max-width: 768px){
	#left{
		width:100%;
	}
	
	#middle{
		width:100%;
	}	
	
	#right{
		margin:0px 10px 10px 10px;
		display:block;
	}
	
	#content{
		margin:0px 10px 10px 10px;
	}
	
	p{
		font-size:20px;
		line-height:22px;
	}
	
	#menu{
		margin:10px 20px 10px 10px;
	}
	
	#lefter{
		margin:0px 10px 10px 10px;
		display:none;
	}

	table{
		font-size:0.75em;
	}
	
}