@import "forms.css";
@import "menu.css";
@import "icons.css";
@import "slider.css";
@import "tabs.css";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {    
    line-height:20px;
    background:url(../img/bg.jpg);
    padding:0px;
    margin:0px;
    font-family:"Trebuchet MS";
    font-size:13px;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.clear {
	clear: both;
}
.blank {
	height: 3px;
}
.blank1 {
	height: 5px;
}
.blank2 {
	height: 8px;
}
.blank3 {
	height: 10px;
}
.blank4 {
	height: 12px;
}
.blank5 {
	height: 15px;
}
.border_blank {
	height: 25px;
	border-bottom:1px solid rgba(0,0,0,0.1);
	margin:0 0 25px 0;
}

.wrap{
	width:100%;
	height:auto;
	padding:0px;
	margin:0px;
}


.header{
	width:100%;
	height:155px;
	margin:0px;
	padding:0px;
	background:#fff;
}

.header header{
	width:1024px;
	height:113px;
	margin:0px auto;
}


.logo{
	width:500px;
	height:95px;
	margin:8px 0;
	float:left;
}
.logo img{
	max-width:500px;
	max-height:95px;
}

.navigation{
	width:100%;
	height:42px;
	margin:0px auto;
	background:url(../img/menu.jpg);
}

.nav{
	width:1024px;
	margin:0px auto;
}

.container{
	width:1024px;
	height:auto;
	margin:15px auto;
	padding:0px;
}
.content{
	width:1004px;
	float:left;
	height:auto;
	padding:10px;
	background:#fff;
	border-radius:5px;
}

.content h1{
	color:#00626a;
	font-size:20px;
	margin:0 0 10px 0;
}
.content h1 span{
	color:#bc8841;
}

.text{
	width:710px;
	padding:15px;
	height:auto;
	background:url(../img/text-bg.png) top repeat-x;
	text-align:justify;
	font-size:13px;
	float:left;
	border-radius:5px;
}
.text-big{
	width:974px;
	padding:15px;
	height:auto;
	background:url(../img/text-bg.png) top repeat-x;
	text-align:justify;
	font-size:13px;
	float:left;
	border-radius:5px;
}
.text-small{
	width:500px;
	padding:15px;
	height:auto;
	background:url(../img/text-bg.png) top repeat-x;
	text-align:justify;
	font-size:13px;
	float:left;
	border-radius:5px;
}
.text p, .text-big p{
	line-height:22px;
}
.text-big p + p{
	padding:15px 0 0 0;
}
.text-big ul, .text-big ol{
	padding:4px 25px;
}

.download{
	width:248px;
	height:167px;
	float:right;
	background:url(../img/download.png) center center no-repeat;
	content:' ';
}

.read{
	float:right;
	background:#06656d;
	padding:5px 15px;
	border-radius:5px;
	color:#fff;
	text-decoration:none;
}

.download_pres{
	float:left;
	background:#06656d;
	padding:5px 12px;
	margin:10px;
	border-radius:5px;
	color:#fff;
	text-decoration:none;
}

.text-left{
	float:left;
	width:520px;
	padding:10px;
	background:url(../img/text-bg.png) bottom repeat-x;
	border-radius:5px;
	color:#d0e3f7;
	text-align:justify;
}

.text-right{
	float:right;
	width:450px;
	padding:10px;
	background:url(../img/text-bg.png) bottom repeat-x;
	border-radius:5px;
	color:#d0e3f7;
	text-align:justify;
}
.text-left h2, .text-right h2{
	font-size:16px;
	color:#fff;
	margin:0 0 10px 0;
}
.img-left{
	width:140px;
	height:95px;
	padding:7px;
	float:left;
	margin:0 10px 0 0;
	background:rgba(0,0,0,0.4);
}

.footer{
	width:1024px;
	height:77px;
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px;
	background:url(../img/footer.png) center center no-repeat;
}

.footer ul{
	margin:0px;
	padding:0px;
	float:left;
	list-style:none;
}
.footer ul li{
	float:left;
}
.footer ul li a{
	line-height:77px;
	text-decoration:none;
	color:#00626a;
	padding:0px 0px 0px 20px;
}

.social{
	float:right;
	width:auto;
}
.social img{
	float:left;
	margin:25px 10px 0 0;
}

.footer-bottom{
	width:1024px;
	float:left;
	margin:5px 0;
	color:#fff;
	font-size:14px;
}
.footer-bottom a{
	color:#9df7ff;
}

.pull-left{
	float:left;
}
.pull-right{
	float:right;
}

.news{
	width:1004px;
	float:left;
	height:auto;
}
.news + .news{
	margin:15px 0 0 0;
}
.news h2{
	color:#7B4609;
	font-size:16px;
	margin:10px 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid rgba(0,0,0,0.1);
}

.news p{
	text-align:justify;
}
.news p + p{
	margin:10px 0 0 0;
}

.date{
	float:right;
	color:#666;
	font-size:24px;
	margin:-4px 0 0 0;
	font-weight:normal;
}
.date span{
	font-size:12px;
	float:right;
	text-transform:uppercase;
	line-height:14px;
	margin:-3px 0px 0 5px;
	padding:0 0px 0 5px;
	border-left:1px solid rgba(0,0,0,0.1);
}
.date span strong{
	display:block;
}