/*
	Akome.co.uk - Contact Stylesheet
	Nick Reffitt <info@nickreffitt.co.uk>
*/
	
div#banner { background: url(../images/contact_banner_placeholder.gif) no-repeat top; }

div#contact {
	float:left;
	width: 750px;
	padding-bottom: 50px;
}
	div#contact h1 {
		width: 410px; height: 25px;
		margin: 22px 0 10px 35px;
	}
		div#contact h1.contact {
			width: 700px; height: 19px;
			background: url(../images/content_contact.gif) no-repeat top left;
			margin: 22px 0 10px 70px;
		}
		div#contact h1.careers {
			width: 700px; height: 19px;
			background: url(../images/content_careers.gif) no-repeat top left;
			margin: 40px 0 10px 70px;
		}
		div#contact h1.clients {
			width: 700px; height: 20px;
			background: url(../images/content_clients.gif) no-repeat top left;
			margin: 22px 0 10px 70px;
		}
	div#contact h2 {
		float:left;
		width: 100%;
		margin: 25px 0 0 70px;
		padding: 0 50px 0 0;
		font-size: 16px;
		color: #7fa220;
	}
	
	div#contact p {
		float:left;
		width: 680px;
		color: #575757;
		font-size: 11px;
		line-height: 18px;
		margin: 0 0 0 35px;
		padding: 10px 0 0 35px;
	}
	div#contact p a {
		color: #575757;
		font-weight: bold;
		text-decoration: none;
	}
		div#contact p a.clients {
			font-weight: normal;
		}
		div#contact p a:hover { text-decoration: underline; }
		div#contact p em {
			color: #999999;
		}		
		
	div#contact form {
		float:left; clear:left;
		margin: 0px 0 0 35px;
		width: 300px;
	}
		div#contact form.logout {
			padding-top: 20px;
		}
		div#contact form p { margin-left: 0px; }
		div#contact form input.submit {
			padding-top: 20px;
		}	

div#map {
	float:right;
	width: 350px; height: 268px;
	margin: 27px 15px 0 0;
	border: 1px solid #cccccc;
}
	.balloon { font-size: 11px; }
	
div#contact ul {
	float:left;
	font-size: 11px;
	margin: 15px 0 0 95px;
	color: #575757;
}
	div#contact ul li {
		list-style-type: circle;
		list-style-position: inside;
		margin-bottom: 5px;
	}