* { outline: none; }
body {
	margin: 0px 0 0px 0;
	padding: 0;
	background: #2c485b url(../images/bg.jpg) repeat-x center top;
}
div.squeezer 	{ width: 790px; margin: 0 auto; }
div.clear		{ clear: both;	}

ul.level-1{
	margin: 0 0 10px 0;
	padding: 0;
	height: 37px;
	}
	ul.level-1 li{
		list-style-type: none;
		float: left;
		height: 37px;
		margin: 0 1px 0 0;
		padding-left: 12px;
		background: url(../images/tabOffL.gif) no-repeat bottom left;
		}
	ul.level-1 li a{ 
		background: url(../images/tabOffR.gif) no-repeat bottom right;
		color: white;
		padding-right: 12px;
		padding-top: 5px;		
		text-decoration: none;
		height: 32px;
		display: block;
		_display: inline-block;
		}
		ul.level-1 li:hover, ul.level-1 li.active{
		background: url(../images/tabOnL.gif) no-repeat bottom left;
		}
		ul.level-1 li:hover a, ul.level-1 li.active a{
		background: url(../images/tabOnR.gif) no-repeat bottom right;
		}
	/* Duplicate styles for IE6 */
	ul.level-1 li a:hover{
		color:white;
	}
#ovoid-top{
	background: url(../images/ovoid-top.png) no-repeat center top;
	padding: 15px 42px 10px 42px;
        width: 706px;
	_background: none; 
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ovoid-top.png', sizingMethod='crop');
	}
	#ovoid-top h1#logo{
		width: 190px;
		height: 85px;
		background: url(../images/logo.gif) no-repeat center top;
		text-indent: -999em;
		margin: 0 0 0 258px;

	}

	#ovoid-top div#body{
		margin-top: 55px;
		min-height: 400px;
		_height: 400px;
	}
#ovoid-bottom{
	background: url(../images/ovoid-bottom.png) no-repeat center top;
	height: 85px;
	margin-bottom: 20px;
        
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ovoid-bottom.png', sizingMethod='crop');
	}
#credits{
	text-align: center;
	color: #a3adb5;
	font-size: 0.9em;
	}
	#credits a{
		color: #a2acb5;
		text-decoration: none;
		border-bottom: 1px solid #454f64;
		}
		#credits a:hover{
		color: #fff;
		}
#shadow{
	background: url(../images/shadow.png) no-repeat center top;
	width: 765px;
	height: 85px;
	margin-bottom: 20px;
	_background: none; 	
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/shadow.png', sizingMethod='crop');
	}
/******** SITEMAP MODULE ********/

#sitemap li.sub{
	list-style-type: none;
}


/* BREADCRUMBS */

div#breadcrumb-container{
	margin: 0 0 0.8em 0;
	padding: 0.3em;
	border-bottom: 1px solid #ddd;
}

div#breadcrumb-container ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	div#breadcrumb-container ul li{
		float: left;
		margin-right: 5px;
		padding-right: 18px;
		background: url(/images/arrow.gif) no-repeat right center;
}	
div#breadcrumb-container ul li.last-one{
		margin-right: 0;
		padding-right: 0px;
		background: none;
}
	div#breadcrumb-container div{
		clear: left;
	}



