@charset "utf-8";
/*
CSS Document
Created by Paul Barratt
*/

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #E0E0E0 url(light/background.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000000;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.5);
}

#header {
	position:relative;
	background: url(light/header.png) no-repeat center;
	margin: 0px auto;
	width:800px;
	height: 89px;
	z-index:3;
	padding: 50px 58px 0px 0px;
}

.button{
	float: right;
	width: 68px;
	height: 90px;
}

.button a , #expandbutton a, #expandbutton a:hover{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer; 
}

.button:hover{
	background-image:url(light/hover.png) ;
	opacity: 0.5;
}

#content {
	position:relative;
	background-color:#FFFFFF;
	width: 760px;
	z-index:2;
	overflow: auto;
	box-shadow:0px 0px 20px rgba(0,0,0,0.7);
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,0.7);
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,0.7);
	margin: 1px auto 0px;
	top: -6px;
	text-align: left;
	padding: 20px 20px 20px 20px;
	font-size: 12px;
}

#imag{
	float: right;
	height: 210px;
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,0.7);
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,0.7);
	box-shadow:0px 0px 20px rgba(0,0,0,0.7);
	margin: 38px 30px 30px 29px;
	padding: 10px;
	width:auto;
	text-align:center;
}

#footer {
	position:relative;
	z-index: 1;
	background: #CCEEFF center no-repeat;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	color: rgba(0,150, 200, 0.5);
	width: 700px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	top: -110px;
	padding: 5px 5px 5px;
	text-align: center;
	font-size: 12px;
	overflow: auto;
}

#hiddenfootercontent{
	color: rgba(0,150, 200, 0.5);
	width: 100%;
	height:100px;
	overflow: auto;
	margin: 0px;
	margin-bottom: 5px;
	border-bottom: solid 1px rgba(255,255,255, 0.5);
}

#expandbutton{
	position: relative;
	width: 16px;
	height: 16px;
	margin: 0px;
	left: -10px;
	background-color: rgba(150,200,255,0.5);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	float:right;
	-webkit-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow:inset 0px 1px 2px rgba(0,0,0,0.3);
}

#expandbutton:hover{
	top: -1px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}

.h1 {
	font-size: 18px;
	font-style: normal;
	color: #265C69;
}

a:visited, a:active, a:link{
	color: #0066CC;
	text-decoration: none;
}

a:hover{text-decoration: underline;}

#socialnetworkbutton{
	position: relative;
	width: 150px;
	height: 150px;
	margin: 20px;
	background-color: rgba(150,200,255,0.0);

	-webkit-border-radius: 50px 0px;
	-moz-border-radius: 50px 0px;
	border-radius: 50px 0px;
	float:left;
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.6);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.6);
}

