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

/* -------------------- slideshow home image */
div.inImg {
  display: block;
  width: 300px;
  height: 451px;
}

div.inImg ul {
  list-style: none;
}

div.inImg ul li a img {
  border: none;
}

/* -------------------- navigation */

#navcontainer {
	margin-left: 310px;
	margin-top: -180px;
	height: 170px;
}

/*Fat Erik's Breadcrumbs*/
#navlist
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-family:'Josefin Sans Std Light',Helvetica,Arial,sans-serif;
	color:#4d4d4d;
	text-decoration:none;
	font-size:20px;
}

#navlist li
{
display: inline;
padding:0px;
margin: 0;
}

#navlist li:before { content: " /  "; color:#FFCB05; padding:8px; }
#navlist li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #navlist li
{
background-image: url("http://www.paulastexasorange.com/images/gt.gif");
background-repeat: no-repeat;
background-position: 0 50%;
padding: 0 1em 0 2em;
margin: 0 1em 0 1em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #navlist { height: 1%; }

* html #navlist li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #navlist li:first-child { background-image: none; }

#navlist a:link, #navlist a:visited {
	color:#4d4d4d;
	text-decoration:none;
}

#navlist a:hover {
	color:#F90;
	text-decoration:none;
}

.navlist {
	color:#4d4d4d;
	text-decoration:none;
}

h1 {
font-size:40px;
line-height: 20px;
}



h1 {
font-size:40px;
line-height: 20px;
}

.submit {
	text-align:right;
}

/* -------------------- eventsframe */

.eventsh1 {
	font-family: 'Lobster', 'Josefin Sans Std Light', helvetica, sans-serif;
	color:#FFF;
	font-size:30px;
	text-align:center;
}

.events {
	color:#FFF;
	padding-right: 160px;
	text-align:center;
	font-size: 14px;

}

.events a:link, .events a:visited {
	color:#FFF;
	text-align:center;

}

.events a:hover {
	color:#f90;
}