@charset "utf-8";
* {
	padding:0; margin:0;
}
@font-face {
    font-family: 'yanone_kaffeesatzbold';
    src: url('../fonts/yanonekaffeesatz-bold-webfont.eot');
    src: url('../fonts/yanonekaffeesatz-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/yanonekaffeesatz-bold-webfont.woff') format('woff'),
         url('../fonts/yanonekaffeesatz-bold-webfont.ttf') format('truetype'),
         url('../fonts/yanonekaffeesatz-bold-webfont.svg#yanone_kaffeesatzbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'yanone_kaffeesatzlight';
    src: url('../fonts/yanonekaffeesatz-light-webfont.eot');
    src: url('../fonts/yanonekaffeesatz-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/yanonekaffeesatz-light-webfont.woff') format('woff'),
         url('../fonts/yanonekaffeesatz-light-webfont.ttf') format('truetype'),
         url('../fonts/yanonekaffeesatz-light-webfont.svg#yanone_kaffeesatzlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'yanone_kaffeesatzregular';
    src: url('../fonts/yanonekaffeesatz-regular-webfont.eot');
    src: url('../fonts/yanonekaffeesatz-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/yanonekaffeesatz-regular-webfont.woff') format('woff'),
         url('../fonts/yanonekaffeesatz-regular-webfont.ttf') format('truetype'),
         url('../fonts/yanonekaffeesatz-regular-webfont.svg#yanone_kaffeesatzregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubuntu_condensedregular';
    src: url('../fonts/ubuntucondensed-regular-webfont.eot');
    src: url('../fonts/ubuntucondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntucondensed-regular-webfont.woff') format('woff'),
         url('../fonts/ubuntucondensed-regular-webfont.ttf') format('truetype'),
         url('../fonts/ubuntucondensed-regular-webfont.svg#ubuntu_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body  {color: #000;font-family: 'yanone_kaffeesatzregular'; font-size:18px; letter-spacing:0.5px;}
a, a:link {outline:none; color:#75AE3D; text-decoration:none}
a:hover {text-decoration:underline;}

/*h1{ margin:0; padding:0; font-size:30px;font-family: 'yanone_kaffeesatzbold'; text-transform:uppercase; font-weight:normal; width:190px;  color:#75ae3d;border-bottom:1px solid #75ae3d; padding-left:10px; height:45px; margin-bottom:15px;letter-spacing:normal;}*/
h2{ margin:0; padding:0; font-family: 'yanone_kaffeesatzbold'; font-weight:normal; font-size:18px; margin-bottom:10px;letter-spacing:0.8px;}

ul{padding:0px;margin:0px;}
li{list-style:none}
p{margin:0; line-height:24px;}
p.break{ line-height:12px;}
img {border:none;margin:0;}
strong{font-family: 'yanone_kaffeesatzbold'; font-weight:normal;letter-spacing:0.8px;}

#holder, #header, #content, #footer {
width:980px;
margin:auto;
display:table;
}

#holder{ margin-top:25px;}

#header{ height:155px; border-bottom:1px solid #75ae3d}
#header a{ text-decoration:none}
#header .left{
	float:left;
	width:200px;
	padding-top:45px;
}
#header .left p{margin:0; padding:0; font-size:30px;font-family: 'yanone_kaffeesatzbold'; text-transform:uppercase; font-weight:normal; width:190px;  color:#75ae3d;border-bottom:1px solid #75ae3d; padding-left:10px; height:40px; margin-bottom:15px;letter-spacing:normal;}
#header .left h1 { font-size:18px; font-family: 'ubuntu_condensedregular'; margin-left:10px; line-height:18px; color:#000;letter-spacing:normal; text-transform:none; font-weight:normal }

#header .logo{ float:left; width:580px; ;height:155px; text-align:center}

#header .right{
	float:right;
	width:200px;
	padding-top:48px;
}
#header .right p#green{ margin:0; padding:0; font-size:30px;font-family: 'yanone_kaffeesatzbold'; text-transform:uppercase; font-weight:normal; width:190px;  color:#75ae3d;border-bottom:1px solid #75ae3d; height:37px; margin-bottom:15px;letter-spacing:normal;text-align:right; padding-right:10px;}
#header .right p{ font-size:18px; font-family: 'ubuntu_condensedregular'; margin-right:10px; line-height:18px; color:#000;letter-spacing:normal;}



#content{ padding-top:35px; padding-bottom:25px;}
#content ul.left{ float:left; width:190px; margin-left:10px; margin-top:-4px;}
#content ul.left li a { color:#000; text-decoration:none; font-size:18px; line-height:27px;}
#content ul.left li a:hover{ color:#75AE3D}

#content .right{ float:left; margin-left:120px; width:660px;}
#content .right#long p{ width:470px;}
#content .right#short p{ width:300px; float:left}
#content .right img{ float:right; margin-top:-25px;}

#content .right ul{padding-left:0.5em;}
#content .right ul li{line-height:24px;}
#content .right ul li:before{ content:"- ";margin-left:-0.5em;}



#footer{
	height:40px;
	border-top:1px solid #75ae3d;
	text-align:left;
	font-size:18px;
	font-family: 'ubuntu_condensedregular';
}
#footer p{
	line-height:normal;
}
.bordergreen{
	border-top:1px solid #75ae3d;
}
