@charset "UTF-8";
/* CSS Document */
/* Resets */

body, div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, input, textarea,
p, blockquote
{
    margin: 0;
    padding:0;
}

fieldset, img, abbr, acronym {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}


/* Standard fonts */

body, td, th, input, textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 75%;
}

#container {
    color: #666;
}

p {
    line-height: 1.4em;
    margin: 1em 0;
}

a {
    color: #00687D;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}




/* Headlines */

h1, h2, h3, h4 {
    font-family: "trebuchet ms";
    color: #444;
    line-height: 1.2em;
    margin-bottom: 1em;
}

h1 {
	font-size: 275%;
	letter-spacing: 0.3em;
}

#logo h1 {
	display:none;
}

#content h1 {
	margin:1em 0 0 0;
	color: #00687D;
}

h2 {
    font-size: 170%;
    margin-bottom: .75em;
	color: #00687D;

}

.h2-gray {
	color: #666;
}

h3 {
    font-size: 120%;
	color:#333;
	padding:0;
	margin:0;
}

h4 {
    font-size: 100%;
    font-weight: bold;
}


/* icons */



p.address-icon, a.address-icon {
	background:url(../images/address-icon.png) no-repeat;
	margin:2em 0;
	padding-left:25px;
	line-height:13px;
	font-size:0.9em;
}

p.phone-icon {
	background:url(../images/phone-icon.png) no-repeat;
	margin:2em 0;
	padding-left:25px;
	line-height:13px;
	font-size:0.9em;
}

p.web-icon, a.web-icon {
	background:url(../images/web-icon.png) no-repeat;
	margin:2em 0;
	padding-left:25px;
	line-height:13px;
	font-size:0.9em;
}

p.door-icon {
	background:url(../images/door-icon.png) no-repeat;
	margin:2em 0;
	padding-left:25px;
	line-height:13px;
	font-size:0.9em;
}

#content-big p {
	margin-top:0;
}

p.breadcrumb {
	font-size:0.8em;
}

#team p {
	padding:0;
	margin:0;
}


/* Links */

a.read-more {
    display: inline-block;
    padding-left: 20px;
	line-height:11px;
    background: transparent url(../images/read-more-icon.jpg) no-repeat;
}

/* Lists */

ul.teaser {
	margin-bottom:20px;
}


ul.teaser li {
	background:url(../images/li-teaser.png) no-repeat;
	padding-left:30px;
	line-height:16px;
	margin:10px 0 10px 0;
	font-size:1.2em;
	color:#333;
}

ul.arrow {
	margin-bottom:20px;
}

ul.arrow li {
	background:url(../images/icon-arrow.gif) no-repeat scroll 0 5px transparent;
	padding-left:10px;
	margin-bottom:8px;
}

/* Menu */

ul.nav {
	padding-left:8px;
}

.nav li {
	float:left;
	margin-right:10px;
}

#menu-02 a {
	display: block;
	height: 34px;
	line-height: 33px;
	padding: 0 10px;
	text-transform:uppercase;

}

.nav li a {
	color:#666;
}

.nav li a:hover {
	text-decoration:none!important;
}

.nav li.active a {
	color:#00687D;
}

#menu-02 li span {
	display: block;
	float: left;
}

#menu-02 li:hover, #menu-02 li.active {
	background: url(../images/menu-h-right.jpg) no-repeat 100% 47%;
}

#menu-02 li:hover span, #menu-02 li.active span {
	background: url(../images/menu-h-left.jpg) no-repeat 0 47%;
}

/* Container  */

body {
	background:url(../images/bg.jpg) repeat-x #d1d2c1;
}

#container {
	height:100%;
	margin:auto;
	min-height:100%;
	position:relative;
	width:920px;
}

#logo {
	width:920px;
	margin:20px 0 5px 0;
}

#menu {
	height:33px;
	width:920px;
}

#menu-01 {
	height:33px;
	width:5px;
	float:left;
	background:url(../images/menu-01.jpg) no-repeat;
}

#menu-02 {
	height:33px;
	width:910px;
	float:left;
	background:url(../images/menu-02.jpg) repeat-x;
}

#menu-03 {
	height:33px;
	width:5px;
	float:right;
	background:url(../images/menu-03.jpg) no-repeat;
}

#header {
	margin-top:20px;
	width:920px;
	height:331px;
	background:url(../images/header-bg.jpg) no-repeat;
}

#header-left {
	float:left;
	height:331px;
	width:307px;
}

#header-center {
	margin:20px 0 0 40px;
	float:left;
	height:301px;
	width:267px;
}

#header-right {
	float:left;
	height:286px;
	width:225px;
	padding:35px 0 0 45px;
}

#content-top {
	margin-top:20px;
	width:920px;
	height:9px;
	background:url(../images/content-top.jpg) no-repeat;
}

#content {
	background:#FFF;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:0 30px;
	text-align:justify;
	overflow:hidden;
}

#content img {
	border:1px solid #ccc;
}

#content-big {
	float:left;
	width:544px;
	border-right:1px dotted #ccc;
	padding-right:30px;
	margin:30px 30px 30px 0;
}

#content-left {
	float:left;
	width:247px;
	border-right:1px dotted #ccc;
	padding-right:30px;
	margin:30px 30px 30px 0;
}

#content-center {
	float:left;
	width:247px;
	border-right:1px dotted #ccc;
	padding-right:30px;
	margin-top:30px;
}

#content-right {
	float:right;
	width:243px;
	margin-top:30px;

}

#content-bottom {
	width:920px;
	height:6px;
	background:url(../images/content-bottom.jpg) no-repeat;
}

#footer {
	width:860px;
	padding:30px;
}

#footer-left {
	width:252px;
	float:left;
}

#footer-center {
	width:320px;
	float:left;
	text-align:center;
	color:#bbb;
	font-size:0.8em;
}

#footer-center a {
	color:#aaa;
	text-decoration:underline;
}

#footer-center a:hover {
	text-decoration:none;
}

#footer-right {
	width:282px;
	float:right;
	text-align:right;
}

#team img {
	margin-right:10px;
}

#team-left, #team-right {
	width:255px;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	padding:5px 0 5px 0;
}

#team-right {
	float:right;
}

#team-left {
	float:left;
}

.team-info {
	width:163px;
	float:right;
	text-align:left;
}

.spacer {
	width:100%;
	height:30px;
}

.clear {
	clear:both;
	margin:0 0 10px 0;
	padding:0;
}
