html {
	padding:0;
	margin:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	  padding: 0;
  margin: 0;
  background: #333333 url(../images/siteobjects/background1.gif) no-repeat center top;
 width: 100%;
  display: table;
	
}
div.outerwrapper {
	width:1130px;
	margin:0px auto 0px;
	float:none;
}
div.innerwrapper {
	width:1130px;
	background:#ffffff
	float:left;
}
div.mainwrapper {
	width:930px;
	margin:10px 0 0 98px;
	background: #fff;
	float:left;
	display:inline;
}
div.mainwrapper div.topbar {
	background:#fff;
	width:927px;
	float:left;
	display:inline;
}
div.topbar div.topbarleft{
	float:left;
	width:316px;
	padding:17px 0 5px 20px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}	
div.topbar div.topbarright{
	float:left;
	width:567px;
	padding:23px 24px 21px 0;
	background:#fff;
	color:#fff;
	text-align:right;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

div.banner {
	padding:0 0 0 12px;
	margin:0;
	width:915px;
	background:#fff;
	float:left;
	border-top:1px solid #fff;
	padding-bottom: 20px;
}

div.breadcrumb {
	padding:0;
	margin:0;
	width:900px;
	background:#fff;
	float:left;
	padding:5px 0 5px 20px;
}

/*content*/
div.content {
	float:left;
	clear:both;
	background:#fff;
	width:915px;
	padding:0 0px 9px 12px;
}

div.navigation {
	float:left;
	width:215px;
}
div.contentcontainer {
	float:left;
	width:438px;
	margin-left:19px;
}

div.contentcontainerwide {
	float:left;
	width:638px;
	margin-left:19px;
}

div.contentcontainersub {
	float:left;
	width:350px;
	margin-left:19px;
}
div.sidebar {
	float:left;
	width:208px;
	margin-left:19px;
}

div.sidecontent {
	background:#efeff0;
	margin:1px 0 1px 0;
	padding:7px 10px 12px 12px;
}
div.sidecontentsub {
	background:#efeff0;
	margin:1px 0 1px 0;
	padding:7px 10px 12px 12px;
}


div.sidebarleft {
	width:215px;
	margin-left:0px;
}

div.sidecontentleft {
	float: left;
}

div.contentrow {
	float:left;
	width:438px;
}
div.contentrow div.leftcontentcol {
	float:left;width:187px;margin-right:12px;
}
div.contentrow div.rightcontentcol {
	float:left;width:248px
}
div.adlink {
	background:#c5c5c7;padding:4px 4px 5px 5px;float:left;width:178px;margin-bottom:18px;
}
/*bottombar*/
div.bottombar {
	border-top:1px solid #006fbe;
	background:#fff;
	float:left;
	display:inline;
	width:927px;
	margin:0;
	color:#000;
	text-align:left;
}
div.bottombar div.bottomleft {
	float:left;
	padding-left:12px;
	font-size: 85%;
	width: 400px;
}	
div.bottombar div.bottomright {
	float:right;
	padding-right:8px;
}

.thumbnail
{
	float: left;
	width: 190px;
	border: 1px solid #999;
	margin: 0 10px 10px 0;
	padding: 5px;
}
