/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding-top: 1px;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}

del {
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}

div img{
vertical-align:middle;
}

/* ----------------- */
/* Global Formats */
/* ----------------- */



body{
font-family: 'Helvetica', Arial, sans-serif;
font-size: 13px;
color: #444;
line-height: 1.5em;
margin: 0;
padding: 0;
background: #FFF;
}

p{
line-height: 1.5em;
margin: 0 0 15px 0;
}

h1{
font-size: 27px;
line-height: 1em;
margin: 0 0 10px 0;
}

h2{
font-size: 23px;
line-height: 1em;
margin: 0 0 10px 0;
}

h3{
font-size: 17px;
line-height: 1em;
margin: 0 0 10px 0;
display: none !important;
}

h4{
font-size: 15px;
line-height: 1em;
margin: 0 0 10px 0;
}

label{
color: #000;
font-size: 100%;
font-weight: normal;
}

a:link, a:visited{
border: 0;
color: #528CA0;
display: inline;
text-decoration: none;
}

a:hover{
border: 0;
color: #000;
display: inline;
text-decoration: none;
}

hr {
color: #fff; 
background-color: transparent; 
border: 1px dotted #CCC; 
border-width: 0 0 1px 0; 
margin: 5px 0;
width: 100%;
text-align: center;
}

sup{
font-size: 50%;
}

/* ----------------- */
/* DIVs */
/* ----------------- */

#header-fullwidth{
position: relative;
width: 100%;
height: inherit;
margin: 0 auto;
padding: 0;
clear: both;
display: table;
}

#header{
position: relative;
width: 980px;
height: inherit;
margin: 0 auto;
padding: 15px 0;
clear: both;
display: table;
}

#searchbox{
position: relative;
width: 980px;
height: inherit;
margin: 0 auto;
padding: 15px 0;
clear: both;
display: table;
}

#menu-fullwidth{
position: relative;
width: 100%;
height: 38px;
margin: 0 auto;
padding: 0;
clear: both;
display: table;
background: url('../images/menu.jpg') repeat-x;
}

#menu{
position: relative;
width: 980px;
height: inherit;
margin: 0 auto;
padding: 0;
clear: both;
display: table;
}

#wrapper-fullwidth{
position: relative;
width: 100%;
height: inherit;
margin: 0 auto;
padding: 0;
clear: both;
display: table;
background: url('../images/wrapper-bg.jpg') repeat-x;
}

#wrapper{
position: relative;
width: 990px;
height: inherit;
margin: 0 auto;
padding: 0 5px;
clear: both;
display: table;
background: #FFF;
}

#banner{
position: relative;
width: 990px;
height: inherit;
margin: 0 auto;
padding: 0;
clear: both;
display: table;
}

#banner-base{
position: relative;
width: 960px;
height: inherit;
margin: 0 auto;
padding: 5px;
clear: both;
display: table;
background: #262171;
}

#banner-sidebar{
position: relative;
width: 240px;
height: inherit;
margin: 0;
padding: 20px 10px;
float: left;
display: table;
}

#banner-content{
position: relative;
width: 710px;
height: inherit;
margin: 0;
padding: 20px 10px;
float: left;
display: table;
}

#content{
position: relative;
width: 620px;
height: inherit;
margin: 0;
padding: 20px 10px;
float: left;
display: table;
}

#sidebar{
position: relative;
width: 330px;
height: inherit;
margin: 0;
padding: 20px 10px;
float: left;
display: table;
}

#footer-fullwidth{
position: relative;
width: 100%;
height: 129px;
margin: 0 auto;
padding: 0;
clear: both;
display: table;
background: #262474 url('../images/footer.jpg') repeat-x;
color: #FFF;
}

#footer{
position: relative;
width: 980px;
height: inherit;
margin: 0 auto;
padding: 0;
clear: both;
display: table;
}

#footer-left{
position: relative;
width: 0%;
height: inherit;
margin: 0 auto;
padding: 0;
float:left;
display: table;
}

#footer-right{
position: relative;
width: 99%;
height: inherit;
margin: 0 auto;
padding: 0;
float:left;
display: table;
text-align: right;
}

@media only screen and (max-width:600px){

}

/* ----------------- */
/* Custom CSS */
/* ----------------- */

.pad{
position: relative;
padding: 20px 0px 0px 0px;
clear:both;
}

#login-form input[type=password], #login-form input[type=text]{
outline-color: skyblue;
}

.content-pad{
position: relative;
padding: 20px 0;
clear:both;
}

#banner #slider{
background: #d7d7d7;
padding: 5px 5px 35px 5px;
}

#banner{
color: #57A447;
}

#banner strong{
color: #262171;
}

.banner-text{
margin-top: 5px;
}

.topblock{
position: relative;
margin: 0 0 15px 0;
clear:both;
}

.sideblock{
position: relative;
margin: 0 0 7px 0;
clear:both;
}

.labels{
clear:both;
display:table;
}

#header .login-fields, #header .control-group {
float: left;
}

#header .control-group.checkbox{
float: right !important;
margin-bottom: 5px;
margin-top: -25px;
margin-right: 10px;
}

.clr{
display: block;
clear: both;
float: none;
}

#modlgn-username, #modlgn-passwd {
margin: 0 5px 0 0;
width: 100px;
border: 1px solid #EEE;
padding: 4px;
}

button.btn-primary{
background: #FFF;
border: 1px solid #EEE;
height: 25px;
}

.latest-header{
padding: 14px 10px 14px 80px;
background: #57a447 url('../images/latest-bg.jpg') 10px bottom no-repeat;
color: #FFF;
text-transform: uppercase;
line-height: 1.15em;
}

.twitter-header{
padding: 14px 10px 14px 20px;
background: #90dc80 url('../images/twitter-bg.jpg') 110px bottom no-repeat;
color: #57a447;
text-transform: uppercase;
line-height: 1.15em;
}

#footer-right strong{
display: table;
clear: both;
margin: 0 auto;
}

#slider .navigation-container-custom {
position: absolute;
bottom: -25px !important;
right: 10px;
top: auto;
}

.TDB-tweet {
word-wrap: break-word;
border-bottom: 1px solid #EEE;
margin-bottom: 7px;
padding-bottom: 7px;
}

.TDB-last-tweet {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 0;
}

#wrapper .left{float:left;width:48%;}
#wrapper .right{float:right;width:48%;}

#wrapper .right ul li:nth-child(1), #wrapper .right ul li:nth-child(2), #wrapper .right ul li:nth-child(3), #wrapper .right ul li:nth-child(4){display:none;}

#wrapper .right div.k2ItemsBlock ul li a.moduleItemTitle, #wrapper .left div.k2ItemsBlock ul li a.moduleItemTitle {
font-size: 15px;
font-weight: bold;
}

#banner-base img{
vertical-align: top;
}

div.join-mailing{
display: inline-block;
*display: inline;
width: 300px;
height: 70px;
background: url('../images/join-mailing.jpg') no-repeat;
background-position: right center;
}

#banner-base table.acymailing_form {
margin: 35px 8px 0 0;
border: 0px !important;
float: right;
}

#banner-base .acymailing_fulldiv tr, #banner-base .acymailing_fulldiv td {
border: 0px;
float: left;
}

#banner-base .acyfield_email input {
padding: 3px;
height: 15px;
margin-right: 15px;
}

#banner-base .button.subbutton.btn.btn-primary {
padding: 4px 8px;
border: 1px solid #CCC;
background: #EEE;
margin-right: 2px;
}

/* ------------------- */
/* MENU */
/* ------------------- */

#menu li{
display: inline;
}

#menu ul{
padding: 9px 0;
margin: 0;
text-transform: uppercase;
display: table;
font-size: 12px;
}

#menu ul li a, #menu ul li a:visited{
display: block;
float: left;
color: #FFF;
margin:0 0 0 5px;
padding: 0 9px;
font-weight: bold;
text-decoration: none;
border-left: 1px solid #FFF;
}

#menu ul li a:hover, #menu ul li.current a, #menu ul li.active a{
display: block;
float: left;
color: #252070;
margin:0 0 0 5px;
padding: 0 10px;
font-weight: bold;
text-decoration: none;
}

#menu ul li.item-101 a{
margin:0;
border:0;
}

/* ------------------- */
/* Footer MENU */
/* ------------------- */

#footer-right li{
display: inline;
}

#footer-right ul{
padding: 9px 0;
margin-top: 20px;
display: table;
float: right;
}

#footer-right ul li a, #footer-right ul li a:visited{
display: block;
float: left;
color: #FFF;
margin: 0 0 0 12px;
padding: 0 0 0 12px;
text-decoration: none;
border-left: 1px solid #FFF;
}

#footer-right ul li a:hover{
display: block;
float: left;
color: #252070;
margin: 0 0 0 12px;
padding: 0 0 0 12px;
text-decoration: none;
}

#footer-right ul li.item-144 a{
margin:0;
border:0;
}

@media only screen and (max-width:600px){

}

/* ------------------- */
/* Sidebar MENU */
/* ------------------- */


/* ------------------- */
/* Search */
/* ------------------- */

#header-right{
position: relative;
width: 290px;
height: 40px;
margin: 0 auto;
padding: 0;
float: right;
}

#searchbox{
position: relative;
width: 290px;
height: 40px;
margin: 0 auto;
padding: 0;
float: right;
margin-bottom: 8px;
}

#searchbox form{
text-align: right;
}

#searchbox label{
display: none;
}

#searchbox input.inputbox{
width: 235px;
height: 25px;
*height: 20px;
*padding-top: 5px;
padding-left: 25px;
padding-right: 20px;
border: 0;
background: #FCFCFC url('../images/search.jpg') 0 center no-repeat;
border: 1px solid #EEE;
position: absolute;
left: 0;
top: 0;
color: #777;
-webkit-appearance: none;
}

#searchbox input.inputbox:focus{

}

#searchbox .button{
width: 60px;
height: 29px;
border: 0;
position: absolute;
right: 0;
top: 0;
cursor: pointer;
/* text-indent: -999999px; */
-webkit-appearance: none;
background: #FFF;
border: 1px solid #EEE;
}

#searchbox .button:hover{
width: 60px;
height: 29px;
border: 0;
position: absolute;
right: 0;
top: 0;
cursor: pointer;
/* text-indent: -999999px; */
-webkit-appearance: none;
background: #FFF;
border: 1px solid #EEE;
}