/* CSS Document */
body {
	background:#101010 url(images/dots.jpg) top center repeat;
	font-size:13px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	line-height:18px;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1,h2,h3,h4,h5{
	font-family:Trebuchet,"Trebuchet MS","Century Gothic",sans-serif;
}
h2{
	color:#CA3E57;
	font-size: 19px;
	font-weight: bold;
	margin-top: 13px;
	margin-bottom:1em;
}
h3 {
	margin-top:17px;
	margin-bottom:19px;
	color:#268E64;
	font-size: 16px;
	font-weight: bold;
}
a {
	color: #7A4894;
	font-weight: bold;
	text-decoration: none;
}
a:active, a:visited {
	color: #663C7B;
}
a:hover {
	text-decoration: underline;
}
p {
	margin-top: 18px;
}
#spotlight{
	background:transparent url(images/spotlight.jpg) top center no-repeat;
	border:0;
	padding: 0;
	margin: 0 auto 0 auto;
	text-align: center;
	min-width: 910px;
}

#shadowholder{
	width:798px;
	min-height:1090px;
	background:transparent;
	text-align:center;
	border: 0;
	padding: 0;
	margin: 0 auto 0 auto;
}

/*
#topcontent{
	background:transparent url(images/banner.jpg) top center no-repeat;
	margin: 0 13px 0 0;
	height: 215px;
	padding: 0;

}
*/
#topcontent h1{
	position:absolute;
	left: -999px;
}
#ticker {
	background: transparent url(images/tickerbackground.jpg) top left no-repeat;
	height: 22px;
	padding:2px;
	overflow: hidden;
	text-align: left;
	color: #FFF;
	font-size: 12px;
	line-height:22px;
}
#ticker .tickerhead{
	font-weight: bold;
	padding: 0 15px 0 15px;
	margin: 0;
	display: inline;
	float: left;
}
#tickercontent{
	overflow: hidden;
	width: 580px;
	overflow:hidden;
	height: 22px;
	padding: 0;
	line-height:22px;
}
#tickercontentlist{
	position: relative;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#tickercontent li{
	margin-bottom:22px;
	padding: 0;
	line-height: 22px;
}
#ticker a, #ticker a:visited, #ticker a:hover, #ticker a:active{
	font-weight: normal;
	color: white;
}
#middlecontent{
	width:698px;
	margin: 0;
	padding: 0;
	position: relative;
	border: 0px solid green;
	background: #FFFFFF url(images/contentbackground.gif) top left repeat-y;
}

#navigationcolumn{
	text-align: left;
	width: 128px;
	float: left;
	margin: 0px;
	border: 0;
	padding: .5em 20px 0px 20px;
	min-height: 650px;
}

#navigationcolumn a{
	font-weight: normal;
}


#contentcolumn{
	text-align: left;
	width: 488px;
	float: left;
	border: 0;
	margin: 0;
	padding: 2px 20px 40px 20px;
}
#topshadow{
	background-image: url(images/topshadow.png);
	background-color: transparent;
	background-position: bottom center;
	background-repeat: no-repeat;
	

	height:51px;
	width:698px;
	margin: 0px auto 0px auto;
	padding: 0 38px 0 24px;
}
#topshadow img{
	border: 0;
	margin: 0;
	padding: 0;
}
#middleshadow{

	background-image: url(images/middleshadow.png);
	background-color: transparent;
	background-position: top center;
	background-repeat: repeat-y;

	width:698px;
	margin: 0px auto 0px auto;
	padding: 0 38px 0 24px;
	border: 0px solid red;
	position: relative;
}
#bottomshadow{

	background-image: url(images/bottomshadow.png);
	background-color: transparent;
	background-position: bottom center;
	background-repeat: no-repeat;

	height:51px;
	width:698px;
	margin: 0px auto 0px auto;
	padding: 0 38px 0 24px;
}
/*  All of this clearfix business is to make sure floated elements are contained
    properly within their containing divs. */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#navigationcolumn ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#navigationcolumn ul li{
	line-height:1em;
	padding-top: 1em;
}
#navigationcolumn ul ul li{
	padding-left: 2em;
}
#currentpage {
	font-weight: bold;
}
#currentpage ul li{
	font-weight: normal;
}
.regionchooser {
	text-align: center;
	padding: 2px 2px 1em 2px;
	border: 1px solid #CC0000;
}
.schedule{
	list-style-type:none;
	margin-left: 0;
	padding-left: 0;
	clear: both;
}
.schedule li{
	margin-bottom:1em;
	clear: both;
}
.schedule .eventdate{
	font-weight: bold;
	display:block;
	float: left;
	width:150px;
	border-left: 1.2em solid transparent;
	padding-left: 1em;
	color:#268E64;
}
.schedule .eventdescription{
	font-weight: normal;
	display:block;
	width: 275px;
	float: right;
	clear:right;
	padding-left: 2em;
}
.schedule .I .eventdate {
	border-color:#9395D6;
}
.schedule .II .eventdate {
	border-color: #D76C6C;
}
.schedule .III .eventdate {
	border-color:#98DA96;
}
.schedule .IV .eventdate {
	border-color:#D7D594;
}
.schedule .V .eventdate {
	border-color:#9DC6C4;
}
.schedule .VI .eventdate {
	border-color:#C09AC2;
}
.schedule .all .eventdate {
}
.contactinfo {
	clear: both;
	margin: 0 0 2em 220px;
	position: relative;
	min-height: 140px;
}
.contactphoto {
	position: absolute;
	left: -205px;
	top: -10px;
}
cite {
	display: block;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	font-size: 10px;
}
#footercomment{
	text-align: right;
	font-size: .8em;
	line-height: 1em;
	position: absolute;
	bottom: 1em;
	width: 488px;
}
#taisfriend{
	text-align: center;
	margin-top: 3em;
}
#taisfriend img{
	border: 0;
}
.eventdescription-more{
	display: none;
}
.tournament{
	background-color: #FFC;
}