@charset "UTF-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #000000;
	}
.container	{
	width:990px;
	margin: 0 auto;
	position: relative;
	overflow:hidden;
	}
#header	{
		height: 280px;
		background: #000 url(images/shdwlng_hdrbckgrnd_v3.png) top repeat-x;
		position: relative;
	}
#navigation	{
	margin: 10px auto;
	}
	#navigation li{
	float: left;
	padding-right: 27px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	list-style-type: none;
	}
	#navigation li a{
	color: #fff;
	text-decoration: none;
}
	#navigation li a:hover,#navigation li.active a{color: #E55B2B;}
	
#banner{
	height: 240px;
	background-image: url(images/shdwlng_header4.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	bottom:40px;
	width: 990px;
	margin: 0 auto;
	}	
#main	{
	background-color: #FFFFFF;
	padding:15px 0 20px 0;
	min-height: 400px;
	background-attachment: scroll;
	background-image: url(images/shdwlng_mainbckgrnd_01.png);
	background-repeat: repeat-x;
	background-position: left top;
		}
		
	.article_wrapper h2{
	color: #E55B2B;
	font-size:2em;
	margin:10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
	.article_wrapper p{
	padding-bottom:10px;
	font-size:1.3em;
	color: #000000;
	text-align: left;
}

.link_image{margin: 5px 0 0 5px;}
.ad_image{
	padding: 0px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	border: 1px solid #CCCCCC;
}
					
#bottomsection	{
	background-color: #000000;
	padding:20px 0 20px 0;
	min-height: 640px;
		}
#footer{
		height: 100px;
		background: #000000 url(images/shdwlng_ftrbckgrnd_v2.png) top repeat-x;
		font-size: 1.2em;
	}
#footer a{color: #000;}
#footer p{color: #000;
			padding:2px 0 0 30px;
			margin-top: 10px;
	}		
#designby{
	float: left;
	height: 23px;
	padding:2px 0 0 30px;
	margin-top: 10px;
	background-image: url(images/hghmpct_icon_3d.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	}	
	
			
.bottomcolumn{
	float: left;
	width:650px;
	background-image: url(images/shdwlng_box_bckgrnd_15.png);
	background-repeat: repeat;
	padding: 10px 10px;
	}
#bottomsection h2{
	color: #E55B2B;
	font-size:2em;
	margin:10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}	
.bottomrightcolumn{
	float: left;
	width: 130px;
	margin-left: 40px;
	background-image: url(images/shdwlng_box_bckgrnd_15.png);
	background-repeat: repeat;
	padding: 10px 10px;
	}
#bottomrightcolumn{
	float: left;
	width: 240px;
	margin-left: 50px;
	background-image: url(images/shdwlng_box_bckgrnd.png);
	background-repeat: repeat;
	padding: 10px 10px;
	}	
	
#leftcolumn{float: left;width:650px;}
#rightcolumn{
	float: left;
	width:242px;
	margin-left: 50px;
}	
#rightcolumn h2{
	color: #E55B2B;
	font-size:2em;
	margin:10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}

	.rightbox_wrapper{
	padding:5px;
	margin: 10px 0px;
	width:100%;
	font-size:11px;
	line-height: 18px;
	color: #58584D;
	background-color: #F3A283;
	}
	.rightbox{
	border: 1px dashed #d9e0e8;
	width:100%;
}
	.rightboxnoborder{
	width:100%;
}
	
#events {
	border-collapse:collapse;
	width: 100%;
	margin: 0;
	color: #000000;
}

#events tbody { margin: 0; }

#events th {
	background-color: #ffffff;
	padding: 6px 0.25em;
	font-weight: bold;
	font-size: 12px ;
	color: #000000;
	text-transform: uppercase;
	margin: 0;
	border-bottom: solid 1px #000000;
	cursor: pointer;
}

#events td, #events th { 
	margin: 0; 
	padding: .75em 0.375em .75em 0.375em;
	text-align: left;
}

#events tr.titlerow {
	background: #F3A283;
}
#events tr.evenrow {
	background: #F3A283;
}
#events tr.oddrow {
	background: #FFFFFF;
}

#events tr td.eventNameTD {
	background-color: #F3A283;
	width: 200px;
	border-bottom: solid 1px #c2e8ee;
}

#events tr td.locationTD {
    background-color: #f0f9fb;
    width: 140px;
	 border-bottom: solid 1px #c2e8ee;
}

#events tr.rowSelected td.eventNameTD {
	background-color:  #F3A283;
	width: 200px;
	border-bottom: solid 1px #c2e8ee;
}

#events tr.rowSelected td.locationTD {
	background-color:  #F3A283;
	width: 140px;
	border-bottom: solid 1px #c2e8ee;
}

.eventname {
	font-weight: bold;
	font-size: 12px;
}

.eventinfo {
	font-weight: normal;
	font-size: 12px;
}

.date {
	color: #000;
	font-size: 10px;
	text-transform: uppercase;
}

.location {
	color: #000;
	font-size: 10px;
}

.rowHover {
	color: #000;
	cursor: pointer;
}
	
#bottomsection p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
#bottomsection a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC66;
	text-decoration: underline;
}
