@charset "utf-8";
/* Positions */

*{
	margin:0px;
	padding:0px;
}

html, body{
	background: #e9edeb;
	color:#000000;
	font-family: arial;
	font-size: 12px;
	width: auto;
	height:100%;
}

#topline{
	background-color:#fff;
	height: 34px;
	width:100%;
}

#header{
	margin: auto;
	width:997px;
	height:34px;
}

/* clearfix */
#header:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#menu_top{
	text-align:left;
	padding-top:12px;
	font-size:11px;
	float:left;
	padding-left:443px;
}

#searchbox{
	padding:10px 0 0 70px;
	float:left;
}

#main {
	background-image:url(../images/bg.png);
	background-repeat:no-repeat;
	background-attachment: scroll;
	margin: auto;
	width: 997px;
}

/* clearfix */
#main:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}


#left {
	width: 220px;
	margin: 20px 0px 0px 28px;
	float:left;
}

#middle {
	width: 190px;/*271px;*/
	height: 224px;
	float:left;
	margin-top: 100px;
	overflow:visible;
	color: #FFFFFF;
}

#middle #modules p{
	padding-top: 10px;
}

#right {
	width: 526px;
	margin-right:28px;
	float:right;
}

#pathway{
	text-align: left;
	height:32px;
	font-size:11px;
	color:#000000;
	padding-top:4px;
	width:526px;
}

#pathway a, #pathway a:link, #pathway a:visited{
	text-decoration: none;
}

#pathway a:hover{
	text-decoration: underline;
}

#content{
	overflow:visible;
}

#bottomline{
	background-color:#fff;
	height: 40px;
	width:100%;
	margin-bottom:16px;
	bottom: 0px;
}

#footer{
	margin: auto;
	width: 997px;
	height:40px;
}

#footer img{
	padding: 10px 0 0 0;
	float:left;
}

#copyright{
	padding: 14px 10px 0 443px;
	float:left;
	color: #555;
	font-size: 12px;
}

#menu_bottom{
	padding-top: 12px;
	float:left;
}