/* GLOBAL RESET */
@charset "UTF-8";
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,p,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
a{
outline:none;
}
input, textarea {
	font-family: Tahoma, Arial;
	font-size: 11px;
	padding: 3px;
	border: 0;
	color:#636363;
}
table {
	border-collapse: collapse; 
	border-spacing: 0;
	/*border-width:1px;
	border-style:outset;
	border-color:#000000; */
}
/*tr,td{
	border-width:1px;
	border-style:inset;
	border-color:#000000;
}*/
body {
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	font-size:12px;
	color:#636363;
	font-weight:normal;
	font-family: Tahoma, Arial;
	line-height:1.3em;
}

a {
	color:#636363;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.header {
	background-image: url('../images/bg01.jpg');
	width:910px;
	height:131px;
}
.menu {
	background-image: url('../images/bg02.jpg');
	width:910px;
	height:32px;
}
.menu ul{
	margin-right:30px;
}
.menu li {
	display: inline;
	float:right;
}

.content {
	background-image: url('../images/bg03.jpg');
	background-repeat: no-repeat;
	padding: 10px 20px 20px 20px;
	width:910px;
}

.input {
	font-family: Arial;
	font-size: 11px;
	padding: 3px;
	border: 1px solid #7f9db9;
	width: 200px;
}

.pad-top td {
	padding-top:10px;
	padding-bottom:10px;
}

html, body, .wrap {
  height: 100%;
}
.wrap{
	width:910px;
	margin-left:auto;
	margin-right:auto;
}
.wrapper {
  min-height: 90%; /* this height + footer height must be 100%  */
  height: auto !important;
  height: 90%;	/* this height + footer height must be 100%  */
}
.push{
	/*height: 2em;*/
}
.footer{	
	height: 116px;
	background-image: url('../images/foot_bg.gif');
	text-align:left;
	color: #851362;
	font-size: 12px;
	font-family: Tahoma, Arial;
}

.button {
	background-image:url('../images/read_more.gif');
	width:61px;
	height:20px;
	display: block;
	margin-top:5px;
}

.white-text {
	color:#ffffff;
}

.home {
	width:71px;
	height:31px;
	background-repeat:no-repeat;
	background-position: top;
	background-image: url('../images/menu/home.jpg');
	display:block;
}
.about {
	width:72px;
	height:31px;
	background-repeat:no-repeat;
	background-position: top;
	background-image: url('../images/menu/about.jpg');
	display:block;
}
.services {
	width:106px;
	height:31px;
	background-repeat:no-repeat;
	background-position: top;
	background-image: url('../images/menu/services.jpg');
	display:block;
}
.calendar {
	width:100px;
	height:31px;
	background-repeat:no-repeat;
	background-position: top;
	background-image: url('../images/menu/calendar.jpg');
	display:block;
}
.sponsors {
	width:99px;
	height:31px;
	background-repeat:no-repeat;
	background-position: top;
	background-image: url('../images/menu/sponsors.jpg');
	display:block;
}
.gallery {
	width:88px;
	height:31px;
	background-repeat:no-repeat;
	background-position: top;
	background-image: url('../images/menu/gallery.jpg');
	display:block;
}
.contact {
	width:94px;
	height:31px;
	background-repeat:no-repeat;
	background-position: top;
	background-image: url('../images/menu/contact.jpg');
	display:block;
}
.donate {
	width:93px;
	height:31px;
	background-repeat:no-repeat;
	background-position: top;
	background-image: url('../images/menu/donate.jpg');
	display:block;
}
.moving-main {
	margin-left:35px;
	margin-top:20px;
}
.title-bar {
	background-image: url('../images/moving/title_bar.jpg');
	background-repeat: no-repeat;
	width:535px;
	height:45px;
	padding-left:20px;
}
.com-title-bar {
	background-image: url('../images/community/title_bar.jpg');
	background-repeat: no-repeat;
	width:535px;
	height:45px;
	padding-left:20px;
}
.main-text {
	padding: 30px;
	background-color: #ececec;
	background-image: url('../images/box_bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	width: 475px;
}
.main-text span {
	float:right;
	margin-left:20px;
}
.main-text .title {
	background-color: #909090;
	color: #ffffff;
	padding:3px;
	font-weight: bold;
}
.main-text .title a {
	color: #ffffff;
}
.side-body {
	background-color:#660a4b;	
	padding: 20px 16px 0 16px;
	color: #ffffff;
	width: 218px;
	height:465px;		
}

.side-body .vscroll{
	position: relative;	
	overflow:hidden;
	width: 218px;	
	height:455px;
}

.side-body .vbelt{
	position: absolute; 
	overflow:hidden;	
}

.side-body .vpanel{
	overflow: hidden;	
	width:218px;
	margin-bottom:20px;
	color: #ffffff; 	
}

.program {
	background-image: url('../images/services/bg01.jpg');
	background-repeat: repeat-x;
}
.event {
	background-image: url('../images/services/bg02.jpg');
	background-repeat: repeat-x;
}
.links {
	background-image: url('../images/services/bg03.jpg');
	background-repeat: repeat-x;
	height: 338px;
}

.home:hover, .about:hover, .services:hover, .calendar:hover, .sponsors:hover, .gallery:hover, .contact:hover, .donate:hover {
	background-position: bottom;
}

.home.selected, .about.selected, .services.selected, .calendar.selected, .sponsors.selected, .gallery.selected, .contact.selected, .donate.selected {
	background-position: bottom;
}

.purple_bg{
	background-image: url('../images/purple_bg.jpg');
	background-repeat: repeat-x;
	width:500px;
	display:block;
	height:31px;
	color:#FFFFFF;
	line-height:31px;
	vertical-align:middle;
	font-size:150%;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	padding-left:10px;
}

.play{
	background-image: url('../images/controller-play.gif');
	background-repeat:no-repeat;
	width:20px;
	height:18px;
	text-indent:-1000px;
	display:block;
	background-position:top;
}
.play:hover{
background-position:bottom;
	width:20px;
	height:18px;
}
.pause{
	background-image: url('../images/controller-pause.gif');
	background-repeat:no-repeat;
	background-position:top;
	width:20px;
	height:18px;
	text-indent:-1000px;
	display:block;
}
.pause:hover{
	background-position:bottom;
	width:20px;
	height:18px;
}
