<!--

	/*----------------------------------------------------------------------

		Andrea Ubhi
		www.andreaubhi.com

		Developed by Designition Ltd - www.designition.co.uk

		Copyright 2009 Andrea Ubhi

	----------------------------------------------------------------------*/

	.no_print {
		display: none !important;
	}

	body {
		background:  white;
		font-family: Calibri, Arial, sans-serif;
		font-size:   12pt;
	}

	.wrapper,
	.content {
		background: transparent none;
		border:     0;
		color:      black;
		float:      none !important;
		margin:     0 5%;
		padding:    0;
		width:      auto;
	}

	.content {
		border-top:  1px solid #930;
		margin-left: 10%;
		padding-top: 1em;
	}

	a:link, a:visited {
		color:           #520;
		background:      transparent;
		font-weight:     bold;
		text-decoration: underline;
	}


	/*
		Site specific print styles
	----------------------------------------------------------------------*/

	ul.before_after {
		background: #f7f7f7;
		border:     1px solid #e7e7e7;
		margin:     0 0 20px 0;
		padding:    0;
	}

		.before_after li {
			display:        -moz-inline-stack;
			display:        inline-block;
			*display:       inline;
			_height:        1px;
			list-style:     none;
			min-height:     1px;
			margin:         7px 0 0 19px;
			padding:        0;
			vertical-align: top;
			width:          240px;
			zoom:           1;
		}

			.before_after li a {
				border:          none;
				text-decoration: none;
			}

			.before_after li h4 {
				margin-top: .5em;
			}

			#content .before_after li a:after,
			#content #google-map a:after {
				content: '';
			}

			

-->
