@charset "utf-8";
/* CSS Document */
#layoutdims {
	clear:both;
	/*background:#580A1C; */
	background:#FFFFFF;
	color:#FF0000;
	border-bottom:thick ridge #AF0;
	margin:0;
	padding:6px 15px !important;
	
}
#sublayoutdims {
	clear:both;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:center;
}

#layoutbanner {
	clear:both;
	background:#580A1C; 
	color:#FFF;
	border-bottom:thick ridge #AF0;
	margin:0;
	padding:6px 15px !important;
	
}
#menuResized {
	width:900px;
	font-family:'lucida sans unicode', 'lucida grande', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.75em;
	height:1.5em;
	margin:0 auto;
}


#menuResized ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#menuResized ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#menuResized ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#menuResized ul li a:hover {
	background:#AF3;
	color:#000;
}
#menuResized ul li a.active, #menuResized ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#menuResized ul li a span {
	display:block;
}


.clearID{
	clear:both;
	margin:0;
	padding:6px 15px !important;
	text-align:center;
}




