@charset "UTF-8";
body {
	background: #F2A135;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Myriad Pro, Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.4;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}

/* ~~ Must remain in this order ~~ */
a:link {
	color: #F2A135;
	text-decoration: underline;
}
a:visited {
	color: #F2A135;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	/*background-color: #F2A135; */
	color: #000;
}

.container {
	width: 1024px;
	background: #FFFFFF;
	margin: 0 auto;
}

/* ~~ These are the columns ~~ */
.sidebar1 {
	float: left;
	width: 300px;
	padding-bottom: 10px;
	background-image: url(images/sideBarlong.jpg);
}
.content {
	width: 420px;
	float: left;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
}
.sidebar2 {
	float: left;
	width: 300px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px;
	list-style-type: none;
}

/* ~~ The navigation list styles ~~ */
ul.nav {
	list-style: none; 
	margin-bottom: 10px;
}
ul.nav a, ul.nav a:visited { 
	display: block; 
	width: 220px; 
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 75px;
	font-family: Herculanum, Trebuchet MS, sans-serif;
	font-size: x-large;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #000;
	background-color: #F2A135;
}

/* ~~ The footer styles ~~ */
.footer {
	padding: 10px 0;
	position: relative;
	clear: both; 
	background-color: #F2A135;
	color: #000;
	text-align: center;
}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
	width: 700px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.indent {
	text-indent: 25px;
	font-size: 10px;
}
#donate {
	font-size: small;
	font-style: italic;
	text-align: center;
	width: 300px;
}

h2 {
	line-height: 26px;
}
#NewsletterForm {
	text-align: center;
	width: 300px;
}
#EmailInput {
	color: #8B1717;
	border: thin inset #000;
}
dl {
	margin-left: 20px;
	margin-right: 10px;
}
dt {
	margin-right: 10px;
	margin-left: 20px;
	padding: 10px;
	font-weight: bold;
}
#inline {
	color: #891813;
}
#image {
	text-decoration: none;
}

#textcolor {
	color: #F2A135;
}
#events {
	padding: 5px;
	border: thin ridge #333;
	margin: 20px;
	background-color: #F2A135;
	color: #891813;
	font-size:medium;
}
#slideshowmain {
	margin-left: 330px;
	margin-right: 30px;
	margin-top: 30px;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG.last-active {
    z-index:9;
}

.main {
	width: 720px;
	float: left;
	position:relative;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	background-image: url(images/dancingTara.jpg);
	background-repeat: no-repeat;
}
#specialevent {
	text-align: center;
}
#center {
	text-align: center;
}
#form {
	padding-left: 50px;
	padding-right: 50px;
}
#indexBody {
	padding-right: 10px;
	padding-left: 10px;
}

