@import url(blocks.css);
@import url(print.css);
*{
	margin: 0;
	padding: 0;
}
a img, fieldset {border:0}
fieldset{display:inline}
* > fieldset{display: block}/* Non IE browsers */
.clear:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */
p{
	margin-bottom: 11px;
}
h1{
	font: normal normal 18px arial;
	color: #494C4D;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
h2{
	font: italic normal 22px/22px "arial narrow", arial;
	letter-spacing: -1px;
}
h3{
	font: italic normal 18px/20px arial;
}
h4{
	font: italic bold 16px/20px arial;
}
a{
	color: #777;
	text-decoration: underline;
}
/*a:hover{
	color: #444;
	text-decoration: underline;
}*/
html{
	background: url(../i/shade.png) repeat-y 50% 0 #F7ECF7;
	height: 100%;
}
body{
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	color: #777;
	text-align:center;
	background: url(../i/gradient.png) repeat-x 0 0;
	min-height:100%;
	height: 100%;
}
#topshade{
	background: url(../i/topshade.png) no-repeat 50% 0;
	min-width: 1000px;
	height: auto !important;
	min-height: 100%;
	height: 100%;
}
#body{
	background: url(../i/visual.jpg) no-repeat 100% 0 #fff;
	text-align: left;
	margin: auto;
	width: 980px;
	min-height: 420px;
	padding: 10px;
}
#logo img{
	display: block;
}
#left{
	width: 150px;
/*	background: InactiveCaption;*/
}
#center{
	width: 570px;
/*	background: InactiveBorder;*/
	padding: 0 10px;
}
#right{
	width: 240px;
/*	background: Teal;*/
}
#left, #center, #right{
	float: left;
}
#logo{
	padding-bottom: 5px;
}
#menu{
	list-style: none;
	margin-bottom: 20px;
}
#menu li{
	border-top: 1px solid #E3CEE3;
	background: url(../i/menubullet.gif) no-repeat 0 9px;
}
#menu li:first-child{
	border-top-width: 0;
}
#menu li a{
	font: italic normal 18px/16px "arial narrow";
	color: #969;
	text-decoration: none;
	padding-left: 25px;
	display: block;
	padding-top: 8px;
	padding-bottom: 7px;
}
#menu li a:hover, #menu li.current{
	background: url(../i/menubullet.gif) no-repeat 0 -91px;
}


#fake-footer{
/*	background: Fuchsia; */
	height: 141px;
}
#footer{
	background: url(../i/flowers.jpg) no-repeat 50% 35px/* Aqua */;
	border-bottom: 1px solid #EAE0EA;
	height:140px;
	text-align:left;
	margin-top: -141px;
	min-width: 1000px;
	color: #000;
}
#footer .wrapper{
	width: 980px;
	margin: auto;
/*	background: Highlight; */
	padding: 0 10px;
}
#footer .navigation{
	background: url(../i/logosmall.png) no-repeat 23px 50% #F7EBF7;
	min-height: 50px;
	border: 1px solid #CCB2CC;
	padding: 25px 0 15px 170px;
	margin-bottom: 9px;
}
#footer .navigation .menu, #footer .navigation .smallmenu{
	list-style: none;
	padding-bottom: 7px;
}
#footer .navigation li{
	display: inline;
	border-left: 1px solid #CCB2CC;
	padding: 0 4px 0 7px;
	line-height: 16px;
}
#footer .navigation li:first-child{
	padding-left: 0;
	border-left-width: 0;
}
#footer .menu a, #footer .smallmenu a, #footer .navigation li{
	color: #969;
	font-size: 11px;
}
#footer .menu a{
	font-size: 12px;
}
#footer .navigation a:hover{
	color: #CCB2CC;
}
#footer .copyleft{
	font-size: 11px;
	color: #CCB2CC;
}
#footer .copyleft a{
	color: #CCB2CC;
}
#footer .copyleft dt{
	padding: 8px 0 0 170px;
	float: left;
	width: 615px;
}
#footer .copyleft dd{
	text-align: right;
}
#footer .copyleft dd a{
	text-decoration: none;
}
#footer .nolink{
	text-decoration: none;
}
