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

* {
	outline:none;
	margin:0px auto;
}

body {
	padding:0px;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	background-color:#000;
	}

h1 {
	font-size:12px;
	padding:4px 50px;
}

#container {
	margin:0 auto;
	width:1024px;
	height:900px;
	background-color:#000;
	border-style:dashed;
	border:1px;
	background-image:url(../images/bkg.jpg);
	background-repeat:no-repeat;
	}
	
#header {
	width:580px;
	height:20px;
	padding:60px 0px 0px 0px;
	font-size:10px;
	}

#headerTags {
	width:580px;
	height:30px;
	padding:5px 0px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	background-position:center;
}

#headerBelowTags {
	width:580px;
	height:30px;
	background-image:url(../images/header_below.png);
	background-repeat:no-repeat;
	background-position:center;
}

a {
	text-decoration:none;
}

.location {
	width:250px;
	height:310px;
	float:left;
}
.myform {
	width:250px;
	height:320px;
	float:left;
}

form {
	width:250px;
	height:220px;
	padding:10px 5px;

	text-align:center;
}
form textarea{margin-left:60px;
}
label {
	margin-right:5px;
	text-align:right;
	float:left;
	display:block;
	width:6em;
	margin-left:5px;
}

.programs {
	padding:8px 0px;
}

.info {
	width:350px;
	padding:0px 0px 0px 100px;
}
.info a {color:#00F;
}

.contactAddress {
	width:250px;
	padding:10px 0px;
	text-align:center;
	float:left;
	font-size:15px;
	font-weight:bold;
}

#navigation {
	margin:20px 0px;
	padding:3px;
	text-align:center;
	background-color:#505466;
}

#navigation li {
	display:inline;
}

#navigation a {
	text-decoration:none;
	color:#FFF;
}
	
#navigation  a:hover {
	color:#11131A;
}

#mainContent {
	width:580px;
	height:740px;
	padding:5px;
	float:left;
}

#leftContent{
	width:220px;
	height:740px;
	padding:5px;
	float:left;
}

#rightContent {
	width:185px;
	height:740px;
	text-align:center;
	padding:5px;
	float:left;
}

#content {
	width:520px;
	height:500px;
	overflow:auto;
	padding:10px 0px;
}

#content span {font-size:18px;
			   font-weight:bold;
			   text-align:center;
}

.logo {
	margin:8px 0px 0px 30px;
	height:150px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
}

.address {
	width:150px;
	padding:10px 0px;
	text-align:right;
}

.hours {
	width:150px;
	padding:10px 0px;
	text-align:right;
}

.network {
	width:150px;
	padding:10px 0px;	
	text-align:right;
}

.network img{
	 outline:none;
}
.schedule {
	width:150px;
	padding:6px 0px;
	text-align:right;
}
.gallery {
	width:250px;
	margin-top:100px;
	
}
.gallery a {color:#fff;}

.eventsHeader {
	width:150px;
	padding:25px 0px;
	text-align:center;
}

.time {
	margin:20px 20px 10px 20px;
	height:15px;
	padding:10px;
	text-align:center;
}

.events {
	width:150px;
	text-align:center;
	padding:3px;
	border:1px;
	border-style:dashed;
}
.events a {
	text-decoration:underline;
	color:#FFF;
}

#links {
	width:600px;
	height:110px;
	margin-top:20px;
	background-color:#000;
}
#links a {
	text-decoration:none;
	color:#FFF;
}
#links a:link {color:#FFF;}	
#links a:visited {color:#999;}
#links a:hover {
	color:#999;
}

.linklogo {
	width:90px;
	height:90px;
	float:left;
	margin-left:40px;
}


#footer {
	width:1024px;
	text-align:center;
	font-size:10px;
	/* border:1px;
	border-style:dashed;*/
	float:left;
}

#footer a{
	color:#F30;
}
