/* CSS Document */

* {
	margin:0;
	padding:0;
}

html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}

.def {
	cursor:default;
}

.uline {
	text-decoration:underline;
}

.uline_bis {
	text-decoration:underline;
	margin: 60px 0 0 120px;
	font-size:small;
}

body {
	height:100%;
	min-width:950px;
	font-family:Cambria;
	overflow:scroll;
}

p {
	font-size:medium;
	line-height:22px;
}

a{
	color:#003;
}

p a {
	color:black;
	text-decoration:none;
}

section#wrapper{
	width:auto;
	min-height:750px;
	height:auto;
}


/* TITLE */

header{
	height:175px;
	border-bottom:2px solid #039;
	background-color:rgba(0,51,153,0.05);
}

.container {
	width:600px;
	margin-left: auto;
    margin-right: auto;
}

h1{
	font-family:Verdana, sans-serif;
	font-weight:500;
	text-align:center;
	color:#039;
	cursor:default;
}

h1.big{
	line-height:65px;
	padding-top:30px;
	font-size:65px;
	letter-spacing:5px;
	text-indent:5px;
}

h1.big_nspc{
	line-height:65px;
	padding-top:30px;
	font-size:65px;
}

h1.smllr{
	line-height:10px;
	font-size:15px;
}

h1 a {
	text-decoration:none;
	color:#039;
}

header figure#left {
	float:right;
	margin:35px 520px -75px 0;
}

header figure#right {
	float:left;
	margin:-75px 0 0px 520px;
}

header figure#center {
    text-align: center;
}


/* NAVIGATION BAR */

header nav {
	padding-top:20px;
	width:100%;
	min-width:900px;
	text-align:center;
}

header nav ul {
	display:inline-block;
    list-style-type:none;
}

header nav ul li{
	float:left;
	line-height: 25px;
	padding-left:15px;
	padding-right:15px;
  	border-top:1px solid #039;
  	border-left:1px solid #039;
  	border-right:1px solid #039;
  	border-bottom:1px solid #039;
	border-radius:5px;
  	margin:0px 20px 0px 20px;
}

header nav ul li.selected{
	float:left;
	cursor:default;
	background-color:rgba(0,51,153,0.3);
}

header nav a {
	color:black;
	text-decoration:none;
}

header nav ul li:hover{
	background-color:rgba(0,51,153,0.3);
}


/* FOOTER */

footer{
	clear:both;
	width:900px;
	background-color:rgba(0,51,153,0.3);
	border-radius:5px;
	position:relative;
	margin:35px auto;
	height:2em;
	margin-top:40px;
}

h4{
	float:right;
	font-size: small;
	color:#003;
	padding-top:9px;
	padding-right:7px;
	font-weight:100;
}

footer a{
	font-size: small;
	color:#003;
	padding-top:10px;
	padding-bottom:20px;
	padding-right:10px;
	float:right;
	margin-right:20px;
}

footer a:hover{
    text-decoration:underline;
}


.foot_left {
    float: left;
	margin-left:20px;
}

/* HOME */

h2 {
	background-color:rgba(0,51,153,0.3);
	border-radius:5px;
	text-align:center;
  	color:#003;
	font-size:large;
	font-weight:normal;
	line-height:30px;
	margin: 35px 0 15px 0;
	padding-left:15px;
}

section#content {
	width:900px;
	position:relative;
	margin: auto;
	min-height:455px;
	height:auto;
}

#content p{
	padding:0 15px 10px 15px;
	text-align:justify;
}

#content p.plain {
	padding:0 15px 5px 15px;
}

#content ul {
	padding:0 35px 10px 50px;
}

#content ul li {
	text-align:justify;
	list-style-type: square;
}

#content ul li a{
	text-decoration:underline;
	color:#003;
}

/* CONTACTS */

h3 {
	padding:0 15px 10px 15px;
	color: #003;
	font-weight: bold;
}

section#contact {
	margin-bottom:30px;
}

#contact p {
	padding:0 15px 0px 30px;
	text-align:justify;
}



/* LOGIN */

p.login {
	margin-top:30px;
}

.logfield {
	width: 220px;
	float:right;
	line-height: 20px;
	padding-left:5px;
	border-top:1px solid #039;
	border-left:1px solid #039;
	border-right:1px solid #039;
	border-bottom:1px solid #039;
	border-radius:5px;
	margin-right:540px;
}

.subbttn {
	font-family:Cambria;
	float:right;
	padding-left:15px;
	padding-right:15px;
	line-height: 20px;
	background-color:rgba(0,51,153,0.05);
	border-top:1px solid #039;
	border-left:1px solid #039;
	border-right:1px solid #039;
	border-bottom:1px solid #039;
	border-radius:5px;
	margin:0px 20px 0px 20px;
	cursor:pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin:25px 590px 0px 0px;
}

.pwordfield {
	width: 150px;
	float:right;
	line-height: 20px;
	padding-left:5px;
	border-top:1px solid #039;
	border-left:1px solid #039;
	border-right:1px solid #039;
	border-bottom:1px solid #039;
	border-radius:5px;
	margin-right:350px;
}

.subbttnpass {
	font-family:Cambria;
	float:right;
	padding-left:15px;
	padding-right:15px;
	line-height: 20px;
	background-color:rgba(0,51,153,0.05);
	border-top:1px solid #039;
	border-left:1px solid #039;
	border-right:1px solid #039;
	border-bottom:1px solid #039;
	border-radius:5px;
	margin:0px 20px 0px 20px;
	cursor:pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin:25px 380px 0px 0px;
}

.txtfield {
	width: 250px;
	float:right;
	line-height: 20px;
	padding-left:5px;
	border-top:1px solid #039;
	border-left:1px solid #039;
	border-right:1px solid #039;
	border-bottom:1px solid #039;
	border-radius:5px;
	margin-right:250px;
}

.txtfield2 {
	width: 250px;
	float:right;
	margin-right:240px;
	line-height: 20px;
	border-top:1px solid #039;
	border-left:1px solid #039;
	border-right:1px solid #039;
	border-bottom:1px solid #039;
	border-radius:5px;
	padding-left:5px;
	margin-left:5px;
}

.subbttn2 {
	font-family:Cambria;
	float:right;
	padding-left:15px;
	padding-right:15px;
	line-height: 20px;
	background-color:rgba(0,51,153,0.05);
	border-top:1px solid #039;
	border-left:1px solid #039;
	border-right:1px solid #039;
	border-bottom:1px solid #039;
	border-radius:5px;
	margin:0px 20px 0px 20px;
	cursor:pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin:25px 330px 0px 0px;
}

div#contleft {
	width:220px;
	height:100%;
	position:absolute;
}

#contleft ul li {
	list-style-type:none;
	margin-left:-15px;
	padding-top:10px;
}

#contleft ul li a {
	text-decoration:none;
}

#contleft ul li.selected {
	list-style-type:none;
	text-decoration:underline;
	color: #039;
	margin-left:-15px;
	padding-top:10px;
}

#contleft ul li a:hover{
	color: #039;
	text-decoration:underline;
}

div#contright {
	width:700px;
	position:absolute;
	margin-left:185px;
	padding-left:20px;
	margin-top:9px;
	height:100%;
	border-left:2px solid #039;
}

.def2 {
	padding-top:60px;
	cursor:default;
}
