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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	width: 100%;
	background-color: #f2ede7;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-weight:400;
	font-size: 12pt;
	color: #333;
	margin: 0;
}
a {
	color: #333;
	outline: none;
	text-decoration: none;
	font-weight:600;
}
a:hover {
	text-decoration: none;
	color:#68c4c4;
}
p {
	margin: 0 0 18px
}
b {
	font-weight:600;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 3px 4px 5px 3px #AAAAAA;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 180px;
	margin: 20px 0;
	padding: 30px;
	padding-bottom:0;
	position:relative;
	background:url(header.png);
}

#header-1 {
	position:absolute;
	left:145px;
	top:55px;
	font-size:21pt;
	font-weight:600;
}

#header-2 {
	position:absolute;
	left:505px;
	top:66px;
	font-size:13pt;
	font-weight:600;
}

#header-3 {
	position:absolute;
	left:145px;
	top:102px;
	font-size:17pt;
	font-weight:600;
	line-height:130%;
}

#header-4 {
	position:absolute;
	left:505px;
	top:102px;
	font-size:13pt;
	line-height:120%;
	font-weight:600;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '';
	clear: both;
	display: table;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	margin-left: 270px;
	padding: 0 46px 0 0;
	background-color: #FFFFFF;
}
#text {
	padding: 0 0 20px 0;
	line-height:160%;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 220px;
	margin-left: -100%;
	position: relative;
	background: #FFFFFF;
	padding-left:30px;
}

#nav ul {
  list-style: none;
  width: 100%;
  border-bottom:2px solid #e6e6e6;
}

#nav li {
  display: table;
  width: 100%;
  height: 70px;
  border-top: 2px solid #e6e6e6;
  vertical-align: middle;
  text-align: left;
}

#nav li a {
	padding-left:20px;
	display: table-cell;
	vertical-align: middle;
	font-weight:400;
}

#nav a:hover {
	color:#FFFFFF;
	background-color: #68c4c4;
}
.navb {
	font-size:16pt;
	font-weight:600;
	}
	
#nav-active {
	color:#FFFFFF;
	background-color: #68c4c4;
}
		
#icons {
	z-index:10;
	position:absolute;
	top:20px;
	right:0px;
}
#icons img {
	border:0;
	
}
#contact {
	z-index:5;
	position:absolute;
	top:40px;
	right:30px;
	line-height:30px;
	font-size:14pt;
}
.slider {
	border-top: 5px solid #68c4c4;
	border-bottom: 5px solid #68c4c4;
	margin-bottom:20px;}

h1 {
	font-size: 21pt;
	font-weight:600;
	border-bottom: 2px solid #68c4c4;
	margin-bottom:20px;
	padding-bottom:8px;
	line-height:100%;
	text-align:left;

}

h2 {
	font-size: 16pt;
	font-weight:600;
	line-height:180%;
	color:#68c4c4;
	text-align:left;
}

h3 {
	font-size: 14pt;
	font-weight:600;
	line-height:180%;
	color:#68c4c4;
	text-align:left;
}

.bigger { font-size:14pt; }

/* Accordion: */

h2.acc_trigger {
	padding: 0;
	margin: 0 0 5px 0;
	background: url(h2_trigger_a.png) no-repeat;
	height: 46px;
	line-height: 46px;
	width: 500px;
	float: left;
}
h2.acc_trigger a {
	display: block;
	padding: 0 0 0 25px;
}
h2.active {
	background-position: left bottom;
}
.acc_container {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	width: 658px;
	clear: both;
}
.acc_container .block {
	padding: 0 0 0 25px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	padding: 80px 46px 40px 0;
	margin-bottom: 50px;
	text-align:right;
}

#footer a {
	margin-left: 10px;
}