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

body{ 
	font-family: Calibri, Verdana, Arial, sans-serif;
	color: #1D1D1D;
	background-color:#666;
	margin:0px;
}
#container{ 
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background-color:#FFFFFF;
}
#flash{
	position: absolute;
    z-index: 0;
	margin-top:50px;
	background-color:#FFFFFF;
}
#header{
	width:1000px;
	height:167px;
	position:relative;
	z-index:2;
	margin-bottom:140px;
}
#nextevent{
	width:203px;
	height:100px;
	background-image:url(images/nextevent2.png);
	float:left;
	padding: 40px 16px 0px 16px;
}
#currentevent{
	width:208px;
	height:100px;
	background-image:url(images/currentevent2.png);
	float:left;
	padding: 40px 15px 0px 15px;
}
#previousevent{
	width:320px;
	height:100px;
	background-image:url(images/previousevent2.png);
	float:left;
	padding: 40px 14px 0px 14px;
}
#membership{
	width:179px;
	height:140px;
	background-image:url(images/membership2.png);
	float:left;
}
#menu{
	padding-top:80px;
	width:688px;
	background-image:url(images/mock1_r3_c2.png);
	background-repeat:repeat-x;
	height:149px;
	float:left;
	z-index:2;
	position:relative;
}
.menuitem{
	padding-left:17px;
	padding-right:17px;
	font-size:1.1em;
	color:#666666;
}
.menuitem_link{
	padding-left:17px;
	padding-right:17px;
	font-size:1.1em;
	color:#C00;
}
#newscontainer{
	width:312px;
	float:left;
	z-index:2;
	position:relative;
}
#newstopleft{
	height:12px;
	width:24px;
}
#newstop{
	height:12px;
	background-image:url(images/mock1_r3_c6.png);
	background-repeat:repeat-x;
}
#newsside{
	width:24px;
	background-image:url(images/mock1_r5_c5.png);
	background-repeat:repeat-y;
	vertical-align:top;
}
#newscontent{
	background-color:#FFFFFF;
	width:288px;
	padding-left:20px;
	padding-top:15px;
}
#newsbottomleft{
	height:19px;
	width:24px;
}
#newsbottom{
	height:19px;
	background-image:url(images/mock1_r7_c6.png);
	background-repeat:repeat-x;
}
#othercontent{
		position: absolute;
		z-index: 0;
		background-color:#FFF;
		width:1000px;
		margin-top:100px;
}
#newslist{
	padding-left:25px;
	padding-top:70px;
	padding-bottom:50px;
	width:975px;
	height:300px;
}
.eventlist{
	clear:both;
	padding:10px;
}
#error{
	font-size:0.9em;
	color:#F00;
}
.result_info{
	float:left;
	text-align:left;
	width:450px;
}
.ed_button{
	float:right;
	width:150px;
	text-align:right;
}
#listings{
	width:650px;
	float:left;
}
#imagelinks{
	padding-top:300px;
	float:left;
	padding-left:40px;
}
#footer1{
	text-align:right;
	clear:both;
	margin-top:20px;
	padding:5px;
	width:990px;
	border-bottom:1px solid #333;
}
#footer2{
	clear:both;
	width:960px;
	background-color:#999;
	padding:20px;
}
.update{
	font-size: 0.9em;
	padding-bottom:20px;
	padding-right:25px;
}
.tables{
	width:200px; 
	padding:5px;
	vertical-align:top;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #06C;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:visited:hover{
	color: #06C;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.photo-link			{ padding: 2px; margin: 5px; display: block;  float: left; width: 105px; height:105px; border: 1px solid #666666; vertical-align:middle;}
.photo-link:hover	{ border-color: white; }