html{
	margin: 0;
	padding: 0;
	background:#FFF url(../img/bg.gif);
	height: 100%;
}

body{
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 100%;
	font-family: "Verdana","Tahoma","Helvetica";
	
	font-family: Verdana, Arial, Tahoma;
	/* background-color: #fff;  */
	color: #666;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	font-size: 0.9em;	
}

img{
	border: none;
}	

.loading{
	background: transparent url(/img/ajax-loader.gif) no-repeat center center;
}

h1,h2,h3,h4,h5,h6{
	padding:0;
	margin: 0;
}

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

a:hover{
	text-decoration: underline;
}

#super{
	position: relative;
	width: 1000px;
	margin: 0px auto;
}

#logo{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -67px;
	margin-top: -67px;
	z-index: 5;
	display: none;
}

#header{
	width: 860px;
	padding: 20px 70px 0px 70px;
	height: 260px;
	background: transparent url(../img/bg_header.png) no-repeat top center;
	text-align: center;
	margin: 0px auto;	
}

	#topmenu{
		text-align: right;
		height: 40px;
		font-size: 0.75em;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
		color: #fe7f26;
	}

	#topmenu ul{
		list-style: none;
		padding: 0;
		margin: 0;
		display: block;
		padding-top: 20px;
	}
	
	#topmenu li{
		display: inline;
	}
	
		#topmenu li a{
			padding: 3px 2px;
			color: #fe7f26;
			font-weight: bold;
			text-decoration: none;
		}
		
			#topmenu li a:hover{
				text-decoration: underline;				
			}		
		
	#flash{
		width: 860px;
		height: 210px;
		background: white url(../img/bg_flash.jpg) no-repeat center center;
	}


#wrapper{
	width: 1000px;
	margin: 0px auto;

	background: transparent url(../img/bg_body.png) repeat-y center center;
	min-height: 855px;
	padding: 0;
/*	border: 1px solid #F00; */
}

	#member-form{
		height: 150px;
	}

	div#mainmenu{
		position: absolute;
		left: 70px;
/*		left: 50%;
		margin-left: -430px; */
		top: 280px;
		width: 200px;
		height: 410px;
		z-index: 100;
		font-size: 0.8em;
	}
	
	.ssi_table{
		border: none;
		width: 190px;
		
	}
	
	#mainmenu p{
		margin: 0;
		padding: 3px 10px;
	}
	
	#mainmenu ul.register-link{
/*		border: 1px solid #F00;	*/
		margin-top: 0px;
	}
	
	#mainmenu table{
/*		border: 1px solid #F00;	*/
	}
	
	form{
		padding: 0;
		margin: 0;
	}
	
	fieldset{
		border: none;
		margin: 0;
		padding: 0;
		padding-bottom: 10px;
	}
	
		legend{
			display: none;
		}
		
			#remember-box{
				display: block;
				width: 90px;
				float: left;
				
			}
			
			#remember-box label{
				float:right;
			}
			
			#remember-input{
				float: left;
			}
			
			#submit-input{
				float: left;
				width: 70px;
			}			
			
				#forget-password{
					clear: left;
					display: block;

				}
				
				#forget-password a{
					margin-left: 30px;
					color: #666;
					text-decoration: underline;
				}
			
	
		#mainmenu ul.sf-menu{
			padding: 0;
			margin: 0;
			list-style: none;
			
		}
		
			#mainmenu ul.sf-menu li{
				display: block;
				height: 35px;
				width: 200px;
			}
			
				#mainmenu ul.sf-menu li a{
					width: 200px;
					height: 35px;
					display: block;
					text-indent: -9999px;
					overflow: hidden;
					background: transparent url(../img/mainmenu.gif) no-repeat left top;					
				}
				
					#mainmenu #menu2 a{
						background-position: left -35px;
					}

					#mainmenu #menu3 a{
						background-position: left -70px;
					}
					#mainmenu #menu4 a{
						background-position: left -105px;
					}
					#mainmenu #menu5 a{
						background-position: left -140px;
					}					
					#mainmenu #menu6 a{
						background-position: left -175px;
					}						
					#mainmenu #menu7 a{
						background-position: left -210px;
					}	
					#mainmenu #menu8 a{
						background-position: left -245px;
					}	
					#mainmenu #menu9 a{
						background-position: left -280px;
					}	
					
					

						#mainmenu #menu1.current a{
							background-position: right 0px;
						}
					
						#mainmenu #menu2.current a{
							background-position: right -35px;
						}

						#mainmenu #menu3.current a{
							background-position: right -70px;
						}
						#mainmenu #menu4.current a{
							background-position: right -105px;
						}
						#mainmenu #menu5.current a{
							background-position: right -140px;
						}		
						#mainmenu #menu6.current a{
							background-position: right -175px;
						}						
						#mainmenu #menu7.current a{
							background-position: right -210px;
						}	
						#mainmenu #menu8.current a{
							background-position: right -245px;
						}	
						#mainmenu #menu9.current a{
							background-position: right -280px;
						}							
						
						
						
					
						#mainmenu #menu1 a:hover{
							background-position: right top;
						}
						
						#mainmenu #menu2 a:hover{
							background-position: right -35px;
						}

						#mainmenu #menu3 a:hover{
							background-position: right -70px;
						}
						
						#mainmenu #menu4 a:hover{
							background-position: right -105px;
						}
						
						#mainmenu #menu5 a:hover{
							background-position: right -140px;
						}		
						#mainmenu #menu6 a:hover{
							background-position: right -175px;
						}		
						
						#mainmenu #menu7 a:hover{
							background-position: right -210px;
						}	
						#mainmenu #menu8 a:hover{
							background-position: right -245px;
						}	
						#mainmenu #menu9 a:hover{
							background-position: right -280px;
						}							

						
/*============ Menu =================*/

#mainmenu{
/*	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;  */
}
/*
	#mainmenu ul{
		list-style: none;
		padding: 0;
		margin: 0;
		margin-top: 10px;
		padding-top: 5px;
		width: 212px;
	}

		#mainmenu li{
			margin: 15px auto 14px 0px;
			width: 100%;

		}

			#mainmenu li a{
				text-decoration: none;
				color: white;
				font-family: Helvetica, Arial;
				font-weight: bold;
				font-size: 14px;
				text-transform: uppercase;
				padding-left: 32px;
				width: 180px;	
				display: block;
				margin: 0;
			}

				#mainmenu li a:hover{
					background: #8e210e;
					margin: 0;
				}
*/

.ssi_table{
	width: 200px;
}

.ssi_table td{
	border: none;
}

#mainmenu ul.submenu{
	position: absolute;
/*	top: 0px;*/
	left: 200px;
	margin: 0;
	margin-top: -35px;
	background: #4e9b3d;
	padding: 0;
	width: 200px;
	z-index: 500;
}

	#mainmenu ul.sf-menu li a.current{
/*		background: #8e210e;		*/
	}

	#mainmenu ul.sf-menu ul.submenu li{
		padding: 0;
		margin: 0;
		margin-bottom: -8px;
	}


		#mainmenu ul.sf-menu ul.submenu li a{
			font-size: 10pt;
			font-weight: bold;
/*			color: #e4bb6c;  */
			padding: 3px 0px 3px 10px;
			text-transform: none;	
	/*		background: url(../img/arrow.gif) no-repeat top left;  */
			background: none;
			text-indent: 0px;
			height: 25px !important;
			margin: 0;
			color: #FFF;
			-webkit-transition: text-indent 0.5s ease;
		}

		
		
#mainmenu ul.sf-js-enabled li{
	margin-bottom: -1px !important;
}
		
		
#mainmenu ul.sf-menu ul.submenu li a:hover{
	color: white;
	background: url(../img/arrow.gif) no-repeat 8px 6px !important;
	text-indent: 20px;
	text-decoration: none;
}

#mainmenu ul.sf-menu li.sfHover{
/*	background: #8e210e;*/
	width: 200px; 
}

	#mainmenu ul.sf-menu li.sfHover a{
		width: 200px;
		margin: 0;
	}
	
	#mainmenu ul.sf-menu li.sfHover a:hover{
		width: 200px;
		margin: 0px;
	}

	
		#mainmenu ul.sf-menu li.sfHover ul {
		 /*	left:			0;  
			top:			30px; match top ul list item height */
			z-index:		299;
		}
		
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}		

.sf-menu .submenu{
	display:none;
}
/*
.submenu li a .sf-sub-indicator {
/*	position:		absolute; 
	display:		block;
	right:			.75em;
	top:			1.05em; / * IE6 only * /
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden; 
	background-color: #F00;
	background-image:		url('../img/plus.gif') !important;* /
}
*/
/*
.submenu a.has-submenu{
	background-image:	url('../img/plus.gif') !important;
}
*/

/* ============ End Menu ===============*/

						
						
						

	#xxcontentcolumn {
	width:636px;
	margin-left: 9px !important;
	float: left !important;
	}						
						
	#ContentWrapper{
		float: left;
		width: 860px;
		padding: 0px 70px;

	}


	
		#ContentColumn{
			margin: 0 200px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
			background: white;			
			min-height: 855px;			
		}
		
		.insidecolumn{
			margin: 0 0px 0px 213px !important;
			border-left: 3px solid #74b862;
			padding: 0px 0px 0px 8px;
			min-height: 855px; /**/
		}		
		
		#ContentColumn h2{
			padding: 0;
			margin: 0;
		}
		
		.body-center{
			width: 400px;
			margin: 0px 13px;
			border-left: 3px solid #74b862;
			border-right: 3px solid #74b862;		
			padding: 0px 14px;

		}
		
		#ournews{
			margin-bottom: 10px;
			font-size: 0.8em;
			min-height: 175px;
		}
		
			blockquote{
				margin: 0;
				width: 400px;
				min-height: 80px;
				background: url(../img/quote_open.gif) no-repeat left top;
				color: #828282;
			}
			
			blockquote span{
				text-indent: 30px;
				display: block;
				padding: 10px 60px;	
				width: 280px;
				background: url(../img/quote_close.gif) no-repeat right bottom;				
			}
			
		#news{
			min-height: 670px;
			margin-bottom: 0;
			padding-bottom: 0;
		}		
			
		
		#news ul{
			list-style: none;
			padding: 0;
			margin: 0;
		
		}
		
			#news ul li{
				display: block;
				background: #f2f2f2;
				margin: 10px 0;
				padding: 10px;
				min-height: 70px;
			}
			
				#news ul li a span{
					display:block;
					color: #666;
					min-height: 40px;					
				}
				
					#news ul li a strong{
						display: block;
						color:#fe7f26;
					}
					
					#news ul li h4{
						display: block;
						color:#fe7f26;
						font-size: 1em;
					}					
					
					#news ul li a{
						font-size: 0.8em;
						text-decoration: none;
					}
					
						#news ul li a:hover{
							text-decoration: underline;
						}					

						#news ul li a:hover span{
							text-decoration: none;
						}							
	
							#news ul li a:hover strong{
								text-decoration: underline;
							}							
			
		 .news-image{
			padding: 3px;
			background: white;
			border: 1px solid #CCC;
			float: left;
			margin-right: 15px;
		 }
		
		 #news a:hover .news-image{
			border: 1px solid #999;
		 }		
		

	#leftcolumn{
		float: left;
		width: 200px; /*Width of left column in pixel*/
		margin-left: -930px; /*Set margin to that of -(MainContainerWidth)*/
		background: #C8FC98;
		padding-top: 520px;
		min-height: 333px;
		background: url(../img/bg_left.png) repeat-x top left;
	}
	
		#sponsors ul{
			padding: 0;
			margin: 0;
			list-style: none;
			text-align: center;
		/*	margin: 10px 40px;  */
		}
		
			#sponsors ul li{
				display: block;
				padding: 0;
				margin: 10px 0;
				/* height: 70px;  */
			}
			
				#leftcolumn ul li img{
					
				}
				
				
				#listticker {
					/* border:1px solid #DEDEDE; */
					height:280px;
					overflow:hidden;
					width:190px;
				}
				
/* ====== Header ======== */

.login-header{
	width: 200px;
	background: url(../img/sideheader.gif) no-repeat left top;
	height: 35px;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
}

.sponsor-header{
	width: 200px;
	background: url(../img/sideheader.gif) no-repeat left -35px;
	height: 35px;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
}
				
.calendar-header{
	width: 200px;
	background: url(../img/sideheader.gif) no-repeat left -70px;
	height: 35px;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
}				

.next-header{
	width: 200px;
	background: url(../img/sideheader.gif) no-repeat left -105px;
	height: 35px;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
}

#tip-box{
	width: 200px;
	min-height: 200px;	
	font-size: 0.8em;
	position: absolute;
	bottom: 0px;
}

	#tip-box p{
		padding: 0px 10px 0px 10px;
	}

.tip-header{
	width: 200px;
	background: url(../img/sideheader.gif) no-repeat left -140px;
	height: 35px;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
}

.news-header1{
	width: 400px;
	background: url(../img/centerheader.gif) no-repeat left 0px;
	height: 35px;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
}

.news-header2{
	width: 400px;
	background: url(../img/centerheader.gif) no-repeat left -35px;
	height: 35px;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
}
	
	a.read-more{
		display: block;
		text-align: right;
		color: #fe7f26 !important;
		font-size: 13px;
	}
	
.content-media{

}

.content-media table th{
	border-bottom: none;	
}	

.content-media table tr{
	font-size: 0.9em;
	font-weight: bold;
	border-bottom:1px solid #F0F7D9;	
}	

.content-media table td{
	border-bottom:1px solid #F0F7D9;	
}	
	
.content-media p{
	color:#666666;
	font-size:0.9em;
	letter-spacing:0;
	line-height:1.5em;
	text-align:left;
	text-decoration:none;
	text-indent:70px;
	word-spacing:normal;
}	
	
.content-media h4{
	color:#666666;
	font-size:0.9em;	
}	

.content-ceo{
	font-size: 0.9em;
}

	#rightcolumn{
		float: left;
		width: 200px; /*Width of right column*/
		margin-left: -270px; /*Set left margin to -(RightColumnWidth)*/
		background: url(../img/bg_right.jpg) repeat-x top left;		
		min-height: 855px;
		position: relative;
	}
	
	#calendar{
		width: 200px;
		height: 140px;
        padding-top: 10px;
		/* background: url(../img/demo-calendar.gif) no-repeat center center; */
	}
	
	
		#schedule{
			list-style: none;
			padding: 0;
			margin: 0;
			font-size: 0.8em;
			margin-bottom: 10px;
		}
		
		
		
			#schedule li{
				display: block;
				background: url(../img/greenline.gif) no-repeat center bottom;
				color: #666;
				padding: 8px;
			}
		
			#schedule li a{
				text-decoration: none;
				color: #666;
			}
		
			#schedule .date{
				display: block;
				color: #fe7f26;
			}
	
.clear{
	clear: both;
}
	
.hide{
	display: none;
}	
	
#footer{
	width: 1000px;
	height: 140px;
	background: transparent url(../img/bg_footer.png) no-repeat center center;
	text-align: center;
	margin: 0px auto;	
	clear: both;
}
	
	#inner-footer{
		width: 100%;
		padding: 34px 0px 0px 0px;
		height: 50px;
		color: white;
		font-size: 11px;
		line-height: 14px;
	}
		#inner-footer a{
			color:white;
			text-decoration: none;
		}
	

