* {margin:0;padding:0}

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:100%;
	line-height:1.2em; /* .9375em */
	color:#fff;
	position:relative;
	background: #3a5b79 url(../images/bkgr.jpg) repeat-x;
	/* background:url(images/body-bg.gif) center top repeat-y; */
	}
input, textarea, select {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1em;
	}
	
.fleft {float:left}
.fright {float:right}
.clear {clear:both}
.col-1, .col-2, .col-3 {float:left}
.alignright {text-align:right}
.aligncenter {text-align:center}

.wrapper {
	width:100%;
	overflow:hidden;
	}
.container {
	width:100%;
	}
p {
	margin-bottom:15px;
	}
.img {
	border-style:none;
	float:right;
	}


/* GLOBAL */
#main {
	width:840px;
	margin:0 auto;
	height:auto !important;	height:100%;
	min-height:100%;
	position:relative;
	}
#header, #content, #footer {font-size:0.75em}

/*.top-bg {
	background:url(images/bg-top.jpg) no-repeat center top;
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%
	}
	
.bot-bg {
	background:url(images/bg.jpg) no-repeat center bottom;
	position:relative;
	min-height:100%;
	height:auto !important;	
	height:100%;
	} */

.bot-bg {
	background:url(images/bg.jpg) no-repeat center bottom;
	position:relative;
	min-height:200%;
	height:auto !important;
	height:100%}

	
/* txt, links, lines, titles */
a {
	color:#ccff66; /* text green */
	outline:none;
	text-decoration:none;
	}
a:hover{
	text-decoration:none;
	color: #0033cc; /* text blue dark */
	}
h1 {
	padding:28px 0 0 10px;
	font-size:3em;
	line-height:1em;
	float:left;
	}
/* 
h1 a {
	display:block;
	background:url(../images/logo.jpg) no-repeat left top;
	top:-20px;
	width:237px;
	}
h1 span {
	background:url(../images/slogan.jpg) no-repeat left top;
	text-indent:-9999px;
	display:block;
	height:22px;
	width:437px;
	}
 */
h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:2.08em;
	line-height:1.1em;
	font-weight:bold;
	margin-bottom:23px;
	}
h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.8em;
	padding:2px 0 0 0;
	margin-bottom:29px;
	color:#ccff33; /* text green */
	}
h4 {
	font-size:1em;	
	font-weight:bold;
	}	
h5 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.5em;
	padding:2px 0 0 0;
	margin-bottom:10px;
	color:#ffff66; /* text yellow */
	}
	
	
/* HEADER*/
#header {
	height:120px;
	}
#header .top-links {
	float:right;
	padding-top:37px;
	}
#header .top-links li {
	float:left;
	}
	

/* NAV */
#nav {
	float:left;
	width:209px;
	margin-right:40px;
	padding:40px 0 0 0;
	position:relative;
	}
#nav ul li {
	width:100%;
	}
#nav ul li a {
	display:block;
	background:url(../images/nav-bg.png) no-repeat left top;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:209px;
	height:32px;
	line-height:32px;
	font-size:17px;
	text-decoration:none;
	text-indent:15px;
	margin-bottom:7px;
	position:relative;	
	color:#fff; /* text white */
	}
#nav ul li a:hover {
	color:#0033cc; /* text blue dark */
	}
/*
#nav ul li a:active {
	color:#0033ff;  text blue dark 
	}
*/
.list {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:209px;
	line-height:16px;
	font-size:15px;
	font-weight:bold;
	margin-left:15px;
	text-decoration:none;
	margin-bottom:6px;
	}
.nolink {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:209px;
	line-height:16px;
	font-size:15px;
	font-weight:bold;
	margin-left:15px;
	text-decoration:none;
	margin-bottom:6px;
	color:#99ffff; /* text light blue */
	}
.sub {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:209px;
	height:18px;
	line-height:14px;
	font-size:14px;
	text-indent:30px;
	margin-bottom:6px;
	font-color:#fff; /* white text colour */
	}
a.list:active 
	{
	color:#FFFF66; /* text yellow */
	}
.extra-img {
	position:absolute;
	top:600px;
	left:0px; /* 0px */
	}


/* content */
#content {
	float:left;
	width:591px;
	min-height:680px;
	height:auto !important;
	height:680px;
	}
#content {
	padding:40px 0;
	}
#content .section {
	padding:0 0 34px 0;
	}
#content a:hover {
	color:#00ffff; /* text blue dark */
	}
.col1 {
	float:left;
	width:295px;	
	padding: 0 0px 0 0px;
	}
.col2 {
	float:right;
	width:295px;	
	padding: 0 0px 0 0px;
	}
.picmain {
	margin:5px 0px 20px 20px;
	float: right; 
	border: 1px solid #a4d9e3;/* pale blue */
	}
	
/* list */

ul {
	list-style:none
	}
#content ul {
	padding-bottom:15px;
	}
#content ul li {
	font-weight:normal;
	padding-bottom:5px;
	margin-bottom:1px;
	color:#ffff66; /* text yellow */
	list-style-type: disc;
	text-align:left;
	margin-left:15px;	
	}
#content ul li a {
	color:#ccff33; /* text green */
	}
#content ul li ul {
	padding:10px 0 0 12px;
	}
#content ul li ul li {
	font-weight:normal;	
	color:#fff; /* text white */
	}
#content .items-list {
	padding:0 40px;
	}
#content .items-list li {
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
	font-weight:normal;
	}
#content .items-list li a {
	color:#ccff33; /* text green */
	}
#content .items-list li a:hover {
	color:#0033ff;  /* text blue dark */
	}
#content .items-list li img {
	float:left;
	margin-right:20px;
	display: block;
	}
#content .articles {
	padding:0;
	}
#content .articles li {
	width:100%;
	overflow:hidden;
	padding-bottom:30px; 
	font-weight:normal;
	}
#content .articles li img {
	float:left;
	margin-right:20px;
	}
#content .articles li a {
	color:#ffffff;
	}	
p.top {
	text-align: right;
	color:#265265;
	}

	
/* TABLE */
table {
   	width:100%;
	border-top:1px solid #c3edfd;
    border-right:1px solid #c3edfd;
    margin:1em auto;
    border-collapse:collapse;
    }
td {
    color:#fff;
	background:#0a96c5;
    border-bottom:1px solid #c3edfd;
	border-left:1px solid #c3edfd;
	padding:.3em 1em;
	text-align:center;
	}
tr.odd td {
	background:#027fba;
	border-top:1px solid #c3edfd;
    border-right:1px solid #c3edfd;
    margin:1em auto;
	}
.column1 {
	background:#0a96c5;
    border-bottom:1px solid #c3edfd;
	border-left:1px solid #c3edfd;
	padding:.3em 1em;
	text-align:left;
	}
tr.odd .column1 {
	background:#027fba;
	border-top:1px solid #c3edfd;
    border-right:1px solid #c3edfd;
    margin:1em auto;
    border-collapse:collapse;
	}
tr.odd .column2 {
	text-align:left;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#fff;	
	background:#04659c;
    border-bottom:1px solid #c3edfd;
	border-left:1px solid #c3edfd;
	padding:.3em 1em;
	}
thead th {
	text-align:center;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#fff;
    background:#04659c;
	border-bottom:1px solid #c3edfd;
	border-left:1px solid #c3edfd;
	padding:.3em 1em;
	}
	
	
/* forms */
input, select {vertical-align:middle;font-weight:normal}
img {border:0;vertical-align:top;text-align:left}
#contacts-form {clear:right;width:100%;overflow:hidden;padding:15px 0 0 0}
#contacts-form fieldset {border:none;float:left}
#contacts-form .field {clear:both}
#contacts-form label {float:left;width:97px;line-height:20px;padding-bottom:5px;font-weight:bold}
#contacts-form input {width:246px;padding:2px 0 2px 3px;background:#16acf1;border:1px solid #91dcfe;color:#fff}
#contacts-form textarea {width:475px;height:293px;padding:2px 0 2px 3px;background:#16acf1;border:1px solid #91dcfe;color:#fff;margin-bottom:15px;overflow:auto}


/* BOXES */
.box .left-top-corner {
	background:url(../images/left-top-corner.png) no-repeat left top;
	padding-left:10px
	}
.box .right-top-corner {
	background:url(../images/right-top-corner.png) no-repeat right top;
	padding-right:10px
	}
.box .border-top {
	background:url(../images/border-top.png) left top repeat-x;
	height:10px;
	overflow:hidden;
	font-size:0;
	line-height:0
	}
.box .border-left {
	background:url(../images/border-side.png) left top repeat-y;
	padding-left:1px
	}
.box .border-right {
	background:url(../images/border-side.png) right top repeat-y;
	padding-right:1px
	}
.box .inside {
	background:url(../images/box-bg.png) left top;
	padding:14px 39px 23px 39px
	}
.box .left-bot-corner {
	background:url(../images/left-bot-corner.png) no-repeat left top;
	padding-left:10px
	}
.box .right-bot-corner {
	background:url(../images/right-bot-corner.png) no-repeat right top;
	padding-right:10px
	}
.box .border-bot {
	background:url(../images/border-bot.png) left top repeat-x;
	height:10px;
	overflow:hidden;
	font-size:0;
	line-height:0
	}
.button {
	float:right;
	font-size:1.5em;
	line-height:1.1em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:234px;
	text-align:center
	}
.button span {
	display:block;
	background:url(../images/button-left.png) no-repeat left top;
	padding-left:11px
	}
.button span span {
	background:url(../images/button-right.png) no-repeat right top;
	padding-right:12px;
	padding-left:0
	}
.button span span a {
	display:block;
	background:url(../images/button-bg.png) left top repeat-x;
	padding:6px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase
	}
.button span span a:hover {
	color:#000
	}


/* FOOTER */
#footer {
	height:80px;
	position:relative;
	margin:-80px auto 0 auto;
	width:840px
	}
#footer {
	color:#acc3de
	}
#footer .indent {
	padding:15px 0 0 289px
	}
#footer a {
	color:#ccff33; /* text green */
	}
#footer a:hover {
	color:#003399;  /* text blue dark */
	}

