@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol,
form, label, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;}

.clear {
	margin:0;
	padding:0;
	clear:both;}

html {
	margin:0;
	padding:0;
	height:100%;
	min-height:100%;}

body {
	background-color:#fff;
	font-family:arial;
	font-size:12px;
	color:#000;
	height:100%;
	min-height:100%;
	background-image:url(../img/bg_grun.GIF);
	background-position:left;
	background-repeat:repeat-y;}
	
#wrapper {
	width:100%;
	min-height:100%;
	height:auto;
	margin:auto;
	top:0;
	position:relative;
	min-width:980px;}

#borderTop {
	border-top:5px solid #00AE6D;}
	
#navigationLeft {
	width:180px;
	float:left;
	margin:0 50px 0 0;}

#logoApag {
	padding:30px 0 0 0;}

#contentTxt {
	padding:90px 50px 0 0;
	display:table-cell;}

#contentTxtMaLeft {
	float:left;
	margin:0 40px 0 0;
	width:300px;}
	
#contentTxtMaRight {
	float:left;
	width:300px;}

#contentTxtFont {
	float:left;
	width:45%;
	margin:0 25px 0 0;}

#contentTxtPics {
	float:left;
	width:252px;
	padding:38px 0 0 0;}
	
#contentTxt h1 {
	font-size:16px;
	font-weight:bold;
	margin:0 0 6px 0;}
	
#contentTxt h2 {
	font-size:12px;
	font-weight:bold;
	margin:0 0 12px 0;}
	
#contentTxt p {
	margin:0 0 12px 0;
	line-height:18px;}

.miniLink:link, 
.miniLink:visited {
	text-decoration:none; 
	color:#ccc;
	text-align:left;
	font-size:10px;}

.miniLink:hover, 
.miniLink:active {
	text-decoration:none; 
	color:#ccc;
	text-align:left;
	font-size:10px;}

#borderBottom {
	position:absolute;
	bottom:0;
	clear:both;
	width:100%;
	height:5px;
	background-color:#00AE6D;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:hidden;}

* html #borderBottom {
	position:absolute;}
	
	
/* NAVIGATION */
#navigationLeftButtons {
	width:140px;
	margin:0;
	padding:70px 0 0 0;}

#navigationLeftButtons ul {
	padding:0; 
	margin:0; 
	list-style:none;}

#navigationLeftButtons ul li {
	padding:0;}

#navigationLeftButtons ul li a, 
#navigationLeftButtons ul li a:visited {
	display:block;
	font-style:italic;
	font-weight:bold;
	text-decoration:none; 
	color:#fff; 
	height:32px; 
	line-height:32px;
	text-align:left;
	font-size:14px;
	padding:0 0 0 10px;
	overflow:hidden;
	background-image:url(../img/navigation/btn_bg_normal.gif);
	background-repeat:no-repeat;
	background-position:top right;}

#navigationLeftButtons ul li a:hover, 
#navigationLeftButtons ul li a:active {
	display:block; 
	font-style:italic;
	font-weight:bold;
	text-decoration:none; 
	color:#fff; 
	height:32px; 
	line-height:32px;
	text-align:left;
	font-size:14px;
	padding:0 0 0 10px;
	overflow:hidden;
	background-image:url(../img/navigation/btn_bg_active.gif);
	background-repeat:no-repeat;
	background-position:top right;}

#navigationLeftButtons ul li a#current, 
#navigationLeftButtons ul li a:visited#current, 
#navigationLeftButtons ul li a:hover#current, 
#navigationLeftButtons ul li a:active#current {
	display:block; 
	font-style:italic;
	font-weight:bold;
	text-decoration:none; 
	color:#fff; 
	height:32px; 
	line-height:32px;
	text-align:left;
	font-size:14px;
	padding:0 0 0 10px;
	overflow:hidden;
	background-image:url(../img/navigation/btn_bg_active.gif);
	background-repeat:no-repeat;
	background-position:top right;}
