/*--------------------------------------------------*/
/* Sitemap                                          */

	/*body,
	#wrapper {
		min-height: 740px !important;
	}*/
	
	#header {
		border-bottom: 1px solid #666666;
		margin-bottom: 20px;
		padding-bottom: 0;
	}
	
	h1, h2 {
		margin-left: 30px;
	}
	
	#content {
		float: left;
		width: 900px;
	}
	
	.list {
		float: left;
		width: 380px;
		margin-left: 30px;
	}
	
	.sitemap {
		list-style-type: none;
		padding: 0;
	}

		.sitemap li {
			background: url("../../img/sitemap/arrow.gif") no-repeat 0 0;
			margin: 0 0 1px;
		}

			.sitemap li a {
				padding: 3px 0 3px 24px;
				display: block;
			}

				.sitemap li.brand {
					background: url("../../img/global/departments/brand.gif") no-repeat 0 0;
				}

				.sitemap li.communications {
					background: url("../../img/global/departments/communications.gif") no-repeat 0 0;
				}

				.sitemap li.media {
					background: url("../../img/global/departments/media.gif") no-repeat 0 0;
				}

				.sitemap li.relations {
					background: url("../../img/global/departments/relations.gif") no-repeat 0 0;
				}

				.sitemap li.direct {
					background: url("../../img/global/departments/direct.gif") no-repeat 0 0;
				}

				.sitemap li.interactive {
					background: url("../../img/global/departments/interactive.gif") no-repeat 0 0;
				}
				
				.sitemap li.bristol a,
				.sitemap li.you a,
				.sitemap li.history a,
				.sitemap li.contact a {
					background: url("../../img/global/departments/default.gif") no-repeat 0 0;
				}
				
					.sitemap li.bristol.current a,
					.sitemap li.you.current a,
					.sitemap li.history.current a,
					.sitemap li.contact.current a,
					.sitemap li.bristol a:hover,
					.sitemap li.you a:hover,
					.sitemap li.history a:hover,
					.sitemap li.contact a:hover {
						background: url("../../img/global/departments/defaultCurrent.gif") no-repeat 0 0;
						color: #4a7de7;
					}
					
		.sitemap p {
			padding: 0.5em 0 2em 2em;
		}
		
		/* 404 Page Not Found */
		
		.msg {
			margin: 0 0 20px 30px;
			float: left;
			width: 870px;
		}