@charset "utf-8";
/* CSS Document */

html{

	margin: 0;
	padding: 0;
}
body     {
	height:100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.8em; background-color: #EBF280;
	background-image: url(../images/bg_images.gif);
	background-repeat: repeat-y;
	background-position: center;
}
p {
	margin: 0 0 1em 0;
	padding: 0;	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
}

#container {
	width: 726px;
	margin: 0 auto;
	display: block;
	height: 100%;
	background-color: #FFFFFF;
}

#topbanner{
	height: 196px;
	width: 726px;
	background-repeat: no-repeat;
}
#topbanner #topleft{
	width: 413px;
	float: left;
	color: #FFFFFF;
	text-align: left;
	height: 108px;
}
#topbanner #topright{
	width: 327px;
	float: right;
	height: 124px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#middle{
	width: 726px;
	height: 100%;
}
#middle #bar {
	width: 726px;
}

#nav{
	width: 726px;
	display: block; /* fixes IE/Win double margin bug*/
	background-image: url(../images/bg_img_nav.jpg);
	background-repeat: repeat-x;
	height: 29px;
}

#navcontainer ul li
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	background: #CC3399 url(../images/bg_img_nav.jpg) repeat-x 32px;
	text-align: center;
}

#navcontainer a
{
	color: #fff;
	text-decoration: none;
	display: block;
	width: 89px;
	border-left: 1px solid #62400c;
	padding-top: 2px;
	padding-bottom: 4px;
	font-weight: bold;
}

#navcontainer li#active { background: url(../images/bg_img_nav_rol.jpg) repeat-x 32px; }
#navcontainer a:hover { background: url(../images/bg_img_nav_rol.jpg) repeat-x 32px; }


#middle #leftcolumn {
	float: left;
	width: 217px;
	display: inline;
	margin-left: 5px;
	padding-left: 10px;
	height: 100%;
	padding-top: 15px;
}
#middle #leftcolumn #text {
	float: left;
	width: 200px;
	display: inline;
	margin-left: 5px;
	padding-left: 15px;
	height: 100%;
}
#middle #leftcolumnimage {
	float: left;
	width: 217px;
	display: inline;
	height: 100%;
	padding-top: 15px;
}
#middle #content {
	float: right;
	width: 450px;
	margin-right: 15px;
	height: 100%;
	padding-top: 15px;

}
#middle #content2 {
	float: right;
	width: 678px;
	margin-right: 15px;
	height: 100%;
	padding-top: 15px;

}
#middle #nav{
	width: 726px;
	display: block; /* fixes IE/Win double margin bug*/
	background-image: url(../images/bg_img_nav.jpg);
	background-repeat: repeat-x;
	height: 32px;
}
ul.topnav{
	display: inline;
	margin: 0px;
	padding: 0px;
}

li.topnav
{
	border: 1px solid #634301;
	list-style: none;
	display: inline;
	height: 32px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 3px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 15px;
}
a.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 21px;
	margin-top: 5px;
	margin-bottom: 5px;
}
a.nav:hover {
	text-decoration: none;
	background-color: #634301;
}

h1 {
	font-size: 18px;
	color: #4E2700;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0px 0px;
	padding: 0px;
}
h2 {
	font-size: 14px;
	color: #4e2700;
	margin: 0px;
	padding: 0px 0px 10px;
}
h4 {
	font-size: 18px;
	color: #000000;	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 5px;
	padding: 0px;
}
h5 {
	font-size: 23px;
	color: #FFFFFF;	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0px 15px;
	padding: 0px;
	line-height: 1.1em;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(../images/h6_bg_img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	text-indent: 8px;
	margin: 0px;
	padding: 0px 0px 10px;
}
a {
	color: #00BFB8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}



input {
	border: 1px solid #D3D3D2;
	background-color: #F2F2F2;
}
input.button {
	border: 1px solid #D3D3D2;
	background-color: #00BFB8;
	color: #ffffff;
}
form {
	margin: 5px;
	padding: 0px;
	display: inline;
}

ul
{
	list-style-type: disc;
	padding: 0;
	margin: 0;
}

.fronttxt {
	font-size: 11px;
	line-height: 13px;
}
.redstar {
	color: #990000;
}

.copyright
{	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
	color: #640000;
}
#footer{
	text-align: center;
	bottom: 0px;
	color: #85F9F6;
	background-color: #4E2700;
	height: 100px;
}
#footer #logos{
	padding-left: 25px;
	padding-top: 5px;
	width: 700px;
	float: left;
	margin-top: 1x;
	margin-bottom: 1px;
}
#footer #text{
	text-align: center;
	bottom: 0px;
	color: #85F9F6;
	background-color: #4E2700;
	height: 20px;
}
#form {
	float: left;
	width: 670px;
}
#form #left{
	float: left;
	width: 330px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#form #right{
	float: right;
	width: 330px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#form #center{
	float: left;
	width: 670px;
	margin-top: 3px;
	margin-bottom: 3px;
}


/* styles for sortable table (events) */
.sortable {
    border-collapse:collapse;
    border:1px solid #999;
}

.sortable th {
    background-color:#dad3ce;
    padding:5px;
    font-size:1em;
}

.sortable th a {
    color:#4e2700;
}

.sortable td {
    vertical-align:top;
    margin:0;
    padding:5px;
}

.sortable .odd {
    background-color:#dad3ce;
}

/* event */
#sort1 {
}

/* location */
#sort2 {
}

/* time */
#sort3 {
    width:100px;
}

/* age */
#sort4 {
    width:75px;
}

/* cost */
#sort5 {
    width:75px;
}

