html, body {
	margin: 0;
	padding: 0;
	background: #CDEDFB;
}

ul, li {
	margin: 0;
	padding: 0;
}

h3 {
	padding: 10px;
	margin: 0;
	text-align: center;
	color: #053B6D;
}


header, nav, section, ul, article, footer, aside {
	display: block;
}

ul {
	list-style-type: none;
}

html, body {
	height: 100%;
	width: 100%;
	font-family: Calibri;
	font-size: 16px;
}

div#overlay {
	height: 100%;
    width: 100%;
    min-height: 850px;
    min-width: 1000px;
    background-color: #0056a7;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
    background-position: center bottom;
	position: relative;
}

div#overlay > div {
    position: absolute;
    bottom: 220px;
    width: 100%;
}

header {
	height: 180px;
}

a {
    color: #6da3bd;
}

a.serv {
    text-decoration:none;
    border-bottom:1px solid #6DA3BD;
}

a.js-serv {
    border-bottom: 1px dashed #6DA3BD;
    text-decoration:none;
    cursor:pointer;
}

a.silentlink {
    text-decoration:none;
    color:#343434;
}

a.silentlink:hover {
    color:#343434;
}

a:hover { 
    color:#4D7285;
}

nav {
	text-align: center;
	margin: 0 auto;
	height: 50px;
	width: 400px;
}

nav ul li{
	float: left;
	margin-right: 10px;
}

nav ul, nav ul li {
	text-align: center;
	margin: 0 auto;
}

nav ul li a {
	color: #FFF276;
	text-decoration: none;
	font-size: 14px;
	padding: 5px;
	font-family: Verdana;
}

nav ul li a:hover {
	color: #FFF276;
	text-shadow: 0 0 10px #FBFF09;
	-moz-text-shadow: 0 0 10px #FBFF09;
	-webkit-text-shadow: 0 0 10px #FBFF09;
}

h2 {
    color: #174673;
}

section {
	background-color: rgba(255,255,245, .5);
	border: 1px solid #666;
    padding: 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 400px;
	height: 420px;
	margin: 0 auto;
}

article {
    position: relative;
}



form  { -moz-border-radius: 6px; -webkit-border-radius: 6px; padding: 10px 15px; }
form input { margin-bottom: 4px; padding: 3px; font-size: 17px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: #51555b; }
form label { font-weight: bold; padding: 0 0 0 15px; }
form p.error {
	margin: 0; background: #fdb5b5; -webkit-border-radius-bottomleft: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-radius-bottomright: 5px; -moz-border-radius-bottomright: 5px;
	border-left: 2px solid #cd4646; border-right: 2px solid #cd4646; border-bottom: 2px solid #cd4646; text-transform: lowercase; font-size: 13px; font-weight: bold;
	display: none; margin: 0 0 5px 0; padding: 4px; width: 200px; }
	
form p.error_ {
	margin: 0; background: #fdb5b5; -webkit-border-radius-bottomleft: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-radius-bottomright: 5px; -moz-border-radius-bottomright: 5px;
	border-left: 2px solid #cd4646; border-right: 2px solid #cd4646; border-bottom: 2px solid #cd4646;  text-transform: lowercase; font-size: 13px; font-weight: bold;
	margin: 0 0 5px 0; padding: 4px; width: 200px; }

form p.warning {
	margin: 0; background: #ffff99; -webkit-border-radius-bottomleft: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-radius-bottomright: 5px; -moz-border-radius-bottomright: 5px;
	border-left: 2px solid #ffff00; border-right: 2px solid #ffff00; border-bottom: 2px solid #ffff00;  font-size: 13px; font-weight: bold; }

div#hint {
	background-color: rgba(255,255,255, .7);
	border: 2px solid #666;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	width: 190px;
	position: absolute;
	bottom: -170px;
	left: -300px;
}	

div#error {
	background-color: rgba(255,240,240, .7);
	border: 1px solid #666;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	width: 180px;
	float: left;
	position: absolute;
	bottom: -250px;
	right:-300px;
}

.icon_off {
    opacity: 0.6;
    filter:Alpha(Opacity=60);
    width: 90px;
}

.icon_on {
    width: 90px;
}

.service {
    display: inline-block;
}
.service img {
    float: left;
    display: block;
}

a > img {
    border: 0;
}

li.user_panel ul {
	position: absolute;
	display : none;
}

li.user_panel ul li {
	background-color: rgba(150,60,60,.7);
	padding: 5px;
	border-radius: 5px;
}

li.user_panel > a {
	color: #C2B85A;
}

li.user_panel ul li:first-child {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

li.user_panel ul li:last-child {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

li.user_panel:hover ul {
	display: block;
]