body { 
	font-size:0.8em; 
/*	font-family: "Trebuchet MS", Arial; */
	font-family: Verdana, arial;
	background-color:#DDD;
    color:#333;
}
@font-face {
}
#wrapper {
	margin:50px auto;
	min-width:900px;
	width:900px;
	background-image:url(../images/bg-body.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
}

a { color:#018BC1;}
a.nopointer {
    cursor:default;
    color:#FFF:
}
a:hover { color:#333;}
#header { 
	width:900px;
}
#logo { padding:20px 0 20px 20px; height:72px; color:#333; background:transparent;}
#logo a{ color:#01b0f0; text-decoration:none; font-weight:bold; font-size:20px; text-transform:uppercase; }
#logo p {
	display:block; 
	float:right; 
	padding:0 20px 10px 10px; 
	font-weight:bold;
	font-size:1.4em;
	text-align:right;
	font-family:times new roman;
}
#homebanner {
	width:900px;
	margin:0;
	border-bottom:1px solid #888;
}
#index_content {
	background:#fff;
	margin:0;
	padding:0;
	}
#index_content p {
	padding:0 40px;	
}
#index_column {
	width:215px;
	margin:20px 40px;
	display:block;
	float:left;
	background:#DDD;
}
#index_column p {
	padding:0 8px;
}
#text { margin: 0 305px 0 20px; }
#text p { }

#sidebar { 
    float:right; 
    width:235px; 
    padding: 0 20px 0 10px; 
}

#sidebar #block, #sidebar .block {
	width:215px;
	margin:20px 0 40px 0;
	background:#DDD;
	display:block;
}

#sidebar .block p {
	padding:0 8px 15px 8px;
}

#sidebar #sidelogo {
    float:right;
    margin:50px 0;
}

.mediaplayer {
	display:block;
	text-align:center;
	margin-top:10px;
}

h1 { 
	margin:0; 
	padding:0 0 10px 0; 
	width:98%; 
	border-bottom:1px solid #dfdfdf; 
	font-size:32px; 
	line-height:1.2em;
	color:#CF3C4E;
	font-family:Western,Times New Roman;
	text-transform:uppercase;
	}
h4 {
	margin:0;
	padding:0;
}

#main { width:900px; float:left; background:url() repeat-y top right #fff; padding:20px 0 0 0;}
#footer {margin:20px 0 20px 0; padding:0; height:125px; clear:both;  background:url(../images/footer_bg.png) #FFF bottom repeat-x; color:#999; }
#left_footer { float:left; padding:45px 0 30px 30px; font-size:12px;}
#left_footer a:hover { text-decoration:none;}
#right_footer { float:right;  padding:45px 30px 30px 0; font-size:12px; text-align:right;}
#right_footer a:hover { text-decoration:none;}
.icon { display:block; float:left; padding:3px; width:64px; }

hr {
    color:#DDD;
}

label {
    width:200px;
    float:left;
    text-align:right;
    margin-right:10px;
    display: block;
    padding:0 3px;
    font-weight:bold;
}

form#info {
    border-top: solid 1px #DDD;
    padding-top:20px;
    margin-top:20px;
}

input {
    background: url(../images/bg-form-item.png);
}

textarea {
    background: url(../images/bg-textarea.png) #FFF;
}

textarea, input, select {
    border: solid 1px #DDD;
    padding:3px;
}

textarea:focus, input:focus, select:focus {
    border:1px solid #01b0f0;
}

.button {
    cursor:pointer;
    border:1px solid #333;
    background: #01b0f0;
    color:#fff;
    padding:4px;
    font-weight:bold;
}

.galleryimage a {
    border-style:none;
}
.galleryimage {
    display:block;
    width:150px;
    min-height:150px;
    height:150px;
    margin:10px;
    text-align:center;
    float:left;
}

#events #text li {
/*	border:1px solid #333; */
	padding:10px;
	list-style:none; 
	padding-left:20px; 
	background:url(images/li.gif) 
	no-repeat 0px 7px;
}

#menu {
	background:#01b0f0;
	color:#FFF;
	width:900px;
	min-height:35px;
	height:35px;
	border-top:1px solid #888;
	border-bottom:1px solid #888;
	margin:0;
	padding:0;
    font-size: 14px;
}

#menu li {
    float: left;
    display: block;
  }

  #menu li a {
    position: relative;
    padding: 5px 15px;
    display: block;
    font-weight: bold;
    color: #fff;
	text-decoration:none;
  }

  #menu li a:hover, #menu li a.active {
    background: #01b0f0;
    color: #888;
	font-weight:bold;
  }

  #menu li ul {
    left : -999em;
    position : absolute;
  }

  #menu li ul li { float : none; }

  #menu li ul a {
    width : 136px;
    padding : 8px 10px;
    background : #01b0f0;
    font-weight : bold;
  } 

  #menu li ul a:hover {
    background: #FFF;
    color: #01b0f0;
    border:1px solid #01b0f0;
  }

  #menu li:hover ul, #menu li.sfhover ul {
    left: auto;
  }


fieldset {
	border:1px solid #DDD;
	margin:10px 0;
}
legend {
	color:#01b0f0;
}
.highlight {
	color:#CF3C4E;
	font-weight:bold;
}
#message {
	color:#CF3C4E;
	font-style:italic;
}

ul #message {
	list-style-type:none;
}
#menu a.nopointer:hover {
    color:#FFF;
}
.noborder, #noborder {
	border:0px;
}
#top_logo {
	float:right;
	text-align:right;
	margin:0 25px 0 0;
	width:100px;
}
.video, #video {
    margin-top:50px;
}

