/**
 * @version $Rev: 53 $
 * @since Revision 2
 * @date $Date: 2009-07-15 13:59:21 +0100 (Wed, 15 Jul 2009) $
 */
html, body {
    font-family: Arial, Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    background: #FFF;
    margin: 0;
    padding: 0;
    font-size: 10px;
    line-height: 10px;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-variant: italic;
}

p {
    position: static;
    margin: 5px 0;
}

/* -------------------------------------------------------------------------- */

html {
    background: #e3e1b7 url('../images/body-background.png') 0 0 repeat;
    width: 100%;
    height: 100%;
}

body {
    background: #e3e1b7 url('../images/body-background.png') 0 0 repeat;
    background-position: 0 -20px;
}

p {
    color: #394a48;
}

#container {
    border: 2px solid #c5c393;
    width: 792px;
    text-align: center;
    margin: 20px auto 10px auto;
}

#footer {
    text-align: center;
    margin: 0 auto;
    clear: both;
}

#footer, #footer a {
    color: #727039;
}

#footer span a {
    display: none;
}

#innerContainer {
    border: 2px solid #FFF;
    width: 788px;
}

#site {
    margin: 5px;
    background: #FFF;
    border: 1px solid #c5c393;
    padding: 5px;
    clear: both;
}

h1 {
    width: 100%;
    background: #FFF;
    height: 88px;
    float: left;
}

h1 a {
    display: block;
    height: 100%;
    width: 100%;
    text-indent: -22367px;
    outline: none;
}

#navigation {
    height: 105px;
    clear: both;
    position: relative;
    left: 135px;
    *left: 70px; /* IE 7 & 6 */
    width: 630px;
    _width: 635px; /* IE 6 only */
    zoom: 1;
    top: -25px;
}

#navigation li {
    float: left;
    margin: 0 3px;
}

#navigation li, #navigation a {
    display: block;
    width: 120px;
    height: 105px;
}

#navigation a {
    text-indent: -362347px;
    outline: none;
}

#body {
    margin: 0;
    text-align: left;
    clear: both;
    /* float: left; */
    overflow: hidden;
    border-top: 1px solid #eee;
    padding-top: 20px;
    width: 100%;
    background: #FFF;
    zoom: 1;
}

#textContent, #textContentFullWidth {
    font-size: 110%;
    line-height: 180%;
    margin: 0 10px 30px 30px;
    _margin: 0 10px 30px 10px;
    width: 470px;
    _width: 450px;
    float: left;
}

#textContentFullWidth {
    width: 700px;
    _width: 730px;
    margin: 0px 30px;
    _margin: 0px 10px;
}

#textContent h2, 
#textContentFullWidth h2,
#textContent .importantLabel,
#textContentFullWidth .importantLabel {
    font-size: 200%;
    color: #85aeaa;
    font-weight: normal;
    letter-spacing: -1px;
}

div#blocks {
    float: right;
    width: 256px;
    _zoom: 1; /* IE6 */
}

div#blocks .block {
    margin: 0 0 10px 0;
    clear: both;
}

div#blocks .block div, #blockSignup ul {
    margin: 10px;
}

div#blocks h3, div#blocks h2 {
    width: 100%;
    height: 24px;
    font-size: 140%;
    color: #FFF;
    line-height: 24px;
    padding: 0 10px;
    font-weight: bold;
}

#blockNews {
    border: 2px solid #a57bad;
}

#blockNews h3 {
    background: #a57bad;
}

#blockPhotos {
    border: 2px solid #e26f94;
}

#blockPhotos img {
    margin: 0 33px;
    text-align: center;
}

#blockPhotos h3 {
    background: #e26f94;
}

#blockSignup {
    border: 2px solid #e8b51f;
}

#blockSignup fieldset, 
#blockSignup legend {
    margin: 0;
    padding: 0;
    zoom: 1;
}

#blockSignup legend  {
    display: none;
}

#blockSignup h2,
#blockSignup h3 {
    background: #e8b51f;
    /* margin-left: -10px; */
}

#textContent label {
    display: block;
    cursor: pointer;
}

#blocks label {
    display: inline-block;
    width: 120px;
    text-align: right;
    cursor: pointer;
    padding: 0 10px 0 0;
}

#blockSignup label {
    width: 100px;
}

.invisible {
    display: none !important;
}

#texty, #imagey {
    float: left;
}
/*
#scroller {
    max-height: 350px;
    overflow: auto;
}
*/
#texty {
    width: 280px;
}

#textContentFullWidth #texty {
    width: 536px;
    _width: 566px;
}

#imagey {
    width: 140px;
    margin-left: 20px;
    float: right;
}

#imagey img {
    width: 140px;
}

#imagey .pageImage {
    *margin: 0 0 5px 0;
}

.admin {
    background: #c0e892;
    color: #325609;
    display: inline-block;
    margin: 10px 0;
    text-align: center;
    padding: 0px 5px;
}

.admin a {
    display: inline-block;
    outline: none;
    color: #325609;
    text-decoration: none;
}

.adminDelete {
    background: #ae2c2c;
    color: #FFF;
}

.adminDelete a {
    background: #ae2c2c;
    color: #FFF;
}

.newsItem {
    border-top: 1px solid #eee;
    margin: 5px 0 0 0;
    padding: 10px 0 0 0;
}


.error, .errors {
    background: #ffe4e4;
    padding: 3px;
    margin: 3px 0;
}
/** admin **/

#administration #logo {
    /*display: none;*/
}

#administration #body {
    border-top: 1px solid #FFF;
    margin-top: 0;
}

#pagecontent {
    width: 470px;
    height: 700px;
}

.emailCreate {
    float: left;
    width: 470px;
}
.emailCreate2 {
    float: left;
    width: 700px;
}


.emailList select {
    width: 100%;
    height: 200px;
    overflow: scroll-y;
}

kbd {
    background: #f2f2f2;
    border-top: 1px solid #ececec;
    border-left: 2px solid #e7e7e7;
    border-right: 3px solid #e7e7e7;
    border-bottom: 4px solid #ccc;
    display: inline-block;
    padding: 4px;
    
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #FFF;
	background-color: #000;
	padding: 5px;
	opacity: 1.00;
	width: 160px;
	text-align: center;
}

#tooltip img {
    border: 1px solid #FFF;
}