@charset "utf-8";

html{
}

a {
    outline: none;
}

body{
	background-image: url('../images/background.jpg');
	font-family: Arial;
	margin-top: 50px;
	background-color: #0c711b;
}

#wrap{
	width: 950px;
	margin: 0 auto;
}

#header{
width: 950px;
margin: 0 auto;
height: 55px;
vertical-align: bottom;
position: relative;
margin-bottom: 5px;
}

#sitename{
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 48px;
	color: #FFFFFF;
	font-weight: bold;
}

#facebook{
	position: absolute;
	bottom: 5px;
	left: 575px;
	width: 106px;
}

#contact{
	text-align: right;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	bottom: 0px;
	right: 0px;
	width: 200px;
	position: absolute;
	}

#contact a{
	color: #00FF00;
}

#contact a:visited{
	color:#999999;
}

#navcontainer{
width: 949px;
margin: 0 auto;
height: 31px;
background-image: url('../images/navback.png');
background-repeat: no-repeat;
background-position: center;
line-height: 32px;
vertical-align: middle;
border-bottom: 1px solid #ededed;
}

#navbar{
width: 875px;
margin: 0 auto;
padding-left: 5px;
padding-right: 5px;
margin-bottom: 0px;
text-align: center;
}

#navbar img{
border: none;
margin: 0px;
padding: 0px;
margin-top: 5px;
}

#navbar ul{
margin: 0;
padding: 0px;
list-style-type: none;
text-align: center;
}

#navbar ul li{
margin-top: 0px;
margin-left: 5px;
margin-right:5px;
margin-bottom: 0px;
float: left;
}

#navbar ul li a{
text-align: center;
text-decoration: none;
display: block;
font-size: 20px;
border-style: none;
font-weight: bold;
color: #666666;
}

#navbar ul li a:hover{
color: #999999;
}

#slideshow{
width: 949px;
height: 229px;
margin: 0 auto;
margin-top: 0px;
margin-bottom: 1px;
background-image: url('../images/slideback.png');
background-repeat: no-repeat;
background-position: center;
position: relative;
color: #505050;
}


#container{
width: 630px;
float: left;
}

#contentheader{
width: 630px;
height: 23px;
background-image: url('../images/bodyheader.png');
background-repeat: no-repeat;
background-position: center;
line-height: 23px;
vertical-align: middle;
text-align: center;
color: #797979;
font-weight: bold;
}

#containercontent{
width: 630px;
background-image: url('../images/bodyback.png');
background-position: bottom;
background-repeat: no-repeat;
background-color: #ffffff;
}

#content{
padding-left: 15px;
padding-right: 25px;
}

#content h1{
font-size: 24px;
font-weight: bold;
border-bottom: 1px solid #000000;
padding-top: 10px;
}

#containercontent ul {
list-style-position: inside;
font-weight: bold;
}

#containercontent ul li{
margin-bottom: 15px;
margin-top: 0px;
font-weight: bold;
}

#containerbottom{
width: 630px;
height: 25px;
background-image: url('../images/contentbottom.png');
background-position: bottom;
background-repeat: no-repeat;
}

#column{
width: 298px;
float: right;
}

#columnheader{
width: 298px;
height: 23px;
background-image: url('../images/columnheader.png');
background-repeat: no-repeat;
background-position: center;
line-height: 23px;
vertical-align: middle;
text-align: center;
color: #797979;
font-weight: bold;
}

#columncontent{
width: 297px;
background-image: url('../images/bodyback.png');
background-position: bottom;
background-repeat: no-repeat;
background-color: #ffffff;
}

#columnbottom{
width: 297px;
height: 25px;
background-image: url('../images/columnbottom.png');
background-position: bottom;
background-repeat: no-repeat;
}

#footer{
clear: both;
width: 949px;
height: 28px;
margin: 0 auto;
background-image: url('../images/footerback.png');
background-repeat: no-repeat;
color: #797979;
text-align: center;
line-height: 28px;
vertical-align: middle;
font-weight: bold;
}

#footer a{
color: #555555;
text-decoration: none;
}

#footer a:hover{
text-decoration: underline;
}

#cross{
background-image: url('../images/cross.png');
background-position: top left;
background-repeat: no-repeat;
padding-left: 30px;
font-size: 24px;
font-weight: bold;
}

#cross p{
font-size: 16px;
font-weight: normal;
padding-top: 0px;
margin-top: 0px;
}

#check{
background-image: url('../images/check.png');
background-position: top left;
background-repeat: no-repeat;
padding-left: 30px;
font-size: 24px;
font-weight: bold;
}

#check p{
font-size: 16px;
font-weight: normal;
padding-top: 0px;
margin-top: 0px;
}

.LV_validation_message{
    font-weight:bold;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

input, textarea, select{
background: url("../images/inputBg.gif") no-repeat scroll left top #FFFFFF;
border:1px solid #AAAAAA;
margin-top:2px;
padding:2px;
}

.timetable{
font-size: 11px;
}

.timetable td{
text-align: center;
}

.timetable .odd{
background-color: #CCCCCC;
}

.caption {
	font-style: italic;
	text-align: center;
}
