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

body{
	color: white;
	text-align: center;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	overflow-x: hidden;
	height: 1200px !important;

}
p{
	margin:0;
	padding:0;
	line-height:1;
}
h1{
	margin:0;
	padding:0;
	line-height:1;
	font-weight:normal;
}
h2{
	margin:0;
	padding:0;
	line-height:2;
	font-size:1.1em;
	font-weight:normal;
	color:white;
	text-decoration:none;
}
h3{
	margin:0;
	padding:0;
	line-height: 1.00;
	font-weight:normal;
}
h4{
	margin:0;
	padding:0;
	line-height:1;
	font-weight:bold;
	color:black;
}
h5{
	font-size:1.4em;
	margin:0;
	padding:0;
	line-height:1;
	font-weight:normal;
	text-decoration:none;
}
a{
	text-decoration: none;
	color:#A1A514;
}
a:link{
}
a:visited{
}
a:hover, a:active{
	text-decoration: underline;
}	

#container{
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: -10px;
	width:920px;
	height: 1200px	;
	background-color:none;
	padding:0;
}
#header{
	height:200px;
	width:100%;
	background-color:#475149;
	margin-top: 10px;
	
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	
	-khtml-border-radius-topleft:10px;
	-khtml-border-radius-topright:10px;
}
	#logo{
		width:227px;
		height:118px;
	}
	#sponser{
		text-align:right;
		padding-right:10px;
		width:155px;
		height:118px;
	}
	
#top_links{
	margin-left: 20px;
	width:100%;
	position:relative;
	left:-18px;
	background-color: none;
	font-size:.8em;
	font-weight:bold;
}
#top_links a{
	text-decoration:none;
}
	#top_links table{
		background-color: none;
	}
	#top_links td{
		background-color:none;
		text-align:center;
		border-left:2px solid #999;
		border-right:2px solid #999;
	}
	
	#top_links div{
		color:white;
		height:20px;
		width: 100%;
		text-align:center;
		padding-top:5px;
		background-color:#475149;
	}
	#top_links div:hover{
		background-image:url(/images/top_small_buttons.png);
		background-repeat:no-repeat;
		background-position:0px 0px;
	}
	#top_links div:active{
		background-image:url(/images/top_small_buttons.png);
		background-repeat:no-repeat;
		background-position:0px -25px;
		color: #fbff4e;
	}
		#top_links .end_left{	
			-moz-border-radius-bottomleft: 10px;
			-khtml-border-bottom-left-radius: 10px;
			-webkit-border-bottom-left-radius: 10px;
		}
		#top_links .end_right{	
			-moz-border-radius-bottomright: 10px;
			-khtml-border-bottom-right-radius: 10px;
			-webkit-border-bottom-right-radius: 10px;
		}
		
#tool_bar{
	width:100%;
	height:45px;
	background-color:#475149;
	background-image:url(imgs/shadow.png);
	background-position:top;
	background-repeat:repeat-x;
	
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	
	-khtml-border-radius-bottomleft:10px;
	-khtml-border-radius-bottomright:10px;
}
#s {
	text-align: left;
	
	background-color:white;
	background-repeat: no-repeat;
	background-position: 135px;
	background-image: url(../andrew/imgs/s.jpg);
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin-right: 10px;
	border-style: none;
	border-width: 0px;
	
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;	
	-moz-box-shadow: inset 3px 3px 4px black;
	}

#banner{
	height: 204px;
	width:920px	;
	background-image:url();
	background-repeat:no-repeat;
	background-position:bottom;
	

}
.no-li {
	list-style-type: disc;
	margin-top: -5px;
	list-style:none;
}
#content{
	width:100%;
	height:460px;
	margin-bottom:30px;
	background-color:#515f54;
	background-image:url(imgs/overlay.png);
	background-position:center;
	background-repeat:repeat-x;
	
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	
	-khtml-border-radius-bottomleft:10px;
	-khtml-border-radius-bottomright:10px;
	
	
	
	
	
	 
}
	#holder{
		width:760px;
		height:100%;
		margin:0 auto;
	}
	#links{
		height:40px;
		width:100%;
		font-weight:normal;
		background-image:url(imgs/shadow_up.png);
		background-repeat:repeat-x;
		background-position:bottom;
	}
	#links table tr td{
		text-align:center;
		text-transform:capitalize;
		border-left:2px solid black;
	}
	#main{
		margin:0 auto;
		height:420px;
		background-repeat:repeat-y;
	}
	#frame{
		width:300px;
		height:400px;
		float:left;
		padding:10px;
		background-color:none;
		border-left:3px solid blue;
	}
#footer{
	margin-top: -15px;
	background-color: white;
	width:auto;
	border:3px solid #475149;
	text-align:center;
	
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
}
#footer td{
	text-align:center;
}
	#footer_misc{
		color:black;
		width:100%;
		text-align:center;
	}
	.stripNavR {
			background: url(images/arrow-right.png) no-repeat center;
		}
	.stripNavL {
			background: url(images/arrow-left.png) no-repeat center;
		}
	.stripViewer { /* This is the viewing window */                                                                                                   
			background-repeat: repeat-y;                                                                                                                                    
			margin-left: auto;                                                                                                                                    
			margin-bottom: auto;                                                                                                                                    
			margin-right: auto;                                                                                                                                    
			background-image: url(imgs/shadow_sides.png);                                                                  
			border-width: 0px;                                 
			border-style: none;                                 
			position: relative;
			overflow: hidden; /* this is the border. should have the same value for the links */
			width: 760px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 418px;
			clear: both;
			list-style:none;
		}
	.stripNav li a.current {
			background-image: url(imgs/overlay.png);
			background-color: #515f54;
			color: #c7cd2f;               
			padding:11px 35px;
		}
		
		.multi{
	list-style: none ;
}
		#big{
	height: 330px !important;
	width: 710px !important;
}
select.tec-events-dropdown {
margin: 0px !important;
}

#tec-events-calendar-header {
margin: 0px !important;
}

.tec-calendar td {

height: 40px !important;

}

.big{
	padding-left: 20px;
	list-style: none ; 

}

.dig-in{
position: absolute !important;
margin-top: 270px !important ;
float: left;
}

#tec-content{

padding: 0px !important;
background-color: transparent !important;
}

html{
height: 1200px !important;
}



		