/* JDesign - Sitemap */

@import"reset.css";

body {
	background: #017280;
	font: normal 62.5% Arial, Helvetica, Sans-Serif;
	padding: 20px 0;
}

div.sitemap {
	font: normal 1.8em Arial, Helvetica, Sans-Serif;
	background: url('../images/core/title/sitemap.gif') 0 0 no-repeat;
	padding-top: 140px;
	width: 100%;
}

div.sitemap h1,
div.sitemap h2 {
	display: none;
}

div.sitemap h3 {
	color: #00383F;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	height: 43px;
	margin-bottom: 20px;
	width: 200px;
}

div.sitemap ul li.what_we_do h3 {
	background: url('../images/core/title/what_we_do.gif') 0 0 no-repeat;
}

div.sitemap ul li.our_work h3 {
	background: url('../images/core/title/our_work.gif') 0 0 no-repeat;
}

div.sitemap ul li.getting_started h3 {
	background: url('../images/core/title/getting_started.gif') 0 0 no-repeat;
}

div.sitemap ul li.contact_us h3 {
	background: url('../images/core/title/contact_us.gif') 0 0 no-repeat;
}

div.sitemap ul {
	list-style-type: none;
	padding: 20px;
	margin: 0;
}

div.sitemap ul li {
	line-height: 1.8em;
	margin-bottom: 10px;
	float: left;
	clear: left;
	margin-left: 20px;
}

div.sitemap ul li a {
	text-decoration: none;
	color: #fff;
	padding: 5px 20px;
	background: #006573;
	float: left;
}

div.sitemap ul li a:hover {
	background: #0096AB;
}

div.sitemap ul ul {
	margin: 0;
	padding: 0;
}
