/* Reset browser defaults */
@import "reset.css";

/* TYPOGRAPHY */
/********************************************************************/

body {
	font-family: Arial, Helvetica, Verdana; 
}

p { 
	font-size: 11px; 
	margin-bottom: 13px;
	line-height: 15px;
}

p strong { font-size: 1.05em; font-weight: bold; }

h1, h2, h3 {
	text-transform: uppercase;
	margin: 20px 0 13px;
	color: #a3ce38;
    clear: both;
}
h1 { font-size: 16px; margin: 20px 0 13px; }
h2 { font-size: 14px; margin: 20px 0 8px; }
h3 { font-size: 12px; }
h1 span.black { color: #000; }

span.highlight { 
	font-size: 1.1em;
	color: #a3ce38;
	font-weight: bold;
}

#footer h4 { color: #a3ce38; margin: 0 0 4px; font-weight: normal; font-size: 11px; }
#footer p { color: #fff; margin-bottom: 4px; }

a:link { color: #a3ce38; text-decoration: none; }
a:visited { color: #a3ce38; text-decoration: none; }
a:hover { cursor: pointer; }
a:hover,a:focus { color: #a3ce38; text-decoration: none; }
a:active {}

.text-green { color: #a3ce38; }
.text-black { color: #000; }
.text-lightgray { color: #ccc; }
.text-small { font-size: 11px; line-height: 12px; }

/* STYLING */
/********************************************************************/

.bg-green { background: #a3ce38; }
 
/* PAGE STRUCTURE */
/********************************************************************/

html, body { height: 100%; }
body > #wrap { height: auto; min-height: 100%; }

#top-border { position: absolute; z-index: -1; top: 0; background: #000; width: 100%; height: 20px; }

#container { position: relative; margin: 0 auto 0; width: 800px; padding-bottom: 100px; padding-top: 20px; }
body > #container { height: auto; min-height: 100%; }
* html #container { height: 100%; } /* ie6 and under only */

#container #top { width: 100%; height: 160px; }
#container #top #logo { width: 215px; height: 160px; float: left; }
#container #top #menu-container { width: 585px; height: 160px; float: left; }
#container #main { position: relative; z-index: 2; }
#container #main #page-content { width: 425px; }
#container #main #page-content h1 { margin-top: 15px; }

#container #content-image { position: absolute; z-index: 1; float: right; top: -100px; left: 450px; }
#container #content-image.high { top: -150px; }
#container #content-image.middle { top: -100px; }
#container #content-image.low { top: -0px; }

#footer {
	position: relative;
	z-index: 3;
	margin-top: -75px;
	width: 100%;
	height: 75px;
	background: #000;
	color: #fff;
	text-align: left;
	clear: both;
	font-size: 10px;
}
#footer #box-container { position: relative; width: 800px; margin: 0 auto; }
#footer .box { display: block; width: 249px; float: left; height: 55px; padding: 5px 10px 5px 0; margin: 5px 10px 5px 0; border-right: 1px solid #fff; overflow: hidden; }
#footer .box.rightmost { margin-right: 0; border: none; text-align: right; }
#footer .box .left { float: left; width: 55%; }
#footer .box .right { float: left; width: 45%; }
#footer ul { float: left; margin-right: 10px; }
#footer li { margin-bottom: 4px; margin-left: 0; padding-left: 0; text-indent: 0; }
#footer li a { color: #fff; text-decoration: none; }

#footer .no-border { border-right: none; }

#footer .box.rightmost p { display: block; float: right; font-size: 12px; line-height: 55px; padding-right: 10px; margin-right: 10px; border-right: 1px dotted #666; }
#footer .box.rightmost span { display: inline-block; float: right; width: 65px; height: 65px; margin-right: 3px; margin-top: -5px; padding-top: 0; opacity: 0.8; }
#footer .box.rightmost span:hover { opacity: 1; cursor: pointer; }

#footer #icon-newsletter { position: absolute; top: 16px; left: 430px; opacity: 0.85; }
#footer #icon-newsletter:hover { opacity: 1; }

/* ADDITIONAL CLASSES */
/********************************************************************/

iframe.fb-like { margin-top: 15px; width: 100%; height: 80px; padding-top: 15px; border-top: 1px dotted #ccc; }

a.fb { background: url('../images/social/fb-32.png') left top no-repeat; display: inline-block; padding-top: 14px; padding-left: 40px; font-size: 14px; line-height: 16px; height: 32px; }
a.fb:hover { text-decoration: underline; }

#pretext { font-family: Berthold Akzidenz Grotesk, Arial, Helvetica; font-size: 18px; line-height: 24px; color: #666; font-weight: bold; text-align: justify; cursor: pointer; }
.content-spacer { position: relative; width: 100%; height: 1px; line-height: 1px; }

#start-content { margin-top: -50px; min-height: 400px; }
#start-content .puff { opacity: 0.85; }
#start-content .puff:hover { opacity: 1; }

#page-content .full-page {
	position: relative;
	width: 780px;
}
#page-content .full-page h1 {
	font-size: 36px;
	position: absolute;
	right: 0;
	top: -145px;
	text-transform: capitalize;
	letter-spacing: -1px;
}

/* MENU */
/********************************************************************/

#menu { position: relative; z-index: 20; width: 100%; height: 110px; text-transform: uppercase; font-size: 11px; color: #777; }
#menu ul { margin-top: 10px; }
#menu ul li { position: relative; display: inline; margin-right: 13px; }

#jsddm li {
    float: left;
    list-style: none;
}

#jsddm li a {
	line-height: 14px;
    color: #777;
    white-space: nowrap;
    display: block;
}

#jsddm li a:hover {
    color: #a3ce38;
}

#jsddm li a.highlight {
    color: #a3ce38;
}

#jsddm li ul {
    font-size: 10px;
    margin: 5px 0;
	padding: 0;
    position: absolute;
    visibility: hidden;
}

#jsddm li ul li {
    float: none;
	display: block;
}

#jsddm li ul li a {
    width: auto;
    display: block;
}

#jsddm li ul li a:hover {

}

/* NEWS LEAP (STARTPAGE) */
/********************************************************************/

#news-leap-header {
	width: 100%;
	height: 20px;
	background: #a3ce38;
	color: white;
	line-height: 20px;
	padding: 0 10px;
	font-size: 10px;
	text-transform: uppercase;
	/* margin-top: 20px; */
}

#news-leap-bg, #news-leap { 
	position: absolute;
	right: 15px;
	z-index: 3;
	width: 275px;
	overflow: hidden;
	margin-top: 20px;
}
#news-leap-bg { z-index: -2; opacity: 0.85; background: #fff; height: 100%; width: 100%; right: 0; }

#news-leap { 
	border-bottom: 2px solid #a3ce38;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#news-leap a {
	display: block;
	color: #000;
}
#news-leap a:hover { background: #f4f4f4; }

#news-leap .article {
	display: block;
	overflow: hidden;
	width: 255px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
#news-leap .article h2 { text-transform: none; line-height: 18px; margin-top: 3px; width: 85%; }
#news-leap .article span.read-more { font-size: 10px; text-transform: uppercase; clear: both; }
#news-leap .article img.thumb { width: 75px; float: left; display: block; margin: 3px 5px 3px 0; }


/* CONTACT BOX PAGE */
/********************************************************************/

body#contact-box { }

body#contact-box address {
    font-size: 12px;
    font-style: normal;
    line-height: 14px;
    border-bottom: 1px dashed #fff;
    padding-bottom: 15px;
}
body#contact-box #info {
    position: relative;
    float: left;
    width: 175px;
    height: 100%;
    color: #fff;
    font-size: 11px;
    padding: 0 15px;
}
body#contact-box #info a { display: block; color: #fff; margin-top: 15px; font-size: 16px; color: #000000; }
body#contact-box #info a:hover { text-decoration: underline; }

#contact-fields { float: left; width: 400px; padding: 0 15px; }
#contact-fields { font-size: 11px; color: #666; }
#contact-fields input, #contact-fields textarea {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	color: #333;
	margin-bottom: 13px;
	border: 1px solid #ccc;
}
#contact-fields input { width: 175px; height: 15px; }
#contact-fields textarea { width: 450px; height: 180px; }


/* NEWS BOX */
/********************************************************************/

body#news-box {
	font-size: 12px;
	line-height: 18px;
	padding: 10px;
	height: auto;
}
body#news-box h1 {
	border-bottom: 1px solid #ccc;
	color: #a3ce38;
	background: #fff;
	padding: 8px 0 15px;
	margin-top: 0;
	line-height: 18px;
	border-bottom: 1px dotted #ccc;
}

body#news-box strong { font-size: 1.1em; margin-bottom: 4px; }
body#news-box h2 { margin: 0; font-size: 1.2em; font-weight: bold; }
body#news-box h3 { font-size: 1.1em; font-weight: bold; }

body#news-box h1 span.date { float: right; font-size: 12px; }
body#news-box p { margin-bottom: 8px; }

.news-body { margin-bottom: 15px; }

/* PRESS RELEASES */
/********************************************************************/

#press-releases { width: 800px; margin-top: -75px; }

#press-releases #press-menu { float: left; width: 200px; min-height: 400px; margin-bottom: 50px; padding-right: 15px; border-right: 2px dashed #a3ce38; }
#press-releases #press-menu ul { position: relative; }
#press-releases #press-menu ul li a { display: block; position: relative; margin-bottom: 13px; color: #a3ce38; font-size: 13px; font-weight: bold; }
#press-releases #press-menu ul li span.press-date { display: block; clear: both; padding-top: 3px; font-size: 10px; color: #000; font-weight: normal; }

#press-releases #press-content { position: relative; float: left; width: 350px; padding-left: 15px; }
#press-releases #press-content .press-date { color: #666; font-size: 11px; }

#press-releases #press-pdf, #press-releases #image-link { float: right; clear: right; font-size: 11px; color: #ccc; margin-bottom: 3px; }
#press-releases a#press-pdf.active, #press-releases a#image-link.active { color: #a3ce38; }

#press-releases #press-content h2 { margin-top: 30px; text-transform: none; }

#press-releases #press-content #press-images { position: absolute; left: 400px; }
#press-releases .press-image { position: relative; float: left; clear: both; margin: 0 5px 5px 0; }


/* FUNCTIONAL NEWS */
/********************************************************************/

#functional-news { width: 380px; margin-top: -75px; }
#functional-news ul { margin-top: 25px; }
#functional-news ul li { margin-bottom: 8px; }
#functional-news li a { 
	display: block;
	background: url('../images/icon_download_fnews.png') left no-repeat;
	width: 100%;
	line-height: 24px;
	height: 24px;
	text-indent: 40px;
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #ccc;
}
#functional-news span.download { text-transform: uppercase; font-size: 9px; float: right; color: #333; }

/* FAQ */
/********************************************************************/

#faq { width: 400px; margin-top: -45px; }
#faq p {  }
#faq #questions h2 { margin: 34px 0 20px; color: #333; }
#faq #questions h3 { font-weight: normal; text-transform: none; margin: 0 0 5px; }
#faq #questions div { margin: 10px 0 15px; }
#faq #questions a:hover { text-decoration: underline; }

/* FAQ */
/********************************************************************/

#reclaim { position: relative; z-index: 22; width: 800px; margin-top: -45px; }
#reclaim .left { float: left; width: 40%; margin-right: 50px; }
#reclaim .right {
    float: left;
    width: 40%;
    position: relative;
    margin-top: -30px;
    padding: 0 0 40px 50px;
    border-left: 1px dashed #a1ce29;
}
#reclaim label { display: block; font-size: 12px; margin-bottom: 3px; }
#reclaim label span { display: block; font-size: 10px; margin: 3px 0; color: #666; }
#reclaim input, #reclaim textarea {
    display: block;
    margin-bottom: 14px;
}
#reclaim input.short { width: 100px; }
#reclaim input { width: 250px; }
#reclaim textarea { height: 125px; width: 300px; font-family: 'Arial', 'Verdana'; font-size: 11px; }
#reclaim input.submit { width: auto; }

/* NOTICE BOXES */
/********************************************************************/

#language { position: absolute; z-index: 50; top: 5px; right: 0; color: #fff; text-align: right; }

.error {}
.notice, .success { padding: 10px; }
.notice { color: #000; border: 3px solid green; }

label.error { color: red; padding: 5px; }
.notice     { border: 2px solid #e3f4bd; color: black; }
.success    {  font-size: 12px; padding: .8em; margin: 1em 0; border: 2px solid #ddd; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: red; }
.notice a   { color: yellow }
.success a  { color: green; }

ul.error, div.error {
    padding: 8px;
    margin-bottom: 1em;
    background: #FBE3E4;
    color: #8a1f11;
    border: 2px solid #FBC2C4;
    font-size: 10px;
}
div.error ul li { list-style: none; line-height: 15px; }

div.contents { margin-top: 60px; }

#nonono {
    position: relative;
    z-index: 11;
    margin-bottom: 20px;
}

#nonono .no {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: -13px;
    text-align: left;
}

#nonono .no h3 {
    margin: 0;
    font-size: 60px;
}

#nonono .no span {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}

/* COMMERCIALS */
/********************************************************************/

.commercial {
	display: block;
	position: relative;
	clear: both;
	margin-bottom: 20px;
	height: 350px;
}
.commercial iframe.video { float: right; }
.commercial .description { float: left; width: 225px; }
.commercial h2 { color: #000000; margin-top: 0; clear: right; }
.commercial .description h2 span.name {
	font-size: 18px;
	display: block;
	padding-bottom: 5px;
	color: #a3ce38;
	border-bottom: 1px solid #ccc;
}
.commercial .description p { margin: 10px 0 30px; }
.commercial iframe.facebook {
	width: 225px;
	height: 80px;
}
.commercial span.new {
	color: red;
	float: left;
	margin: 0 10px 0 0;
	font-size: 34px;
	letter-spacing: -2px;
}

/* COMMERCIALS */
/********************************************************************/

br.spacer { display: block; height: 1px; clear: both; }
