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

* { margin:0; padding:0; }
html, body { height:100%; }
body {
	background:#101010 url(../images/repeated.jpg) repeat-x top center;
	text-align:center;
	color:#FFF;
	font:normal 11px/16px Verdana, Geneva, sans-serif;
}
body a { border:none; }
#logo, img, div, input { behavior: url("iepngfix.htc") }
body #content { 
	margin:0 auto; text-align:left; width:1024px; height:100%; overflow:hidden;
	background:url(../images/background.jpg) no-repeat top center;
}
body #content_home { 
	margin:0 auto; text-align:left; width:1024px; height:100%; overflow:hidden;
	background:url(../images/home.jpg) no-repeat top center;
}

		#logo { 
	background:url(../images/uvf_logo.png) no-repeat center center;
	width:382px; height:80px;
	margin:27px 0 0 63px;
	padding:0;
	overflow:hidden;
}
		#logo a { 
	text-indent:-2000px;
	display:block;
	width:382px; height:80px;
	margin:0; padding:0;
}
		#menu {
	list-style:none;
	margin:6px 0 4px 63px;
	width:auto;
	height:24px;
}
		#menu li {
	float:left; 
	margin:auto 20px auto 0;
	font:bold 14px Verdana, Geneva, sans-serif;	
	text-transform:uppercase;	
	height:24px;
	color:#666;
}
		#menu li a {
	float:left;
	color:#ee7f00;
/*	font-weight:bold;*/
	text-decoration:none;
	width:auto;
	height:24px;
	padding-left:24px	
}
		#menu li a:hover {
	background:url(../images/plus1.gif) no-repeat left top;
	color:#FFF;
		}

body #content h3 { 
	margin:20px auto 10px auto;
	font:bold 14px Verdana, Geneva, sans-serif;
}
#panel_left {  margin:0 0 0 60px; }
#left ul { list-style-position:inside; text-indent:10px; }
#left .orange {	color:#ee7f00; }
#left .tab { text-indent:10px; margin-left: 30px; display: block; }

p#foot {
	color:#656363;
	font:normal 11px/18px Verdana, Geneva, sans-serif;
	text-indent:30px;
	width:500px;
	margin:300px 0 0 50px;
	position:relative;
	padding:50px 0 0 260px;
	display:block;
	clear:both
}
#right ul li { list-style:none; }
#right ul li { margin:10px 0; }
#right ul li a { color:#ee7f00; text-decoration:none; padding:0 0 0 30px; }
#right ul li a:hover { color:#ffffff; } 

#left address ul { list-style:none; }
/*#left, #right { border:1px solid #09C; } */
/*	
#panel_left * {
	height:auto;
	padding:0;
	border:0;
}
#panel_left {
	float:left;
	width:643px; 
	height:343px;
	margin:0 0 0 60px;
}
#panel_left #left { border:1px solid #F00; }
#panel_left ul { margin:0; padding:0; }

#right {
	float:left;
	width:260px;
	height:363px;	
	border:1px solid #F00;	
}
*/
