/* sitemap CSS */

#header
{
	float: left;
	height: 50px;
	width: 100%;
	background-color: #fff;
	margin-bottom: 10px;
}

#gutter
{
	float: left;
	width: 3%;
	height: 1px;
}

#gutter1
{
	float: left;
	width: 6%;
	height: 1px;
}

#line
{
	
	float: left;
	width: 3%;
	height: 280px;
	background-color: #fff;
	margin-bottom: 10px;
}


#col1
{
	font-family: verdana;
	font-size: 11px;
	color: #909090;
	line-height: 180%;
	float: left;
	width: 20%;
	background-color: #fff;
	margin-bottom: 10px;
	display: inline;
}

#col2
{
	font-family: verdana;
	font-size: 11px;
	color: #909090;
	line-height: 180%;
	float: left;
	width: 20%;
	background-color: #fff;
	margin-bottom: 10px;
}

#col3
{
	font-family: verdana;
	font-size: 11px;
	color: #909090;
	line-height: 180%;
	float: left;
	width: 20%;
	background-color: #fff;
	margin-bottom: 10px;
}

#col4
{
	font-family: verdana;
	font-size: 11px;
	color: #909090;
	line-height: 180%;
	float: left;
	width: 20%;
	background-color: #fff;
	margin-bottom: 10px;
}


#footer
{
	clear: both;
	height: 50px;
	background-color: #fff;
}

h1
{
	margin: 0;
	padding: 5px;
}

h2
{
	font-family: arial;
	font-size: 12px;
	font-weight: 900:
	color: #505050;
	margin-top: 0;
	padding-top: 7px;
}

h3
{
	font-family: arial;
	font-size: 11px;
	font-weight: 900:
	color: #606060;
	margin-top: 0;
	padding-top: 7px;
}


h2, p
{
	margin-left: 7px;
	margin-right: 7px;
}