body {
    text-align: center;
    /* background-image:url(images/page_background.gif); */
    background-color: black;
    margin:0px auto 0px auto;
}


.main {
    width: 850px;
    background-image: url(images/green_top.gif);
    border-left: 1px solid black;
    border-right: 1px solid black;
    margin:0px auto 0px auto;
}
.header {
    width: 850px;
    height: 135px;
    text-align: center;
}
.header_left {
    background-image:url(images/header_left.gif);
    width: 275px;
    height: 134px;
    float: left;
}
.logo {
    background-image:url(images/logo.png);
    background-repeat:no-repeat;
    width: 200px;
    height: 88px;
    margin-top: 20px;
    margin-left: 25px;
    float: left;
}
.header_right {
    background-image:url(images/header_right.gif);
    width: 316px;
    height: 134px;
    float: right;
}	
.menu {
    width: 850px;
    background-color: #999999;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: white;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.menu a {
    text-decoration: none;
    color: #ffffff;
}
.menu a:hover {
    text-decoration:underline;
    color: #CCFF00;
}

.menu .selected {
    text-decoration:underline;
    color: #CCFF00;
}

.spacer {
    width: 850px;
    height: 25px;
    background-image: url(images/green_bottom.gif);
    border-left: 1px solid black;
    border-right: 1px solid black;
    text-align: center;
    margin:0px auto 0px auto;
}

.central {
    width: 850px;
    background-color:#8AC900;
    background-image: url(images/bottom_background_full.gif);
    background-position:bottom;
    background-repeat:no-repeat;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    margin:0px auto 0px auto;
}
.content_container {
    width: 647px;
}	

.content_top {
    width: 647px;
    height: 25px;
    background-image:url(images/content_top.png);
    background-repeat:no-repeat;
}
.content {
    width: 647px;
    background-image:url(images/content_background.png);
    text-align: left;
    margin: 0 auto;
    height: 100%;
    height:auto;
    overflow: hidden;
}

.content_text {
    width: 350px;
    text-align: left;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    margin-left: 25px;
    float: left;
    margin-top: 0px;
}

.content_table {
    width: 600px;
    text-align: left;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    margin-left: 25px;
    float: left;
    margin-top: 0px;
}

.content_table table tr th{
	font-weight: bold;
	}

.content_table table tr td{
	padding: 10px;
	}

.calendar_text {
    width: 600px;
    text-align: left;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    margin-left: 25px;
    float: left;
    margin-top: 0px;
}

.calendar_text h1{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #000000;
}

.content_full {
    width: 647px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    display: inline-block;
    margin-top: 0px;
    background-image:url(images/content_background.png);
}

.quotes {
    margin-left: 25px;
}

.sub {
    font-size: 10px;
}

.content_image {
    width: 200px;
    float: left;
    margin-left: 47px;
}

img {
    border: 1px solid black;
    margin-top: 10px;
}

.content_bottom {
    width: 647px;
    height: 25px;
    background-image:url(images/content_bottom.png);
    background-repeat:no-repeat;
    margin-bottom: 25px;
}
.sponsors {
    width: 840px;
    height: 56px;
    background-image:url(images/sponsors.png);
    background-repeat:no-repeat;
    margin-bottom: 25px;
    display: inline-block;
}
.image_bl {
    background-image:url(images/image_bl.gif);
    height: 313px;
    width: 184px;
    margin-bottom: 0px;
    margin-left: 0px;
    float:left;
}
.image_br {
    background-image:url(images/image_br.gif);
    background-repeat:no-repeat;
    height: 251px;
    width: 181px;
    float:right;
    margin-top: 62px;
}
.bottom_background {
    background-image:url(images/green_bottom.gif);
    background-repeat:repeat-x;
    height: 313px;
    width: 850px;
}
.copyright {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #ffffff;
    margin-bottom: 25px;
}
.inputform {
    width: 300px;
    background: #F1F6DF;
    border: 1px outset #ACC742;
}
textarea {
    width: 300px;
    background: #F1F6DF;
    border: 1px outset #ACC742;
}

/* calendar specific code */

.calday{
    display: inline-block;
    width: 580px;
    border-top: 1px solid #ACC742;
    padding: 10px;
}

.calday.even{
    background-color: #d2d2d2;
}

.calday.odd{
    background-color: #b8b8b8;
}

#calendar {
    margin-top: 10px;
    display: inline-block;
}

.day {
    display: inline-block;
    float: left;
    background-image: url(images/date.png);
    background-repeat:repeat-x;
    width: 68px;
    height: 81px;
    text-align: center;
    margin-right: 10px;
}

.events,.event {
    display: inline-block;
    width: 500px;
}

ul.categories {
    border: #8AC900 1px solid;
    background-color: white;
    display: inline-block;
    margin-top: 10px;
    padding: 0 5px;
}

ul.categories li{
    float: left;
    display: inline-block;
    margin: 0 3px;
    padding-right: 5px;
}


.category {
    list-style: none;
}

.category img{
    border: none !important;
}



.shortmonth{
    color: white;
    display: block;
    font-size: 15px;
    margin-top: 5px;
    text-transform: uppercase;
}

.shortday {
    color: white;
    display: block;
    font-size: 28px;  
}

.shortyear {
	color: white;
	font-size: 14px;
	}

#next {
    background-image: url("images/next.png");
    background-repeat: no-repeat;
    color: white;
    display: inline-block;
    height: 25px;
    margin-left: 504px;
    margin-top: -25px;
    position: absolute;
    background-position: right center;
}

#prev {
    display: inline-block;
    background-image: url(images/prev.png);
    background-repeat:no-repeat;
    color: white;
    height: 25px;
}

#prev a{
    color: white;
    display: inline-block;
    padding-left: 27px;
    padding-top: 3px;
    text-decoration: none;
    font-weight: bold; 
}

#prev a:hover, #next a:hover{
    text-decoration: underline;
}

#next a{
    color: white;
    font-weight: bold;
    display: inline-block;
    padding-right: 27px;
    padding-top: 3px;
    text-decoration: none;
}

span.green{
    display: inline-block;
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin-right: 3px;
    margin-bottom: -7px;
}

span.catname{
    display: inline-block;
    float: left;
}
.eventcontent{
    display: block;
}

.eventcontent a{
    border: medium none;
    display: block;
    margin-left: 470px;
    margin-top: -20px;
    position: absolute;
}

.eventcontent a img{
    border: none;
}

.event {
    border-bottom: #8AC900 1px solid;
    margin-bottom: 10px;
}

/* nice forms */

.login_form{
    width:600px;
    height:250px;
    background:url(../admin/images/login_bg.png) no-repeat center top;
    margin:20px 0 0 145px;
    float:left;
    padding:0px 0 0 0px;
}
.form{
    width:600px;
    float:left;
    clear:both;
     margin-top: -20px;
}
fieldset { border:none; clear:both;}
label {font-size:11px; font-weight:bold; color:#000;}
label a{font-size:11px; font-weight:bold; color:#000;}
dl {clear:both; width:600px;}
dl.submit {clear:both; width:500px; text-align:center; padding:0 0 0 90px;}

dt {float:left; text-align:left; width:170px; line-height:20px; padding:0 10px 10px 0;}
dd {float:left; width:400px; margin:0 0 10px 0;}


label.check_label{
    padding:0 0 0 10px;
    line-height:32px;
}
/*Text inputs*/
.NFText {vertical-align:middle; font:12px/15px Arial, Helvetica, sans-serif; float:left;}
.NFTextCenter {height:26px; width:auto;background:url(../admin/img/input.gif) repeat-x 0 0; padding:8px 0 0 0; margin:0; float:left; line-height:27px;}
.NFTextLeft, .NFTextRight {width:10px; height:34px; vertical-align:middle; float:left;}
.NFTextLeft {background:url(../admin/img/input-left.gif) no-repeat 0 0;}
.NFTextRight {background:url(../admin/img/input-right.gif) no-repeat 0 0;}
/*Radio*/
.NFRadio {cursor:pointer; position:absolute; display:block; width:20px; height:20px; border:1px solid transparent; background:url(../img/radio.gif) no-repeat 0 0; z-index:2;}
/*Checkbox*/
.NFCheck {cursor:pointer; position:absolute;width:20px; margin:0px 0 0 0; height:20px; border:1px solid transparent; background:url(../img/checkbox.gif) no-repeat 0 0; z-index:2;}
/*Buttons*/
.NFButton {width:auto; height:34px; padding:0 15px; font-weight:bold; background:url(../admin/img/button.gif) repeat-x 0 0; cursor:pointer; border:none;color:#FFFFFF; text-shadow:1px 1px #45add8;vertical-align:middle;}
.NFButtonLeft, .NFButtonRight {width:10px; height:34px; vertical-align:middle;}
.NFButtonLeft {background:url(../admin/img/button-left.gif) no-repeat 0 0;}
.NFButtonRight {background:url(../admin/img/button-right.gif) no-repeat 0 0;}
/*Textareas*/
.NFTextarea {border:none; background:none; font:12px/12px Arial, Helvetica, sans-serif; margin:0;height:100px !important;width:303px !important;}
.NFTextareaTop, .NFTextareaBottom {height:10px; clear:both; float:none; padding-right:15px;width:303px !important}
.NFTextareaTop {background:url(../admin/img/textarea-tr.gif) no-repeat 100% 0;}
.NFTextareaBottom {background:url(../admin/img/textarea-br.gif) no-repeat 100% 0; margin-bottom:0px;}
.NFTextareaTopLeft, .NFTextareaBottomLeft {width:10px; height:10px;}
.NFTextareaTopLeft {background:#f2f2e6 url(../admin/img/textarea-tl.gif) no-repeat 0 0;}
.NFTextareaBottomLeft {background:#f2f2e6 url(../admin/img/textarea-bl.gif) no-repeat 0 0;}
.NFTextareaLeft, .NFTextareaRight, .NFTextareaLeftH, .NFTextareaRightH {float:left; padding-bottom:10px;}
.NFTextareaLeft, .NFTextareaLeftH {width:10px;}
.NFTextareaLeft {background:url(../admin/img/textarea-l-off.gif) repeat-y 0 0;}
.NFTextareaLeftH {background:url(../admin/img/textarea-l-over.gif) repeat-y 0 0;}
.NFTextareaRight, .NFTextareaRightH {padding-right:5px; padding-bottom:0;height:100px !important}
.NFTextareaRight {background:url(../admin/img/textarea-r-off.gif) repeat-y 100% 0;}
.NFTextareaRightH {background:url(../admin/img/textarea-r-off.gif) repeat-y 100% 100%;}
/*Files*/
.NFFileButton {padding-bottom:0; vertical-align:bottom; cursor:pointer; background:url(../admin/img/file.gif) no-repeat 0 0; width:58px; height:34px;}
.NFFile {position:relative; margin-bottom:5px;}
.NFFile input.NFhidden {position:relative;  filter:alpha(opacity=0); opacity:0; z-index:2; cursor:pointer; text-align:left;}
.NFFileNew {position:absolute; top:0px; left:0px; z-index:1;}
/*Selects*/
.NFSelect {height:34px; position:absolute; border:1px solid transparent; }
.NFSelectLeft {float:left; width:12px; height:34px; background:url(../admin/img/select-left.gif) no-repeat 0 0; vertical-align:middle;}
.NFSelectRight {height:34px; width:310px; background:url(../admin/img/select-right.gif) no-repeat 100% 0; cursor:pointer; font:12px/21px Arial, Helvetica, sans-serif; color:#000; padding-left:3px; margin-left:3px; line-height:34px;}
.NFSelectTarget {position:absolute; background:none; margin-left:-13px; margin-top:0px; z-index:3; left:0; top:0; padding-bottom:13px;}
.NFSelectOptions {position:relative; float:left; margin-left:16px; margin-top:26px; list-style:none; padding:0px; line-height:18px; color:#000; z-index:4; max-height:200px;  left:0; top:0;}
.NFSelectOptions li {padding:3px 0px 3px 0; width:307px;background:#efefef;}
.NFSelectOptions a {display:block; text-decoration:none; color:#000; padding:3px 0 3px 6px; background:none;}
.NFSelectOptions a.NFOptionActive {background:#ecf8fd;}
.NFSelectOptions a:hover {background:#ecf8fd;}
/*Multiple Selects*/
.NFMultiSelect {border:0; background:none; margin:0;}
.NFMultiSelectTop, .NFMultiSelectBottom {height:5px; clear:both; float:none; padding-right:10px;}
.NFMultiSelectTop {background:url(../admin/img/textarea-tr.png) no-repeat 100% 0;}
.NFMultiSelectBottom {background:url(../admin/img/textarea-br.png) no-repeat 100% 0; margin-bottom:5px;}
.NFMultiSelectTopLeft, .NFMultiSelectBottomLeft {width:5px; height:5px;}
.NFMultiSelectTopLeft {background:#f2f2e6 url(../admin/img/textarea-tl.png) no-repeat 0 0;}
.NFMultiSelectBottomLeft {background:#f2f2e6 url(../admin/img/textarea-bl.png) no-repeat 0 0;}
.NFMultiSelectLeft, .NFMultiSelectRight, .NFMultiSelectLeftH, .NFMultiSelectRightH {float:left; padding-bottom:5px;}
.NFMultiSelectLeft, .NFMultiSelectLeftH {width:5px;}
.NFMultiSelectLeft {background:url(../admin/img/textarea-l-off.png) repeat-y 0 0;}
.NFMultiSelectLeftH {background:url(../admin/img/textarea-l-over.png) repeat-y 0 0;}
.NFMultiSelectRight, .NFMultiSelectRightH {padding-right:5px; padding-bottom:0;}
.NFMultiSelectRight {background:url(../admin/img/textarea-r-off.png) repeat-y 100% 0;}
.NFMultiSelectRightH {background:url(../admin/img/textarea-r-over.png) repeat-y 100% 0;}

/*Focused*/
.NFfocused {border:1px dotted #666;}
/*Hovered*/
.NFh {background-position:0 100%;}
.NFhr {background-position:100% 100%;}
/*Hidden*/
.NFhidden {opacity:0; z-index:-1; position:relative;}
/*Safari*/
select, input, textarea, button {outline:none; resize:none;}

.validation-advice{
    color: red;
    clear: both;
}

.calendar_text label{
    font-size: 14px;
    font-weight: bold;
}

.value {
    font-size: 12px;
    margin-bottom: 10px;
}

.calendar_event {
    width: 400px !important;
    margin-right: 20px;
    float: left;
    display: inline-block;
}

.buttonarea {
    width: 180px !important;
    text-align: center;
    float: left;
    display: inline-block;
}

.button{
    background-image: url("images/buttonbg.gif");
    background-repeat: no-repeat;
    color: white;
    font-family: Arial;
    height: 47px;
    padding: 10px;
    text-align: left;
    width: 123px;
    font-size: 18px;
    margin-bottom: 25px;
}
