@charset "utf-8";

html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, small, strong, sub, sup, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	
	border: 0;
	outline: 0;
	
	font-size: 100%;
	vertical-align: baseline;
	
	background: transparent;
}

html {
    font-family: "DaxlineWeb", "DaxlinePro", "Calibri", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    color: #000;
}

body {
    width: 1000px;
    
    margin: 10px auto 0;
    
    background: url(bg-1920x1280.jpg) top center no-repeat #fff;
}

#header {
    height: 70px;
    
    margin: 0 0 60px;
    padding: 30px 0;
    
    border-bottom: 1px solid #6f6f6f;
}

#header h1.logo {
    display: inline;
    
    float: left;
}

#header h1.logo a {
    display: block;
    
    height: 70px;
    width: 230px;
    
    font-size: 0 !important;
    color: transparent !important;
    text-decoration: none !important;
}

#header div.main ul {
    float: right;
    
    list-style: none;
}

#header div.main ul li {
    display: inline;
    
    float: left;
    
    margin: 56px 0 0;
    
    text-align: center;
}

#header div.main ul li a {
    display: block;
    
    text-decoration: none !important;
    color: #000;
}

#header div.main ul li a:hover,
#header div.main ul li a.current {
    font-weight: bold;
    color: #76b82a;
}

#content {
    margin: 0 0 40px;
    
    clear: both;
}

#content div {
    text-align: justify;
}

#content div.leftColumn {
    float: left;
    
    width: 470px;
}

#content div.rightColumn {
    float: right;
    
    width: 470px;
}

#content.frontpage {
    width: 650px;
    
    margin: 80px auto 40px; 
}

#content.frontpage h2 {
    margin: 0 0 40px;
    
    font-size: 35px;
    line-height: 35px;
    font-weight: normal;
}

#content.frontpage ul {
    margin: 0 0 40px;
}

#content.frontpage li {
    margin: 0 0 20px;
    
    font-size: 18px;
}

#content.frontpage li.big {
    font-size: 24px;
    line-height: 24px;
}
    
#content.frontpage h3 {
    margin: 80px 0 0;
    
    font-size: 35px;
    line-height: 35px;
    color: #76b82a;
}

#content.frontpage h3 a {
    display: inline-block;
    
    padding: 20px 70px 20px 0;
    
    color: #76b82a !important;
    text-decoration: none !important;
}

#footer .box {
    display: block;
    
    float: left;
    
    width: 290px;
    
    padding: 10px;
    margin-bottom: 10px !important;
    
    background-color: transparent;
}

#footer .box.center {
    margin: 0 35px;
}

#footer .box div {
    display: none;
}

#footer .box.current div {
    display: block;
}

#footer .box h3 {
    font-size: 18px;
    color: #76b82a;
}

#footer .box.current h3 {
    margin: 0 0 18px;
}

#footer .box h3 a {
    display: inline-block;
    
    padding: 10px 42px 10px 0;
    
    color: #76b82a !important;
    text-decoration: none !important;
}

form {
    text-align: left;
}

form input[type=text], form input[type=email] {
    width: 258px;
    height: 18px;
    
    padding: 1px 1px 0;
    margin: 2px 0;
    
    font: inherit;
}

form input[type=submit] {
    float: right;
    
    width: 58px;
    height: 20px;
    
    margin: 2px 0;
    
    font: inherit;
}

form input[type=radio] {
    margin: 0 5px 0 25px;
}

form textarea {
    width: 466px;
    height: 200px;
    
    padding: 1px 1px 0;
    margin: 2px 0;
    
    font: inherit;
}

form input.short {
    width: 58px;
}

form input.marginLeft {
    margin-left: 25px;
}

img.left {
    float: left;
    
    margin: 0 18px 18px 0;
}

img.row {
    display: inline-block;
    
    margin-bottom: 14px !important;
}

img.row.center {
    margin-left: 14px;
    margin-right: 14px;
}

ul, p, img, h4 {
    margin: 0 0 18px;
}

ul:last-child, p:last-child, img:last-child {
    margin-bottom: 0;
}

h4 {
    margin-top: 36px;
    
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}

h4:first-child {
    margin-top: 0;
}

a {
    color: #6f6f6f;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.clear {
    clear: both;
}
