/*
Elementz Professional Theme
Created: 4/2009
By: myTheme at ThemeForest.net
http://themeforest.net/user/myTheme
Copyright 2009 yourcompany.com
*/



body {text-align:center;font:76% Arial,Verdana,sans-serif;line-height:1;padding-bottom:20px;background:#ffffff url(../img/body-bg.png) repeat-x;border-top:0px solid #67920D;}

* {margin:0;padding:0;}
img, form fieldset {border:none;}
ul {list-style:none;}
a {text-decoration:none;}
:focus {outline:0;}


/*
////////  LAYOUT  ////////*/

#wrapper {width:960px;margin:0 auto;padding:0 10px;text-align:left;background:url(../img/wrapper-bg.png) 0 195px no-repeat;}

#header {height:30px;position:relative;padding-left:10px;background:#ffffff url(../img/header-bg.png);border-bottom:0px solid #67920D;}

#contentArea {clear:both;float:left;padding:20px 30px 40px 20px;width:908px;border-left:1px solid #ddd;border-right:1px solid #ddd;background:#fff url(../img/contentArea-bg.png) 50% 1px no-repeat;}
#home #contentArea {width:920px;padding:19px;}

#primaryContent {float:right;width:560px;}

#secondaryContent {float:left;width:290px;padding:10px 33px 40px 10px;background:#fff url(../img/secondaryContent-bg.png) 100% 0 no-repeat;}

#footerContent {clear:both;width:920px;padding:20px 20px 8px 20px;background:#0F3149 url(../img/footerContent-bg.png) no-repeat;border-top:3px solid #67920D;border-bottom:3px solid #67920D;}
.footerColumn {float:left;width:280px;margin:0 40px 30px 0;}
.footerColumn.last {float:right;margin:0 0 30px 0;}



/*
////////  TOOLTIP  ////////*/

#floatTip {
    position: absolute; width: 156px; display: none; 
    border: 1px solid #B0082B; padding: 4px;
    font-family: sans-serif; font-size: 9pt;
    color: #B0082B; background: #ffffff;
   }

.tooltip {
    position: relative;
    background: #eaeaea;
    cursor: help;
    display: inline-block;
    text-decoration: none;
    color: #000000;
    outline: none;
    text-indent: 0;
    padding: 0 0px;
}
.tooltip:hover:before {
    content: attr(data-title);
    white-space: pre-line;
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 9999;
    width: 120px;
    margin-left: -57px;
    padding: 10px;
    border: 2px solid #ccc;
    opacity: .9;
    background-color: #ddd;
    background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    text-shadow: 0 1px 0 rgba(255,255,255,.4);
}
.tooltip:hover:after {
    content: "";
    position: absolute;
    z-index: 10000;
    bottom: 24px;
    left: 50%;
    margin-left: -8px;
    border-top: 8px solid #ddd;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 0;
}
/* Yellow */
.yellow-tooltip:hover:before {
    border-color: #ffffff;
    background-color: #ffffff;
}
.yellow-tooltip:hover:after {
    border-top-color: #ffeaa6;
}






/*
////////  HOMEPAGE SLIDER  ////////*/

#intro {clear:both;}
#intro #slider li {width:920px;height:678px;overflow:hidden;text-align:center;}

#intro #slider li h2 {clear:both;font-size:2.0em;font-style:italic;margin-bottom:12px;margin-top:80px;}
#intro #slider li p {width:380px;margin:0 250px 12px 250px;}

#intro p#controls {margin:0;position:relative;}

#intro #prevBtn, #intro #nextBtn {display:block;margin:0;overflow:hidden;position:absolute;left:10px;top:-185px;}
#intro #nextBtn {left:880px;float:right;}
#intro #prevBtn a, #intro #nextBtn a {font-size:3em;display:block;padding:10px 0;color:#0b2c11;}
#intro #prevBtn a:hover, #intro #nextBtn a:hover {color:#1a0048;text-decoration:underline;}