@font-face {
	font-family: Futura;
	src: url("../fonts/futura.eot") /* EOT file for IE */
}

@font-face{
	font-family: Futura;
	src: url('../fonts/FuturaStd-Medium.otf') format("opentype");
}

html{
	height:100%;
}

body{
	float:left;
	width:955px;
	border-top:45px solid #fff;
	margin:0 0 0 30px;
	font-family:"Times New Roman", Times, serif;
	background-repeat:no-repeat;
	background-position:30px bottom;
	background-attachment:fixed;
	min-height:100%;
}

strong{
	font-weight:bold;	
}

span{
	display:none;	
}

#admPanel span{
	display:inline;	
}

p a{
	background:#FFF;
	color:#000;
}

p a:hover{
	background:#ead1e0;
	color:#000;
}

h3{
	width:340px;
	overflow:hidden;
	float:left;
	text-align:center;
	font-family:Futura, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#fff;
	font-size:19px;
	margin:20px 0 20px 0;
}

h3 a{
	color:#fff;
	text-decoration:none;
}

h3 span{
	display:inline;
	background:#50e5cd;
	padding:0 5px;
	line-height:19px;
}

h3 span strong{
	font-weight:normal;

}

#icon_small{
	position:fixed;
	left:910px;
	width:95px;
	height:42px;
	background:url("../img/icon_small.gif") no-repeat #fff;
}

#content{
	float:left;
	font-size:15px;
	line-height:18px;
	width:340px;
	margin-left:280px;
	padding:0 30px 0 10px;
	background:url("../img/bg.gif") repeat-y;
	border-bottom:20px solid #fff;
}

#content ul,
#content ol{
	clear:both;
	margin:0 0 20px 0;
}

#content p,
#content li{
	text-decoration:none;
}

#content li{
	margin-left:20px;
	list-style-type:decimal;
}

#content ol li{
	list-style-type:decimal;	
}

h1{
	float:left;
	width:280px;
	height:180px;
	position:fixed;
	background:url("../img/logo.gif") no-repeat #fff;
}

h1 a{
	float:left;
	width:100%;
	height:180px;
}

h2{
	width:100%;
	float:left;
	height:45px;
	position:fixed;
	top:0;
	left:0;
	background:#fff;
}

p{
	margin:0 0 15px 0;	
}

#navigation{
	width:220px;
	float:right;
	margin-right:75px;
	background:#fff;
	position:fixed;
	margin-left:660px;
	padding-bottom:20px;
}

#navigation li{
	width:100%;
	float:left;
}

#navigation a{
	font-size:12px;
	color:#000;
	background:#fff;
	padding:0 5px;
	width:170px;
	float:left;
	text-transform:uppercase;
	text-decoration:none;
}

#navigation .active,
#navigation .sub{
	background-color:#000;
	color:#fff;
}

#button_pdf a{
	position:fixed;
	top:210px;
	left:695px;
	background:url("../img/icon_button.png") no-repeat top left;
	width:211px;
	height:211px;
}

#button_pdf a:hover{
	background-position:bottom left;
}




/* Form */
#content .submit{
	font-size:16px;
	background:none;
	border:none;
	padding:inherit;
	cursor:pointer;
	margin-top:20px;
	height:auto;
	width:auto;
	font-family:"Times New Roman", Times, serif;
}

legend{
	display:none;	
}

#content form{
	text-transform:uppercase;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

form textarea,
form input{
	border:1px solid #cccccc;
	width:300px;
	height:14px;
	padding:3px 2px;
}

form textarea{
	height:70px;	
}

form dt,
form dl{
	width:100%;
	float:left;
}

form dt{
	margin-top:5px;
}

#content .checkbox{
	width:auto;
	float:left;
	height:auto;
	margin-top:3px;
	margin-right:5px;
	border:none;
}


.error{
	color:#f00;	
}

.error input{
	border:1px solid #f00;	
}


#button_pdf{
	display:none;	
}
