body {
	font-family: "Gill Sans MT", "Gill Sans", verdana, arial, helvetica, sans-serif, sans;
	font-size: small;
	background-color: #fff;
	color: #444;
}

/* Text replacement */
.imgtext {
	display: block;
	overflow: hidden;
	text-indent: -10000px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;
}

/* Links */
a {
	color: #26a0a1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border-style: none;
	border-width: 0;
}

a.more {
	padding-right: 14px;
	background: transparent url(../images/plus.png) no-repeat scroll right center;
	text-transform: uppercase;
	font-size: smaller;
}

h1, h2, h3, h4, h5, #navigation {
	text-transform: uppercase;
	margin-top: 0;
}

#content h1
{
        font-size: 1.6em;
}

h2.intro
{
        font-size:1.2em;
        font-weight: bold;
        text-transform:none;
}

h3 {
	font-size: 1.05em;
	margin-top: 0;
	padding: 0;
}

h3 em, h3 i, h3 strong, h3 b {
	font-style: normal;
	color: #41c1c0;
}

.clearing_block {
	clear: left;
	width: 100%;
	overflow: hidden;
}

.block_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.block_list li {
	background-color: #f8f8f8;
	/*
	border-color: #c6c6c6;
	border-style: solid;
	border-width: 0 1px;
	*/
	color: #414141;
	padding: 1ex 1em;
	margin-bottom: 5px;
	overflow: hidden;
}

.big_quote {
	font-style: italic;
	font-weight: bold;
	padding-left: 150px;
	display: block;
	background: transparent url(../images/gears.png) no-repeat scroll center left;
	min-height: 99px;
	font-size: 1.6em;
	color: #414141;
}

.nav_list {
	font-weight: bold;
	list-style: none;
	padding: 0;
	margin: 1em 0;
}

.nav_list li {
	margin: 1em 0;
}

.nav_list a,
.nav_list .active li a {
	color: #444;
}

.nav_list .active a,
.nav_list .active .active a {
	color: #26a0a1;
}

.nav_list a:hover {
	
}

.nav_list li ul {
	padding: 0 0 0 2.5em;
	margin: 1em 0;
}

.nav_list li li {
	margin: 1ex 0;
}

.nav_list li li a {
	
}

